@nextui-org/react 1.0.0-beta.6 → 1.0.0-beta.9-dbg1

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 (278) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/backdrop/backdrop.styles.js +1 -1
  4. package/cjs/button/button-icon.js +1 -1
  5. package/cjs/button/button.js +1 -1
  6. package/cjs/button/button.styles.js +1 -1
  7. package/cjs/button/utils.js +1 -1
  8. package/cjs/card/card.js +1 -1
  9. package/cjs/card/card.styles.js +1 -1
  10. package/cjs/card/index.js +1 -1
  11. package/cjs/card/use-card.js +1 -0
  12. package/cjs/checkbox/checkbox-context.js +1 -1
  13. package/cjs/checkbox/checkbox-group.js +1 -1
  14. package/cjs/checkbox/checkbox.js +1 -1
  15. package/cjs/checkbox/checkbox.styles.js +1 -1
  16. package/cjs/checkbox/use-checkbox-group.js +1 -0
  17. package/cjs/checkbox/use-checkbox.js +1 -0
  18. package/cjs/collapse/collapse.styles.js +1 -1
  19. package/cjs/css-baseline/css-baseline.js +1 -1
  20. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  21. package/cjs/dropdown/dropdown-button.js +1 -0
  22. package/cjs/dropdown/dropdown-context.js +1 -0
  23. package/cjs/dropdown/dropdown-icon.js +1 -0
  24. package/cjs/dropdown/dropdown-item.js +1 -0
  25. package/cjs/dropdown/dropdown-menu.js +1 -0
  26. package/cjs/dropdown/dropdown-section.js +1 -0
  27. package/cjs/dropdown/dropdown-trigger.js +1 -0
  28. package/cjs/dropdown/dropdown-types.js +1 -0
  29. package/cjs/dropdown/dropdown.js +1 -0
  30. package/cjs/dropdown/dropdown.styles.js +1 -0
  31. package/cjs/dropdown/index.js +1 -0
  32. package/cjs/dropdown/use-dropdown.js +1 -0
  33. package/cjs/grid/grid-container.js +1 -1
  34. package/cjs/image/image.js +1 -1
  35. package/cjs/image/image.styles.js +1 -1
  36. package/cjs/index.js +1 -1
  37. package/cjs/input/input.styles.js +1 -1
  38. package/cjs/link/link.js +1 -1
  39. package/cjs/link/link.styles.js +1 -1
  40. package/cjs/modal/modal.styles.js +1 -1
  41. package/cjs/pagination/pagination.styles.js +1 -1
  42. package/cjs/popover/popover-content.js +1 -1
  43. package/cjs/popover/popover-trigger.js +1 -1
  44. package/cjs/popover/popover.js +1 -1
  45. package/cjs/popover/popover.styles.js +1 -1
  46. package/cjs/popover/use-popover.js +1 -1
  47. package/cjs/popover/utils.js +1 -1
  48. package/cjs/radio/index.js +1 -1
  49. package/cjs/radio/radio-context.js +1 -1
  50. package/cjs/radio/radio-group.js +1 -1
  51. package/cjs/radio/radio.js +1 -1
  52. package/cjs/radio/radio.styles.js +1 -1
  53. package/cjs/radio/use-radio-group.js +1 -0
  54. package/cjs/radio/use-radio.js +1 -0
  55. package/cjs/snippet/snippet.styles.js +1 -1
  56. package/cjs/switch/switch.styles.js +1 -1
  57. package/cjs/table/table-checkbox-cell.js +1 -1
  58. package/cjs/table/table-context.js +1 -1
  59. package/cjs/table/table-select-all-checkbox.js +1 -1
  60. package/cjs/table/table.js +1 -1
  61. package/cjs/table/table.styles.js +1 -1
  62. package/cjs/table/utils.js +1 -1
  63. package/cjs/theme/colors/blue.js +1 -0
  64. package/cjs/theme/colors/cyan.js +1 -0
  65. package/cjs/theme/colors/gray.js +1 -0
  66. package/cjs/theme/colors/green.js +1 -0
  67. package/cjs/theme/colors/index.js +1 -0
  68. package/cjs/theme/colors/pink.js +1 -0
  69. package/cjs/theme/colors/purple.js +1 -0
  70. package/cjs/theme/colors/red.js +1 -0
  71. package/cjs/theme/colors/yellow.js +1 -0
  72. package/cjs/theme/common.js +1 -1
  73. package/cjs/theme/dark-theme.js +1 -1
  74. package/cjs/theme/index.js +1 -1
  75. package/cjs/theme/light-theme.js +1 -1
  76. package/cjs/theme/shared-css.js +1 -0
  77. package/cjs/theme/stitches.config.js +1 -1
  78. package/cjs/tooltip/tooltip.styles.js +1 -1
  79. package/cjs/user/index.js +1 -1
  80. package/cjs/user/user-link.js +1 -1
  81. package/cjs/user/user.js +1 -1
  82. package/cjs/user/user.styles.js +1 -1
  83. package/cjs/utils/checkmark.js +1 -0
  84. package/cjs/utils/color.js +1 -1
  85. package/cjs/utils/dom.js +1 -1
  86. package/cjs/utils/icons.js +1 -1
  87. package/cjs/utils/prop-types.js +1 -1
  88. package/dropdown/package.json +6 -0
  89. package/esm/avatar/avatar.js +1 -1
  90. package/esm/avatar/avatar.styles.js +1 -1
  91. package/esm/backdrop/backdrop.styles.js +1 -1
  92. package/esm/button/button-icon.js +1 -1
  93. package/esm/button/button.js +1 -1
  94. package/esm/button/button.styles.js +1 -1
  95. package/esm/button/utils.js +1 -1
  96. package/esm/card/card.js +1 -1
  97. package/esm/card/card.styles.js +1 -1
  98. package/esm/card/index.js +1 -1
  99. package/esm/card/use-card.js +1 -0
  100. package/esm/checkbox/checkbox-context.js +1 -1
  101. package/esm/checkbox/checkbox-group.js +1 -1
  102. package/esm/checkbox/checkbox.js +1 -1
  103. package/esm/checkbox/checkbox.styles.js +1 -1
  104. package/esm/checkbox/use-checkbox-group.js +1 -0
  105. package/esm/checkbox/use-checkbox.js +1 -0
  106. package/esm/collapse/collapse.styles.js +1 -1
  107. package/esm/css-baseline/css-baseline.js +1 -1
  108. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  109. package/esm/dropdown/dropdown-button.js +1 -0
  110. package/esm/dropdown/dropdown-context.js +1 -0
  111. package/esm/dropdown/dropdown-icon.js +1 -0
  112. package/esm/dropdown/dropdown-item.js +1 -0
  113. package/esm/dropdown/dropdown-menu.js +1 -0
  114. package/esm/dropdown/dropdown-section.js +1 -0
  115. package/esm/dropdown/dropdown-trigger.js +1 -0
  116. package/esm/dropdown/dropdown-types.js +1 -0
  117. package/esm/dropdown/dropdown.js +1 -0
  118. package/esm/dropdown/dropdown.styles.js +1 -0
  119. package/esm/dropdown/index.js +1 -0
  120. package/esm/dropdown/use-dropdown.js +1 -0
  121. package/esm/grid/grid-container.js +1 -1
  122. package/esm/image/image.js +1 -1
  123. package/esm/image/image.styles.js +1 -1
  124. package/esm/index.js +1 -1
  125. package/esm/input/input.styles.js +1 -1
  126. package/esm/link/link.js +1 -1
  127. package/esm/link/link.styles.js +1 -1
  128. package/esm/modal/modal.styles.js +1 -1
  129. package/esm/pagination/pagination.styles.js +1 -1
  130. package/esm/popover/popover-content.js +1 -1
  131. package/esm/popover/popover-trigger.js +1 -1
  132. package/esm/popover/popover.js +1 -1
  133. package/esm/popover/popover.styles.js +1 -1
  134. package/esm/popover/use-popover.js +1 -1
  135. package/esm/popover/utils.js +1 -1
  136. package/esm/radio/index.js +1 -1
  137. package/esm/radio/radio-context.js +1 -1
  138. package/esm/radio/radio-group.js +1 -1
  139. package/esm/radio/radio.js +1 -1
  140. package/esm/radio/radio.styles.js +1 -1
  141. package/esm/radio/use-radio-group.js +1 -0
  142. package/esm/radio/use-radio.js +1 -0
  143. package/esm/snippet/snippet.styles.js +1 -1
  144. package/esm/switch/switch.styles.js +1 -1
  145. package/esm/table/table-checkbox-cell.js +1 -1
  146. package/esm/table/table-context.js +1 -1
  147. package/esm/table/table-select-all-checkbox.js +1 -1
  148. package/esm/table/table.js +1 -1
  149. package/esm/table/table.styles.js +1 -1
  150. package/esm/table/utils.js +1 -1
  151. package/esm/theme/colors/blue.js +1 -0
  152. package/esm/theme/colors/cyan.js +1 -0
  153. package/esm/theme/colors/gray.js +1 -0
  154. package/esm/theme/colors/green.js +1 -0
  155. package/esm/theme/colors/index.js +1 -0
  156. package/esm/theme/colors/pink.js +1 -0
  157. package/esm/theme/colors/purple.js +1 -0
  158. package/esm/theme/colors/red.js +1 -0
  159. package/esm/theme/colors/yellow.js +1 -0
  160. package/esm/theme/common.js +1 -1
  161. package/esm/theme/dark-theme.js +1 -1
  162. package/esm/theme/index.js +1 -1
  163. package/esm/theme/light-theme.js +1 -1
  164. package/esm/theme/shared-css.js +1 -0
  165. package/esm/theme/stitches.config.js +1 -1
  166. package/esm/tooltip/tooltip.styles.js +1 -1
  167. package/esm/user/index.js +1 -1
  168. package/esm/user/user-link.js +1 -1
  169. package/esm/user/user.js +1 -1
  170. package/esm/user/user.styles.js +1 -1
  171. package/esm/utils/checkmark.js +1 -0
  172. package/esm/utils/color.js +1 -1
  173. package/esm/utils/dom.js +1 -1
  174. package/esm/utils/icons.js +1 -1
  175. package/esm/utils/prop-types.js +1 -1
  176. package/package.json +29 -24
  177. package/types/avatar/avatar-group.styles.d.ts +396 -174
  178. package/types/avatar/avatar.d.ts +2372 -11
  179. package/types/avatar/avatar.styles.d.ts +2570 -98
  180. package/types/backdrop/backdrop.styles.d.ts +594 -261
  181. package/types/button/button-group.styles.d.ts +198 -87
  182. package/types/button/button-icon.d.ts +202 -89
  183. package/types/button/button.d.ts +5 -3
  184. package/types/button/button.styles.d.ts +1636 -189
  185. package/types/card/card.d.ts +8 -9
  186. package/types/card/card.styles.d.ts +3103 -350
  187. package/types/card/use-card.d.ts +301 -0
  188. package/types/checkbox/checkbox-context.d.ts +3 -11
  189. package/types/checkbox/checkbox-group.d.ts +9 -28
  190. package/types/checkbox/checkbox.d.ts +8 -40
  191. package/types/checkbox/checkbox.styles.d.ts +2193 -2021
  192. package/types/checkbox/use-checkbox-group.d.ts +30 -0
  193. package/types/checkbox/use-checkbox.d.ts +26 -0
  194. package/types/code/code.styles.d.ts +396 -174
  195. package/types/col/col.styles.d.ts +198 -87
  196. package/types/collapse/collapse.styles.d.ts +1199 -533
  197. package/types/container/container.styles.d.ts +198 -87
  198. package/types/divider/divider.styles.d.ts +396 -174
  199. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  200. package/types/dropdown/dropdown-button.d.ts +3689 -0
  201. package/types/dropdown/dropdown-context.d.ts +728 -0
  202. package/types/dropdown/dropdown-icon.d.ts +9 -0
  203. package/types/dropdown/dropdown-item.d.ts +31 -0
  204. package/types/dropdown/dropdown-menu.d.ts +30 -0
  205. package/types/dropdown/dropdown-section.d.ts +29 -0
  206. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  207. package/types/dropdown/dropdown-types.d.ts +24 -0
  208. package/types/dropdown/dropdown.d.ts +24 -0
  209. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  210. package/types/dropdown/index.d.ts +9 -0
  211. package/types/dropdown/use-dropdown.d.ts +389 -0
  212. package/types/grid/grid.styles.d.ts +396 -174
  213. package/types/image/image.d.ts +5 -18
  214. package/types/image/image.styles.d.ts +594 -261
  215. package/types/index.d.ts +5 -1
  216. package/types/input/input-password.d.ts +1 -1
  217. package/types/input/input-props.d.ts +2 -2
  218. package/types/input/input.styles.d.ts +2367 -1146
  219. package/types/link/link.styles.d.ts +396 -174
  220. package/types/loading/loading.styles.d.ts +1199 -533
  221. package/types/modal/modal.styles.d.ts +1199 -533
  222. package/types/pagination/pagination.styles.d.ts +1199 -533
  223. package/types/popover/popover-content.d.ts +1147 -2
  224. package/types/popover/popover-context.d.ts +120 -0
  225. package/types/popover/popover.d.ts +4 -4
  226. package/types/popover/popover.styles.d.ts +2374 -88
  227. package/types/popover/use-popover.d.ts +83 -4
  228. package/types/popover/utils.d.ts +3 -1
  229. package/types/progress/progress.d.ts +1 -1
  230. package/types/progress/progress.styles.d.ts +396 -174
  231. package/types/radio/index.d.ts +2 -2
  232. package/types/radio/radio-context.d.ts +22 -13
  233. package/types/radio/radio-group.d.ts +9 -78
  234. package/types/radio/radio.d.ts +10 -66
  235. package/types/radio/radio.styles.d.ts +3335 -562
  236. package/types/radio/use-radio-group.d.ts +26 -0
  237. package/types/radio/use-radio.d.ts +31 -0
  238. package/types/row/row.styles.d.ts +198 -87
  239. package/types/snippet/snippet.styles.d.ts +803 -359
  240. package/types/spacer/spacer.styles.d.ts +198 -87
  241. package/types/switch/switch.d.ts +1 -1
  242. package/types/switch/switch.styles.d.ts +803 -359
  243. package/types/table/table-column-header.d.ts +198 -87
  244. package/types/table/table-sort-icon.d.ts +198 -87
  245. package/types/table/table.styles.d.ts +3745 -1856
  246. package/types/table/utils.d.ts +5 -29
  247. package/types/text/text.styles.d.ts +198 -87
  248. package/types/textarea/textarea.d.ts +1 -1
  249. package/types/theme/colors/blue.d.ts +24 -0
  250. package/types/theme/colors/cyan.d.ts +24 -0
  251. package/types/theme/colors/gray.d.ts +24 -0
  252. package/types/theme/colors/green.d.ts +24 -0
  253. package/types/theme/colors/index.d.ts +8 -0
  254. package/types/theme/colors/pink.d.ts +24 -0
  255. package/types/theme/colors/purple.d.ts +24 -0
  256. package/types/theme/colors/red.d.ts +24 -0
  257. package/types/theme/colors/yellow.d.ts +24 -0
  258. package/types/theme/common.d.ts +449 -392
  259. package/types/theme/dark-theme.d.ts +112 -22
  260. package/types/theme/light-theme.d.ts +91 -13
  261. package/types/theme/shared-css.d.ts +5237 -0
  262. package/types/theme/stitches.config.d.ts +3120 -4934
  263. package/types/theme/types.d.ts +3 -0
  264. package/types/tooltip/tooltip.d.ts +1 -1
  265. package/types/tooltip/tooltip.styles.d.ts +803 -359
  266. package/types/user/index.d.ts +1 -1
  267. package/types/user/user-link.d.ts +4 -11
  268. package/types/user/user.styles.d.ts +787 -1277
  269. package/types/utils/checkmark.d.ts +19 -0
  270. package/types/utils/color.d.ts +1 -0
  271. package/types/utils/dom.d.ts +5 -2
  272. package/types/utils/drip.d.ts +199 -88
  273. package/types/utils/prop-types.d.ts +4 -0
  274. package/umd/nextui.js +14191 -17827
  275. package/umd/nextui.min.js +1 -1
  276. package/cjs/checkbox/utils.js +0 -1
  277. package/esm/checkbox/utils.js +0 -1
  278. package/types/checkbox/utils.d.ts +0 -288
@@ -1,5 +1,9 @@
1
- import { VariantProps } from '../theme/stitches.config';
2
- export declare const StyledRadioInput: import("@stitches/react/types/styled-component").StyledComponent<"input", {}, {
1
+ import type { VariantProps } from '../theme/stitches.config';
2
+ export declare const StyledRadioText: import("@stitches/react/types/styled-component").StyledComponent<"span", {
3
+ color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
4
+ isDisabled?: boolean | "true" | undefined;
5
+ isInvalid?: boolean | "true" | undefined;
6
+ }, {
3
7
  xs: string;
4
8
  sm: string;
5
9
  md: string;
@@ -39,89 +43,20 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
39
43
  lg: string;
40
44
  xl: string;
41
45
  };
46
+ dropShadows: {
47
+ xs: string;
48
+ sm: string;
49
+ md: string;
50
+ lg: string;
51
+ xl: string;
52
+ };
42
53
  colors: {
43
- accents1: string;
44
- accents2: string;
45
- accents3: string;
46
- accents4: string;
47
- accents5: string;
48
- accents6: string;
49
- accents7: string;
50
- accents8: string;
51
- accents9: string;
52
- background: string;
53
- foreground: string;
54
- backgroundContrast: string;
55
54
  text: string;
55
+ link: string;
56
56
  codeLight: string;
57
57
  code: string;
58
- border: string;
59
58
  selection: string;
60
- white: string;
61
- black: string;
62
- blue100: string;
63
- blue200: string;
64
- blue300: string;
65
- blue400: string;
66
- blue500: string;
67
- blue600: string;
68
- blue700: string;
69
- blue800: string;
70
- blue900: string;
71
- purple100: string;
72
- purple200: string;
73
- purple300: string;
74
- purple400: string;
75
- purple500: string;
76
- purple600: string;
77
- purple700: string;
78
- purple800: string;
79
- purple900: string;
80
- green100: string;
81
- green200: string;
82
- green300: string;
83
- green400: string;
84
- green500: string;
85
- green600: string;
86
- green700: string;
87
- green800: string;
88
- green900: string;
89
- yellow100: string;
90
- yellow200: string;
91
- yellow300: string;
92
- yellow400: string;
93
- yellow500: string;
94
- yellow600: string;
95
- yellow700: string;
96
- yellow800: string;
97
- yellow900: string;
98
- red100: string;
99
- red200: string;
100
- red300: string;
101
- red400: string;
102
- red500: string;
103
- red600: string;
104
- red700: string;
105
- red800: string;
106
- red900: string;
107
- cyan100: string;
108
- cyan200: string;
109
- cyan300: string;
110
- cyan400: string;
111
- cyan500: string;
112
- cyan600: string;
113
- cyan700: string;
114
- cyan800: string;
115
- cyan900: string;
116
- pink100: string;
117
- pink200: string;
118
- pink300: string;
119
- pink400: string;
120
- pink500: string;
121
- pink600: string;
122
- pink700: string;
123
- pink800: string;
124
- pink900: string;
59
+ gray50: string;
125
60
  gray100: string;
126
61
  gray200: string;
127
62
  gray300: string;
@@ -131,41 +66,173 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
131
66
  gray700: string;
132
67
  gray800: string;
133
68
  gray900: string;
69
+ pink50: string;
70
+ pink100: string;
71
+ pink200: string;
72
+ pink300: string;
73
+ pink400: string;
74
+ pink500: string;
75
+ pink600: string;
76
+ pink700: string;
77
+ pink800: string;
78
+ pink900: string;
79
+ cyan50: string;
80
+ cyan100: string;
81
+ cyan200: string;
82
+ cyan300: string;
83
+ cyan400: string;
84
+ cyan500: string;
85
+ cyan600: string;
86
+ cyan700: string;
87
+ cyan800: string;
88
+ cyan900: string;
89
+ red50: string;
90
+ red100: string;
91
+ red200: string;
92
+ red300: string;
93
+ red400: string;
94
+ red500: string;
95
+ red600: string;
96
+ red700: string;
97
+ red800: string;
98
+ red900: string;
99
+ yellow50: string;
100
+ yellow100: string;
101
+ yellow200: string;
102
+ yellow300: string;
103
+ yellow400: string;
104
+ yellow500: string;
105
+ yellow600: string;
106
+ yellow700: string;
107
+ yellow800: string;
108
+ yellow900: string;
109
+ green50: string;
110
+ green100: string;
111
+ green200: string;
112
+ green300: string;
113
+ green400: string;
114
+ green500: string;
115
+ green600: string;
116
+ green700: string;
117
+ green800: string;
118
+ green900: string;
119
+ purple50: string;
120
+ purple100: string;
121
+ purple200: string;
122
+ purple300: string;
123
+ purple400: string;
124
+ purple500: string;
125
+ purple600: string;
126
+ purple700: string;
127
+ purple800: string;
128
+ purple900: string;
129
+ blue50: string;
130
+ blue100: string;
131
+ blue200: string;
132
+ blue300: string;
133
+ blue400: string;
134
+ blue500: string;
135
+ blue600: string;
136
+ blue700: string;
137
+ blue800: string;
138
+ blue900: string;
139
+ background: string;
140
+ foreground: string;
141
+ backgroundContrast: string;
142
+ white: string;
143
+ black: string;
134
144
  primaryLight: string;
145
+ primaryLightHover: string;
146
+ primaryLightActive: string;
147
+ primaryLightContrast: string;
135
148
  primary: string;
136
- primaryDark: string;
149
+ primaryBorder: string;
150
+ primaryBorderHover: string;
151
+ primarySolidHover: string;
152
+ primarySolidContrast: string;
137
153
  primaryShadow: string;
138
154
  secondaryLight: string;
155
+ secondaryLightHover: string;
156
+ secondaryLightActive: string;
157
+ secondaryLightContrast: string;
139
158
  secondary: string;
140
- secondaryDark: string;
159
+ secondaryBorder: string;
160
+ secondaryBorderHover: string;
161
+ secondarySolidHover: string;
162
+ secondarySolidContrast: string;
141
163
  secondaryShadow: string;
142
164
  successLight: string;
165
+ successLightHover: string;
166
+ successLightActive: string;
167
+ successLightContrast: string;
143
168
  success: string;
144
- successDark: string;
169
+ successBorder: string;
170
+ successBorderHover: string;
171
+ successSolidHover: string;
172
+ successSolidContrast: string;
145
173
  successShadow: string;
146
174
  warningLight: string;
175
+ warningLightHover: string;
176
+ warningLightActive: string;
177
+ warningLightContrast: string;
147
178
  warning: string;
148
- warningDark: string;
179
+ warningBorder: string;
180
+ warningBorderHover: string;
181
+ warningSolidHover: string;
182
+ warningSolidContrast: string;
149
183
  warningShadow: string;
150
184
  errorLight: string;
185
+ errorLightHover: string;
186
+ errorLightActive: string;
187
+ errorLightContrast: string;
151
188
  error: string;
152
- errorDark: string;
189
+ errorBorder: string;
190
+ errorBorderHover: string;
191
+ errorSolidHover: string;
192
+ errorSolidContrast: string;
153
193
  errorShadow: string;
194
+ neutralLight: string;
195
+ neutralLightHover: string;
196
+ neutralLightActive: string;
197
+ neutralLightContrast: string;
198
+ neutral: string;
199
+ neutralBorder: string;
200
+ neutralBorderHover: string;
201
+ neutralSolidHover: string;
202
+ neutralSolidContrast: string;
203
+ neutralShadow: string;
154
204
  gradient: string;
155
- link: string;
205
+ accents0: string;
206
+ accents1: string;
207
+ accents2: string;
208
+ accents3: string;
209
+ accents4: string;
210
+ accents5: string;
211
+ accents6: string;
212
+ accents7: string;
213
+ accents8: string;
214
+ accents9: string;
215
+ border: string;
156
216
  };
157
217
  fonts: {
158
218
  sans: string;
159
219
  mono: string;
160
220
  };
161
221
  fontSizes: {
162
- tiny: string;
163
222
  xs: string;
164
- base: string;
165
223
  sm: string;
224
+ base: string;
166
225
  md: string;
167
226
  lg: string;
168
227
  xl: string;
228
+ xl2: string;
229
+ xl3: string;
230
+ xl4: string;
231
+ xl5: string;
232
+ xl6: string;
233
+ xl7: string;
234
+ xl8: string;
235
+ xl9: string;
169
236
  };
170
237
  fontWeights: {
171
238
  hairline: number;
@@ -181,9 +248,18 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
181
248
  lineHeights: {
182
249
  xs: number;
183
250
  sm: number;
251
+ base: number;
184
252
  md: number;
185
253
  lg: number;
186
254
  xl: number;
255
+ xl2: number;
256
+ xl3: number;
257
+ xl4: number;
258
+ xl5: number;
259
+ xl6: number;
260
+ xl7: number;
261
+ xl8: number;
262
+ xl9: number;
187
263
  };
188
264
  letterSpacings: {
189
265
  tighter: string;
@@ -268,6 +344,7 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
268
344
  avatar: string;
269
345
  link: string;
270
346
  card: string;
347
+ dropdownItem: string;
271
348
  };
272
349
  breakpoints: {
273
350
  xs: string;
@@ -643,7 +720,9 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
643
720
  readonly [$$PropertyValue]: "backgroundColor";
644
721
  }) => {
645
722
  bf: string;
646
- bg: string;
723
+ bg: {
724
+ readonly [$$PropertyValue]: "backgroundColor";
725
+ };
647
726
  };
648
727
  bgColor: (value: {
649
728
  readonly [$$PropertyValue]: "backgroundColor";
@@ -721,6 +800,32 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
721
800
  readonly [$$PropertyValue]: "boxShadow";
722
801
  };
723
802
  };
803
+ ds: (value: {
804
+ readonly [$$PropertyValue]: "boxShadow";
805
+ }) => {
806
+ dropShadow: {
807
+ readonly [$$PropertyValue]: "boxShadow";
808
+ };
809
+ };
810
+ shadow: (value: {
811
+ readonly [$$PropertyValue]: "boxShadow";
812
+ }) => {
813
+ boxShadow: {
814
+ readonly [$$PropertyValue]: "boxShadow";
815
+ };
816
+ };
817
+ dshadow: (value: {
818
+ readonly [$$PropertyValue]: "boxShadow";
819
+ }) => {
820
+ dropShadow: {
821
+ readonly [$$PropertyValue]: "boxShadow";
822
+ };
823
+ };
824
+ dropShadow: (value: {
825
+ readonly [$$PropertyValue]: "boxShadow";
826
+ }) => {
827
+ filter: string;
828
+ };
724
829
  normalShadow: (value: {
725
830
  readonly [$$PropertyValue]: "backgroundColor";
726
831
  }) => {
@@ -924,6 +1029,16 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
924
1029
  readonly [$$PropertyValue]: "textDecorationLine";
925
1030
  };
926
1031
  };
1032
+ truncateText: (value: {
1033
+ readonly [$$PropertyValue]: "width";
1034
+ }) => {
1035
+ maxWidth: {
1036
+ readonly [$$PropertyValue]: "width";
1037
+ };
1038
+ whiteSpace: string;
1039
+ overflow: string;
1040
+ textOverflow: string;
1041
+ };
927
1042
  textGradient: (value: {
928
1043
  readonly [$$PropertyValue]: "backgroundImage";
929
1044
  }) => {
@@ -935,9 +1050,8 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
935
1050
  };
936
1051
  };
937
1052
  }>>;
938
- export declare const StyledRadioLabel: import("@stitches/react/types/styled-component").StyledComponent<"span", {
939
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
940
- disabled?: boolean | "true" | undefined;
1053
+ export declare const StyledRadioPoint: import("@stitches/react/types/styled-component").StyledComponent<"span", {
1054
+ isFocusVisible?: boolean | "true" | "false" | undefined;
941
1055
  }, {
942
1056
  xs: string;
943
1057
  sm: string;
@@ -978,89 +1092,20 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
978
1092
  lg: string;
979
1093
  xl: string;
980
1094
  };
1095
+ dropShadows: {
1096
+ xs: string;
1097
+ sm: string;
1098
+ md: string;
1099
+ lg: string;
1100
+ xl: string;
1101
+ };
981
1102
  colors: {
982
- accents1: string;
983
- accents2: string;
984
- accents3: string;
985
- accents4: string;
986
- accents5: string;
987
- accents6: string;
988
- accents7: string;
989
- accents8: string;
990
- accents9: string;
991
- background: string;
992
- foreground: string;
993
- backgroundContrast: string;
994
1103
  text: string;
1104
+ link: string;
995
1105
  codeLight: string;
996
1106
  code: string;
997
- border: string;
998
1107
  selection: string;
999
- white: string;
1000
- black: string;
1001
- blue100: string;
1002
- blue200: string;
1003
- blue300: string;
1004
- blue400: string;
1005
- blue500: string;
1006
- blue600: string;
1007
- blue700: string;
1008
- blue800: string;
1009
- blue900: string;
1010
- purple100: string;
1011
- purple200: string;
1012
- purple300: string;
1013
- purple400: string;
1014
- purple500: string;
1015
- purple600: string;
1016
- purple700: string;
1017
- purple800: string;
1018
- purple900: string;
1019
- green100: string;
1020
- green200: string;
1021
- green300: string;
1022
- green400: string;
1023
- green500: string;
1024
- green600: string;
1025
- green700: string;
1026
- green800: string;
1027
- green900: string;
1028
- yellow100: string;
1029
- yellow200: string;
1030
- yellow300: string;
1031
- yellow400: string;
1032
- yellow500: string;
1033
- yellow600: string;
1034
- yellow700: string;
1035
- yellow800: string;
1036
- yellow900: string;
1037
- red100: string;
1038
- red200: string;
1039
- red300: string;
1040
- red400: string;
1041
- red500: string;
1042
- red600: string;
1043
- red700: string;
1044
- red800: string;
1045
- red900: string;
1046
- cyan100: string;
1047
- cyan200: string;
1048
- cyan300: string;
1049
- cyan400: string;
1050
- cyan500: string;
1051
- cyan600: string;
1052
- cyan700: string;
1053
- cyan800: string;
1054
- cyan900: string;
1055
- pink100: string;
1056
- pink200: string;
1057
- pink300: string;
1058
- pink400: string;
1059
- pink500: string;
1060
- pink600: string;
1061
- pink700: string;
1062
- pink800: string;
1063
- pink900: string;
1108
+ gray50: string;
1064
1109
  gray100: string;
1065
1110
  gray200: string;
1066
1111
  gray300: string;
@@ -1070,41 +1115,173 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1070
1115
  gray700: string;
1071
1116
  gray800: string;
1072
1117
  gray900: string;
1118
+ pink50: string;
1119
+ pink100: string;
1120
+ pink200: string;
1121
+ pink300: string;
1122
+ pink400: string;
1123
+ pink500: string;
1124
+ pink600: string;
1125
+ pink700: string;
1126
+ pink800: string;
1127
+ pink900: string;
1128
+ cyan50: string;
1129
+ cyan100: string;
1130
+ cyan200: string;
1131
+ cyan300: string;
1132
+ cyan400: string;
1133
+ cyan500: string;
1134
+ cyan600: string;
1135
+ cyan700: string;
1136
+ cyan800: string;
1137
+ cyan900: string;
1138
+ red50: string;
1139
+ red100: string;
1140
+ red200: string;
1141
+ red300: string;
1142
+ red400: string;
1143
+ red500: string;
1144
+ red600: string;
1145
+ red700: string;
1146
+ red800: string;
1147
+ red900: string;
1148
+ yellow50: string;
1149
+ yellow100: string;
1150
+ yellow200: string;
1151
+ yellow300: string;
1152
+ yellow400: string;
1153
+ yellow500: string;
1154
+ yellow600: string;
1155
+ yellow700: string;
1156
+ yellow800: string;
1157
+ yellow900: string;
1158
+ green50: string;
1159
+ green100: string;
1160
+ green200: string;
1161
+ green300: string;
1162
+ green400: string;
1163
+ green500: string;
1164
+ green600: string;
1165
+ green700: string;
1166
+ green800: string;
1167
+ green900: string;
1168
+ purple50: string;
1169
+ purple100: string;
1170
+ purple200: string;
1171
+ purple300: string;
1172
+ purple400: string;
1173
+ purple500: string;
1174
+ purple600: string;
1175
+ purple700: string;
1176
+ purple800: string;
1177
+ purple900: string;
1178
+ blue50: string;
1179
+ blue100: string;
1180
+ blue200: string;
1181
+ blue300: string;
1182
+ blue400: string;
1183
+ blue500: string;
1184
+ blue600: string;
1185
+ blue700: string;
1186
+ blue800: string;
1187
+ blue900: string;
1188
+ background: string;
1189
+ foreground: string;
1190
+ backgroundContrast: string;
1191
+ white: string;
1192
+ black: string;
1073
1193
  primaryLight: string;
1194
+ primaryLightHover: string;
1195
+ primaryLightActive: string;
1196
+ primaryLightContrast: string;
1074
1197
  primary: string;
1075
- primaryDark: string;
1198
+ primaryBorder: string;
1199
+ primaryBorderHover: string;
1200
+ primarySolidHover: string;
1201
+ primarySolidContrast: string;
1076
1202
  primaryShadow: string;
1077
1203
  secondaryLight: string;
1204
+ secondaryLightHover: string;
1205
+ secondaryLightActive: string;
1206
+ secondaryLightContrast: string;
1078
1207
  secondary: string;
1079
- secondaryDark: string;
1208
+ secondaryBorder: string;
1209
+ secondaryBorderHover: string;
1210
+ secondarySolidHover: string;
1211
+ secondarySolidContrast: string;
1080
1212
  secondaryShadow: string;
1081
1213
  successLight: string;
1214
+ successLightHover: string;
1215
+ successLightActive: string;
1216
+ successLightContrast: string;
1082
1217
  success: string;
1083
- successDark: string;
1218
+ successBorder: string;
1219
+ successBorderHover: string;
1220
+ successSolidHover: string;
1221
+ successSolidContrast: string;
1084
1222
  successShadow: string;
1085
1223
  warningLight: string;
1224
+ warningLightHover: string;
1225
+ warningLightActive: string;
1226
+ warningLightContrast: string;
1086
1227
  warning: string;
1087
- warningDark: string;
1228
+ warningBorder: string;
1229
+ warningBorderHover: string;
1230
+ warningSolidHover: string;
1231
+ warningSolidContrast: string;
1088
1232
  warningShadow: string;
1089
1233
  errorLight: string;
1234
+ errorLightHover: string;
1235
+ errorLightActive: string;
1236
+ errorLightContrast: string;
1090
1237
  error: string;
1091
- errorDark: string;
1238
+ errorBorder: string;
1239
+ errorBorderHover: string;
1240
+ errorSolidHover: string;
1241
+ errorSolidContrast: string;
1092
1242
  errorShadow: string;
1243
+ neutralLight: string;
1244
+ neutralLightHover: string;
1245
+ neutralLightActive: string;
1246
+ neutralLightContrast: string;
1247
+ neutral: string;
1248
+ neutralBorder: string;
1249
+ neutralBorderHover: string;
1250
+ neutralSolidHover: string;
1251
+ neutralSolidContrast: string;
1252
+ neutralShadow: string;
1093
1253
  gradient: string;
1094
- link: string;
1254
+ accents0: string;
1255
+ accents1: string;
1256
+ accents2: string;
1257
+ accents3: string;
1258
+ accents4: string;
1259
+ accents5: string;
1260
+ accents6: string;
1261
+ accents7: string;
1262
+ accents8: string;
1263
+ accents9: string;
1264
+ border: string;
1095
1265
  };
1096
1266
  fonts: {
1097
1267
  sans: string;
1098
1268
  mono: string;
1099
1269
  };
1100
1270
  fontSizes: {
1101
- tiny: string;
1102
1271
  xs: string;
1103
- base: string;
1104
1272
  sm: string;
1273
+ base: string;
1105
1274
  md: string;
1106
1275
  lg: string;
1107
1276
  xl: string;
1277
+ xl2: string;
1278
+ xl3: string;
1279
+ xl4: string;
1280
+ xl5: string;
1281
+ xl6: string;
1282
+ xl7: string;
1283
+ xl8: string;
1284
+ xl9: string;
1108
1285
  };
1109
1286
  fontWeights: {
1110
1287
  hairline: number;
@@ -1120,9 +1297,18 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1120
1297
  lineHeights: {
1121
1298
  xs: number;
1122
1299
  sm: number;
1300
+ base: number;
1123
1301
  md: number;
1124
1302
  lg: number;
1125
1303
  xl: number;
1304
+ xl2: number;
1305
+ xl3: number;
1306
+ xl4: number;
1307
+ xl5: number;
1308
+ xl6: number;
1309
+ xl7: number;
1310
+ xl8: number;
1311
+ xl9: number;
1126
1312
  };
1127
1313
  letterSpacings: {
1128
1314
  tighter: string;
@@ -1207,6 +1393,7 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1207
1393
  avatar: string;
1208
1394
  link: string;
1209
1395
  card: string;
1396
+ dropdownItem: string;
1210
1397
  };
1211
1398
  breakpoints: {
1212
1399
  xs: string;
@@ -1582,7 +1769,9 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1582
1769
  readonly [$$PropertyValue]: "backgroundColor";
1583
1770
  }) => {
1584
1771
  bf: string;
1585
- bg: string;
1772
+ bg: {
1773
+ readonly [$$PropertyValue]: "backgroundColor";
1774
+ };
1586
1775
  };
1587
1776
  bgColor: (value: {
1588
1777
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1660,6 +1849,32 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1660
1849
  readonly [$$PropertyValue]: "boxShadow";
1661
1850
  };
1662
1851
  };
1852
+ ds: (value: {
1853
+ readonly [$$PropertyValue]: "boxShadow";
1854
+ }) => {
1855
+ dropShadow: {
1856
+ readonly [$$PropertyValue]: "boxShadow";
1857
+ };
1858
+ };
1859
+ shadow: (value: {
1860
+ readonly [$$PropertyValue]: "boxShadow";
1861
+ }) => {
1862
+ boxShadow: {
1863
+ readonly [$$PropertyValue]: "boxShadow";
1864
+ };
1865
+ };
1866
+ dshadow: (value: {
1867
+ readonly [$$PropertyValue]: "boxShadow";
1868
+ }) => {
1869
+ dropShadow: {
1870
+ readonly [$$PropertyValue]: "boxShadow";
1871
+ };
1872
+ };
1873
+ dropShadow: (value: {
1874
+ readonly [$$PropertyValue]: "boxShadow";
1875
+ }) => {
1876
+ filter: string;
1877
+ };
1663
1878
  normalShadow: (value: {
1664
1879
  readonly [$$PropertyValue]: "backgroundColor";
1665
1880
  }) => {
@@ -1863,6 +2078,16 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1863
2078
  readonly [$$PropertyValue]: "textDecorationLine";
1864
2079
  };
1865
2080
  };
2081
+ truncateText: (value: {
2082
+ readonly [$$PropertyValue]: "width";
2083
+ }) => {
2084
+ maxWidth: {
2085
+ readonly [$$PropertyValue]: "width";
2086
+ };
2087
+ whiteSpace: string;
2088
+ overflow: string;
2089
+ textOverflow: string;
2090
+ };
1866
2091
  textGradient: (value: {
1867
2092
  readonly [$$PropertyValue]: "backgroundImage";
1868
2093
  }) => {
@@ -1874,7 +2099,16 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1874
2099
  };
1875
2100
  };
1876
2101
  }>>;
1877
- export declare const StyledRadioPoint: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
2102
+ export declare const StyledRadioLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {
2103
+ color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
2104
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2105
+ isHovered?: boolean | "true" | undefined;
2106
+ isInvalid?: boolean | "true" | undefined;
2107
+ isDisabled?: boolean | "true" | undefined;
2108
+ isSquared?: boolean | "true" | "false" | undefined;
2109
+ isChecked?: boolean | "true" | undefined;
2110
+ disableAnimation?: boolean | "true" | "false" | undefined;
2111
+ }, {
1878
2112
  xs: string;
1879
2113
  sm: string;
1880
2114
  md: string;
@@ -1914,89 +2148,20 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
1914
2148
  lg: string;
1915
2149
  xl: string;
1916
2150
  };
2151
+ dropShadows: {
2152
+ xs: string;
2153
+ sm: string;
2154
+ md: string;
2155
+ lg: string;
2156
+ xl: string;
2157
+ };
1917
2158
  colors: {
1918
- accents1: string;
1919
- accents2: string;
1920
- accents3: string;
1921
- accents4: string;
1922
- accents5: string;
1923
- accents6: string;
1924
- accents7: string;
1925
- accents8: string;
1926
- accents9: string;
1927
- background: string;
1928
- foreground: string;
1929
- backgroundContrast: string;
1930
2159
  text: string;
2160
+ link: string;
1931
2161
  codeLight: string;
1932
2162
  code: string;
1933
- border: string;
1934
2163
  selection: string;
1935
- white: string;
1936
- black: string;
1937
- blue100: string;
1938
- blue200: string;
1939
- blue300: string;
1940
- blue400: string;
1941
- blue500: string;
1942
- blue600: string;
1943
- blue700: string;
1944
- blue800: string;
1945
- blue900: string;
1946
- purple100: string;
1947
- purple200: string;
1948
- purple300: string;
1949
- purple400: string;
1950
- purple500: string;
1951
- purple600: string;
1952
- purple700: string;
1953
- purple800: string;
1954
- purple900: string;
1955
- green100: string;
1956
- green200: string;
1957
- green300: string;
1958
- green400: string;
1959
- green500: string;
1960
- green600: string;
1961
- green700: string;
1962
- green800: string;
1963
- green900: string;
1964
- yellow100: string;
1965
- yellow200: string;
1966
- yellow300: string;
1967
- yellow400: string;
1968
- yellow500: string;
1969
- yellow600: string;
1970
- yellow700: string;
1971
- yellow800: string;
1972
- yellow900: string;
1973
- red100: string;
1974
- red200: string;
1975
- red300: string;
1976
- red400: string;
1977
- red500: string;
1978
- red600: string;
1979
- red700: string;
1980
- red800: string;
1981
- red900: string;
1982
- cyan100: string;
1983
- cyan200: string;
1984
- cyan300: string;
1985
- cyan400: string;
1986
- cyan500: string;
1987
- cyan600: string;
1988
- cyan700: string;
1989
- cyan800: string;
1990
- cyan900: string;
1991
- pink100: string;
1992
- pink200: string;
1993
- pink300: string;
1994
- pink400: string;
1995
- pink500: string;
1996
- pink600: string;
1997
- pink700: string;
1998
- pink800: string;
1999
- pink900: string;
2164
+ gray50: string;
2000
2165
  gray100: string;
2001
2166
  gray200: string;
2002
2167
  gray300: string;
@@ -2006,47 +2171,179 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2006
2171
  gray700: string;
2007
2172
  gray800: string;
2008
2173
  gray900: string;
2009
- primaryLight: string;
2010
- primary: string;
2011
- primaryDark: string;
2012
- primaryShadow: string;
2013
- secondaryLight: string;
2014
- secondary: string;
2015
- secondaryDark: string;
2016
- secondaryShadow: string;
2017
- successLight: string;
2018
- success: string;
2019
- successDark: string;
2020
- successShadow: string;
2021
- warningLight: string;
2022
- warning: string;
2023
- warningDark: string;
2024
- warningShadow: string;
2025
- errorLight: string;
2026
- error: string;
2027
- errorDark: string;
2028
- errorShadow: string;
2029
- gradient: string;
2030
- link: string;
2031
- };
2032
- fonts: {
2033
- sans: string;
2034
- mono: string;
2035
- };
2036
- fontSizes: {
2037
- tiny: string;
2038
- xs: string;
2039
- base: string;
2040
- sm: string;
2041
- md: string;
2042
- lg: string;
2043
- xl: string;
2044
- };
2045
- fontWeights: {
2046
- hairline: number;
2047
- thin: number;
2048
- light: number;
2049
- normal: number;
2174
+ pink50: string;
2175
+ pink100: string;
2176
+ pink200: string;
2177
+ pink300: string;
2178
+ pink400: string;
2179
+ pink500: string;
2180
+ pink600: string;
2181
+ pink700: string;
2182
+ pink800: string;
2183
+ pink900: string;
2184
+ cyan50: string;
2185
+ cyan100: string;
2186
+ cyan200: string;
2187
+ cyan300: string;
2188
+ cyan400: string;
2189
+ cyan500: string;
2190
+ cyan600: string;
2191
+ cyan700: string;
2192
+ cyan800: string;
2193
+ cyan900: string;
2194
+ red50: string;
2195
+ red100: string;
2196
+ red200: string;
2197
+ red300: string;
2198
+ red400: string;
2199
+ red500: string;
2200
+ red600: string;
2201
+ red700: string;
2202
+ red800: string;
2203
+ red900: string;
2204
+ yellow50: string;
2205
+ yellow100: string;
2206
+ yellow200: string;
2207
+ yellow300: string;
2208
+ yellow400: string;
2209
+ yellow500: string;
2210
+ yellow600: string;
2211
+ yellow700: string;
2212
+ yellow800: string;
2213
+ yellow900: string;
2214
+ green50: string;
2215
+ green100: string;
2216
+ green200: string;
2217
+ green300: string;
2218
+ green400: string;
2219
+ green500: string;
2220
+ green600: string;
2221
+ green700: string;
2222
+ green800: string;
2223
+ green900: string;
2224
+ purple50: string;
2225
+ purple100: string;
2226
+ purple200: string;
2227
+ purple300: string;
2228
+ purple400: string;
2229
+ purple500: string;
2230
+ purple600: string;
2231
+ purple700: string;
2232
+ purple800: string;
2233
+ purple900: string;
2234
+ blue50: string;
2235
+ blue100: string;
2236
+ blue200: string;
2237
+ blue300: string;
2238
+ blue400: string;
2239
+ blue500: string;
2240
+ blue600: string;
2241
+ blue700: string;
2242
+ blue800: string;
2243
+ blue900: string;
2244
+ background: string;
2245
+ foreground: string;
2246
+ backgroundContrast: string;
2247
+ white: string;
2248
+ black: string;
2249
+ primaryLight: string;
2250
+ primaryLightHover: string;
2251
+ primaryLightActive: string;
2252
+ primaryLightContrast: string;
2253
+ primary: string;
2254
+ primaryBorder: string;
2255
+ primaryBorderHover: string;
2256
+ primarySolidHover: string;
2257
+ primarySolidContrast: string;
2258
+ primaryShadow: string;
2259
+ secondaryLight: string;
2260
+ secondaryLightHover: string;
2261
+ secondaryLightActive: string;
2262
+ secondaryLightContrast: string;
2263
+ secondary: string;
2264
+ secondaryBorder: string;
2265
+ secondaryBorderHover: string;
2266
+ secondarySolidHover: string;
2267
+ secondarySolidContrast: string;
2268
+ secondaryShadow: string;
2269
+ successLight: string;
2270
+ successLightHover: string;
2271
+ successLightActive: string;
2272
+ successLightContrast: string;
2273
+ success: string;
2274
+ successBorder: string;
2275
+ successBorderHover: string;
2276
+ successSolidHover: string;
2277
+ successSolidContrast: string;
2278
+ successShadow: string;
2279
+ warningLight: string;
2280
+ warningLightHover: string;
2281
+ warningLightActive: string;
2282
+ warningLightContrast: string;
2283
+ warning: string;
2284
+ warningBorder: string;
2285
+ warningBorderHover: string;
2286
+ warningSolidHover: string;
2287
+ warningSolidContrast: string;
2288
+ warningShadow: string;
2289
+ errorLight: string;
2290
+ errorLightHover: string;
2291
+ errorLightActive: string;
2292
+ errorLightContrast: string;
2293
+ error: string;
2294
+ errorBorder: string;
2295
+ errorBorderHover: string;
2296
+ errorSolidHover: string;
2297
+ errorSolidContrast: string;
2298
+ errorShadow: string;
2299
+ neutralLight: string;
2300
+ neutralLightHover: string;
2301
+ neutralLightActive: string;
2302
+ neutralLightContrast: string;
2303
+ neutral: string;
2304
+ neutralBorder: string;
2305
+ neutralBorderHover: string;
2306
+ neutralSolidHover: string;
2307
+ neutralSolidContrast: string;
2308
+ neutralShadow: string;
2309
+ gradient: string;
2310
+ accents0: string;
2311
+ accents1: string;
2312
+ accents2: string;
2313
+ accents3: string;
2314
+ accents4: string;
2315
+ accents5: string;
2316
+ accents6: string;
2317
+ accents7: string;
2318
+ accents8: string;
2319
+ accents9: string;
2320
+ border: string;
2321
+ };
2322
+ fonts: {
2323
+ sans: string;
2324
+ mono: string;
2325
+ };
2326
+ fontSizes: {
2327
+ xs: string;
2328
+ sm: string;
2329
+ base: string;
2330
+ md: string;
2331
+ lg: string;
2332
+ xl: string;
2333
+ xl2: string;
2334
+ xl3: string;
2335
+ xl4: string;
2336
+ xl5: string;
2337
+ xl6: string;
2338
+ xl7: string;
2339
+ xl8: string;
2340
+ xl9: string;
2341
+ };
2342
+ fontWeights: {
2343
+ hairline: number;
2344
+ thin: number;
2345
+ light: number;
2346
+ normal: number;
2050
2347
  medium: number;
2051
2348
  semibold: number;
2052
2349
  bold: number;
@@ -2056,9 +2353,18 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2056
2353
  lineHeights: {
2057
2354
  xs: number;
2058
2355
  sm: number;
2356
+ base: number;
2059
2357
  md: number;
2060
2358
  lg: number;
2061
2359
  xl: number;
2360
+ xl2: number;
2361
+ xl3: number;
2362
+ xl4: number;
2363
+ xl5: number;
2364
+ xl6: number;
2365
+ xl7: number;
2366
+ xl8: number;
2367
+ xl9: number;
2062
2368
  };
2063
2369
  letterSpacings: {
2064
2370
  tighter: string;
@@ -2143,6 +2449,7 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2143
2449
  avatar: string;
2144
2450
  link: string;
2145
2451
  card: string;
2452
+ dropdownItem: string;
2146
2453
  };
2147
2454
  breakpoints: {
2148
2455
  xs: string;
@@ -2518,7 +2825,9 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2518
2825
  readonly [$$PropertyValue]: "backgroundColor";
2519
2826
  }) => {
2520
2827
  bf: string;
2521
- bg: string;
2828
+ bg: {
2829
+ readonly [$$PropertyValue]: "backgroundColor";
2830
+ };
2522
2831
  };
2523
2832
  bgColor: (value: {
2524
2833
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2596,6 +2905,32 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2596
2905
  readonly [$$PropertyValue]: "boxShadow";
2597
2906
  };
2598
2907
  };
2908
+ ds: (value: {
2909
+ readonly [$$PropertyValue]: "boxShadow";
2910
+ }) => {
2911
+ dropShadow: {
2912
+ readonly [$$PropertyValue]: "boxShadow";
2913
+ };
2914
+ };
2915
+ shadow: (value: {
2916
+ readonly [$$PropertyValue]: "boxShadow";
2917
+ }) => {
2918
+ boxShadow: {
2919
+ readonly [$$PropertyValue]: "boxShadow";
2920
+ };
2921
+ };
2922
+ dshadow: (value: {
2923
+ readonly [$$PropertyValue]: "boxShadow";
2924
+ }) => {
2925
+ dropShadow: {
2926
+ readonly [$$PropertyValue]: "boxShadow";
2927
+ };
2928
+ };
2929
+ dropShadow: (value: {
2930
+ readonly [$$PropertyValue]: "boxShadow";
2931
+ }) => {
2932
+ filter: string;
2933
+ };
2599
2934
  normalShadow: (value: {
2600
2935
  readonly [$$PropertyValue]: "backgroundColor";
2601
2936
  }) => {
@@ -2799,6 +3134,16 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2799
3134
  readonly [$$PropertyValue]: "textDecorationLine";
2800
3135
  };
2801
3136
  };
3137
+ truncateText: (value: {
3138
+ readonly [$$PropertyValue]: "width";
3139
+ }) => {
3140
+ maxWidth: {
3141
+ readonly [$$PropertyValue]: "width";
3142
+ };
3143
+ whiteSpace: string;
3144
+ overflow: string;
3145
+ textOverflow: string;
3146
+ };
2802
3147
  textGradient: (value: {
2803
3148
  readonly [$$PropertyValue]: "backgroundImage";
2804
3149
  }) => {
@@ -2810,13 +3155,9 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2810
3155
  };
2811
3156
  };
2812
3157
  }>>;
2813
- export declare const StyledRadio: import("@stitches/react/types/styled-component").StyledComponent<"label", {
2814
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
2815
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2816
- disabled?: boolean | "true" | undefined;
2817
- squared?: boolean | "true" | "false" | undefined;
2818
- active?: boolean | "true" | undefined;
2819
- animated?: boolean | "true" | "false" | undefined;
3158
+ export declare const StyledRadioDescription: import("@stitches/react/types/styled-component").StyledComponent<"span", {
3159
+ isInvalid?: boolean | "true" | undefined;
3160
+ isDisabled?: boolean | "true" | undefined;
2820
3161
  }, {
2821
3162
  xs: string;
2822
3163
  sm: string;
@@ -2857,80 +3198,30 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
2857
3198
  lg: string;
2858
3199
  xl: string;
2859
3200
  };
3201
+ dropShadows: {
3202
+ xs: string;
3203
+ sm: string;
3204
+ md: string;
3205
+ lg: string;
3206
+ xl: string;
3207
+ };
2860
3208
  colors: {
2861
- accents1: string;
2862
- accents2: string;
2863
- accents3: string;
2864
- accents4: string;
2865
- accents5: string;
2866
- accents6: string;
2867
- accents7: string;
2868
- accents8: string;
2869
- accents9: string;
2870
- background: string;
2871
- foreground: string;
2872
- backgroundContrast: string;
2873
3209
  text: string;
3210
+ link: string;
2874
3211
  codeLight: string;
2875
3212
  code: string;
2876
- border: string;
2877
3213
  selection: string;
2878
- white: string;
2879
- black: string;
2880
- blue100: string;
2881
- blue200: string;
2882
- blue300: string;
2883
- blue400: string;
2884
- blue500: string;
2885
- blue600: string;
2886
- blue700: string;
2887
- blue800: string;
2888
- blue900: string;
2889
- purple100: string;
2890
- purple200: string;
2891
- purple300: string;
2892
- purple400: string;
2893
- purple500: string;
2894
- purple600: string;
2895
- purple700: string;
2896
- purple800: string;
2897
- purple900: string;
2898
- green100: string;
2899
- green200: string;
2900
- green300: string;
2901
- green400: string;
2902
- green500: string;
2903
- green600: string;
2904
- green700: string;
2905
- green800: string;
2906
- green900: string;
2907
- yellow100: string;
2908
- yellow200: string;
2909
- yellow300: string;
2910
- yellow400: string;
2911
- yellow500: string;
2912
- yellow600: string;
2913
- yellow700: string;
2914
- yellow800: string;
2915
- yellow900: string;
2916
- red100: string;
2917
- red200: string;
2918
- red300: string;
2919
- red400: string;
2920
- red500: string;
2921
- red600: string;
2922
- red700: string;
2923
- red800: string;
2924
- red900: string;
2925
- cyan100: string;
2926
- cyan200: string;
2927
- cyan300: string;
2928
- cyan400: string;
2929
- cyan500: string;
2930
- cyan600: string;
2931
- cyan700: string;
2932
- cyan800: string;
2933
- cyan900: string;
3214
+ gray50: string;
3215
+ gray100: string;
3216
+ gray200: string;
3217
+ gray300: string;
3218
+ gray400: string;
3219
+ gray500: string;
3220
+ gray600: string;
3221
+ gray700: string;
3222
+ gray800: string;
3223
+ gray900: string;
3224
+ pink50: string;
2934
3225
  pink100: string;
2935
3226
  pink200: string;
2936
3227
  pink300: string;
@@ -2940,6 +3231,2081 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
2940
3231
  pink700: string;
2941
3232
  pink800: string;
2942
3233
  pink900: string;
3234
+ cyan50: string;
3235
+ cyan100: string;
3236
+ cyan200: string;
3237
+ cyan300: string;
3238
+ cyan400: string;
3239
+ cyan500: string;
3240
+ cyan600: string;
3241
+ cyan700: string;
3242
+ cyan800: string;
3243
+ cyan900: string;
3244
+ red50: string;
3245
+ red100: string;
3246
+ red200: string;
3247
+ red300: string;
3248
+ red400: string;
3249
+ red500: string;
3250
+ red600: string;
3251
+ red700: string;
3252
+ red800: string;
3253
+ red900: string;
3254
+ yellow50: string;
3255
+ yellow100: string;
3256
+ yellow200: string;
3257
+ yellow300: string;
3258
+ yellow400: string;
3259
+ yellow500: string;
3260
+ yellow600: string;
3261
+ yellow700: string;
3262
+ yellow800: string;
3263
+ yellow900: string;
3264
+ green50: string;
3265
+ green100: string;
3266
+ green200: string;
3267
+ green300: string;
3268
+ green400: string;
3269
+ green500: string;
3270
+ green600: string;
3271
+ green700: string;
3272
+ green800: string;
3273
+ green900: string;
3274
+ purple50: string;
3275
+ purple100: string;
3276
+ purple200: string;
3277
+ purple300: string;
3278
+ purple400: string;
3279
+ purple500: string;
3280
+ purple600: string;
3281
+ purple700: string;
3282
+ purple800: string;
3283
+ purple900: string;
3284
+ blue50: string;
3285
+ blue100: string;
3286
+ blue200: string;
3287
+ blue300: string;
3288
+ blue400: string;
3289
+ blue500: string;
3290
+ blue600: string;
3291
+ blue700: string;
3292
+ blue800: string;
3293
+ blue900: string;
3294
+ background: string;
3295
+ foreground: string;
3296
+ backgroundContrast: string;
3297
+ white: string;
3298
+ black: string;
3299
+ primaryLight: string;
3300
+ primaryLightHover: string;
3301
+ primaryLightActive: string;
3302
+ primaryLightContrast: string;
3303
+ primary: string;
3304
+ primaryBorder: string;
3305
+ primaryBorderHover: string;
3306
+ primarySolidHover: string;
3307
+ primarySolidContrast: string;
3308
+ primaryShadow: string;
3309
+ secondaryLight: string;
3310
+ secondaryLightHover: string;
3311
+ secondaryLightActive: string;
3312
+ secondaryLightContrast: string;
3313
+ secondary: string;
3314
+ secondaryBorder: string;
3315
+ secondaryBorderHover: string;
3316
+ secondarySolidHover: string;
3317
+ secondarySolidContrast: string;
3318
+ secondaryShadow: string;
3319
+ successLight: string;
3320
+ successLightHover: string;
3321
+ successLightActive: string;
3322
+ successLightContrast: string;
3323
+ success: string;
3324
+ successBorder: string;
3325
+ successBorderHover: string;
3326
+ successSolidHover: string;
3327
+ successSolidContrast: string;
3328
+ successShadow: string;
3329
+ warningLight: string;
3330
+ warningLightHover: string;
3331
+ warningLightActive: string;
3332
+ warningLightContrast: string;
3333
+ warning: string;
3334
+ warningBorder: string;
3335
+ warningBorderHover: string;
3336
+ warningSolidHover: string;
3337
+ warningSolidContrast: string;
3338
+ warningShadow: string;
3339
+ errorLight: string;
3340
+ errorLightHover: string;
3341
+ errorLightActive: string;
3342
+ errorLightContrast: string;
3343
+ error: string;
3344
+ errorBorder: string;
3345
+ errorBorderHover: string;
3346
+ errorSolidHover: string;
3347
+ errorSolidContrast: string;
3348
+ errorShadow: string;
3349
+ neutralLight: string;
3350
+ neutralLightHover: string;
3351
+ neutralLightActive: string;
3352
+ neutralLightContrast: string;
3353
+ neutral: string;
3354
+ neutralBorder: string;
3355
+ neutralBorderHover: string;
3356
+ neutralSolidHover: string;
3357
+ neutralSolidContrast: string;
3358
+ neutralShadow: string;
3359
+ gradient: string;
3360
+ accents0: string;
3361
+ accents1: string;
3362
+ accents2: string;
3363
+ accents3: string;
3364
+ accents4: string;
3365
+ accents5: string;
3366
+ accents6: string;
3367
+ accents7: string;
3368
+ accents8: string;
3369
+ accents9: string;
3370
+ border: string;
3371
+ };
3372
+ fonts: {
3373
+ sans: string;
3374
+ mono: string;
3375
+ };
3376
+ fontSizes: {
3377
+ xs: string;
3378
+ sm: string;
3379
+ base: string;
3380
+ md: string;
3381
+ lg: string;
3382
+ xl: string;
3383
+ xl2: string;
3384
+ xl3: string;
3385
+ xl4: string;
3386
+ xl5: string;
3387
+ xl6: string;
3388
+ xl7: string;
3389
+ xl8: string;
3390
+ xl9: string;
3391
+ };
3392
+ fontWeights: {
3393
+ hairline: number;
3394
+ thin: number;
3395
+ light: number;
3396
+ normal: number;
3397
+ medium: number;
3398
+ semibold: number;
3399
+ bold: number;
3400
+ extrabold: number;
3401
+ black: number;
3402
+ };
3403
+ lineHeights: {
3404
+ xs: number;
3405
+ sm: number;
3406
+ base: number;
3407
+ md: number;
3408
+ lg: number;
3409
+ xl: number;
3410
+ xl2: number;
3411
+ xl3: number;
3412
+ xl4: number;
3413
+ xl5: number;
3414
+ xl6: number;
3415
+ xl7: number;
3416
+ xl8: number;
3417
+ xl9: number;
3418
+ };
3419
+ letterSpacings: {
3420
+ tighter: string;
3421
+ tight: string;
3422
+ normal: string;
3423
+ wide: string;
3424
+ wider: string;
3425
+ widest: string;
3426
+ };
3427
+ space: {
3428
+ 0: string;
3429
+ xs: string;
3430
+ sm: string;
3431
+ md: string;
3432
+ lg: string;
3433
+ xl: string;
3434
+ px: string;
3435
+ 1: string;
3436
+ 2: string;
3437
+ 3: string;
3438
+ 4: string;
3439
+ 5: string;
3440
+ 6: string;
3441
+ 7: string;
3442
+ 8: string;
3443
+ 9: string;
3444
+ 10: string;
3445
+ 11: string;
3446
+ 12: string;
3447
+ 13: string;
3448
+ 14: string;
3449
+ 15: string;
3450
+ 16: string;
3451
+ 17: string;
3452
+ 18: string;
3453
+ 20: string;
3454
+ 24: string;
3455
+ 28: string;
3456
+ 32: string;
3457
+ 36: string;
3458
+ 40: string;
3459
+ 44: string;
3460
+ 48: string;
3461
+ 52: string;
3462
+ 56: string;
3463
+ 60: string;
3464
+ 64: string;
3465
+ 72: string;
3466
+ 80: string;
3467
+ 96: string;
3468
+ };
3469
+ radii: {
3470
+ xs: string;
3471
+ sm: string;
3472
+ md: string;
3473
+ base: string;
3474
+ lg: string;
3475
+ xl: string;
3476
+ squared: string;
3477
+ rounded: string;
3478
+ pill: string;
3479
+ };
3480
+ zIndices: {
3481
+ 1: string;
3482
+ 2: string;
3483
+ 3: string;
3484
+ 4: string;
3485
+ 5: string;
3486
+ 10: string;
3487
+ max: string;
3488
+ };
3489
+ borderWeights: {
3490
+ light: string;
3491
+ normal: string;
3492
+ bold: string;
3493
+ extrabold: string;
3494
+ black: string;
3495
+ };
3496
+ transitions: {
3497
+ default: string;
3498
+ button: string;
3499
+ avatar: string;
3500
+ link: string;
3501
+ card: string;
3502
+ dropdownItem: string;
3503
+ };
3504
+ breakpoints: {
3505
+ xs: string;
3506
+ sm: string;
3507
+ md: string;
3508
+ lg: string;
3509
+ xl: string;
3510
+ };
3511
+ }, {
3512
+ width: string;
3513
+ height: string;
3514
+ minWidth: string;
3515
+ maxWidth: string;
3516
+ minHeight: string;
3517
+ maxHeight: string;
3518
+ flexBasis: string;
3519
+ gridTemplateColumns: string;
3520
+ gridTemplateRows: string;
3521
+ blockSize: string;
3522
+ minBlockSize: string;
3523
+ maxBlockSize: string;
3524
+ inlineSize: string;
3525
+ minInlineSize: string;
3526
+ maxInlineSize: string;
3527
+ borderWidth: string;
3528
+ gap: "space";
3529
+ gridGap: "space";
3530
+ columnGap: "space";
3531
+ gridColumnGap: "space";
3532
+ rowGap: "space";
3533
+ gridRowGap: "space";
3534
+ inset: "space";
3535
+ insetBlock: "space";
3536
+ insetBlockEnd: "space";
3537
+ insetBlockStart: "space";
3538
+ insetInline: "space";
3539
+ insetInlineEnd: "space";
3540
+ insetInlineStart: "space";
3541
+ margin: "space";
3542
+ marginTop: "space";
3543
+ marginRight: "space";
3544
+ marginBottom: "space";
3545
+ marginLeft: "space";
3546
+ marginBlock: "space";
3547
+ marginBlockEnd: "space";
3548
+ marginBlockStart: "space";
3549
+ marginInline: "space";
3550
+ marginInlineEnd: "space";
3551
+ marginInlineStart: "space";
3552
+ padding: "space";
3553
+ paddingTop: "space";
3554
+ paddingRight: "space";
3555
+ paddingBottom: "space";
3556
+ paddingLeft: "space";
3557
+ paddingBlock: "space";
3558
+ paddingBlockEnd: "space";
3559
+ paddingBlockStart: "space";
3560
+ paddingInline: "space";
3561
+ paddingInlineEnd: "space";
3562
+ paddingInlineStart: "space";
3563
+ scrollMargin: "space";
3564
+ scrollMarginTop: "space";
3565
+ scrollMarginRight: "space";
3566
+ scrollMarginBottom: "space";
3567
+ scrollMarginLeft: "space";
3568
+ scrollMarginBlock: "space";
3569
+ scrollMarginBlockEnd: "space";
3570
+ scrollMarginBlockStart: "space";
3571
+ scrollMarginInline: "space";
3572
+ scrollMarginInlineEnd: "space";
3573
+ scrollMarginInlineStart: "space";
3574
+ scrollPadding: "space";
3575
+ scrollPaddingTop: "space";
3576
+ scrollPaddingRight: "space";
3577
+ scrollPaddingBottom: "space";
3578
+ scrollPaddingLeft: "space";
3579
+ scrollPaddingBlock: "space";
3580
+ scrollPaddingBlockEnd: "space";
3581
+ scrollPaddingBlockStart: "space";
3582
+ scrollPaddingInline: "space";
3583
+ scrollPaddingInlineEnd: "space";
3584
+ scrollPaddingInlineStart: "space";
3585
+ top: "space";
3586
+ right: "space";
3587
+ bottom: "space";
3588
+ left: "space";
3589
+ fontSize: "fontSizes";
3590
+ background: "colors";
3591
+ backgroundColor: "colors";
3592
+ backgroundImage: "colors";
3593
+ borderImage: "colors";
3594
+ border: "colors";
3595
+ borderBlock: "colors";
3596
+ borderBlockEnd: "colors";
3597
+ borderBlockStart: "colors";
3598
+ borderBottom: "colors";
3599
+ borderBottomColor: "colors";
3600
+ borderColor: "colors";
3601
+ borderInline: "colors";
3602
+ borderInlineEnd: "colors";
3603
+ borderInlineStart: "colors";
3604
+ borderLeft: "colors";
3605
+ borderLeftColor: "colors";
3606
+ borderRight: "colors";
3607
+ borderRightColor: "colors";
3608
+ borderTop: "colors";
3609
+ borderTopColor: "colors";
3610
+ caretColor: "colors";
3611
+ color: "colors";
3612
+ columnRuleColor: "colors";
3613
+ outline: "colors";
3614
+ outlineColor: "colors";
3615
+ fill: "colors";
3616
+ stroke: "colors";
3617
+ textDecorationColor: "colors";
3618
+ fontFamily: "fonts";
3619
+ fontWeight: "fontWeights";
3620
+ lineHeight: "lineHeights";
3621
+ letterSpacing: "letterSpacings";
3622
+ borderTopWidth: "borderWidths";
3623
+ borderLeftWidth: "borderWidths";
3624
+ borderRightWidth: "borderWidths";
3625
+ borderBottomWidth: "borderWidths";
3626
+ borderStyle: "borderStyles";
3627
+ borderTopStyle: "borderStyles";
3628
+ borderLeftStyle: "borderStyles";
3629
+ borderRightStyle: "borderStyles";
3630
+ borderBottomStyle: "borderStyles";
3631
+ borderRadius: "radii";
3632
+ borderTopLeftRadius: "radii";
3633
+ borderTopRightRadius: "radii";
3634
+ borderBottomRightRadius: "radii";
3635
+ borderBottomLeftRadius: "radii";
3636
+ boxShadow: "shadows";
3637
+ textShadow: "shadows";
3638
+ transition: "transitions";
3639
+ zIndex: "zIndices";
3640
+ }, {
3641
+ p: (value: {
3642
+ readonly [$$PropertyValue]: "padding";
3643
+ }) => {
3644
+ padding: {
3645
+ readonly [$$PropertyValue]: "padding";
3646
+ };
3647
+ };
3648
+ pt: (value: {
3649
+ readonly [$$PropertyValue]: "paddingTop";
3650
+ }) => {
3651
+ paddingTop: {
3652
+ readonly [$$PropertyValue]: "paddingTop";
3653
+ };
3654
+ };
3655
+ pr: (value: {
3656
+ readonly [$$PropertyValue]: "paddingRight";
3657
+ }) => {
3658
+ paddingRight: {
3659
+ readonly [$$PropertyValue]: "paddingRight";
3660
+ };
3661
+ };
3662
+ pb: (value: {
3663
+ readonly [$$PropertyValue]: "paddingBottom";
3664
+ }) => {
3665
+ paddingBottom: {
3666
+ readonly [$$PropertyValue]: "paddingBottom";
3667
+ };
3668
+ };
3669
+ pl: (value: {
3670
+ readonly [$$PropertyValue]: "paddingLeft";
3671
+ }) => {
3672
+ paddingLeft: {
3673
+ readonly [$$PropertyValue]: "paddingLeft";
3674
+ };
3675
+ };
3676
+ px: (value: {
3677
+ readonly [$$PropertyValue]: "paddingLeft";
3678
+ }) => {
3679
+ paddingLeft: {
3680
+ readonly [$$PropertyValue]: "paddingLeft";
3681
+ };
3682
+ paddingRight: {
3683
+ readonly [$$PropertyValue]: "paddingLeft";
3684
+ };
3685
+ };
3686
+ py: (value: {
3687
+ readonly [$$PropertyValue]: "paddingTop";
3688
+ }) => {
3689
+ paddingTop: {
3690
+ readonly [$$PropertyValue]: "paddingTop";
3691
+ };
3692
+ paddingBottom: {
3693
+ readonly [$$PropertyValue]: "paddingTop";
3694
+ };
3695
+ };
3696
+ m: (value: {
3697
+ readonly [$$PropertyValue]: "margin";
3698
+ }) => {
3699
+ margin: {
3700
+ readonly [$$PropertyValue]: "margin";
3701
+ };
3702
+ };
3703
+ mt: (value: {
3704
+ readonly [$$PropertyValue]: "marginTop";
3705
+ }) => {
3706
+ marginTop: {
3707
+ readonly [$$PropertyValue]: "marginTop";
3708
+ };
3709
+ };
3710
+ mr: (value: {
3711
+ readonly [$$PropertyValue]: "marginRight";
3712
+ }) => {
3713
+ marginRight: {
3714
+ readonly [$$PropertyValue]: "marginRight";
3715
+ };
3716
+ };
3717
+ mb: (value: {
3718
+ readonly [$$PropertyValue]: "marginBottom";
3719
+ }) => {
3720
+ marginBottom: {
3721
+ readonly [$$PropertyValue]: "marginBottom";
3722
+ };
3723
+ };
3724
+ ml: (value: {
3725
+ readonly [$$PropertyValue]: "marginLeft";
3726
+ }) => {
3727
+ marginLeft: {
3728
+ readonly [$$PropertyValue]: "marginLeft";
3729
+ };
3730
+ };
3731
+ mx: (value: {
3732
+ readonly [$$PropertyValue]: "marginLeft";
3733
+ }) => {
3734
+ marginLeft: {
3735
+ readonly [$$PropertyValue]: "marginLeft";
3736
+ };
3737
+ marginRight: {
3738
+ readonly [$$PropertyValue]: "marginLeft";
3739
+ };
3740
+ };
3741
+ my: (value: {
3742
+ readonly [$$PropertyValue]: "marginTop";
3743
+ }) => {
3744
+ marginTop: {
3745
+ readonly [$$PropertyValue]: "marginTop";
3746
+ };
3747
+ marginBottom: {
3748
+ readonly [$$PropertyValue]: "marginTop";
3749
+ };
3750
+ };
3751
+ ta: (value: {
3752
+ readonly [$$PropertyValue]: "textAlign";
3753
+ }) => {
3754
+ textAlign: {
3755
+ readonly [$$PropertyValue]: "textAlign";
3756
+ };
3757
+ };
3758
+ tt: (value: {
3759
+ readonly [$$PropertyValue]: "textTransform";
3760
+ }) => {
3761
+ textTransform: {
3762
+ readonly [$$PropertyValue]: "textTransform";
3763
+ };
3764
+ };
3765
+ to: (value: {
3766
+ readonly [$$PropertyValue]: "textOverflow";
3767
+ }) => {
3768
+ textOverflow: {
3769
+ readonly [$$PropertyValue]: "textOverflow";
3770
+ };
3771
+ };
3772
+ d: (value: {
3773
+ readonly [$$PropertyValue]: "display";
3774
+ }) => {
3775
+ display: {
3776
+ readonly [$$PropertyValue]: "display";
3777
+ };
3778
+ };
3779
+ dflex: (value: {
3780
+ readonly [$$PropertyValue]: "alignItems";
3781
+ }) => {
3782
+ display: string;
3783
+ alignItems: {
3784
+ readonly [$$PropertyValue]: "alignItems";
3785
+ };
3786
+ justifyContent: {
3787
+ readonly [$$PropertyValue]: "alignItems";
3788
+ };
3789
+ };
3790
+ fd: (value: {
3791
+ readonly [$$PropertyValue]: "flexDirection";
3792
+ }) => {
3793
+ flexDirection: {
3794
+ readonly [$$PropertyValue]: "flexDirection";
3795
+ };
3796
+ };
3797
+ fw: (value: {
3798
+ readonly [$$PropertyValue]: "flexWrap";
3799
+ }) => {
3800
+ flexWrap: {
3801
+ readonly [$$PropertyValue]: "flexWrap";
3802
+ };
3803
+ };
3804
+ ai: (value: {
3805
+ readonly [$$PropertyValue]: "alignItems";
3806
+ }) => {
3807
+ alignItems: {
3808
+ readonly [$$PropertyValue]: "alignItems";
3809
+ };
3810
+ };
3811
+ ac: (value: {
3812
+ readonly [$$PropertyValue]: "alignContent";
3813
+ }) => {
3814
+ alignContent: {
3815
+ readonly [$$PropertyValue]: "alignContent";
3816
+ };
3817
+ };
3818
+ jc: (value: {
3819
+ readonly [$$PropertyValue]: "justifyContent";
3820
+ }) => {
3821
+ justifyContent: {
3822
+ readonly [$$PropertyValue]: "justifyContent";
3823
+ };
3824
+ };
3825
+ as: (value: {
3826
+ readonly [$$PropertyValue]: "alignSelf";
3827
+ }) => {
3828
+ alignSelf: {
3829
+ readonly [$$PropertyValue]: "alignSelf";
3830
+ };
3831
+ };
3832
+ fg: (value: {
3833
+ readonly [$$PropertyValue]: "flexGrow";
3834
+ }) => {
3835
+ flexGrow: {
3836
+ readonly [$$PropertyValue]: "flexGrow";
3837
+ };
3838
+ };
3839
+ fs: (value: {
3840
+ readonly [$$PropertyValue]: "fontSize";
3841
+ }) => {
3842
+ fontSize: {
3843
+ readonly [$$PropertyValue]: "fontSize";
3844
+ };
3845
+ };
3846
+ fb: (value: {
3847
+ readonly [$$PropertyValue]: "flexBasis";
3848
+ }) => {
3849
+ flexBasis: {
3850
+ readonly [$$PropertyValue]: "flexBasis";
3851
+ };
3852
+ };
3853
+ bc: (value: {
3854
+ readonly [$$PropertyValue]: "backgroundColor";
3855
+ }) => {
3856
+ backgroundColor: {
3857
+ readonly [$$PropertyValue]: "backgroundColor";
3858
+ };
3859
+ };
3860
+ bf: (value: {
3861
+ readonly [$$PropertyValue]: "backdropFilter";
3862
+ }) => {
3863
+ backdropFilter: {
3864
+ readonly [$$PropertyValue]: "backdropFilter";
3865
+ };
3866
+ };
3867
+ bg: (value: {
3868
+ readonly [$$PropertyValue]: "backgroundColor";
3869
+ }) => {
3870
+ background: {
3871
+ readonly [$$PropertyValue]: "backgroundColor";
3872
+ };
3873
+ };
3874
+ bgBlur: (value: {
3875
+ readonly [$$PropertyValue]: "backgroundColor";
3876
+ }) => {
3877
+ bf: string;
3878
+ bg: {
3879
+ readonly [$$PropertyValue]: "backgroundColor";
3880
+ };
3881
+ };
3882
+ bgColor: (value: {
3883
+ readonly [$$PropertyValue]: "backgroundColor";
3884
+ }) => {
3885
+ backgroundColor: {
3886
+ readonly [$$PropertyValue]: "backgroundColor";
3887
+ };
3888
+ };
3889
+ backgroundClip: (value: {
3890
+ readonly [$$PropertyValue]: "backgroundClip";
3891
+ }) => {
3892
+ WebkitBackgroundClip: {
3893
+ readonly [$$PropertyValue]: "backgroundClip";
3894
+ };
3895
+ backgroundClip: {
3896
+ readonly [$$PropertyValue]: "backgroundClip";
3897
+ };
3898
+ };
3899
+ bgClip: (value: {
3900
+ readonly [$$PropertyValue]: "backgroundClip";
3901
+ }) => {
3902
+ WebkitBackgroundClip: {
3903
+ readonly [$$PropertyValue]: "backgroundClip";
3904
+ };
3905
+ backgroundClip: {
3906
+ readonly [$$PropertyValue]: "backgroundClip";
3907
+ };
3908
+ };
3909
+ br: (value: {
3910
+ readonly [$$PropertyValue]: "borderRadius";
3911
+ }) => {
3912
+ borderRadius: {
3913
+ readonly [$$PropertyValue]: "borderRadius";
3914
+ };
3915
+ };
3916
+ bw: (value: {
3917
+ readonly [$$PropertyValue]: "borderWidth";
3918
+ }) => {
3919
+ borderWidth: {
3920
+ readonly [$$PropertyValue]: "borderWidth";
3921
+ };
3922
+ };
3923
+ btrr: (value: {
3924
+ readonly [$$PropertyValue]: "borderTopRightRadius";
3925
+ }) => {
3926
+ borderTopRightRadius: {
3927
+ readonly [$$PropertyValue]: "borderTopRightRadius";
3928
+ };
3929
+ };
3930
+ bbrr: (value: {
3931
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
3932
+ }) => {
3933
+ borderBottomRightRadius: {
3934
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
3935
+ };
3936
+ };
3937
+ bblr: (value: {
3938
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
3939
+ }) => {
3940
+ borderBottomLeftRadius: {
3941
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
3942
+ };
3943
+ };
3944
+ btlr: (value: {
3945
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
3946
+ }) => {
3947
+ borderTopLeftRadius: {
3948
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
3949
+ };
3950
+ };
3951
+ bs: (value: {
3952
+ readonly [$$PropertyValue]: "boxShadow";
3953
+ }) => {
3954
+ boxShadow: {
3955
+ readonly [$$PropertyValue]: "boxShadow";
3956
+ };
3957
+ };
3958
+ ds: (value: {
3959
+ readonly [$$PropertyValue]: "boxShadow";
3960
+ }) => {
3961
+ dropShadow: {
3962
+ readonly [$$PropertyValue]: "boxShadow";
3963
+ };
3964
+ };
3965
+ shadow: (value: {
3966
+ readonly [$$PropertyValue]: "boxShadow";
3967
+ }) => {
3968
+ boxShadow: {
3969
+ readonly [$$PropertyValue]: "boxShadow";
3970
+ };
3971
+ };
3972
+ dshadow: (value: {
3973
+ readonly [$$PropertyValue]: "boxShadow";
3974
+ }) => {
3975
+ dropShadow: {
3976
+ readonly [$$PropertyValue]: "boxShadow";
3977
+ };
3978
+ };
3979
+ dropShadow: (value: {
3980
+ readonly [$$PropertyValue]: "boxShadow";
3981
+ }) => {
3982
+ filter: string;
3983
+ };
3984
+ normalShadow: (value: {
3985
+ readonly [$$PropertyValue]: "backgroundColor";
3986
+ }) => {
3987
+ boxShadow: string;
3988
+ };
3989
+ normalShadowVar: (value: {
3990
+ readonly [$$PropertyValue]: "backgroundColor";
3991
+ }) => {
3992
+ boxShadow: string;
3993
+ };
3994
+ lh: (value: {
3995
+ readonly [$$PropertyValue]: "lineHeight";
3996
+ }) => {
3997
+ lineHeight: {
3998
+ readonly [$$PropertyValue]: "lineHeight";
3999
+ };
4000
+ };
4001
+ ov: (value: {
4002
+ readonly [$$PropertyValue]: "overflow";
4003
+ }) => {
4004
+ overflow: {
4005
+ readonly [$$PropertyValue]: "overflow";
4006
+ };
4007
+ };
4008
+ ox: (value: {
4009
+ readonly [$$PropertyValue]: "overflowX";
4010
+ }) => {
4011
+ overflowX: {
4012
+ readonly [$$PropertyValue]: "overflowX";
4013
+ };
4014
+ };
4015
+ oy: (value: {
4016
+ readonly [$$PropertyValue]: "overflowY";
4017
+ }) => {
4018
+ overflowY: {
4019
+ readonly [$$PropertyValue]: "overflowY";
4020
+ };
4021
+ };
4022
+ pe: (value: {
4023
+ readonly [$$PropertyValue]: "pointerEvents";
4024
+ }) => {
4025
+ pointerEvents: {
4026
+ readonly [$$PropertyValue]: "pointerEvents";
4027
+ };
4028
+ };
4029
+ events: (value: {
4030
+ readonly [$$PropertyValue]: "pointerEvents";
4031
+ }) => {
4032
+ pointerEvents: {
4033
+ readonly [$$PropertyValue]: "pointerEvents";
4034
+ };
4035
+ };
4036
+ us: (value: {
4037
+ readonly [$$PropertyValue]: "userSelect";
4038
+ }) => {
4039
+ WebkitUserSelect: {
4040
+ readonly [$$PropertyValue]: "userSelect";
4041
+ };
4042
+ userSelect: {
4043
+ readonly [$$PropertyValue]: "userSelect";
4044
+ };
4045
+ };
4046
+ userSelect: (value: {
4047
+ readonly [$$PropertyValue]: "userSelect";
4048
+ }) => {
4049
+ WebkitUserSelect: {
4050
+ readonly [$$PropertyValue]: "userSelect";
4051
+ };
4052
+ userSelect: {
4053
+ readonly [$$PropertyValue]: "userSelect";
4054
+ };
4055
+ };
4056
+ w: (value: {
4057
+ readonly [$$PropertyValue]: "width";
4058
+ }) => {
4059
+ width: {
4060
+ readonly [$$PropertyValue]: "width";
4061
+ };
4062
+ };
4063
+ h: (value: {
4064
+ readonly [$$PropertyValue]: "height";
4065
+ }) => {
4066
+ height: {
4067
+ readonly [$$PropertyValue]: "height";
4068
+ };
4069
+ };
4070
+ mw: (value: {
4071
+ readonly [$$PropertyValue]: "maxWidth";
4072
+ }) => {
4073
+ maxWidth: {
4074
+ readonly [$$PropertyValue]: "maxWidth";
4075
+ };
4076
+ };
4077
+ maxW: (value: {
4078
+ readonly [$$PropertyValue]: "maxWidth";
4079
+ }) => {
4080
+ maxWidth: {
4081
+ readonly [$$PropertyValue]: "maxWidth";
4082
+ };
4083
+ };
4084
+ mh: (value: {
4085
+ readonly [$$PropertyValue]: "maxHeight";
4086
+ }) => {
4087
+ maxHeight: {
4088
+ readonly [$$PropertyValue]: "maxHeight";
4089
+ };
4090
+ };
4091
+ maxH: (value: {
4092
+ readonly [$$PropertyValue]: "maxHeight";
4093
+ }) => {
4094
+ maxHeight: {
4095
+ readonly [$$PropertyValue]: "maxHeight";
4096
+ };
4097
+ };
4098
+ size: (value: {
4099
+ readonly [$$PropertyValue]: "width";
4100
+ }) => {
4101
+ width: {
4102
+ readonly [$$PropertyValue]: "width";
4103
+ };
4104
+ height: {
4105
+ readonly [$$PropertyValue]: "width";
4106
+ };
4107
+ };
4108
+ minSize: (value: {
4109
+ readonly [$$PropertyValue]: "width";
4110
+ }) => {
4111
+ minWidth: {
4112
+ readonly [$$PropertyValue]: "width";
4113
+ };
4114
+ minHeight: {
4115
+ readonly [$$PropertyValue]: "width";
4116
+ };
4117
+ width: {
4118
+ readonly [$$PropertyValue]: "width";
4119
+ };
4120
+ height: {
4121
+ readonly [$$PropertyValue]: "width";
4122
+ };
4123
+ };
4124
+ sizeMin: (value: {
4125
+ readonly [$$PropertyValue]: "width";
4126
+ }) => {
4127
+ minWidth: {
4128
+ readonly [$$PropertyValue]: "width";
4129
+ };
4130
+ minHeight: {
4131
+ readonly [$$PropertyValue]: "width";
4132
+ };
4133
+ width: {
4134
+ readonly [$$PropertyValue]: "width";
4135
+ };
4136
+ height: {
4137
+ readonly [$$PropertyValue]: "width";
4138
+ };
4139
+ };
4140
+ maxSize: (value: {
4141
+ readonly [$$PropertyValue]: "width";
4142
+ }) => {
4143
+ maxWidth: {
4144
+ readonly [$$PropertyValue]: "width";
4145
+ };
4146
+ maxHeight: {
4147
+ readonly [$$PropertyValue]: "width";
4148
+ };
4149
+ };
4150
+ sizeMax: (value: {
4151
+ readonly [$$PropertyValue]: "width";
4152
+ }) => {
4153
+ maxWidth: {
4154
+ readonly [$$PropertyValue]: "width";
4155
+ };
4156
+ maxHeight: {
4157
+ readonly [$$PropertyValue]: "width";
4158
+ };
4159
+ };
4160
+ appearance: (value: {
4161
+ readonly [$$PropertyValue]: "appearance";
4162
+ }) => {
4163
+ WebkitAppearance: {
4164
+ readonly [$$PropertyValue]: "appearance";
4165
+ };
4166
+ appearance: {
4167
+ readonly [$$PropertyValue]: "appearance";
4168
+ };
4169
+ };
4170
+ scale: (value: {
4171
+ readonly [$$PropertyValue]: "scale";
4172
+ }) => {
4173
+ transform: string;
4174
+ };
4175
+ linearGradient: (value: {
4176
+ readonly [$$PropertyValue]: "backgroundImage";
4177
+ }) => {
4178
+ backgroundImage: string;
4179
+ };
4180
+ tdl: (value: {
4181
+ readonly [$$PropertyValue]: "textDecorationLine";
4182
+ }) => {
4183
+ textDecorationLine: {
4184
+ readonly [$$PropertyValue]: "textDecorationLine";
4185
+ };
4186
+ };
4187
+ truncateText: (value: {
4188
+ readonly [$$PropertyValue]: "width";
4189
+ }) => {
4190
+ maxWidth: {
4191
+ readonly [$$PropertyValue]: "width";
4192
+ };
4193
+ whiteSpace: string;
4194
+ overflow: string;
4195
+ textOverflow: string;
4196
+ };
4197
+ textGradient: (value: {
4198
+ readonly [$$PropertyValue]: "backgroundImage";
4199
+ }) => {
4200
+ backgroundImage: string;
4201
+ WebkitBackgroundClip: string;
4202
+ WebkitTextFillColor: string;
4203
+ '&::selection': {
4204
+ WebkitTextFillColor: string;
4205
+ };
4206
+ };
4207
+ }>>;
4208
+ export declare const StyledRadioContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
4209
+ xs: string;
4210
+ sm: string;
4211
+ md: string;
4212
+ lg: string;
4213
+ xl: string;
4214
+ xsMax: string;
4215
+ smMax: string;
4216
+ mdMax: string;
4217
+ lgMax: string;
4218
+ xlMax: string;
4219
+ motion: string;
4220
+ safari: string;
4221
+ hover: string;
4222
+ dark: string;
4223
+ light: string;
4224
+ }, import("@stitches/react/types/css-util").CSS<{
4225
+ xs: string;
4226
+ sm: string;
4227
+ md: string;
4228
+ lg: string;
4229
+ xl: string;
4230
+ xsMax: string;
4231
+ smMax: string;
4232
+ mdMax: string;
4233
+ lgMax: string;
4234
+ xlMax: string;
4235
+ motion: string;
4236
+ safari: string;
4237
+ hover: string;
4238
+ dark: string;
4239
+ light: string;
4240
+ }, {
4241
+ shadows: {
4242
+ xs: string;
4243
+ sm: string;
4244
+ md: string;
4245
+ lg: string;
4246
+ xl: string;
4247
+ };
4248
+ dropShadows: {
4249
+ xs: string;
4250
+ sm: string;
4251
+ md: string;
4252
+ lg: string;
4253
+ xl: string;
4254
+ };
4255
+ colors: {
4256
+ text: string;
4257
+ link: string;
4258
+ codeLight: string;
4259
+ code: string;
4260
+ selection: string;
4261
+ gray50: string;
4262
+ gray100: string;
4263
+ gray200: string;
4264
+ gray300: string;
4265
+ gray400: string;
4266
+ gray500: string;
4267
+ gray600: string;
4268
+ gray700: string;
4269
+ gray800: string;
4270
+ gray900: string;
4271
+ pink50: string;
4272
+ pink100: string;
4273
+ pink200: string;
4274
+ pink300: string;
4275
+ pink400: string;
4276
+ pink500: string;
4277
+ pink600: string;
4278
+ pink700: string;
4279
+ pink800: string;
4280
+ pink900: string;
4281
+ cyan50: string;
4282
+ cyan100: string;
4283
+ cyan200: string;
4284
+ cyan300: string;
4285
+ cyan400: string;
4286
+ cyan500: string;
4287
+ cyan600: string;
4288
+ cyan700: string;
4289
+ cyan800: string;
4290
+ cyan900: string;
4291
+ red50: string;
4292
+ red100: string;
4293
+ red200: string;
4294
+ red300: string;
4295
+ red400: string;
4296
+ red500: string;
4297
+ red600: string;
4298
+ red700: string;
4299
+ red800: string;
4300
+ red900: string;
4301
+ yellow50: string;
4302
+ yellow100: string;
4303
+ yellow200: string;
4304
+ yellow300: string;
4305
+ yellow400: string;
4306
+ yellow500: string;
4307
+ yellow600: string;
4308
+ yellow700: string;
4309
+ yellow800: string;
4310
+ yellow900: string;
4311
+ green50: string;
4312
+ green100: string;
4313
+ green200: string;
4314
+ green300: string;
4315
+ green400: string;
4316
+ green500: string;
4317
+ green600: string;
4318
+ green700: string;
4319
+ green800: string;
4320
+ green900: string;
4321
+ purple50: string;
4322
+ purple100: string;
4323
+ purple200: string;
4324
+ purple300: string;
4325
+ purple400: string;
4326
+ purple500: string;
4327
+ purple600: string;
4328
+ purple700: string;
4329
+ purple800: string;
4330
+ purple900: string;
4331
+ blue50: string;
4332
+ blue100: string;
4333
+ blue200: string;
4334
+ blue300: string;
4335
+ blue400: string;
4336
+ blue500: string;
4337
+ blue600: string;
4338
+ blue700: string;
4339
+ blue800: string;
4340
+ blue900: string;
4341
+ background: string;
4342
+ foreground: string;
4343
+ backgroundContrast: string;
4344
+ white: string;
4345
+ black: string;
4346
+ primaryLight: string;
4347
+ primaryLightHover: string;
4348
+ primaryLightActive: string;
4349
+ primaryLightContrast: string;
4350
+ primary: string;
4351
+ primaryBorder: string;
4352
+ primaryBorderHover: string;
4353
+ primarySolidHover: string;
4354
+ primarySolidContrast: string;
4355
+ primaryShadow: string;
4356
+ secondaryLight: string;
4357
+ secondaryLightHover: string;
4358
+ secondaryLightActive: string;
4359
+ secondaryLightContrast: string;
4360
+ secondary: string;
4361
+ secondaryBorder: string;
4362
+ secondaryBorderHover: string;
4363
+ secondarySolidHover: string;
4364
+ secondarySolidContrast: string;
4365
+ secondaryShadow: string;
4366
+ successLight: string;
4367
+ successLightHover: string;
4368
+ successLightActive: string;
4369
+ successLightContrast: string;
4370
+ success: string;
4371
+ successBorder: string;
4372
+ successBorderHover: string;
4373
+ successSolidHover: string;
4374
+ successSolidContrast: string;
4375
+ successShadow: string;
4376
+ warningLight: string;
4377
+ warningLightHover: string;
4378
+ warningLightActive: string;
4379
+ warningLightContrast: string;
4380
+ warning: string;
4381
+ warningBorder: string;
4382
+ warningBorderHover: string;
4383
+ warningSolidHover: string;
4384
+ warningSolidContrast: string;
4385
+ warningShadow: string;
4386
+ errorLight: string;
4387
+ errorLightHover: string;
4388
+ errorLightActive: string;
4389
+ errorLightContrast: string;
4390
+ error: string;
4391
+ errorBorder: string;
4392
+ errorBorderHover: string;
4393
+ errorSolidHover: string;
4394
+ errorSolidContrast: string;
4395
+ errorShadow: string;
4396
+ neutralLight: string;
4397
+ neutralLightHover: string;
4398
+ neutralLightActive: string;
4399
+ neutralLightContrast: string;
4400
+ neutral: string;
4401
+ neutralBorder: string;
4402
+ neutralBorderHover: string;
4403
+ neutralSolidHover: string;
4404
+ neutralSolidContrast: string;
4405
+ neutralShadow: string;
4406
+ gradient: string;
4407
+ accents0: string;
4408
+ accents1: string;
4409
+ accents2: string;
4410
+ accents3: string;
4411
+ accents4: string;
4412
+ accents5: string;
4413
+ accents6: string;
4414
+ accents7: string;
4415
+ accents8: string;
4416
+ accents9: string;
4417
+ border: string;
4418
+ };
4419
+ fonts: {
4420
+ sans: string;
4421
+ mono: string;
4422
+ };
4423
+ fontSizes: {
4424
+ xs: string;
4425
+ sm: string;
4426
+ base: string;
4427
+ md: string;
4428
+ lg: string;
4429
+ xl: string;
4430
+ xl2: string;
4431
+ xl3: string;
4432
+ xl4: string;
4433
+ xl5: string;
4434
+ xl6: string;
4435
+ xl7: string;
4436
+ xl8: string;
4437
+ xl9: string;
4438
+ };
4439
+ fontWeights: {
4440
+ hairline: number;
4441
+ thin: number;
4442
+ light: number;
4443
+ normal: number;
4444
+ medium: number;
4445
+ semibold: number;
4446
+ bold: number;
4447
+ extrabold: number;
4448
+ black: number;
4449
+ };
4450
+ lineHeights: {
4451
+ xs: number;
4452
+ sm: number;
4453
+ base: number;
4454
+ md: number;
4455
+ lg: number;
4456
+ xl: number;
4457
+ xl2: number;
4458
+ xl3: number;
4459
+ xl4: number;
4460
+ xl5: number;
4461
+ xl6: number;
4462
+ xl7: number;
4463
+ xl8: number;
4464
+ xl9: number;
4465
+ };
4466
+ letterSpacings: {
4467
+ tighter: string;
4468
+ tight: string;
4469
+ normal: string;
4470
+ wide: string;
4471
+ wider: string;
4472
+ widest: string;
4473
+ };
4474
+ space: {
4475
+ 0: string;
4476
+ xs: string;
4477
+ sm: string;
4478
+ md: string;
4479
+ lg: string;
4480
+ xl: string;
4481
+ px: string;
4482
+ 1: string;
4483
+ 2: string;
4484
+ 3: string;
4485
+ 4: string;
4486
+ 5: string;
4487
+ 6: string;
4488
+ 7: string;
4489
+ 8: string;
4490
+ 9: string;
4491
+ 10: string;
4492
+ 11: string;
4493
+ 12: string;
4494
+ 13: string;
4495
+ 14: string;
4496
+ 15: string;
4497
+ 16: string;
4498
+ 17: string;
4499
+ 18: string;
4500
+ 20: string;
4501
+ 24: string;
4502
+ 28: string;
4503
+ 32: string;
4504
+ 36: string;
4505
+ 40: string;
4506
+ 44: string;
4507
+ 48: string;
4508
+ 52: string;
4509
+ 56: string;
4510
+ 60: string;
4511
+ 64: string;
4512
+ 72: string;
4513
+ 80: string;
4514
+ 96: string;
4515
+ };
4516
+ radii: {
4517
+ xs: string;
4518
+ sm: string;
4519
+ md: string;
4520
+ base: string;
4521
+ lg: string;
4522
+ xl: string;
4523
+ squared: string;
4524
+ rounded: string;
4525
+ pill: string;
4526
+ };
4527
+ zIndices: {
4528
+ 1: string;
4529
+ 2: string;
4530
+ 3: string;
4531
+ 4: string;
4532
+ 5: string;
4533
+ 10: string;
4534
+ max: string;
4535
+ };
4536
+ borderWeights: {
4537
+ light: string;
4538
+ normal: string;
4539
+ bold: string;
4540
+ extrabold: string;
4541
+ black: string;
4542
+ };
4543
+ transitions: {
4544
+ default: string;
4545
+ button: string;
4546
+ avatar: string;
4547
+ link: string;
4548
+ card: string;
4549
+ dropdownItem: string;
4550
+ };
4551
+ breakpoints: {
4552
+ xs: string;
4553
+ sm: string;
4554
+ md: string;
4555
+ lg: string;
4556
+ xl: string;
4557
+ };
4558
+ }, {
4559
+ width: string;
4560
+ height: string;
4561
+ minWidth: string;
4562
+ maxWidth: string;
4563
+ minHeight: string;
4564
+ maxHeight: string;
4565
+ flexBasis: string;
4566
+ gridTemplateColumns: string;
4567
+ gridTemplateRows: string;
4568
+ blockSize: string;
4569
+ minBlockSize: string;
4570
+ maxBlockSize: string;
4571
+ inlineSize: string;
4572
+ minInlineSize: string;
4573
+ maxInlineSize: string;
4574
+ borderWidth: string;
4575
+ gap: "space";
4576
+ gridGap: "space";
4577
+ columnGap: "space";
4578
+ gridColumnGap: "space";
4579
+ rowGap: "space";
4580
+ gridRowGap: "space";
4581
+ inset: "space";
4582
+ insetBlock: "space";
4583
+ insetBlockEnd: "space";
4584
+ insetBlockStart: "space";
4585
+ insetInline: "space";
4586
+ insetInlineEnd: "space";
4587
+ insetInlineStart: "space";
4588
+ margin: "space";
4589
+ marginTop: "space";
4590
+ marginRight: "space";
4591
+ marginBottom: "space";
4592
+ marginLeft: "space";
4593
+ marginBlock: "space";
4594
+ marginBlockEnd: "space";
4595
+ marginBlockStart: "space";
4596
+ marginInline: "space";
4597
+ marginInlineEnd: "space";
4598
+ marginInlineStart: "space";
4599
+ padding: "space";
4600
+ paddingTop: "space";
4601
+ paddingRight: "space";
4602
+ paddingBottom: "space";
4603
+ paddingLeft: "space";
4604
+ paddingBlock: "space";
4605
+ paddingBlockEnd: "space";
4606
+ paddingBlockStart: "space";
4607
+ paddingInline: "space";
4608
+ paddingInlineEnd: "space";
4609
+ paddingInlineStart: "space";
4610
+ scrollMargin: "space";
4611
+ scrollMarginTop: "space";
4612
+ scrollMarginRight: "space";
4613
+ scrollMarginBottom: "space";
4614
+ scrollMarginLeft: "space";
4615
+ scrollMarginBlock: "space";
4616
+ scrollMarginBlockEnd: "space";
4617
+ scrollMarginBlockStart: "space";
4618
+ scrollMarginInline: "space";
4619
+ scrollMarginInlineEnd: "space";
4620
+ scrollMarginInlineStart: "space";
4621
+ scrollPadding: "space";
4622
+ scrollPaddingTop: "space";
4623
+ scrollPaddingRight: "space";
4624
+ scrollPaddingBottom: "space";
4625
+ scrollPaddingLeft: "space";
4626
+ scrollPaddingBlock: "space";
4627
+ scrollPaddingBlockEnd: "space";
4628
+ scrollPaddingBlockStart: "space";
4629
+ scrollPaddingInline: "space";
4630
+ scrollPaddingInlineEnd: "space";
4631
+ scrollPaddingInlineStart: "space";
4632
+ top: "space";
4633
+ right: "space";
4634
+ bottom: "space";
4635
+ left: "space";
4636
+ fontSize: "fontSizes";
4637
+ background: "colors";
4638
+ backgroundColor: "colors";
4639
+ backgroundImage: "colors";
4640
+ borderImage: "colors";
4641
+ border: "colors";
4642
+ borderBlock: "colors";
4643
+ borderBlockEnd: "colors";
4644
+ borderBlockStart: "colors";
4645
+ borderBottom: "colors";
4646
+ borderBottomColor: "colors";
4647
+ borderColor: "colors";
4648
+ borderInline: "colors";
4649
+ borderInlineEnd: "colors";
4650
+ borderInlineStart: "colors";
4651
+ borderLeft: "colors";
4652
+ borderLeftColor: "colors";
4653
+ borderRight: "colors";
4654
+ borderRightColor: "colors";
4655
+ borderTop: "colors";
4656
+ borderTopColor: "colors";
4657
+ caretColor: "colors";
4658
+ color: "colors";
4659
+ columnRuleColor: "colors";
4660
+ outline: "colors";
4661
+ outlineColor: "colors";
4662
+ fill: "colors";
4663
+ stroke: "colors";
4664
+ textDecorationColor: "colors";
4665
+ fontFamily: "fonts";
4666
+ fontWeight: "fontWeights";
4667
+ lineHeight: "lineHeights";
4668
+ letterSpacing: "letterSpacings";
4669
+ borderTopWidth: "borderWidths";
4670
+ borderLeftWidth: "borderWidths";
4671
+ borderRightWidth: "borderWidths";
4672
+ borderBottomWidth: "borderWidths";
4673
+ borderStyle: "borderStyles";
4674
+ borderTopStyle: "borderStyles";
4675
+ borderLeftStyle: "borderStyles";
4676
+ borderRightStyle: "borderStyles";
4677
+ borderBottomStyle: "borderStyles";
4678
+ borderRadius: "radii";
4679
+ borderTopLeftRadius: "radii";
4680
+ borderTopRightRadius: "radii";
4681
+ borderBottomRightRadius: "radii";
4682
+ borderBottomLeftRadius: "radii";
4683
+ boxShadow: "shadows";
4684
+ textShadow: "shadows";
4685
+ transition: "transitions";
4686
+ zIndex: "zIndices";
4687
+ }, {
4688
+ p: (value: {
4689
+ readonly [$$PropertyValue]: "padding";
4690
+ }) => {
4691
+ padding: {
4692
+ readonly [$$PropertyValue]: "padding";
4693
+ };
4694
+ };
4695
+ pt: (value: {
4696
+ readonly [$$PropertyValue]: "paddingTop";
4697
+ }) => {
4698
+ paddingTop: {
4699
+ readonly [$$PropertyValue]: "paddingTop";
4700
+ };
4701
+ };
4702
+ pr: (value: {
4703
+ readonly [$$PropertyValue]: "paddingRight";
4704
+ }) => {
4705
+ paddingRight: {
4706
+ readonly [$$PropertyValue]: "paddingRight";
4707
+ };
4708
+ };
4709
+ pb: (value: {
4710
+ readonly [$$PropertyValue]: "paddingBottom";
4711
+ }) => {
4712
+ paddingBottom: {
4713
+ readonly [$$PropertyValue]: "paddingBottom";
4714
+ };
4715
+ };
4716
+ pl: (value: {
4717
+ readonly [$$PropertyValue]: "paddingLeft";
4718
+ }) => {
4719
+ paddingLeft: {
4720
+ readonly [$$PropertyValue]: "paddingLeft";
4721
+ };
4722
+ };
4723
+ px: (value: {
4724
+ readonly [$$PropertyValue]: "paddingLeft";
4725
+ }) => {
4726
+ paddingLeft: {
4727
+ readonly [$$PropertyValue]: "paddingLeft";
4728
+ };
4729
+ paddingRight: {
4730
+ readonly [$$PropertyValue]: "paddingLeft";
4731
+ };
4732
+ };
4733
+ py: (value: {
4734
+ readonly [$$PropertyValue]: "paddingTop";
4735
+ }) => {
4736
+ paddingTop: {
4737
+ readonly [$$PropertyValue]: "paddingTop";
4738
+ };
4739
+ paddingBottom: {
4740
+ readonly [$$PropertyValue]: "paddingTop";
4741
+ };
4742
+ };
4743
+ m: (value: {
4744
+ readonly [$$PropertyValue]: "margin";
4745
+ }) => {
4746
+ margin: {
4747
+ readonly [$$PropertyValue]: "margin";
4748
+ };
4749
+ };
4750
+ mt: (value: {
4751
+ readonly [$$PropertyValue]: "marginTop";
4752
+ }) => {
4753
+ marginTop: {
4754
+ readonly [$$PropertyValue]: "marginTop";
4755
+ };
4756
+ };
4757
+ mr: (value: {
4758
+ readonly [$$PropertyValue]: "marginRight";
4759
+ }) => {
4760
+ marginRight: {
4761
+ readonly [$$PropertyValue]: "marginRight";
4762
+ };
4763
+ };
4764
+ mb: (value: {
4765
+ readonly [$$PropertyValue]: "marginBottom";
4766
+ }) => {
4767
+ marginBottom: {
4768
+ readonly [$$PropertyValue]: "marginBottom";
4769
+ };
4770
+ };
4771
+ ml: (value: {
4772
+ readonly [$$PropertyValue]: "marginLeft";
4773
+ }) => {
4774
+ marginLeft: {
4775
+ readonly [$$PropertyValue]: "marginLeft";
4776
+ };
4777
+ };
4778
+ mx: (value: {
4779
+ readonly [$$PropertyValue]: "marginLeft";
4780
+ }) => {
4781
+ marginLeft: {
4782
+ readonly [$$PropertyValue]: "marginLeft";
4783
+ };
4784
+ marginRight: {
4785
+ readonly [$$PropertyValue]: "marginLeft";
4786
+ };
4787
+ };
4788
+ my: (value: {
4789
+ readonly [$$PropertyValue]: "marginTop";
4790
+ }) => {
4791
+ marginTop: {
4792
+ readonly [$$PropertyValue]: "marginTop";
4793
+ };
4794
+ marginBottom: {
4795
+ readonly [$$PropertyValue]: "marginTop";
4796
+ };
4797
+ };
4798
+ ta: (value: {
4799
+ readonly [$$PropertyValue]: "textAlign";
4800
+ }) => {
4801
+ textAlign: {
4802
+ readonly [$$PropertyValue]: "textAlign";
4803
+ };
4804
+ };
4805
+ tt: (value: {
4806
+ readonly [$$PropertyValue]: "textTransform";
4807
+ }) => {
4808
+ textTransform: {
4809
+ readonly [$$PropertyValue]: "textTransform";
4810
+ };
4811
+ };
4812
+ to: (value: {
4813
+ readonly [$$PropertyValue]: "textOverflow";
4814
+ }) => {
4815
+ textOverflow: {
4816
+ readonly [$$PropertyValue]: "textOverflow";
4817
+ };
4818
+ };
4819
+ d: (value: {
4820
+ readonly [$$PropertyValue]: "display";
4821
+ }) => {
4822
+ display: {
4823
+ readonly [$$PropertyValue]: "display";
4824
+ };
4825
+ };
4826
+ dflex: (value: {
4827
+ readonly [$$PropertyValue]: "alignItems";
4828
+ }) => {
4829
+ display: string;
4830
+ alignItems: {
4831
+ readonly [$$PropertyValue]: "alignItems";
4832
+ };
4833
+ justifyContent: {
4834
+ readonly [$$PropertyValue]: "alignItems";
4835
+ };
4836
+ };
4837
+ fd: (value: {
4838
+ readonly [$$PropertyValue]: "flexDirection";
4839
+ }) => {
4840
+ flexDirection: {
4841
+ readonly [$$PropertyValue]: "flexDirection";
4842
+ };
4843
+ };
4844
+ fw: (value: {
4845
+ readonly [$$PropertyValue]: "flexWrap";
4846
+ }) => {
4847
+ flexWrap: {
4848
+ readonly [$$PropertyValue]: "flexWrap";
4849
+ };
4850
+ };
4851
+ ai: (value: {
4852
+ readonly [$$PropertyValue]: "alignItems";
4853
+ }) => {
4854
+ alignItems: {
4855
+ readonly [$$PropertyValue]: "alignItems";
4856
+ };
4857
+ };
4858
+ ac: (value: {
4859
+ readonly [$$PropertyValue]: "alignContent";
4860
+ }) => {
4861
+ alignContent: {
4862
+ readonly [$$PropertyValue]: "alignContent";
4863
+ };
4864
+ };
4865
+ jc: (value: {
4866
+ readonly [$$PropertyValue]: "justifyContent";
4867
+ }) => {
4868
+ justifyContent: {
4869
+ readonly [$$PropertyValue]: "justifyContent";
4870
+ };
4871
+ };
4872
+ as: (value: {
4873
+ readonly [$$PropertyValue]: "alignSelf";
4874
+ }) => {
4875
+ alignSelf: {
4876
+ readonly [$$PropertyValue]: "alignSelf";
4877
+ };
4878
+ };
4879
+ fg: (value: {
4880
+ readonly [$$PropertyValue]: "flexGrow";
4881
+ }) => {
4882
+ flexGrow: {
4883
+ readonly [$$PropertyValue]: "flexGrow";
4884
+ };
4885
+ };
4886
+ fs: (value: {
4887
+ readonly [$$PropertyValue]: "fontSize";
4888
+ }) => {
4889
+ fontSize: {
4890
+ readonly [$$PropertyValue]: "fontSize";
4891
+ };
4892
+ };
4893
+ fb: (value: {
4894
+ readonly [$$PropertyValue]: "flexBasis";
4895
+ }) => {
4896
+ flexBasis: {
4897
+ readonly [$$PropertyValue]: "flexBasis";
4898
+ };
4899
+ };
4900
+ bc: (value: {
4901
+ readonly [$$PropertyValue]: "backgroundColor";
4902
+ }) => {
4903
+ backgroundColor: {
4904
+ readonly [$$PropertyValue]: "backgroundColor";
4905
+ };
4906
+ };
4907
+ bf: (value: {
4908
+ readonly [$$PropertyValue]: "backdropFilter";
4909
+ }) => {
4910
+ backdropFilter: {
4911
+ readonly [$$PropertyValue]: "backdropFilter";
4912
+ };
4913
+ };
4914
+ bg: (value: {
4915
+ readonly [$$PropertyValue]: "backgroundColor";
4916
+ }) => {
4917
+ background: {
4918
+ readonly [$$PropertyValue]: "backgroundColor";
4919
+ };
4920
+ };
4921
+ bgBlur: (value: {
4922
+ readonly [$$PropertyValue]: "backgroundColor";
4923
+ }) => {
4924
+ bf: string;
4925
+ bg: {
4926
+ readonly [$$PropertyValue]: "backgroundColor";
4927
+ };
4928
+ };
4929
+ bgColor: (value: {
4930
+ readonly [$$PropertyValue]: "backgroundColor";
4931
+ }) => {
4932
+ backgroundColor: {
4933
+ readonly [$$PropertyValue]: "backgroundColor";
4934
+ };
4935
+ };
4936
+ backgroundClip: (value: {
4937
+ readonly [$$PropertyValue]: "backgroundClip";
4938
+ }) => {
4939
+ WebkitBackgroundClip: {
4940
+ readonly [$$PropertyValue]: "backgroundClip";
4941
+ };
4942
+ backgroundClip: {
4943
+ readonly [$$PropertyValue]: "backgroundClip";
4944
+ };
4945
+ };
4946
+ bgClip: (value: {
4947
+ readonly [$$PropertyValue]: "backgroundClip";
4948
+ }) => {
4949
+ WebkitBackgroundClip: {
4950
+ readonly [$$PropertyValue]: "backgroundClip";
4951
+ };
4952
+ backgroundClip: {
4953
+ readonly [$$PropertyValue]: "backgroundClip";
4954
+ };
4955
+ };
4956
+ br: (value: {
4957
+ readonly [$$PropertyValue]: "borderRadius";
4958
+ }) => {
4959
+ borderRadius: {
4960
+ readonly [$$PropertyValue]: "borderRadius";
4961
+ };
4962
+ };
4963
+ bw: (value: {
4964
+ readonly [$$PropertyValue]: "borderWidth";
4965
+ }) => {
4966
+ borderWidth: {
4967
+ readonly [$$PropertyValue]: "borderWidth";
4968
+ };
4969
+ };
4970
+ btrr: (value: {
4971
+ readonly [$$PropertyValue]: "borderTopRightRadius";
4972
+ }) => {
4973
+ borderTopRightRadius: {
4974
+ readonly [$$PropertyValue]: "borderTopRightRadius";
4975
+ };
4976
+ };
4977
+ bbrr: (value: {
4978
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
4979
+ }) => {
4980
+ borderBottomRightRadius: {
4981
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
4982
+ };
4983
+ };
4984
+ bblr: (value: {
4985
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
4986
+ }) => {
4987
+ borderBottomLeftRadius: {
4988
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
4989
+ };
4990
+ };
4991
+ btlr: (value: {
4992
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
4993
+ }) => {
4994
+ borderTopLeftRadius: {
4995
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
4996
+ };
4997
+ };
4998
+ bs: (value: {
4999
+ readonly [$$PropertyValue]: "boxShadow";
5000
+ }) => {
5001
+ boxShadow: {
5002
+ readonly [$$PropertyValue]: "boxShadow";
5003
+ };
5004
+ };
5005
+ ds: (value: {
5006
+ readonly [$$PropertyValue]: "boxShadow";
5007
+ }) => {
5008
+ dropShadow: {
5009
+ readonly [$$PropertyValue]: "boxShadow";
5010
+ };
5011
+ };
5012
+ shadow: (value: {
5013
+ readonly [$$PropertyValue]: "boxShadow";
5014
+ }) => {
5015
+ boxShadow: {
5016
+ readonly [$$PropertyValue]: "boxShadow";
5017
+ };
5018
+ };
5019
+ dshadow: (value: {
5020
+ readonly [$$PropertyValue]: "boxShadow";
5021
+ }) => {
5022
+ dropShadow: {
5023
+ readonly [$$PropertyValue]: "boxShadow";
5024
+ };
5025
+ };
5026
+ dropShadow: (value: {
5027
+ readonly [$$PropertyValue]: "boxShadow";
5028
+ }) => {
5029
+ filter: string;
5030
+ };
5031
+ normalShadow: (value: {
5032
+ readonly [$$PropertyValue]: "backgroundColor";
5033
+ }) => {
5034
+ boxShadow: string;
5035
+ };
5036
+ normalShadowVar: (value: {
5037
+ readonly [$$PropertyValue]: "backgroundColor";
5038
+ }) => {
5039
+ boxShadow: string;
5040
+ };
5041
+ lh: (value: {
5042
+ readonly [$$PropertyValue]: "lineHeight";
5043
+ }) => {
5044
+ lineHeight: {
5045
+ readonly [$$PropertyValue]: "lineHeight";
5046
+ };
5047
+ };
5048
+ ov: (value: {
5049
+ readonly [$$PropertyValue]: "overflow";
5050
+ }) => {
5051
+ overflow: {
5052
+ readonly [$$PropertyValue]: "overflow";
5053
+ };
5054
+ };
5055
+ ox: (value: {
5056
+ readonly [$$PropertyValue]: "overflowX";
5057
+ }) => {
5058
+ overflowX: {
5059
+ readonly [$$PropertyValue]: "overflowX";
5060
+ };
5061
+ };
5062
+ oy: (value: {
5063
+ readonly [$$PropertyValue]: "overflowY";
5064
+ }) => {
5065
+ overflowY: {
5066
+ readonly [$$PropertyValue]: "overflowY";
5067
+ };
5068
+ };
5069
+ pe: (value: {
5070
+ readonly [$$PropertyValue]: "pointerEvents";
5071
+ }) => {
5072
+ pointerEvents: {
5073
+ readonly [$$PropertyValue]: "pointerEvents";
5074
+ };
5075
+ };
5076
+ events: (value: {
5077
+ readonly [$$PropertyValue]: "pointerEvents";
5078
+ }) => {
5079
+ pointerEvents: {
5080
+ readonly [$$PropertyValue]: "pointerEvents";
5081
+ };
5082
+ };
5083
+ us: (value: {
5084
+ readonly [$$PropertyValue]: "userSelect";
5085
+ }) => {
5086
+ WebkitUserSelect: {
5087
+ readonly [$$PropertyValue]: "userSelect";
5088
+ };
5089
+ userSelect: {
5090
+ readonly [$$PropertyValue]: "userSelect";
5091
+ };
5092
+ };
5093
+ userSelect: (value: {
5094
+ readonly [$$PropertyValue]: "userSelect";
5095
+ }) => {
5096
+ WebkitUserSelect: {
5097
+ readonly [$$PropertyValue]: "userSelect";
5098
+ };
5099
+ userSelect: {
5100
+ readonly [$$PropertyValue]: "userSelect";
5101
+ };
5102
+ };
5103
+ w: (value: {
5104
+ readonly [$$PropertyValue]: "width";
5105
+ }) => {
5106
+ width: {
5107
+ readonly [$$PropertyValue]: "width";
5108
+ };
5109
+ };
5110
+ h: (value: {
5111
+ readonly [$$PropertyValue]: "height";
5112
+ }) => {
5113
+ height: {
5114
+ readonly [$$PropertyValue]: "height";
5115
+ };
5116
+ };
5117
+ mw: (value: {
5118
+ readonly [$$PropertyValue]: "maxWidth";
5119
+ }) => {
5120
+ maxWidth: {
5121
+ readonly [$$PropertyValue]: "maxWidth";
5122
+ };
5123
+ };
5124
+ maxW: (value: {
5125
+ readonly [$$PropertyValue]: "maxWidth";
5126
+ }) => {
5127
+ maxWidth: {
5128
+ readonly [$$PropertyValue]: "maxWidth";
5129
+ };
5130
+ };
5131
+ mh: (value: {
5132
+ readonly [$$PropertyValue]: "maxHeight";
5133
+ }) => {
5134
+ maxHeight: {
5135
+ readonly [$$PropertyValue]: "maxHeight";
5136
+ };
5137
+ };
5138
+ maxH: (value: {
5139
+ readonly [$$PropertyValue]: "maxHeight";
5140
+ }) => {
5141
+ maxHeight: {
5142
+ readonly [$$PropertyValue]: "maxHeight";
5143
+ };
5144
+ };
5145
+ size: (value: {
5146
+ readonly [$$PropertyValue]: "width";
5147
+ }) => {
5148
+ width: {
5149
+ readonly [$$PropertyValue]: "width";
5150
+ };
5151
+ height: {
5152
+ readonly [$$PropertyValue]: "width";
5153
+ };
5154
+ };
5155
+ minSize: (value: {
5156
+ readonly [$$PropertyValue]: "width";
5157
+ }) => {
5158
+ minWidth: {
5159
+ readonly [$$PropertyValue]: "width";
5160
+ };
5161
+ minHeight: {
5162
+ readonly [$$PropertyValue]: "width";
5163
+ };
5164
+ width: {
5165
+ readonly [$$PropertyValue]: "width";
5166
+ };
5167
+ height: {
5168
+ readonly [$$PropertyValue]: "width";
5169
+ };
5170
+ };
5171
+ sizeMin: (value: {
5172
+ readonly [$$PropertyValue]: "width";
5173
+ }) => {
5174
+ minWidth: {
5175
+ readonly [$$PropertyValue]: "width";
5176
+ };
5177
+ minHeight: {
5178
+ readonly [$$PropertyValue]: "width";
5179
+ };
5180
+ width: {
5181
+ readonly [$$PropertyValue]: "width";
5182
+ };
5183
+ height: {
5184
+ readonly [$$PropertyValue]: "width";
5185
+ };
5186
+ };
5187
+ maxSize: (value: {
5188
+ readonly [$$PropertyValue]: "width";
5189
+ }) => {
5190
+ maxWidth: {
5191
+ readonly [$$PropertyValue]: "width";
5192
+ };
5193
+ maxHeight: {
5194
+ readonly [$$PropertyValue]: "width";
5195
+ };
5196
+ };
5197
+ sizeMax: (value: {
5198
+ readonly [$$PropertyValue]: "width";
5199
+ }) => {
5200
+ maxWidth: {
5201
+ readonly [$$PropertyValue]: "width";
5202
+ };
5203
+ maxHeight: {
5204
+ readonly [$$PropertyValue]: "width";
5205
+ };
5206
+ };
5207
+ appearance: (value: {
5208
+ readonly [$$PropertyValue]: "appearance";
5209
+ }) => {
5210
+ WebkitAppearance: {
5211
+ readonly [$$PropertyValue]: "appearance";
5212
+ };
5213
+ appearance: {
5214
+ readonly [$$PropertyValue]: "appearance";
5215
+ };
5216
+ };
5217
+ scale: (value: {
5218
+ readonly [$$PropertyValue]: "scale";
5219
+ }) => {
5220
+ transform: string;
5221
+ };
5222
+ linearGradient: (value: {
5223
+ readonly [$$PropertyValue]: "backgroundImage";
5224
+ }) => {
5225
+ backgroundImage: string;
5226
+ };
5227
+ tdl: (value: {
5228
+ readonly [$$PropertyValue]: "textDecorationLine";
5229
+ }) => {
5230
+ textDecorationLine: {
5231
+ readonly [$$PropertyValue]: "textDecorationLine";
5232
+ };
5233
+ };
5234
+ truncateText: (value: {
5235
+ readonly [$$PropertyValue]: "width";
5236
+ }) => {
5237
+ maxWidth: {
5238
+ readonly [$$PropertyValue]: "width";
5239
+ };
5240
+ whiteSpace: string;
5241
+ overflow: string;
5242
+ textOverflow: string;
5243
+ };
5244
+ textGradient: (value: {
5245
+ readonly [$$PropertyValue]: "backgroundImage";
5246
+ }) => {
5247
+ backgroundImage: string;
5248
+ WebkitBackgroundClip: string;
5249
+ WebkitTextFillColor: string;
5250
+ '&::selection': {
5251
+ WebkitTextFillColor: string;
5252
+ };
5253
+ };
5254
+ }>>;
5255
+ export declare const StyledRadioGroupLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {}, {
5256
+ xs: string;
5257
+ sm: string;
5258
+ md: string;
5259
+ lg: string;
5260
+ xl: string;
5261
+ xsMax: string;
5262
+ smMax: string;
5263
+ mdMax: string;
5264
+ lgMax: string;
5265
+ xlMax: string;
5266
+ motion: string;
5267
+ safari: string;
5268
+ hover: string;
5269
+ dark: string;
5270
+ light: string;
5271
+ }, import("@stitches/react/types/css-util").CSS<{
5272
+ xs: string;
5273
+ sm: string;
5274
+ md: string;
5275
+ lg: string;
5276
+ xl: string;
5277
+ xsMax: string;
5278
+ smMax: string;
5279
+ mdMax: string;
5280
+ lgMax: string;
5281
+ xlMax: string;
5282
+ motion: string;
5283
+ safari: string;
5284
+ hover: string;
5285
+ dark: string;
5286
+ light: string;
5287
+ }, {
5288
+ shadows: {
5289
+ xs: string;
5290
+ sm: string;
5291
+ md: string;
5292
+ lg: string;
5293
+ xl: string;
5294
+ };
5295
+ dropShadows: {
5296
+ xs: string;
5297
+ sm: string;
5298
+ md: string;
5299
+ lg: string;
5300
+ xl: string;
5301
+ };
5302
+ colors: {
5303
+ text: string;
5304
+ link: string;
5305
+ codeLight: string;
5306
+ code: string;
5307
+ selection: string;
5308
+ gray50: string;
2943
5309
  gray100: string;
2944
5310
  gray200: string;
2945
5311
  gray300: string;
@@ -2949,41 +5315,173 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
2949
5315
  gray700: string;
2950
5316
  gray800: string;
2951
5317
  gray900: string;
5318
+ pink50: string;
5319
+ pink100: string;
5320
+ pink200: string;
5321
+ pink300: string;
5322
+ pink400: string;
5323
+ pink500: string;
5324
+ pink600: string;
5325
+ pink700: string;
5326
+ pink800: string;
5327
+ pink900: string;
5328
+ cyan50: string;
5329
+ cyan100: string;
5330
+ cyan200: string;
5331
+ cyan300: string;
5332
+ cyan400: string;
5333
+ cyan500: string;
5334
+ cyan600: string;
5335
+ cyan700: string;
5336
+ cyan800: string;
5337
+ cyan900: string;
5338
+ red50: string;
5339
+ red100: string;
5340
+ red200: string;
5341
+ red300: string;
5342
+ red400: string;
5343
+ red500: string;
5344
+ red600: string;
5345
+ red700: string;
5346
+ red800: string;
5347
+ red900: string;
5348
+ yellow50: string;
5349
+ yellow100: string;
5350
+ yellow200: string;
5351
+ yellow300: string;
5352
+ yellow400: string;
5353
+ yellow500: string;
5354
+ yellow600: string;
5355
+ yellow700: string;
5356
+ yellow800: string;
5357
+ yellow900: string;
5358
+ green50: string;
5359
+ green100: string;
5360
+ green200: string;
5361
+ green300: string;
5362
+ green400: string;
5363
+ green500: string;
5364
+ green600: string;
5365
+ green700: string;
5366
+ green800: string;
5367
+ green900: string;
5368
+ purple50: string;
5369
+ purple100: string;
5370
+ purple200: string;
5371
+ purple300: string;
5372
+ purple400: string;
5373
+ purple500: string;
5374
+ purple600: string;
5375
+ purple700: string;
5376
+ purple800: string;
5377
+ purple900: string;
5378
+ blue50: string;
5379
+ blue100: string;
5380
+ blue200: string;
5381
+ blue300: string;
5382
+ blue400: string;
5383
+ blue500: string;
5384
+ blue600: string;
5385
+ blue700: string;
5386
+ blue800: string;
5387
+ blue900: string;
5388
+ background: string;
5389
+ foreground: string;
5390
+ backgroundContrast: string;
5391
+ white: string;
5392
+ black: string;
2952
5393
  primaryLight: string;
5394
+ primaryLightHover: string;
5395
+ primaryLightActive: string;
5396
+ primaryLightContrast: string;
2953
5397
  primary: string;
2954
- primaryDark: string;
5398
+ primaryBorder: string;
5399
+ primaryBorderHover: string;
5400
+ primarySolidHover: string;
5401
+ primarySolidContrast: string;
2955
5402
  primaryShadow: string;
2956
5403
  secondaryLight: string;
5404
+ secondaryLightHover: string;
5405
+ secondaryLightActive: string;
5406
+ secondaryLightContrast: string;
2957
5407
  secondary: string;
2958
- secondaryDark: string;
5408
+ secondaryBorder: string;
5409
+ secondaryBorderHover: string;
5410
+ secondarySolidHover: string;
5411
+ secondarySolidContrast: string;
2959
5412
  secondaryShadow: string;
2960
5413
  successLight: string;
5414
+ successLightHover: string;
5415
+ successLightActive: string;
5416
+ successLightContrast: string;
2961
5417
  success: string;
2962
- successDark: string;
5418
+ successBorder: string;
5419
+ successBorderHover: string;
5420
+ successSolidHover: string;
5421
+ successSolidContrast: string;
2963
5422
  successShadow: string;
2964
5423
  warningLight: string;
5424
+ warningLightHover: string;
5425
+ warningLightActive: string;
5426
+ warningLightContrast: string;
2965
5427
  warning: string;
2966
- warningDark: string;
5428
+ warningBorder: string;
5429
+ warningBorderHover: string;
5430
+ warningSolidHover: string;
5431
+ warningSolidContrast: string;
2967
5432
  warningShadow: string;
2968
5433
  errorLight: string;
5434
+ errorLightHover: string;
5435
+ errorLightActive: string;
5436
+ errorLightContrast: string;
2969
5437
  error: string;
2970
- errorDark: string;
5438
+ errorBorder: string;
5439
+ errorBorderHover: string;
5440
+ errorSolidHover: string;
5441
+ errorSolidContrast: string;
2971
5442
  errorShadow: string;
5443
+ neutralLight: string;
5444
+ neutralLightHover: string;
5445
+ neutralLightActive: string;
5446
+ neutralLightContrast: string;
5447
+ neutral: string;
5448
+ neutralBorder: string;
5449
+ neutralBorderHover: string;
5450
+ neutralSolidHover: string;
5451
+ neutralSolidContrast: string;
5452
+ neutralShadow: string;
2972
5453
  gradient: string;
2973
- link: string;
5454
+ accents0: string;
5455
+ accents1: string;
5456
+ accents2: string;
5457
+ accents3: string;
5458
+ accents4: string;
5459
+ accents5: string;
5460
+ accents6: string;
5461
+ accents7: string;
5462
+ accents8: string;
5463
+ accents9: string;
5464
+ border: string;
2974
5465
  };
2975
5466
  fonts: {
2976
5467
  sans: string;
2977
5468
  mono: string;
2978
5469
  };
2979
5470
  fontSizes: {
2980
- tiny: string;
2981
5471
  xs: string;
2982
- base: string;
2983
5472
  sm: string;
5473
+ base: string;
2984
5474
  md: string;
2985
5475
  lg: string;
2986
5476
  xl: string;
5477
+ xl2: string;
5478
+ xl3: string;
5479
+ xl4: string;
5480
+ xl5: string;
5481
+ xl6: string;
5482
+ xl7: string;
5483
+ xl8: string;
5484
+ xl9: string;
2987
5485
  };
2988
5486
  fontWeights: {
2989
5487
  hairline: number;
@@ -2999,9 +5497,18 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
2999
5497
  lineHeights: {
3000
5498
  xs: number;
3001
5499
  sm: number;
5500
+ base: number;
3002
5501
  md: number;
3003
5502
  lg: number;
3004
5503
  xl: number;
5504
+ xl2: number;
5505
+ xl3: number;
5506
+ xl4: number;
5507
+ xl5: number;
5508
+ xl6: number;
5509
+ xl7: number;
5510
+ xl8: number;
5511
+ xl9: number;
3005
5512
  };
3006
5513
  letterSpacings: {
3007
5514
  tighter: string;
@@ -3086,6 +5593,7 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3086
5593
  avatar: string;
3087
5594
  link: string;
3088
5595
  card: string;
5596
+ dropdownItem: string;
3089
5597
  };
3090
5598
  breakpoints: {
3091
5599
  xs: string;
@@ -3461,7 +5969,9 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3461
5969
  readonly [$$PropertyValue]: "backgroundColor";
3462
5970
  }) => {
3463
5971
  bf: string;
3464
- bg: string;
5972
+ bg: {
5973
+ readonly [$$PropertyValue]: "backgroundColor";
5974
+ };
3465
5975
  };
3466
5976
  bgColor: (value: {
3467
5977
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3539,6 +6049,32 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3539
6049
  readonly [$$PropertyValue]: "boxShadow";
3540
6050
  };
3541
6051
  };
6052
+ ds: (value: {
6053
+ readonly [$$PropertyValue]: "boxShadow";
6054
+ }) => {
6055
+ dropShadow: {
6056
+ readonly [$$PropertyValue]: "boxShadow";
6057
+ };
6058
+ };
6059
+ shadow: (value: {
6060
+ readonly [$$PropertyValue]: "boxShadow";
6061
+ }) => {
6062
+ boxShadow: {
6063
+ readonly [$$PropertyValue]: "boxShadow";
6064
+ };
6065
+ };
6066
+ dshadow: (value: {
6067
+ readonly [$$PropertyValue]: "boxShadow";
6068
+ }) => {
6069
+ dropShadow: {
6070
+ readonly [$$PropertyValue]: "boxShadow";
6071
+ };
6072
+ };
6073
+ dropShadow: (value: {
6074
+ readonly [$$PropertyValue]: "boxShadow";
6075
+ }) => {
6076
+ filter: string;
6077
+ };
3542
6078
  normalShadow: (value: {
3543
6079
  readonly [$$PropertyValue]: "backgroundColor";
3544
6080
  }) => {
@@ -3742,6 +6278,16 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3742
6278
  readonly [$$PropertyValue]: "textDecorationLine";
3743
6279
  };
3744
6280
  };
6281
+ truncateText: (value: {
6282
+ readonly [$$PropertyValue]: "width";
6283
+ }) => {
6284
+ maxWidth: {
6285
+ readonly [$$PropertyValue]: "width";
6286
+ };
6287
+ whiteSpace: string;
6288
+ overflow: string;
6289
+ textOverflow: string;
6290
+ };
3745
6291
  textGradient: (value: {
3746
6292
  readonly [$$PropertyValue]: "backgroundImage";
3747
6293
  }) => {
@@ -3755,7 +6301,6 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3755
6301
  }>>;
3756
6302
  export declare const StyledRadioGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3757
6303
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3758
- row?: boolean | "true" | "false" | undefined;
3759
6304
  }, {
3760
6305
  xs: string;
3761
6306
  sm: string;
@@ -3796,89 +6341,20 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
3796
6341
  lg: string;
3797
6342
  xl: string;
3798
6343
  };
6344
+ dropShadows: {
6345
+ xs: string;
6346
+ sm: string;
6347
+ md: string;
6348
+ lg: string;
6349
+ xl: string;
6350
+ };
3799
6351
  colors: {
3800
- accents1: string;
3801
- accents2: string;
3802
- accents3: string;
3803
- accents4: string;
3804
- accents5: string;
3805
- accents6: string;
3806
- accents7: string;
3807
- accents8: string;
3808
- accents9: string;
3809
- background: string;
3810
- foreground: string;
3811
- backgroundContrast: string;
3812
6352
  text: string;
6353
+ link: string;
3813
6354
  codeLight: string;
3814
6355
  code: string;
3815
- border: string;
3816
6356
  selection: string;
3817
- white: string;
3818
- black: string;
3819
- blue100: string;
3820
- blue200: string;
3821
- blue300: string;
3822
- blue400: string;
3823
- blue500: string;
3824
- blue600: string;
3825
- blue700: string;
3826
- blue800: string;
3827
- blue900: string;
3828
- purple100: string;
3829
- purple200: string;
3830
- purple300: string;
3831
- purple400: string;
3832
- purple500: string;
3833
- purple600: string;
3834
- purple700: string;
3835
- purple800: string;
3836
- purple900: string;
3837
- green100: string;
3838
- green200: string;
3839
- green300: string;
3840
- green400: string;
3841
- green500: string;
3842
- green600: string;
3843
- green700: string;
3844
- green800: string;
3845
- green900: string;
3846
- yellow100: string;
3847
- yellow200: string;
3848
- yellow300: string;
3849
- yellow400: string;
3850
- yellow500: string;
3851
- yellow600: string;
3852
- yellow700: string;
3853
- yellow800: string;
3854
- yellow900: string;
3855
- red100: string;
3856
- red200: string;
3857
- red300: string;
3858
- red400: string;
3859
- red500: string;
3860
- red600: string;
3861
- red700: string;
3862
- red800: string;
3863
- red900: string;
3864
- cyan100: string;
3865
- cyan200: string;
3866
- cyan300: string;
3867
- cyan400: string;
3868
- cyan500: string;
3869
- cyan600: string;
3870
- cyan700: string;
3871
- cyan800: string;
3872
- cyan900: string;
3873
- pink100: string;
3874
- pink200: string;
3875
- pink300: string;
3876
- pink400: string;
3877
- pink500: string;
3878
- pink600: string;
3879
- pink700: string;
3880
- pink800: string;
3881
- pink900: string;
6357
+ gray50: string;
3882
6358
  gray100: string;
3883
6359
  gray200: string;
3884
6360
  gray300: string;
@@ -3888,41 +6364,173 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
3888
6364
  gray700: string;
3889
6365
  gray800: string;
3890
6366
  gray900: string;
6367
+ pink50: string;
6368
+ pink100: string;
6369
+ pink200: string;
6370
+ pink300: string;
6371
+ pink400: string;
6372
+ pink500: string;
6373
+ pink600: string;
6374
+ pink700: string;
6375
+ pink800: string;
6376
+ pink900: string;
6377
+ cyan50: string;
6378
+ cyan100: string;
6379
+ cyan200: string;
6380
+ cyan300: string;
6381
+ cyan400: string;
6382
+ cyan500: string;
6383
+ cyan600: string;
6384
+ cyan700: string;
6385
+ cyan800: string;
6386
+ cyan900: string;
6387
+ red50: string;
6388
+ red100: string;
6389
+ red200: string;
6390
+ red300: string;
6391
+ red400: string;
6392
+ red500: string;
6393
+ red600: string;
6394
+ red700: string;
6395
+ red800: string;
6396
+ red900: string;
6397
+ yellow50: string;
6398
+ yellow100: string;
6399
+ yellow200: string;
6400
+ yellow300: string;
6401
+ yellow400: string;
6402
+ yellow500: string;
6403
+ yellow600: string;
6404
+ yellow700: string;
6405
+ yellow800: string;
6406
+ yellow900: string;
6407
+ green50: string;
6408
+ green100: string;
6409
+ green200: string;
6410
+ green300: string;
6411
+ green400: string;
6412
+ green500: string;
6413
+ green600: string;
6414
+ green700: string;
6415
+ green800: string;
6416
+ green900: string;
6417
+ purple50: string;
6418
+ purple100: string;
6419
+ purple200: string;
6420
+ purple300: string;
6421
+ purple400: string;
6422
+ purple500: string;
6423
+ purple600: string;
6424
+ purple700: string;
6425
+ purple800: string;
6426
+ purple900: string;
6427
+ blue50: string;
6428
+ blue100: string;
6429
+ blue200: string;
6430
+ blue300: string;
6431
+ blue400: string;
6432
+ blue500: string;
6433
+ blue600: string;
6434
+ blue700: string;
6435
+ blue800: string;
6436
+ blue900: string;
6437
+ background: string;
6438
+ foreground: string;
6439
+ backgroundContrast: string;
6440
+ white: string;
6441
+ black: string;
3891
6442
  primaryLight: string;
6443
+ primaryLightHover: string;
6444
+ primaryLightActive: string;
6445
+ primaryLightContrast: string;
3892
6446
  primary: string;
3893
- primaryDark: string;
6447
+ primaryBorder: string;
6448
+ primaryBorderHover: string;
6449
+ primarySolidHover: string;
6450
+ primarySolidContrast: string;
3894
6451
  primaryShadow: string;
3895
6452
  secondaryLight: string;
6453
+ secondaryLightHover: string;
6454
+ secondaryLightActive: string;
6455
+ secondaryLightContrast: string;
3896
6456
  secondary: string;
3897
- secondaryDark: string;
6457
+ secondaryBorder: string;
6458
+ secondaryBorderHover: string;
6459
+ secondarySolidHover: string;
6460
+ secondarySolidContrast: string;
3898
6461
  secondaryShadow: string;
3899
6462
  successLight: string;
6463
+ successLightHover: string;
6464
+ successLightActive: string;
6465
+ successLightContrast: string;
3900
6466
  success: string;
3901
- successDark: string;
6467
+ successBorder: string;
6468
+ successBorderHover: string;
6469
+ successSolidHover: string;
6470
+ successSolidContrast: string;
3902
6471
  successShadow: string;
3903
6472
  warningLight: string;
6473
+ warningLightHover: string;
6474
+ warningLightActive: string;
6475
+ warningLightContrast: string;
3904
6476
  warning: string;
3905
- warningDark: string;
6477
+ warningBorder: string;
6478
+ warningBorderHover: string;
6479
+ warningSolidHover: string;
6480
+ warningSolidContrast: string;
3906
6481
  warningShadow: string;
3907
6482
  errorLight: string;
6483
+ errorLightHover: string;
6484
+ errorLightActive: string;
6485
+ errorLightContrast: string;
3908
6486
  error: string;
3909
- errorDark: string;
6487
+ errorBorder: string;
6488
+ errorBorderHover: string;
6489
+ errorSolidHover: string;
6490
+ errorSolidContrast: string;
3910
6491
  errorShadow: string;
6492
+ neutralLight: string;
6493
+ neutralLightHover: string;
6494
+ neutralLightActive: string;
6495
+ neutralLightContrast: string;
6496
+ neutral: string;
6497
+ neutralBorder: string;
6498
+ neutralBorderHover: string;
6499
+ neutralSolidHover: string;
6500
+ neutralSolidContrast: string;
6501
+ neutralShadow: string;
3911
6502
  gradient: string;
3912
- link: string;
6503
+ accents0: string;
6504
+ accents1: string;
6505
+ accents2: string;
6506
+ accents3: string;
6507
+ accents4: string;
6508
+ accents5: string;
6509
+ accents6: string;
6510
+ accents7: string;
6511
+ accents8: string;
6512
+ accents9: string;
6513
+ border: string;
3913
6514
  };
3914
6515
  fonts: {
3915
6516
  sans: string;
3916
6517
  mono: string;
3917
6518
  };
3918
6519
  fontSizes: {
3919
- tiny: string;
3920
6520
  xs: string;
3921
- base: string;
3922
6521
  sm: string;
6522
+ base: string;
3923
6523
  md: string;
3924
6524
  lg: string;
3925
6525
  xl: string;
6526
+ xl2: string;
6527
+ xl3: string;
6528
+ xl4: string;
6529
+ xl5: string;
6530
+ xl6: string;
6531
+ xl7: string;
6532
+ xl8: string;
6533
+ xl9: string;
3926
6534
  };
3927
6535
  fontWeights: {
3928
6536
  hairline: number;
@@ -3938,9 +6546,18 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
3938
6546
  lineHeights: {
3939
6547
  xs: number;
3940
6548
  sm: number;
6549
+ base: number;
3941
6550
  md: number;
3942
6551
  lg: number;
3943
6552
  xl: number;
6553
+ xl2: number;
6554
+ xl3: number;
6555
+ xl4: number;
6556
+ xl5: number;
6557
+ xl6: number;
6558
+ xl7: number;
6559
+ xl8: number;
6560
+ xl9: number;
3944
6561
  };
3945
6562
  letterSpacings: {
3946
6563
  tighter: string;
@@ -4025,6 +6642,7 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4025
6642
  avatar: string;
4026
6643
  link: string;
4027
6644
  card: string;
6645
+ dropdownItem: string;
4028
6646
  };
4029
6647
  breakpoints: {
4030
6648
  xs: string;
@@ -4400,7 +7018,9 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4400
7018
  readonly [$$PropertyValue]: "backgroundColor";
4401
7019
  }) => {
4402
7020
  bf: string;
4403
- bg: string;
7021
+ bg: {
7022
+ readonly [$$PropertyValue]: "backgroundColor";
7023
+ };
4404
7024
  };
4405
7025
  bgColor: (value: {
4406
7026
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4478,6 +7098,32 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4478
7098
  readonly [$$PropertyValue]: "boxShadow";
4479
7099
  };
4480
7100
  };
7101
+ ds: (value: {
7102
+ readonly [$$PropertyValue]: "boxShadow";
7103
+ }) => {
7104
+ dropShadow: {
7105
+ readonly [$$PropertyValue]: "boxShadow";
7106
+ };
7107
+ };
7108
+ shadow: (value: {
7109
+ readonly [$$PropertyValue]: "boxShadow";
7110
+ }) => {
7111
+ boxShadow: {
7112
+ readonly [$$PropertyValue]: "boxShadow";
7113
+ };
7114
+ };
7115
+ dshadow: (value: {
7116
+ readonly [$$PropertyValue]: "boxShadow";
7117
+ }) => {
7118
+ dropShadow: {
7119
+ readonly [$$PropertyValue]: "boxShadow";
7120
+ };
7121
+ };
7122
+ dropShadow: (value: {
7123
+ readonly [$$PropertyValue]: "boxShadow";
7124
+ }) => {
7125
+ filter: string;
7126
+ };
4481
7127
  normalShadow: (value: {
4482
7128
  readonly [$$PropertyValue]: "backgroundColor";
4483
7129
  }) => {
@@ -4681,6 +7327,16 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4681
7327
  readonly [$$PropertyValue]: "textDecorationLine";
4682
7328
  };
4683
7329
  };
7330
+ truncateText: (value: {
7331
+ readonly [$$PropertyValue]: "width";
7332
+ }) => {
7333
+ maxWidth: {
7334
+ readonly [$$PropertyValue]: "width";
7335
+ };
7336
+ whiteSpace: string;
7337
+ overflow: string;
7338
+ textOverflow: string;
7339
+ };
4684
7340
  textGradient: (value: {
4685
7341
  readonly [$$PropertyValue]: "backgroundImage";
4686
7342
  }) => {
@@ -4692,7 +7348,9 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4692
7348
  };
4693
7349
  };
4694
7350
  }>>;
4695
- export declare const StyledRadioDescription: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
7351
+ export declare const StyledRadioGroupContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {
7352
+ isRow?: boolean | "true" | "false" | undefined;
7353
+ }, {
4696
7354
  xs: string;
4697
7355
  sm: string;
4698
7356
  md: string;
@@ -4732,89 +7390,20 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
4732
7390
  lg: string;
4733
7391
  xl: string;
4734
7392
  };
7393
+ dropShadows: {
7394
+ xs: string;
7395
+ sm: string;
7396
+ md: string;
7397
+ lg: string;
7398
+ xl: string;
7399
+ };
4735
7400
  colors: {
4736
- accents1: string;
4737
- accents2: string;
4738
- accents3: string;
4739
- accents4: string;
4740
- accents5: string;
4741
- accents6: string;
4742
- accents7: string;
4743
- accents8: string;
4744
- accents9: string;
4745
- background: string;
4746
- foreground: string;
4747
- backgroundContrast: string;
4748
7401
  text: string;
7402
+ link: string;
4749
7403
  codeLight: string;
4750
7404
  code: string;
4751
- border: string;
4752
7405
  selection: string;
4753
- white: string;
4754
- black: string;
4755
- blue100: string;
4756
- blue200: string;
4757
- blue300: string;
4758
- blue400: string;
4759
- blue500: string;
4760
- blue600: string;
4761
- blue700: string;
4762
- blue800: string;
4763
- blue900: string;
4764
- purple100: string;
4765
- purple200: string;
4766
- purple300: string;
4767
- purple400: string;
4768
- purple500: string;
4769
- purple600: string;
4770
- purple700: string;
4771
- purple800: string;
4772
- purple900: string;
4773
- green100: string;
4774
- green200: string;
4775
- green300: string;
4776
- green400: string;
4777
- green500: string;
4778
- green600: string;
4779
- green700: string;
4780
- green800: string;
4781
- green900: string;
4782
- yellow100: string;
4783
- yellow200: string;
4784
- yellow300: string;
4785
- yellow400: string;
4786
- yellow500: string;
4787
- yellow600: string;
4788
- yellow700: string;
4789
- yellow800: string;
4790
- yellow900: string;
4791
- red100: string;
4792
- red200: string;
4793
- red300: string;
4794
- red400: string;
4795
- red500: string;
4796
- red600: string;
4797
- red700: string;
4798
- red800: string;
4799
- red900: string;
4800
- cyan100: string;
4801
- cyan200: string;
4802
- cyan300: string;
4803
- cyan400: string;
4804
- cyan500: string;
4805
- cyan600: string;
4806
- cyan700: string;
4807
- cyan800: string;
4808
- cyan900: string;
4809
- pink100: string;
4810
- pink200: string;
4811
- pink300: string;
4812
- pink400: string;
4813
- pink500: string;
4814
- pink600: string;
4815
- pink700: string;
4816
- pink800: string;
4817
- pink900: string;
7406
+ gray50: string;
4818
7407
  gray100: string;
4819
7408
  gray200: string;
4820
7409
  gray300: string;
@@ -4824,41 +7413,173 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
4824
7413
  gray700: string;
4825
7414
  gray800: string;
4826
7415
  gray900: string;
7416
+ pink50: string;
7417
+ pink100: string;
7418
+ pink200: string;
7419
+ pink300: string;
7420
+ pink400: string;
7421
+ pink500: string;
7422
+ pink600: string;
7423
+ pink700: string;
7424
+ pink800: string;
7425
+ pink900: string;
7426
+ cyan50: string;
7427
+ cyan100: string;
7428
+ cyan200: string;
7429
+ cyan300: string;
7430
+ cyan400: string;
7431
+ cyan500: string;
7432
+ cyan600: string;
7433
+ cyan700: string;
7434
+ cyan800: string;
7435
+ cyan900: string;
7436
+ red50: string;
7437
+ red100: string;
7438
+ red200: string;
7439
+ red300: string;
7440
+ red400: string;
7441
+ red500: string;
7442
+ red600: string;
7443
+ red700: string;
7444
+ red800: string;
7445
+ red900: string;
7446
+ yellow50: string;
7447
+ yellow100: string;
7448
+ yellow200: string;
7449
+ yellow300: string;
7450
+ yellow400: string;
7451
+ yellow500: string;
7452
+ yellow600: string;
7453
+ yellow700: string;
7454
+ yellow800: string;
7455
+ yellow900: string;
7456
+ green50: string;
7457
+ green100: string;
7458
+ green200: string;
7459
+ green300: string;
7460
+ green400: string;
7461
+ green500: string;
7462
+ green600: string;
7463
+ green700: string;
7464
+ green800: string;
7465
+ green900: string;
7466
+ purple50: string;
7467
+ purple100: string;
7468
+ purple200: string;
7469
+ purple300: string;
7470
+ purple400: string;
7471
+ purple500: string;
7472
+ purple600: string;
7473
+ purple700: string;
7474
+ purple800: string;
7475
+ purple900: string;
7476
+ blue50: string;
7477
+ blue100: string;
7478
+ blue200: string;
7479
+ blue300: string;
7480
+ blue400: string;
7481
+ blue500: string;
7482
+ blue600: string;
7483
+ blue700: string;
7484
+ blue800: string;
7485
+ blue900: string;
7486
+ background: string;
7487
+ foreground: string;
7488
+ backgroundContrast: string;
7489
+ white: string;
7490
+ black: string;
4827
7491
  primaryLight: string;
7492
+ primaryLightHover: string;
7493
+ primaryLightActive: string;
7494
+ primaryLightContrast: string;
4828
7495
  primary: string;
4829
- primaryDark: string;
7496
+ primaryBorder: string;
7497
+ primaryBorderHover: string;
7498
+ primarySolidHover: string;
7499
+ primarySolidContrast: string;
4830
7500
  primaryShadow: string;
4831
7501
  secondaryLight: string;
7502
+ secondaryLightHover: string;
7503
+ secondaryLightActive: string;
7504
+ secondaryLightContrast: string;
4832
7505
  secondary: string;
4833
- secondaryDark: string;
7506
+ secondaryBorder: string;
7507
+ secondaryBorderHover: string;
7508
+ secondarySolidHover: string;
7509
+ secondarySolidContrast: string;
4834
7510
  secondaryShadow: string;
4835
7511
  successLight: string;
7512
+ successLightHover: string;
7513
+ successLightActive: string;
7514
+ successLightContrast: string;
4836
7515
  success: string;
4837
- successDark: string;
7516
+ successBorder: string;
7517
+ successBorderHover: string;
7518
+ successSolidHover: string;
7519
+ successSolidContrast: string;
4838
7520
  successShadow: string;
4839
7521
  warningLight: string;
7522
+ warningLightHover: string;
7523
+ warningLightActive: string;
7524
+ warningLightContrast: string;
4840
7525
  warning: string;
4841
- warningDark: string;
7526
+ warningBorder: string;
7527
+ warningBorderHover: string;
7528
+ warningSolidHover: string;
7529
+ warningSolidContrast: string;
4842
7530
  warningShadow: string;
4843
7531
  errorLight: string;
7532
+ errorLightHover: string;
7533
+ errorLightActive: string;
7534
+ errorLightContrast: string;
4844
7535
  error: string;
4845
- errorDark: string;
7536
+ errorBorder: string;
7537
+ errorBorderHover: string;
7538
+ errorSolidHover: string;
7539
+ errorSolidContrast: string;
4846
7540
  errorShadow: string;
7541
+ neutralLight: string;
7542
+ neutralLightHover: string;
7543
+ neutralLightActive: string;
7544
+ neutralLightContrast: string;
7545
+ neutral: string;
7546
+ neutralBorder: string;
7547
+ neutralBorderHover: string;
7548
+ neutralSolidHover: string;
7549
+ neutralSolidContrast: string;
7550
+ neutralShadow: string;
4847
7551
  gradient: string;
4848
- link: string;
7552
+ accents0: string;
7553
+ accents1: string;
7554
+ accents2: string;
7555
+ accents3: string;
7556
+ accents4: string;
7557
+ accents5: string;
7558
+ accents6: string;
7559
+ accents7: string;
7560
+ accents8: string;
7561
+ accents9: string;
7562
+ border: string;
4849
7563
  };
4850
7564
  fonts: {
4851
7565
  sans: string;
4852
7566
  mono: string;
4853
7567
  };
4854
7568
  fontSizes: {
4855
- tiny: string;
4856
7569
  xs: string;
4857
- base: string;
4858
7570
  sm: string;
7571
+ base: string;
4859
7572
  md: string;
4860
7573
  lg: string;
4861
7574
  xl: string;
7575
+ xl2: string;
7576
+ xl3: string;
7577
+ xl4: string;
7578
+ xl5: string;
7579
+ xl6: string;
7580
+ xl7: string;
7581
+ xl8: string;
7582
+ xl9: string;
4862
7583
  };
4863
7584
  fontWeights: {
4864
7585
  hairline: number;
@@ -4874,9 +7595,18 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
4874
7595
  lineHeights: {
4875
7596
  xs: number;
4876
7597
  sm: number;
7598
+ base: number;
4877
7599
  md: number;
4878
7600
  lg: number;
4879
7601
  xl: number;
7602
+ xl2: number;
7603
+ xl3: number;
7604
+ xl4: number;
7605
+ xl5: number;
7606
+ xl6: number;
7607
+ xl7: number;
7608
+ xl8: number;
7609
+ xl9: number;
4880
7610
  };
4881
7611
  letterSpacings: {
4882
7612
  tighter: string;
@@ -4961,6 +7691,7 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
4961
7691
  avatar: string;
4962
7692
  link: string;
4963
7693
  card: string;
7694
+ dropdownItem: string;
4964
7695
  };
4965
7696
  breakpoints: {
4966
7697
  xs: string;
@@ -5336,7 +8067,9 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5336
8067
  readonly [$$PropertyValue]: "backgroundColor";
5337
8068
  }) => {
5338
8069
  bf: string;
5339
- bg: string;
8070
+ bg: {
8071
+ readonly [$$PropertyValue]: "backgroundColor";
8072
+ };
5340
8073
  };
5341
8074
  bgColor: (value: {
5342
8075
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5414,6 +8147,32 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5414
8147
  readonly [$$PropertyValue]: "boxShadow";
5415
8148
  };
5416
8149
  };
8150
+ ds: (value: {
8151
+ readonly [$$PropertyValue]: "boxShadow";
8152
+ }) => {
8153
+ dropShadow: {
8154
+ readonly [$$PropertyValue]: "boxShadow";
8155
+ };
8156
+ };
8157
+ shadow: (value: {
8158
+ readonly [$$PropertyValue]: "boxShadow";
8159
+ }) => {
8160
+ boxShadow: {
8161
+ readonly [$$PropertyValue]: "boxShadow";
8162
+ };
8163
+ };
8164
+ dshadow: (value: {
8165
+ readonly [$$PropertyValue]: "boxShadow";
8166
+ }) => {
8167
+ dropShadow: {
8168
+ readonly [$$PropertyValue]: "boxShadow";
8169
+ };
8170
+ };
8171
+ dropShadow: (value: {
8172
+ readonly [$$PropertyValue]: "boxShadow";
8173
+ }) => {
8174
+ filter: string;
8175
+ };
5417
8176
  normalShadow: (value: {
5418
8177
  readonly [$$PropertyValue]: "backgroundColor";
5419
8178
  }) => {
@@ -5617,6 +8376,16 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5617
8376
  readonly [$$PropertyValue]: "textDecorationLine";
5618
8377
  };
5619
8378
  };
8379
+ truncateText: (value: {
8380
+ readonly [$$PropertyValue]: "width";
8381
+ }) => {
8382
+ maxWidth: {
8383
+ readonly [$$PropertyValue]: "width";
8384
+ };
8385
+ whiteSpace: string;
8386
+ overflow: string;
8387
+ textOverflow: string;
8388
+ };
5620
8389
  textGradient: (value: {
5621
8390
  readonly [$$PropertyValue]: "backgroundImage";
5622
8391
  }) => {
@@ -5628,6 +8397,10 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5628
8397
  };
5629
8398
  };
5630
8399
  }>>;
5631
- export declare type RadioVariantsProps = VariantProps<typeof StyledRadio>;
5632
8400
  export declare type RadioLabelVariantsProps = VariantProps<typeof StyledRadioLabel>;
8401
+ export declare type RadioTexVariantsProps = VariantProps<typeof StyledRadioText>;
8402
+ export declare type RadioPointVariantsProps = VariantProps<typeof StyledRadioPoint>;
5633
8403
  export declare type RadioGroupVariantsProps = VariantProps<typeof StyledRadioGroup>;
8404
+ export declare type RadioContainerVariantsProps = VariantProps<typeof StyledRadioContainer>;
8405
+ export declare type RadioGroupContainerVariantsProps = VariantProps<typeof StyledRadioGroupContainer>;
8406
+ export declare type RadioDescriptionVariantsProps = VariantProps<typeof StyledRadioDescription>;