@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.
@@ -10,6 +10,7 @@ type Props = BaseProps & {
10
10
  direction?: "horizontal" | "vertical";
11
11
  borderLeft?: boolean;
12
12
  borderColor?: ColorKeys;
13
+ labelTagPosition?: "left" | "right";
13
14
  };
14
15
  export declare const WizFormControl: FC<Props>;
15
16
  export {};
@@ -3,6 +3,7 @@ type FormGroupContextType = {
3
3
  labelWidth?: string;
4
4
  labelColor?: ColorKeys;
5
5
  labelFontSize?: FontSizeKeys;
6
+ labelTagPosition?: "left" | "right";
6
7
  };
7
8
  export declare const FormGroupContext: import('react').Context<FormGroupContextType>;
8
9
  export {};
@@ -5,6 +5,7 @@ type Props = BaseProps & {
5
5
  labelWidth?: string;
6
6
  labelColor?: ColorKeys;
7
7
  labelFontSize?: FontSizeKeys;
8
+ labelTagPosition?: "left" | "right";
8
9
  gap?: SpacingKeys;
9
10
  children: ReactNode;
10
11
  };
@@ -9,3 +9,4 @@ export declare const HtmlFor: Story;
9
9
  export declare const Required: Story;
10
10
  export declare const Error: Story;
11
11
  export declare const BorderLeft: Story;
12
+ export declare const labelTagPosition: Story;
@@ -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;