gantri-components 1.80.0 → 1.83.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.
@@ -1,4 +1,4 @@
1
- export declare const StyledCheckboxWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledCheckboxWrapper: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>;
2
2
  export declare const StyledCheckboxContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
3
3
  disabled: boolean;
4
4
  }, never>;
@@ -1,4 +1,4 @@
1
- export declare const StyledRadioWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledRadioWrapper: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>;
2
2
  export declare const StyledRadioContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
3
3
  export declare const StyledRadio: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
4
4
  export declare const StyledRadioInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>;
@@ -10,6 +10,7 @@ export interface TypographyProps {
10
10
  alignSelf?: ResolutionAwareProp<Property.AlignSelf>;
11
11
  className?: string;
12
12
  color?: keyof DefaultTheme['colors']['typography'];
13
+ decoration?: Property.TextDecoration;
13
14
  display?: ResolutionAwareProp<Property.Display>;
14
15
  fontSize?: ResolutionAwareProp<Property.Font>;
15
16
  fontWeight?: Property.FontWeight;