@true-engineering/true-react-common-ui-kit 1.0.2 → 1.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.
Files changed (135) hide show
  1. package/dist/components/AccountInfo/AccountInfo.d.ts +4 -4
  2. package/dist/components/AccountInfo/AccountInfo.styles.d.ts +60 -56
  3. package/dist/components/AddButton/AddButton.d.ts +6 -6
  4. package/dist/components/AddButton/AddButton.styles.d.ts +23 -23
  5. package/dist/components/Button/Button.d.ts +19 -33
  6. package/dist/components/Button/Button.styles.d.ts +144 -144
  7. package/dist/components/Checkbox/Checkbox.d.ts +16 -27
  8. package/dist/components/Checkbox/Checkbox.styles.d.ts +39 -42
  9. package/dist/components/CloseButton/CloseButton.d.ts +4 -4
  10. package/dist/components/CloseButton/CloseButton.styles.d.ts +22 -22
  11. package/dist/components/Colors/Colors.styles.d.ts +28 -28
  12. package/dist/components/CssBaseline/CssBaseline.d.ts +1 -1
  13. package/dist/components/CssBaseline/CssBaseline.styles.d.ts +7 -7
  14. package/dist/components/DateInput/DateInput.d.ts +8 -9
  15. package/dist/components/DateInput/DateInput.styles.d.ts +7 -7
  16. package/dist/components/DatePicker/DatePicker.d.ts +29 -36
  17. package/dist/components/DatePicker/DatePicker.styles.d.ts +38 -34
  18. package/dist/components/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +9 -9
  19. package/dist/components/DatePicker/DatePickerHeader/DatePickerHeader.styles.d.ts +59 -59
  20. package/dist/components/DatePicker/DatePickerInput/DatePickerInput.d.ts +7 -9
  21. package/dist/components/DatePicker/DatePickerInput/DatePickerInput.styles.d.ts +16 -16
  22. package/dist/components/Description/Description.d.ts +6 -6
  23. package/dist/components/Description/Description.styles.d.ts +18 -18
  24. package/dist/components/FiltersPane/FilterInterval/FilterInterval.d.ts +19 -19
  25. package/dist/components/FiltersPane/FilterInterval/FilterInterval.styles.d.ts +44 -44
  26. package/dist/components/FiltersPane/FilterMultiSelect/FilterMultiSelect.d.ts +2 -8
  27. package/dist/components/FiltersPane/FilterSelect/FilterSelect.d.ts +17 -35
  28. package/dist/components/FiltersPane/FilterSelect/FilterSelect.styles.d.ts +111 -111
  29. package/dist/components/FiltersPane/FilterSelect/locales.d.ts +6 -10
  30. package/dist/components/FiltersPane/FilterValueView/FilterValueView.d.ts +1 -9
  31. package/dist/components/FiltersPane/FilterValueView/FilterValueView.styles.d.ts +8 -8
  32. package/dist/components/FiltersPane/FilterWithDates/FilterWithDates.d.ts +13 -21
  33. package/dist/components/FiltersPane/FilterWithDates/FilterWithDates.styles.d.ts +41 -41
  34. package/dist/components/FiltersPane/FilterWithPeriod/FilterWithPeriod.d.ts +8 -8
  35. package/dist/components/FiltersPane/FilterWithPeriod/FilterWithPeriod.styles.d.ts +7 -7
  36. package/dist/components/FiltersPane/FilterWrapper/FilterWrapper.d.ts +18 -41
  37. package/dist/components/FiltersPane/FilterWrapper/FilterWrapper.styles.d.ts +92 -92
  38. package/dist/components/FiltersPane/FiltersPane.d.ts +15 -34
  39. package/dist/components/FiltersPane/FiltersPane.styles.d.ts +50 -50
  40. package/dist/components/FiltersPane/FiltersPaneSearch/FiltersPaneSearch.d.ts +18 -37
  41. package/dist/components/FiltersPane/FiltersPaneSearch/FiltersPaneSearch.styles.d.ts +82 -82
  42. package/dist/components/FiltersPane/locales.d.ts +22 -28
  43. package/dist/components/FiltersPane/types.d.ts +38 -65
  44. package/dist/components/Flag/Flag.d.ts +2 -2
  45. package/dist/components/Flag/Flag.styles.d.ts +8 -8
  46. package/dist/components/FlexibleTable/FlexibleTable.d.ts +20 -45
  47. package/dist/components/FlexibleTable/FlexibleTable.styles.d.ts +93 -93
  48. package/dist/components/FlexibleTable/TableRow.d.ts +21 -38
  49. package/dist/components/FlexibleTable/TableValue.d.ts +16 -28
  50. package/dist/components/FlexibleTable/types.d.ts +31 -37
  51. package/dist/components/Icon/ComplexIconBoilerplate.d.ts +1 -1
  52. package/dist/components/Icon/Icon.d.ts +2 -2
  53. package/dist/components/Icon/Icon.styles.d.ts +4 -4
  54. package/dist/components/Icon/IconBoilerplate.d.ts +1 -1
  55. package/dist/components/Icon/complexIcons/icons.d.ts +1 -1
  56. package/dist/components/Icon/icons/icons.d.ts +5 -97
  57. package/dist/components/IncrementInput/ChangeButton.d.ts +5 -5
  58. package/dist/components/IncrementInput/IncrementInput.d.ts +3 -4
  59. package/dist/components/IncrementInput/IncrementInput.styles.d.ts +52 -52
  60. package/dist/components/Input/Input.d.ts +37 -48
  61. package/dist/components/Input/Input.styles.d.ts +242 -242
  62. package/dist/components/List/List.d.ts +12 -12
  63. package/dist/components/List/List.styles.d.ts +35 -35
  64. package/dist/components/Modal/Modal.d.ts +19 -19
  65. package/dist/components/Modal/Modal.styles.d.ts +235 -235
  66. package/dist/components/MoreMenu/MoreMenu.d.ts +7 -7
  67. package/dist/components/MoreMenu/MoreMenu.styles.d.ts +45 -45
  68. package/dist/components/MultiSelect/MultiSelect.d.ts +13 -28
  69. package/dist/components/MultiSelect/MultiSelect.styles.d.ts +38 -38
  70. package/dist/components/MultiSelect/MultiSelectInput/MultiSelectInput.d.ts +6 -12
  71. package/dist/components/MultiSelect/MultiSelectInput/MultiSelectInput.styles.d.ts +58 -58
  72. package/dist/components/MultiSelectList/MultiSelectList.d.ts +20 -43
  73. package/dist/components/MultiSelectList/MultiSelectList.styles.d.ts +90 -90
  74. package/dist/components/MultiSelectList/locales.d.ts +6 -10
  75. package/dist/components/Notification/Notification.d.ts +9 -14
  76. package/dist/components/Notification/Notification.styles.d.ts +30 -33
  77. package/dist/components/NumberInput/NumberInput.d.ts +10 -16
  78. package/dist/components/NumberInput/helpers.d.ts +2 -10
  79. package/dist/components/PhoneInput/PhoneInput.d.ts +7 -14
  80. package/dist/components/PhoneInput/PhoneInput.styles.d.ts +60 -60
  81. package/dist/components/PhoneInput/PhoneInputCountryList/PhoneInputCountryList.d.ts +7 -7
  82. package/dist/components/PhoneInput/PhoneInputCountryList/PhoneInputCountryList.styles.d.ts +74 -78
  83. package/dist/components/PhoneInput/types.d.ts +11 -11
  84. package/dist/components/RadioButton/RadioButton.d.ts +8 -18
  85. package/dist/components/RadioButton/RadioButton.styles.d.ts +25 -25
  86. package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +374 -634
  87. package/dist/components/SearchInput/SearchInput.d.ts +2 -12
  88. package/dist/components/SearchInput/SearchInput.styles.d.ts +32 -32
  89. package/dist/components/Select/Select.d.ts +24 -51
  90. package/dist/components/Select/Select.styles.d.ts +53 -53
  91. package/dist/components/Select/SelectList/SelectList.d.ts +17 -32
  92. package/dist/components/Select/SelectList/SelectList.styles.d.ts +35 -37
  93. package/dist/components/Select/helpers.d.ts +3 -9
  94. package/dist/components/SmartInput/SmartInput.d.ts +16 -28
  95. package/dist/components/SmartInput/helpers.d.ts +4 -8
  96. package/dist/components/Switch/Switch.d.ts +13 -26
  97. package/dist/components/Switch/Switch.styles.d.ts +58 -58
  98. package/dist/components/TextArea/TextArea.d.ts +23 -26
  99. package/dist/components/TextArea/TextArea.styles.d.ts +124 -124
  100. package/dist/components/TextWithInfo/TextWithInfo.d.ts +9 -9
  101. package/dist/components/TextWithInfo/TextWithInfo.styles.d.ts +40 -40
  102. package/dist/components/TextWithTooltip/TextWithTooltip.d.ts +12 -12
  103. package/dist/components/TextWithTooltip/TextWithTooltip.styles.d.ts +10 -10
  104. package/dist/components/ThemedPreloader/ThemedPreloader.d.ts +4 -4
  105. package/dist/components/ThemedPreloader/ThemedPreloader.styles.d.ts +10 -10
  106. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.d.ts +1 -1
  107. package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.d.ts +35 -35
  108. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.d.ts +2 -2
  109. package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.d.ts +5 -5
  110. package/dist/components/Toaster/Toaster.d.ts +11 -16
  111. package/dist/components/Toaster/Toaster.styles.d.ts +41 -41
  112. package/dist/components/Tooltip/Tooltip.d.ts +4 -4
  113. package/dist/components/Tooltip/Tooltip.styles.d.ts +27 -25
  114. package/dist/helpers/data-attributes.d.ts +4 -11
  115. package/dist/helpers/phone.d.ts +8 -28
  116. package/dist/helpers/utils.d.ts +7 -28
  117. package/dist/hooks/use-did-mount-effect.d.ts +1 -4
  118. package/dist/hooks/use-dropdown.d.ts +7 -14
  119. package/dist/hooks/use-is-mounted.d.ts +1 -1
  120. package/dist/hooks/use-on-click-outside.d.ts +4 -25
  121. package/dist/hooks/use-theme.d.ts +5 -10
  122. package/dist/hooks/use-tweak-styles.d.ts +1 -5
  123. package/dist/style.css +90 -205
  124. package/dist/theme.d.ts +55 -51
  125. package/dist/true-react-common-ui-kit.js +16711 -24314
  126. package/dist/true-react-common-ui-kit.js.map +1 -1
  127. package/dist/true-react-common-ui-kit.umd.cjs +39 -35
  128. package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
  129. package/dist/types.d.ts +23 -77
  130. package/package.json +1 -1
  131. package/src/components/Select/Select.stories.tsx +16 -12
  132. package/src/components/Select/Select.tsx +51 -41
  133. package/src/components/Select/SelectList/SelectList.tsx +17 -22
  134. package/src/components/Select/helpers.ts +14 -6
  135. package/src/components/SmartInput/SmartInput.tsx +130 -127
@@ -2,19 +2,12 @@ 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
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;
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;
19
12
  }
20
13
  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;
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;
3
+ root: {
4
+ width: string;
5
+ position: string;
6
+ boxSizing: string;
59
7
  };
60
- label: {
61
- marginLeft: number;
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;
62
21
  };
63
- };
64
- tweakCountryList: {};
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: {};
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,87 +1,83 @@
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:
29
- | {
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: {
30
29
  maxHeight: number;
31
30
  padding: number[];
32
- }
33
- | {
31
+ } | {
34
32
  maxHeight: number;
35
33
  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;
77
34
  };
78
- input: {
79
- fontSize: number;
80
- lineHeight: string;
81
- letterSpacing: number;
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
+ };
82
81
  };
83
- };
84
82
  };
85
- export declare type PhoneInputCountryListStyles = ComponentStyles<
86
- typeof styles
87
- >;
83
+ export declare type PhoneInputCountryListStyles = ComponentStyles<typeof styles>;
@@ -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,22 +2,12 @@ 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>({
14
- children,
15
- value,
16
- groupName,
17
- isChecked,
18
- isDisabled,
19
- isInvalid,
20
- onChange,
21
- data,
22
- tweakStyles,
23
- }: PropsWithChildren<IRadioButtonProps<Value>>): JSX.Element;
13
+ export declare function RadioButton<Value extends string>({ children, value, groupName, isChecked, isDisabled, isInvalid, onChange, data, tweakStyles, }: 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)[];
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
+ };
15
16
  };
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: {};
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>;