@wizleap-inc/wiz-ui-react 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/custom/form/components/form-control.d.ts +1 -0
- package/dist/components/custom/form/components/form-group-context.d.ts +1 -0
- package/dist/components/custom/form/components/form-group.d.ts +1 -0
- package/dist/components/custom/form/stories/form-control.stories.d.ts +1 -0
- package/dist/components/custom/form/stories/form-group.stories.d.ts +1 -0
- package/dist/wiz-ui.es.js +1112 -1100
- package/dist/wiz-ui.umd.js +16 -16
- package/package.json +3 -3
|
@@ -8,6 +8,7 @@ export declare const LabelWidth: Story;
|
|
|
8
8
|
export declare const Gap: Story;
|
|
9
9
|
export declare const LabelColor: Story;
|
|
10
10
|
export declare const LabelFontSize: Story;
|
|
11
|
+
export declare const labelTagPosition: Story;
|
|
11
12
|
export declare const AllInput: Story;
|
|
12
13
|
export declare const AllInputError: Story;
|
|
13
14
|
export declare const AllInputVerticalAligned: Story;
|