Skip to content

Commit 6f2b98c

Browse files
committed
expose components and pump version
1 parent faf4988 commit 6f2b98c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.10",
2+
"version": "0.0.11",
33
"publishConfig": {
44
"access": "public",
55
"registry": "https://registry.npmjs.org/"

src/components/Label/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Filepath: /src/components/Label/index.ts
21
import styled, { css } from 'styled-components';
32

43
/**

src/components/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
// Filepath: /src/components/index.ts
21
export { default as ErrorSummary } from './ErrorSummary';
32
export { default as ErrorRenderer } from './ErrorRenderer';
3+
export * from './Label';
4+
export * from './Input';
5+
export * from './InputWrapper';
6+
export * from './SubmitButton';
7+
export * from './ErrorMessage';
8+
export * from './FormContainer';
9+
export * from './GridFormContainer';

0 commit comments

Comments
 (0)