@true-engineering/true-react-common-ui-kit 1.0.1 → 1.0.2

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.
Files changed (136) hide show
  1. package/LICENSE +1 -1
  2. package/dist/components/AccountInfo/AccountInfo.d.ts +4 -4
  3. package/dist/components/AccountInfo/AccountInfo.styles.d.ts +56 -60
  4. package/dist/components/AddButton/AddButton.d.ts +6 -6
  5. package/dist/components/AddButton/AddButton.styles.d.ts +23 -23
  6. package/dist/components/Button/Button.d.ts +33 -19
  7. package/dist/components/Button/Button.styles.d.ts +144 -144
  8. package/dist/components/Checkbox/Checkbox.d.ts +27 -16
  9. package/dist/components/Checkbox/Checkbox.styles.d.ts +42 -39
  10. package/dist/components/CloseButton/CloseButton.d.ts +4 -4
  11. package/dist/components/CloseButton/CloseButton.styles.d.ts +22 -22
  12. package/dist/components/Colors/Colors.styles.d.ts +28 -28
  13. package/dist/components/CssBaseline/CssBaseline.d.ts +1 -1
  14. package/dist/components/CssBaseline/CssBaseline.styles.d.ts +7 -7
  15. package/dist/components/DateInput/DateInput.d.ts +9 -8
  16. package/dist/components/DateInput/DateInput.styles.d.ts +7 -7
  17. package/dist/components/DatePicker/DatePicker.d.ts +36 -29
  18. package/dist/components/DatePicker/DatePicker.styles.d.ts +34 -38
  19. package/dist/components/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +9 -9
  20. package/dist/components/DatePicker/DatePickerHeader/DatePickerHeader.styles.d.ts +59 -59
  21. package/dist/components/DatePicker/DatePickerInput/DatePickerInput.d.ts +9 -7
  22. package/dist/components/DatePicker/DatePickerInput/DatePickerInput.styles.d.ts +16 -16
  23. package/dist/components/Description/Description.d.ts +6 -6
  24. package/dist/components/Description/Description.styles.d.ts +18 -18
  25. package/dist/components/FiltersPane/FilterInterval/FilterInterval.d.ts +19 -19
  26. package/dist/components/FiltersPane/FilterInterval/FilterInterval.styles.d.ts +44 -44
  27. package/dist/components/FiltersPane/FilterMultiSelect/FilterMultiSelect.d.ts +8 -2
  28. package/dist/components/FiltersPane/FilterSelect/FilterSelect.d.ts +35 -17
  29. package/dist/components/FiltersPane/FilterSelect/FilterSelect.styles.d.ts +111 -111
  30. package/dist/components/FiltersPane/FilterSelect/locales.d.ts +10 -6
  31. package/dist/components/FiltersPane/FilterValueView/FilterValueView.d.ts +9 -1
  32. package/dist/components/FiltersPane/FilterValueView/FilterValueView.styles.d.ts +8 -8
  33. package/dist/components/FiltersPane/FilterWithDates/FilterWithDates.d.ts +21 -13
  34. package/dist/components/FiltersPane/FilterWithDates/FilterWithDates.styles.d.ts +41 -41
  35. package/dist/components/FiltersPane/FilterWithPeriod/FilterWithPeriod.d.ts +8 -8
  36. package/dist/components/FiltersPane/FilterWithPeriod/FilterWithPeriod.styles.d.ts +7 -7
  37. package/dist/components/FiltersPane/FilterWrapper/FilterWrapper.d.ts +41 -18
  38. package/dist/components/FiltersPane/FilterWrapper/FilterWrapper.styles.d.ts +92 -92
  39. package/dist/components/FiltersPane/FiltersPane.d.ts +34 -15
  40. package/dist/components/FiltersPane/FiltersPane.styles.d.ts +50 -50
  41. package/dist/components/FiltersPane/FiltersPaneSearch/FiltersPaneSearch.d.ts +37 -18
  42. package/dist/components/FiltersPane/FiltersPaneSearch/FiltersPaneSearch.styles.d.ts +82 -82
  43. package/dist/components/FiltersPane/locales.d.ts +28 -22
  44. package/dist/components/FiltersPane/types.d.ts +65 -38
  45. package/dist/components/Flag/Flag.d.ts +2 -2
  46. package/dist/components/Flag/Flag.styles.d.ts +8 -8
  47. package/dist/components/FlexibleTable/FlexibleTable.d.ts +45 -20
  48. package/dist/components/FlexibleTable/FlexibleTable.styles.d.ts +93 -93
  49. package/dist/components/FlexibleTable/TableRow.d.ts +38 -21
  50. package/dist/components/FlexibleTable/TableValue.d.ts +28 -16
  51. package/dist/components/FlexibleTable/types.d.ts +37 -31
  52. package/dist/components/Icon/ComplexIconBoilerplate.d.ts +1 -1
  53. package/dist/components/Icon/Icon.d.ts +2 -2
  54. package/dist/components/Icon/Icon.styles.d.ts +4 -4
  55. package/dist/components/Icon/IconBoilerplate.d.ts +1 -1
  56. package/dist/components/Icon/complexIcons/icons.d.ts +1 -1
  57. package/dist/components/Icon/icons/icons.d.ts +97 -5
  58. package/dist/components/IncrementInput/ChangeButton.d.ts +5 -5
  59. package/dist/components/IncrementInput/IncrementInput.d.ts +4 -3
  60. package/dist/components/IncrementInput/IncrementInput.styles.d.ts +52 -52
  61. package/dist/components/Input/Input.d.ts +48 -37
  62. package/dist/components/Input/Input.styles.d.ts +242 -242
  63. package/dist/components/List/List.d.ts +12 -12
  64. package/dist/components/List/List.styles.d.ts +35 -35
  65. package/dist/components/Modal/Modal.d.ts +19 -19
  66. package/dist/components/Modal/Modal.styles.d.ts +235 -235
  67. package/dist/components/MoreMenu/MoreMenu.d.ts +7 -7
  68. package/dist/components/MoreMenu/MoreMenu.styles.d.ts +45 -44
  69. package/dist/components/MultiSelect/MultiSelect.d.ts +28 -13
  70. package/dist/components/MultiSelect/MultiSelect.styles.d.ts +38 -38
  71. package/dist/components/MultiSelect/MultiSelectInput/MultiSelectInput.d.ts +12 -6
  72. package/dist/components/MultiSelect/MultiSelectInput/MultiSelectInput.styles.d.ts +58 -58
  73. package/dist/components/MultiSelectList/MultiSelectList.d.ts +43 -20
  74. package/dist/components/MultiSelectList/MultiSelectList.styles.d.ts +90 -90
  75. package/dist/components/MultiSelectList/locales.d.ts +10 -6
  76. package/dist/components/Notification/Notification.d.ts +14 -9
  77. package/dist/components/Notification/Notification.styles.d.ts +33 -30
  78. package/dist/components/NumberInput/NumberInput.d.ts +16 -10
  79. package/dist/components/NumberInput/helpers.d.ts +10 -2
  80. package/dist/components/PhoneInput/PhoneInput.d.ts +14 -7
  81. package/dist/components/PhoneInput/PhoneInput.styles.d.ts +60 -60
  82. package/dist/components/PhoneInput/PhoneInputCountryList/PhoneInputCountryList.d.ts +7 -7
  83. package/dist/components/PhoneInput/PhoneInputCountryList/PhoneInputCountryList.styles.d.ts +78 -74
  84. package/dist/components/PhoneInput/types.d.ts +11 -11
  85. package/dist/components/RadioButton/RadioButton.d.ts +18 -8
  86. package/dist/components/RadioButton/RadioButton.styles.d.ts +25 -25
  87. package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +634 -374
  88. package/dist/components/SearchInput/SearchInput.d.ts +12 -2
  89. package/dist/components/SearchInput/SearchInput.styles.d.ts +32 -32
  90. package/dist/components/Select/Select.d.ts +50 -21
  91. package/dist/components/Select/Select.styles.d.ts +53 -53
  92. package/dist/components/Select/SelectList/SelectList.d.ts +30 -15
  93. package/dist/components/Select/SelectList/SelectList.styles.d.ts +37 -35
  94. package/dist/components/Select/helpers.d.ts +9 -2
  95. package/dist/components/SmartInput/SmartInput.d.ts +28 -16
  96. package/dist/components/SmartInput/helpers.d.ts +8 -4
  97. package/dist/components/Switch/Switch.d.ts +26 -13
  98. package/dist/components/Switch/Switch.styles.d.ts +58 -58
  99. package/dist/components/TextArea/TextArea.d.ts +26 -23
  100. package/dist/components/TextArea/TextArea.styles.d.ts +124 -124
  101. package/dist/components/TextWithInfo/TextWithInfo.d.ts +9 -9
  102. package/dist/components/TextWithInfo/TextWithInfo.styles.d.ts +40 -40
  103. package/dist/components/TextWithTooltip/TextWithTooltip.d.ts +12 -12
  104. package/dist/components/TextWithTooltip/TextWithTooltip.styles.d.ts +10 -10
  105. package/dist/components/ThemedPreloader/ThemedPreloader.d.ts +4 -4
  106. package/dist/components/ThemedPreloader/ThemedPreloader.styles.d.ts +10 -10
  107. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.d.ts +1 -1
  108. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.d.ts +35 -35
  109. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.d.ts +2 -2
  110. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.d.ts +5 -5
  111. package/dist/components/Toaster/Toaster.d.ts +16 -11
  112. package/dist/components/Toaster/Toaster.styles.d.ts +41 -41
  113. package/dist/components/Tooltip/Tooltip.d.ts +4 -4
  114. package/dist/components/Tooltip/Tooltip.styles.d.ts +25 -27
  115. package/dist/helpers/data-attributes.d.ts +11 -4
  116. package/dist/helpers/phone.d.ts +28 -8
  117. package/dist/helpers/utils.d.ts +28 -7
  118. package/dist/hooks/use-did-mount-effect.d.ts +4 -1
  119. package/dist/hooks/use-dropdown.d.ts +14 -7
  120. package/dist/hooks/use-is-mounted.d.ts +1 -1
  121. package/dist/hooks/use-on-click-outside.d.ts +25 -4
  122. package/dist/hooks/use-theme.d.ts +10 -5
  123. package/dist/hooks/use-tweak-styles.d.ts +5 -1
  124. package/dist/style.css +205 -90
  125. package/dist/theme.d.ts +51 -55
  126. package/dist/true-react-common-ui-kit.js +24375 -16679
  127. package/dist/true-react-common-ui-kit.js.map +1 -1
  128. package/dist/true-react-common-ui-kit.umd.cjs +300 -211
  129. package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
  130. package/dist/types.d.ts +77 -23
  131. package/package.json +1 -1
  132. package/src/components/List/List.tsx +9 -2
  133. package/src/components/Modal/Modal.tsx +1 -1
  134. package/src/components/MoreMenu/MoreMenu.styles.ts +2 -0
  135. package/src/components/MoreMenu/MoreMenu.tsx +35 -24
  136. package/src/types.ts +1 -1
@@ -2,12 +2,19 @@ import { FC } from 'react';
2
2
  import { IInputProps } from '../Input';
3
3
  import { IPhoneValue } from './types';
4
4
  import { PhoneInputStyles } from './PhoneInput.styles';
5
- export interface IPhoneInputProps extends Omit<IInputProps, 'value' | 'onChange' | 'type' | 'mask' | 'units' | 'placeholder'> {
6
- tweakStyles?: PhoneInputStyles;
7
- locale?: string;
8
- codeSearchPlaceholder?: string;
9
- noMatchesLabel?: string;
10
- value?: IPhoneValue;
11
- onChange: (phone: IPhoneValue, event: React.MouseEvent | KeyboardEvent | React.FormEvent<HTMLInputElement>) => void;
5
+ export interface IPhoneInputProps
6
+ extends Omit<
7
+ IInputProps,
8
+ 'value' | 'onChange' | 'type' | 'mask' | 'units' | 'placeholder'
9
+ > {
10
+ tweakStyles?: PhoneInputStyles;
11
+ locale?: string;
12
+ codeSearchPlaceholder?: string;
13
+ noMatchesLabel?: string;
14
+ value?: IPhoneValue;
15
+ onChange: (
16
+ phone: IPhoneValue,
17
+ event: React.MouseEvent | KeyboardEvent | React.FormEvent<HTMLInputElement>,
18
+ ) => void;
12
19
  }
13
20
  export declare const PhoneInput: FC<IPhoneInputProps>;
@@ -1,66 +1,66 @@
1
1
  import { ComponentStyles } from '../../types';
2
2
  export declare const styles: {
3
- root: {
4
- width: string;
5
- position: string;
6
- boxSizing: string;
3
+ root: {
4
+ width: string;
5
+ position: string;
6
+ boxSizing: string;
7
+ };
8
+ countrySelectContainer: {
9
+ position: string;
10
+ left: number;
11
+ top: number;
12
+ width: number;
13
+ height: number;
14
+ display: string;
15
+ alignItems: string;
16
+ justifyContent: string;
17
+ borderRight: (string | number)[];
18
+ transition: string;
19
+ cursor: string;
20
+ zIndex: number;
21
+ };
22
+ disabledCountrySelect: {
23
+ cursor: string;
24
+ };
25
+ flag: {
26
+ width: number;
27
+ height: number;
28
+ };
29
+ arrow: {
30
+ width: number;
31
+ color: '#95a0b3';
32
+ marginLeft: number;
33
+ transition: string;
34
+ };
35
+ up: {
36
+ transform: string;
37
+ };
38
+ invalidArrow: {
39
+ color: '#f14d56';
40
+ };
41
+ focusedBorder: {};
42
+ invalidBorder: {
43
+ borderColor: '#f14d56';
44
+ };
45
+ inputContainer: {
46
+ position: string;
47
+ flex: number;
48
+ };
49
+ flagListContainer: {
50
+ position: string;
51
+ width: string;
52
+ top: number;
53
+ left: number;
54
+ zIndex: number;
55
+ };
56
+ tweakInput: {
57
+ inputWrapper: {
58
+ paddingLeft: number;
7
59
  };
8
- countrySelectContainer: {
9
- position: string;
10
- left: number;
11
- top: number;
12
- width: number;
13
- height: number;
14
- display: string;
15
- alignItems: string;
16
- justifyContent: string;
17
- borderRight: (string | number)[];
18
- transition: string;
19
- cursor: string;
20
- zIndex: number;
60
+ label: {
61
+ marginLeft: number;
21
62
  };
22
- disabledCountrySelect: {
23
- cursor: string;
24
- };
25
- flag: {
26
- width: number;
27
- height: number;
28
- };
29
- arrow: {
30
- width: number;
31
- color: "#95a0b3";
32
- marginLeft: number;
33
- transition: string;
34
- };
35
- up: {
36
- transform: string;
37
- };
38
- invalidArrow: {
39
- color: "#f14d56";
40
- };
41
- focusedBorder: {};
42
- invalidBorder: {
43
- borderColor: "#f14d56";
44
- };
45
- inputContainer: {
46
- position: string;
47
- flex: number;
48
- };
49
- flagListContainer: {
50
- position: string;
51
- width: string;
52
- top: number;
53
- left: number;
54
- zIndex: number;
55
- };
56
- tweakInput: {
57
- inputWrapper: {
58
- paddingLeft: number;
59
- };
60
- label: {
61
- marginLeft: number;
62
- };
63
- };
64
- tweakCountryList: {};
63
+ };
64
+ tweakCountryList: {};
65
65
  };
66
66
  export declare type PhoneInputStyles = ComponentStyles<typeof styles>;
@@ -3,13 +3,13 @@ import { ICommonProps } from '../../../types';
3
3
  import { IPhoneInfo } from '../types';
4
4
  import { PhoneInputCountryListStyles } from './PhoneInputCountryList.styles';
5
5
  export interface IPhoneInputCountryListProps extends ICommonProps {
6
- tweakStyles?: PhoneInputCountryListStyles;
7
- selectedCountryCode?: string;
8
- locale: string;
9
- placeholder: string;
10
- noMatchesLabel: string;
11
- closeList(): void;
12
- onChange(country: IPhoneInfo, event: MouseEvent | KeyboardEvent): void;
6
+ tweakStyles?: PhoneInputCountryListStyles;
7
+ selectedCountryCode?: string;
8
+ locale: string;
9
+ placeholder: string;
10
+ noMatchesLabel: string;
11
+ closeList(): void;
12
+ onChange(country: IPhoneInfo, event: MouseEvent | KeyboardEvent): void;
13
13
  }
14
14
  export declare const PhoneInputCountryList: FC<IPhoneInputCountryListProps>;
15
15
  export default PhoneInputCountryList;
@@ -1,83 +1,87 @@
1
1
  import { ComponentStyles } from '../../../types';
2
2
  export declare const styles: {
3
- root: {
4
- borderRadius: 6;
5
- backgroundColor: "#ffffff";
6
- border: (string | number)[];
7
- boxShadow: string;
8
- overflow: string;
9
- };
10
- searchContainer: {
11
- width: string;
12
- height: 48;
13
- display: string;
14
- alignItems: string;
15
- boxSizing: string;
16
- padding: number[];
17
- borderBottom: (string | number)[];
18
- };
19
- icon: {
20
- width: number;
21
- height: number;
22
- };
23
- searchIcon: {
24
- extend: string;
25
- color: "#7a869a";
26
- flexShrink: number;
27
- };
28
- flagList: {
3
+ root: {
4
+ borderRadius: 6;
5
+ backgroundColor: '#ffffff';
6
+ border: (string | number)[];
7
+ boxShadow: string;
8
+ overflow: string;
9
+ };
10
+ searchContainer: {
11
+ width: string;
12
+ height: 48;
13
+ display: string;
14
+ alignItems: string;
15
+ boxSizing: string;
16
+ padding: number[];
17
+ borderBottom: (string | number)[];
18
+ };
19
+ icon: {
20
+ width: number;
21
+ height: number;
22
+ };
23
+ searchIcon: {
24
+ extend: string;
25
+ color: '#7a869a';
26
+ flexShrink: number;
27
+ };
28
+ flagList:
29
+ | {
29
30
  maxHeight: number;
30
31
  padding: number[];
31
- } | {
32
+ }
33
+ | {
32
34
  maxHeight: number;
33
35
  padding: number[];
36
+ };
37
+ listItem: {
38
+ height: number;
39
+ padding: number[];
40
+ display: string;
41
+ alignItems: string;
42
+ cursor: string;
43
+ fontSize: number;
44
+ lineHeight: string;
45
+ letterSpacing: number;
46
+ whiteSpace: string;
47
+ boxSizing: string;
48
+ };
49
+ selectedCountry: {
50
+ backgroundColor: '#f6f8fc';
51
+ };
52
+ activeCountry: {
53
+ backgroundColor: '#eceff5';
54
+ };
55
+ flag: {
56
+ width: number;
57
+ height: number;
58
+ flexShrink: number;
59
+ };
60
+ countryName: {
61
+ color: '#222a37';
62
+ overflowX: string;
63
+ textOverflow: string;
64
+ margin: number[];
65
+ };
66
+ dialCode: {
67
+ color: '#95a0b3';
68
+ };
69
+ emptyResult: {
70
+ color: '#7a869a';
71
+ padding: number[];
72
+ };
73
+ tweakInput: {
74
+ inputWrapper: {
75
+ border: string;
76
+ height: string;
34
77
  };
35
- listItem: {
36
- height: number;
37
- padding: number[];
38
- display: string;
39
- alignItems: string;
40
- cursor: string;
41
- fontSize: number;
42
- lineHeight: string;
43
- letterSpacing: number;
44
- whiteSpace: string;
45
- boxSizing: string;
46
- };
47
- selectedCountry: {
48
- backgroundColor: "#f6f8fc";
49
- };
50
- activeCountry: {
51
- backgroundColor: "#eceff5";
52
- };
53
- flag: {
54
- width: number;
55
- height: number;
56
- flexShrink: number;
57
- };
58
- countryName: {
59
- color: "#222a37";
60
- overflowX: string;
61
- textOverflow: string;
62
- margin: number[];
63
- };
64
- dialCode: {
65
- color: "#95a0b3";
66
- };
67
- emptyResult: {
68
- color: "#7a869a";
69
- padding: number[];
70
- };
71
- tweakInput: {
72
- inputWrapper: {
73
- border: string;
74
- height: string;
75
- };
76
- input: {
77
- fontSize: number;
78
- lineHeight: string;
79
- letterSpacing: number;
80
- };
78
+ input: {
79
+ fontSize: number;
80
+ lineHeight: string;
81
+ letterSpacing: number;
81
82
  };
83
+ };
82
84
  };
83
- export declare type PhoneInputCountryListStyles = ComponentStyles<typeof styles>;
85
+ export declare type PhoneInputCountryListStyles = ComponentStyles<
86
+ typeof styles
87
+ >;
@@ -1,15 +1,15 @@
1
1
  export interface IPhoneInfo {
2
- countryEn: string;
3
- countryRu: string;
4
- countryCode: string;
5
- dialCode: string;
6
- phoneMask?: string;
7
- dialCodePriority?: number;
8
- areaCodes?: string[];
9
- fullCodes: string[];
2
+ countryEn: string;
3
+ countryRu: string;
4
+ countryCode: string;
5
+ dialCode: string;
6
+ phoneMask?: string;
7
+ dialCodePriority?: number;
8
+ areaCodes?: string[];
9
+ fullCodes: string[];
10
10
  }
11
11
  export interface IPhoneValue {
12
- phoneNumber?: string;
13
- dialCode?: string;
14
- countryCode?: string;
12
+ phoneNumber?: string;
13
+ dialCode?: string;
14
+ countryCode?: string;
15
15
  }
@@ -2,12 +2,22 @@ import { PropsWithChildren } from 'react';
2
2
  import { ICommonProps } from '../../types';
3
3
  import { RadioButtonStyles } from './RadioButton.styles';
4
4
  export interface IRadioButtonProps<Value extends string> extends ICommonProps {
5
- tweakStyles?: RadioButtonStyles;
6
- value: Value;
7
- groupName: string;
8
- isChecked?: boolean;
9
- isDisabled?: boolean;
10
- isInvalid?: boolean;
11
- onChange: (value: Value) => void | Promise<void>;
5
+ tweakStyles?: RadioButtonStyles;
6
+ value: Value;
7
+ groupName: string;
8
+ isChecked?: boolean;
9
+ isDisabled?: boolean;
10
+ isInvalid?: boolean;
11
+ onChange: (value: Value) => void | Promise<void>;
12
12
  }
13
- export declare function RadioButton<Value extends string>({ children, value, groupName, isChecked, isDisabled, isInvalid, onChange, data, tweakStyles, }: PropsWithChildren<IRadioButtonProps<Value>>): JSX.Element;
13
+ export declare function RadioButton<Value extends string>({
14
+ children,
15
+ value,
16
+ groupName,
17
+ isChecked,
18
+ isDisabled,
19
+ isInvalid,
20
+ onChange,
21
+ data,
22
+ tweakStyles,
23
+ }: PropsWithChildren<IRadioButtonProps<Value>>): JSX.Element;
@@ -1,30 +1,30 @@
1
1
  import { ComponentStyles } from '../../types';
2
2
  export declare const styles: {
3
- input: {
4
- appearance: string;
5
- cursor: string;
6
- borderRadius: string;
7
- width: number;
8
- height: number;
9
- outline: string;
10
- transition: string;
11
- margin: number;
12
- border: (string | number)[];
13
- '&:checked': {
14
- border: (string | number)[];
15
- };
3
+ input: {
4
+ appearance: string;
5
+ cursor: string;
6
+ borderRadius: string;
7
+ width: number;
8
+ height: number;
9
+ outline: string;
10
+ transition: string;
11
+ margin: number;
12
+ border: (string | number)[];
13
+ '&:checked': {
14
+ border: (string | number)[];
16
15
  };
17
- label: {
18
- display: string;
19
- alignItems: string;
20
- cursor: string;
21
- };
22
- content: {
23
- marginLeft: number;
24
- };
25
- isDisabled: {
26
- cursor: string;
27
- };
28
- isInvalid: {};
16
+ };
17
+ label: {
18
+ display: string;
19
+ alignItems: string;
20
+ cursor: string;
21
+ };
22
+ content: {
23
+ marginLeft: number;
24
+ };
25
+ isDisabled: {
26
+ cursor: string;
27
+ };
28
+ isInvalid: {};
29
29
  };
30
30
  export declare type RadioButtonStyles = ComponentStyles<typeof styles>;