@nextui-org/react 1.0.0-beta.7 → 1.0.0-beta.8

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 (217) hide show
  1. package/cjs/avatar/avatar.js +1 -1
  2. package/cjs/avatar/avatar.styles.js +1 -1
  3. package/cjs/button/button-icon.js +1 -1
  4. package/cjs/button/button.js +1 -1
  5. package/cjs/button/button.styles.js +1 -1
  6. package/cjs/card/card.js +1 -1
  7. package/cjs/card/card.styles.js +1 -1
  8. package/cjs/card/index.js +1 -1
  9. package/cjs/card/use-card.js +1 -0
  10. package/cjs/checkbox/checkbox-group.js +1 -1
  11. package/cjs/checkbox/checkbox.styles.js +1 -1
  12. package/cjs/checkbox/use-checkbox-group.js +1 -1
  13. package/cjs/collapse/collapse.styles.js +1 -1
  14. package/cjs/css-baseline/css-baseline.js +1 -1
  15. package/cjs/dropdown/base/dropdown-item-base.js +1 -0
  16. package/cjs/dropdown/dropdown-button.js +1 -0
  17. package/cjs/dropdown/dropdown-context.js +1 -0
  18. package/cjs/dropdown/dropdown-icon.js +1 -0
  19. package/cjs/dropdown/dropdown-item.js +1 -0
  20. package/cjs/dropdown/dropdown-menu.js +1 -0
  21. package/cjs/dropdown/dropdown-section.js +1 -0
  22. package/cjs/dropdown/dropdown-trigger.js +1 -0
  23. package/cjs/dropdown/dropdown-types.js +1 -0
  24. package/cjs/dropdown/dropdown.js +1 -0
  25. package/cjs/dropdown/dropdown.styles.js +1 -0
  26. package/cjs/dropdown/index.js +1 -0
  27. package/cjs/dropdown/use-dropdown.js +1 -0
  28. package/cjs/image/image.js +1 -1
  29. package/cjs/image/image.styles.js +1 -1
  30. package/cjs/index.js +1 -1
  31. package/cjs/input/input.styles.js +1 -1
  32. package/cjs/modal/modal.styles.js +1 -1
  33. package/cjs/pagination/pagination.styles.js +1 -1
  34. package/cjs/popover/popover-content.js +1 -1
  35. package/cjs/popover/popover-trigger.js +1 -1
  36. package/cjs/popover/popover.js +1 -1
  37. package/cjs/popover/popover.styles.js +1 -1
  38. package/cjs/popover/use-popover.js +1 -1
  39. package/cjs/popover/utils.js +1 -1
  40. package/cjs/radio/index.js +1 -1
  41. package/cjs/radio/radio-context.js +1 -1
  42. package/cjs/radio/radio-group.js +1 -1
  43. package/cjs/radio/radio.js +1 -1
  44. package/cjs/radio/radio.styles.js +1 -1
  45. package/cjs/radio/use-radio-group.js +1 -0
  46. package/cjs/radio/use-radio.js +1 -0
  47. package/cjs/snippet/snippet.styles.js +1 -1
  48. package/cjs/switch/switch.styles.js +1 -1
  49. package/cjs/table/table.styles.js +1 -1
  50. package/cjs/theme/colors/gray.js +1 -1
  51. package/cjs/theme/common.js +1 -1
  52. package/cjs/theme/dark-theme.js +1 -1
  53. package/cjs/theme/light-theme.js +1 -1
  54. package/cjs/theme/shared-css.js +1 -0
  55. package/cjs/theme/stitches.config.js +1 -1
  56. package/cjs/tooltip/tooltip.styles.js +1 -1
  57. package/cjs/user/index.js +1 -1
  58. package/cjs/user/user-link.js +1 -1
  59. package/cjs/user/user.js +1 -1
  60. package/cjs/user/user.styles.js +1 -1
  61. package/cjs/utils/checkmark.js +1 -0
  62. package/cjs/utils/color.js +1 -1
  63. package/cjs/utils/dom.js +1 -1
  64. package/cjs/utils/icons.js +1 -1
  65. package/cjs/utils/prop-types.js +1 -1
  66. package/dropdown/package.json +6 -0
  67. package/esm/avatar/avatar.js +1 -1
  68. package/esm/avatar/avatar.styles.js +1 -1
  69. package/esm/button/button-icon.js +1 -1
  70. package/esm/button/button.js +1 -1
  71. package/esm/button/button.styles.js +1 -1
  72. package/esm/card/card.js +1 -1
  73. package/esm/card/card.styles.js +1 -1
  74. package/esm/card/index.js +1 -1
  75. package/esm/card/use-card.js +1 -0
  76. package/esm/checkbox/checkbox-group.js +1 -1
  77. package/esm/checkbox/checkbox.styles.js +1 -1
  78. package/esm/checkbox/use-checkbox-group.js +1 -1
  79. package/esm/collapse/collapse.styles.js +1 -1
  80. package/esm/css-baseline/css-baseline.js +1 -1
  81. package/esm/dropdown/base/dropdown-item-base.js +1 -0
  82. package/esm/dropdown/dropdown-button.js +1 -0
  83. package/esm/dropdown/dropdown-context.js +1 -0
  84. package/esm/dropdown/dropdown-icon.js +1 -0
  85. package/esm/dropdown/dropdown-item.js +1 -0
  86. package/esm/dropdown/dropdown-menu.js +1 -0
  87. package/esm/dropdown/dropdown-section.js +1 -0
  88. package/esm/dropdown/dropdown-trigger.js +1 -0
  89. package/esm/dropdown/dropdown-types.js +1 -0
  90. package/esm/dropdown/dropdown.js +1 -0
  91. package/esm/dropdown/dropdown.styles.js +1 -0
  92. package/esm/dropdown/index.js +1 -0
  93. package/esm/dropdown/use-dropdown.js +1 -0
  94. package/esm/image/image.js +1 -1
  95. package/esm/image/image.styles.js +1 -1
  96. package/esm/index.js +1 -1
  97. package/esm/input/input.styles.js +1 -1
  98. package/esm/modal/modal.styles.js +1 -1
  99. package/esm/pagination/pagination.styles.js +1 -1
  100. package/esm/popover/popover-content.js +1 -1
  101. package/esm/popover/popover-trigger.js +1 -1
  102. package/esm/popover/popover.js +1 -1
  103. package/esm/popover/popover.styles.js +1 -1
  104. package/esm/popover/use-popover.js +1 -1
  105. package/esm/popover/utils.js +1 -1
  106. package/esm/radio/index.js +1 -1
  107. package/esm/radio/radio-context.js +1 -1
  108. package/esm/radio/radio-group.js +1 -1
  109. package/esm/radio/radio.js +1 -1
  110. package/esm/radio/radio.styles.js +1 -1
  111. package/esm/radio/use-radio-group.js +1 -0
  112. package/esm/radio/use-radio.js +1 -0
  113. package/esm/snippet/snippet.styles.js +1 -1
  114. package/esm/switch/switch.styles.js +1 -1
  115. package/esm/table/table.styles.js +1 -1
  116. package/esm/theme/colors/gray.js +1 -1
  117. package/esm/theme/common.js +1 -1
  118. package/esm/theme/dark-theme.js +1 -1
  119. package/esm/theme/light-theme.js +1 -1
  120. package/esm/theme/shared-css.js +1 -0
  121. package/esm/theme/stitches.config.js +1 -1
  122. package/esm/tooltip/tooltip.styles.js +1 -1
  123. package/esm/user/index.js +1 -1
  124. package/esm/user/user-link.js +1 -1
  125. package/esm/user/user.js +1 -1
  126. package/esm/user/user.styles.js +1 -1
  127. package/esm/utils/checkmark.js +1 -0
  128. package/esm/utils/color.js +1 -1
  129. package/esm/utils/dom.js +1 -1
  130. package/esm/utils/icons.js +1 -1
  131. package/esm/utils/prop-types.js +1 -1
  132. package/package.json +6 -1
  133. package/types/avatar/avatar-group.styles.d.ts +150 -6
  134. package/types/avatar/avatar.d.ts +2372 -11
  135. package/types/avatar/avatar.styles.d.ts +2447 -14
  136. package/types/backdrop/backdrop.styles.d.ts +225 -9
  137. package/types/button/button-group.styles.d.ts +75 -3
  138. package/types/button/button-icon.d.ts +79 -5
  139. package/types/button/button.d.ts +5 -3
  140. package/types/button/button.styles.d.ts +1249 -7
  141. package/types/card/card.d.ts +8 -9
  142. package/types/card/card.styles.d.ts +2621 -24
  143. package/types/card/use-card.d.ts +301 -0
  144. package/types/checkbox/checkbox.styles.d.ts +751 -31
  145. package/types/checkbox/use-checkbox-group.d.ts +3 -2
  146. package/types/code/code.styles.d.ts +150 -6
  147. package/types/col/col.styles.d.ts +75 -3
  148. package/types/collapse/collapse.styles.d.ts +450 -18
  149. package/types/container/container.styles.d.ts +75 -3
  150. package/types/divider/divider.styles.d.ts +150 -6
  151. package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
  152. package/types/dropdown/dropdown-button.d.ts +3689 -0
  153. package/types/dropdown/dropdown-context.d.ts +728 -0
  154. package/types/dropdown/dropdown-icon.d.ts +9 -0
  155. package/types/dropdown/dropdown-item.d.ts +31 -0
  156. package/types/dropdown/dropdown-menu.d.ts +30 -0
  157. package/types/dropdown/dropdown-section.d.ts +29 -0
  158. package/types/dropdown/dropdown-trigger.d.ts +11 -0
  159. package/types/dropdown/dropdown-types.d.ts +24 -0
  160. package/types/dropdown/dropdown.d.ts +24 -0
  161. package/types/dropdown/dropdown.styles.d.ts +11869 -0
  162. package/types/dropdown/index.d.ts +9 -0
  163. package/types/dropdown/use-dropdown.d.ts +389 -0
  164. package/types/grid/grid.styles.d.ts +150 -6
  165. package/types/image/image.d.ts +5 -18
  166. package/types/image/image.styles.d.ts +225 -9
  167. package/types/index.d.ts +4 -1
  168. package/types/input/input-password.d.ts +1 -1
  169. package/types/input/input-props.d.ts +2 -2
  170. package/types/input/input.styles.d.ts +825 -33
  171. package/types/link/link.styles.d.ts +150 -6
  172. package/types/loading/loading.styles.d.ts +450 -18
  173. package/types/modal/modal.styles.d.ts +450 -18
  174. package/types/pagination/pagination.styles.d.ts +450 -18
  175. package/types/popover/popover-content.d.ts +1147 -2
  176. package/types/popover/popover-context.d.ts +120 -0
  177. package/types/popover/popover.d.ts +4 -4
  178. package/types/popover/popover.styles.d.ts +1279 -7
  179. package/types/popover/use-popover.d.ts +83 -4
  180. package/types/popover/utils.d.ts +3 -1
  181. package/types/progress/progress.d.ts +1 -1
  182. package/types/progress/progress.styles.d.ts +150 -6
  183. package/types/radio/index.d.ts +2 -2
  184. package/types/radio/radio-context.d.ts +22 -13
  185. package/types/radio/radio-group.d.ts +9 -78
  186. package/types/radio/radio.d.ts +10 -66
  187. package/types/radio/radio.styles.d.ts +2574 -35
  188. package/types/radio/use-radio-group.d.ts +26 -0
  189. package/types/radio/use-radio.d.ts +31 -0
  190. package/types/row/row.styles.d.ts +75 -3
  191. package/types/snippet/snippet.styles.d.ts +300 -12
  192. package/types/spacer/spacer.styles.d.ts +75 -3
  193. package/types/switch/switch.d.ts +1 -1
  194. package/types/switch/switch.styles.d.ts +300 -12
  195. package/types/table/table-column-header.d.ts +75 -3
  196. package/types/table/table-sort-icon.d.ts +75 -3
  197. package/types/table/table.styles.d.ts +1278 -52
  198. package/types/text/text.styles.d.ts +75 -3
  199. package/types/textarea/textarea.d.ts +1 -1
  200. package/types/theme/common.d.ts +127 -6
  201. package/types/theme/dark-theme.d.ts +11 -0
  202. package/types/theme/light-theme.d.ts +7 -0
  203. package/types/theme/shared-css.d.ts +5237 -0
  204. package/types/theme/stitches.config.d.ts +643 -2964
  205. package/types/theme/types.d.ts +3 -0
  206. package/types/tooltip/tooltip.d.ts +1 -1
  207. package/types/tooltip/tooltip.styles.d.ts +300 -12
  208. package/types/user/index.d.ts +1 -1
  209. package/types/user/user-link.d.ts +4 -11
  210. package/types/user/user.styles.d.ts +298 -983
  211. package/types/utils/checkmark.d.ts +19 -0
  212. package/types/utils/color.d.ts +1 -0
  213. package/types/utils/dom.d.ts +5 -2
  214. package/types/utils/drip.d.ts +76 -4
  215. package/types/utils/prop-types.d.ts +4 -0
  216. package/umd/nextui.js +6269 -3172
  217. package/umd/nextui.min.js +1 -1
@@ -1,5 +1,2114 @@
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
+ }, {
7
+ xs: string;
8
+ sm: string;
9
+ md: string;
10
+ lg: string;
11
+ xl: string;
12
+ xsMax: string;
13
+ smMax: string;
14
+ mdMax: string;
15
+ lgMax: string;
16
+ xlMax: string;
17
+ motion: string;
18
+ safari: string;
19
+ hover: string;
20
+ dark: string;
21
+ light: string;
22
+ }, import("@stitches/react/types/css-util").CSS<{
23
+ xs: string;
24
+ sm: string;
25
+ md: string;
26
+ lg: string;
27
+ xl: string;
28
+ xsMax: string;
29
+ smMax: string;
30
+ mdMax: string;
31
+ lgMax: string;
32
+ xlMax: string;
33
+ motion: string;
34
+ safari: string;
35
+ hover: string;
36
+ dark: string;
37
+ light: string;
38
+ }, {
39
+ shadows: {
40
+ xs: string;
41
+ sm: string;
42
+ md: string;
43
+ lg: string;
44
+ xl: string;
45
+ };
46
+ dropShadows: {
47
+ xs: string;
48
+ sm: string;
49
+ md: string;
50
+ lg: string;
51
+ xl: string;
52
+ };
53
+ colors: {
54
+ text: string;
55
+ link: string;
56
+ codeLight: string;
57
+ code: string;
58
+ selection: string;
59
+ gray50: string;
60
+ gray100: string;
61
+ gray200: string;
62
+ gray300: string;
63
+ gray400: string;
64
+ gray500: string;
65
+ gray600: string;
66
+ gray700: string;
67
+ gray800: string;
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;
144
+ primaryLight: string;
145
+ primaryLightHover: string;
146
+ primaryLightActive: string;
147
+ primaryLightContrast: string;
148
+ primary: string;
149
+ primaryBorder: string;
150
+ primaryBorderHover: string;
151
+ primarySolidHover: string;
152
+ primarySolidContrast: string;
153
+ primaryShadow: string;
154
+ secondaryLight: string;
155
+ secondaryLightHover: string;
156
+ secondaryLightActive: string;
157
+ secondaryLightContrast: string;
158
+ secondary: string;
159
+ secondaryBorder: string;
160
+ secondaryBorderHover: string;
161
+ secondarySolidHover: string;
162
+ secondarySolidContrast: string;
163
+ secondaryShadow: string;
164
+ successLight: string;
165
+ successLightHover: string;
166
+ successLightActive: string;
167
+ successLightContrast: string;
168
+ success: string;
169
+ successBorder: string;
170
+ successBorderHover: string;
171
+ successSolidHover: string;
172
+ successSolidContrast: string;
173
+ successShadow: string;
174
+ warningLight: string;
175
+ warningLightHover: string;
176
+ warningLightActive: string;
177
+ warningLightContrast: string;
178
+ warning: string;
179
+ warningBorder: string;
180
+ warningBorderHover: string;
181
+ warningSolidHover: string;
182
+ warningSolidContrast: string;
183
+ warningShadow: string;
184
+ errorLight: string;
185
+ errorLightHover: string;
186
+ errorLightActive: string;
187
+ errorLightContrast: string;
188
+ error: string;
189
+ errorBorder: string;
190
+ errorBorderHover: string;
191
+ errorSolidHover: string;
192
+ errorSolidContrast: string;
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;
204
+ gradient: 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;
216
+ };
217
+ fonts: {
218
+ sans: string;
219
+ mono: string;
220
+ };
221
+ fontSizes: {
222
+ xs: string;
223
+ sm: string;
224
+ base: string;
225
+ md: string;
226
+ lg: string;
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;
236
+ };
237
+ fontWeights: {
238
+ hairline: number;
239
+ thin: number;
240
+ light: number;
241
+ normal: number;
242
+ medium: number;
243
+ semibold: number;
244
+ bold: number;
245
+ extrabold: number;
246
+ black: number;
247
+ };
248
+ lineHeights: {
249
+ xs: number;
250
+ sm: number;
251
+ base: number;
252
+ md: number;
253
+ lg: number;
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;
263
+ };
264
+ letterSpacings: {
265
+ tighter: string;
266
+ tight: string;
267
+ normal: string;
268
+ wide: string;
269
+ wider: string;
270
+ widest: string;
271
+ };
272
+ space: {
273
+ 0: string;
274
+ xs: string;
275
+ sm: string;
276
+ md: string;
277
+ lg: string;
278
+ xl: string;
279
+ px: string;
280
+ 1: string;
281
+ 2: string;
282
+ 3: string;
283
+ 4: string;
284
+ 5: string;
285
+ 6: string;
286
+ 7: string;
287
+ 8: string;
288
+ 9: string;
289
+ 10: string;
290
+ 11: string;
291
+ 12: string;
292
+ 13: string;
293
+ 14: string;
294
+ 15: string;
295
+ 16: string;
296
+ 17: string;
297
+ 18: string;
298
+ 20: string;
299
+ 24: string;
300
+ 28: string;
301
+ 32: string;
302
+ 36: string;
303
+ 40: string;
304
+ 44: string;
305
+ 48: string;
306
+ 52: string;
307
+ 56: string;
308
+ 60: string;
309
+ 64: string;
310
+ 72: string;
311
+ 80: string;
312
+ 96: string;
313
+ };
314
+ radii: {
315
+ xs: string;
316
+ sm: string;
317
+ md: string;
318
+ base: string;
319
+ lg: string;
320
+ xl: string;
321
+ squared: string;
322
+ rounded: string;
323
+ pill: string;
324
+ };
325
+ zIndices: {
326
+ 1: string;
327
+ 2: string;
328
+ 3: string;
329
+ 4: string;
330
+ 5: string;
331
+ 10: string;
332
+ max: string;
333
+ };
334
+ borderWeights: {
335
+ light: string;
336
+ normal: string;
337
+ bold: string;
338
+ extrabold: string;
339
+ black: string;
340
+ };
341
+ transitions: {
342
+ default: string;
343
+ button: string;
344
+ avatar: string;
345
+ link: string;
346
+ card: string;
347
+ dropdownItem: string;
348
+ };
349
+ breakpoints: {
350
+ xs: string;
351
+ sm: string;
352
+ md: string;
353
+ lg: string;
354
+ xl: string;
355
+ };
356
+ }, {
357
+ width: string;
358
+ height: string;
359
+ minWidth: string;
360
+ maxWidth: string;
361
+ minHeight: string;
362
+ maxHeight: string;
363
+ flexBasis: string;
364
+ gridTemplateColumns: string;
365
+ gridTemplateRows: string;
366
+ blockSize: string;
367
+ minBlockSize: string;
368
+ maxBlockSize: string;
369
+ inlineSize: string;
370
+ minInlineSize: string;
371
+ maxInlineSize: string;
372
+ borderWidth: string;
373
+ gap: "space";
374
+ gridGap: "space";
375
+ columnGap: "space";
376
+ gridColumnGap: "space";
377
+ rowGap: "space";
378
+ gridRowGap: "space";
379
+ inset: "space";
380
+ insetBlock: "space";
381
+ insetBlockEnd: "space";
382
+ insetBlockStart: "space";
383
+ insetInline: "space";
384
+ insetInlineEnd: "space";
385
+ insetInlineStart: "space";
386
+ margin: "space";
387
+ marginTop: "space";
388
+ marginRight: "space";
389
+ marginBottom: "space";
390
+ marginLeft: "space";
391
+ marginBlock: "space";
392
+ marginBlockEnd: "space";
393
+ marginBlockStart: "space";
394
+ marginInline: "space";
395
+ marginInlineEnd: "space";
396
+ marginInlineStart: "space";
397
+ padding: "space";
398
+ paddingTop: "space";
399
+ paddingRight: "space";
400
+ paddingBottom: "space";
401
+ paddingLeft: "space";
402
+ paddingBlock: "space";
403
+ paddingBlockEnd: "space";
404
+ paddingBlockStart: "space";
405
+ paddingInline: "space";
406
+ paddingInlineEnd: "space";
407
+ paddingInlineStart: "space";
408
+ scrollMargin: "space";
409
+ scrollMarginTop: "space";
410
+ scrollMarginRight: "space";
411
+ scrollMarginBottom: "space";
412
+ scrollMarginLeft: "space";
413
+ scrollMarginBlock: "space";
414
+ scrollMarginBlockEnd: "space";
415
+ scrollMarginBlockStart: "space";
416
+ scrollMarginInline: "space";
417
+ scrollMarginInlineEnd: "space";
418
+ scrollMarginInlineStart: "space";
419
+ scrollPadding: "space";
420
+ scrollPaddingTop: "space";
421
+ scrollPaddingRight: "space";
422
+ scrollPaddingBottom: "space";
423
+ scrollPaddingLeft: "space";
424
+ scrollPaddingBlock: "space";
425
+ scrollPaddingBlockEnd: "space";
426
+ scrollPaddingBlockStart: "space";
427
+ scrollPaddingInline: "space";
428
+ scrollPaddingInlineEnd: "space";
429
+ scrollPaddingInlineStart: "space";
430
+ top: "space";
431
+ right: "space";
432
+ bottom: "space";
433
+ left: "space";
434
+ fontSize: "fontSizes";
435
+ background: "colors";
436
+ backgroundColor: "colors";
437
+ backgroundImage: "colors";
438
+ borderImage: "colors";
439
+ border: "colors";
440
+ borderBlock: "colors";
441
+ borderBlockEnd: "colors";
442
+ borderBlockStart: "colors";
443
+ borderBottom: "colors";
444
+ borderBottomColor: "colors";
445
+ borderColor: "colors";
446
+ borderInline: "colors";
447
+ borderInlineEnd: "colors";
448
+ borderInlineStart: "colors";
449
+ borderLeft: "colors";
450
+ borderLeftColor: "colors";
451
+ borderRight: "colors";
452
+ borderRightColor: "colors";
453
+ borderTop: "colors";
454
+ borderTopColor: "colors";
455
+ caretColor: "colors";
456
+ color: "colors";
457
+ columnRuleColor: "colors";
458
+ outline: "colors";
459
+ outlineColor: "colors";
460
+ fill: "colors";
461
+ stroke: "colors";
462
+ textDecorationColor: "colors";
463
+ fontFamily: "fonts";
464
+ fontWeight: "fontWeights";
465
+ lineHeight: "lineHeights";
466
+ letterSpacing: "letterSpacings";
467
+ borderTopWidth: "borderWidths";
468
+ borderLeftWidth: "borderWidths";
469
+ borderRightWidth: "borderWidths";
470
+ borderBottomWidth: "borderWidths";
471
+ borderStyle: "borderStyles";
472
+ borderTopStyle: "borderStyles";
473
+ borderLeftStyle: "borderStyles";
474
+ borderRightStyle: "borderStyles";
475
+ borderBottomStyle: "borderStyles";
476
+ borderRadius: "radii";
477
+ borderTopLeftRadius: "radii";
478
+ borderTopRightRadius: "radii";
479
+ borderBottomRightRadius: "radii";
480
+ borderBottomLeftRadius: "radii";
481
+ boxShadow: "shadows";
482
+ textShadow: "shadows";
483
+ transition: "transitions";
484
+ zIndex: "zIndices";
485
+ }, {
486
+ p: (value: {
487
+ readonly [$$PropertyValue]: "padding";
488
+ }) => {
489
+ padding: {
490
+ readonly [$$PropertyValue]: "padding";
491
+ };
492
+ };
493
+ pt: (value: {
494
+ readonly [$$PropertyValue]: "paddingTop";
495
+ }) => {
496
+ paddingTop: {
497
+ readonly [$$PropertyValue]: "paddingTop";
498
+ };
499
+ };
500
+ pr: (value: {
501
+ readonly [$$PropertyValue]: "paddingRight";
502
+ }) => {
503
+ paddingRight: {
504
+ readonly [$$PropertyValue]: "paddingRight";
505
+ };
506
+ };
507
+ pb: (value: {
508
+ readonly [$$PropertyValue]: "paddingBottom";
509
+ }) => {
510
+ paddingBottom: {
511
+ readonly [$$PropertyValue]: "paddingBottom";
512
+ };
513
+ };
514
+ pl: (value: {
515
+ readonly [$$PropertyValue]: "paddingLeft";
516
+ }) => {
517
+ paddingLeft: {
518
+ readonly [$$PropertyValue]: "paddingLeft";
519
+ };
520
+ };
521
+ px: (value: {
522
+ readonly [$$PropertyValue]: "paddingLeft";
523
+ }) => {
524
+ paddingLeft: {
525
+ readonly [$$PropertyValue]: "paddingLeft";
526
+ };
527
+ paddingRight: {
528
+ readonly [$$PropertyValue]: "paddingLeft";
529
+ };
530
+ };
531
+ py: (value: {
532
+ readonly [$$PropertyValue]: "paddingTop";
533
+ }) => {
534
+ paddingTop: {
535
+ readonly [$$PropertyValue]: "paddingTop";
536
+ };
537
+ paddingBottom: {
538
+ readonly [$$PropertyValue]: "paddingTop";
539
+ };
540
+ };
541
+ m: (value: {
542
+ readonly [$$PropertyValue]: "margin";
543
+ }) => {
544
+ margin: {
545
+ readonly [$$PropertyValue]: "margin";
546
+ };
547
+ };
548
+ mt: (value: {
549
+ readonly [$$PropertyValue]: "marginTop";
550
+ }) => {
551
+ marginTop: {
552
+ readonly [$$PropertyValue]: "marginTop";
553
+ };
554
+ };
555
+ mr: (value: {
556
+ readonly [$$PropertyValue]: "marginRight";
557
+ }) => {
558
+ marginRight: {
559
+ readonly [$$PropertyValue]: "marginRight";
560
+ };
561
+ };
562
+ mb: (value: {
563
+ readonly [$$PropertyValue]: "marginBottom";
564
+ }) => {
565
+ marginBottom: {
566
+ readonly [$$PropertyValue]: "marginBottom";
567
+ };
568
+ };
569
+ ml: (value: {
570
+ readonly [$$PropertyValue]: "marginLeft";
571
+ }) => {
572
+ marginLeft: {
573
+ readonly [$$PropertyValue]: "marginLeft";
574
+ };
575
+ };
576
+ mx: (value: {
577
+ readonly [$$PropertyValue]: "marginLeft";
578
+ }) => {
579
+ marginLeft: {
580
+ readonly [$$PropertyValue]: "marginLeft";
581
+ };
582
+ marginRight: {
583
+ readonly [$$PropertyValue]: "marginLeft";
584
+ };
585
+ };
586
+ my: (value: {
587
+ readonly [$$PropertyValue]: "marginTop";
588
+ }) => {
589
+ marginTop: {
590
+ readonly [$$PropertyValue]: "marginTop";
591
+ };
592
+ marginBottom: {
593
+ readonly [$$PropertyValue]: "marginTop";
594
+ };
595
+ };
596
+ ta: (value: {
597
+ readonly [$$PropertyValue]: "textAlign";
598
+ }) => {
599
+ textAlign: {
600
+ readonly [$$PropertyValue]: "textAlign";
601
+ };
602
+ };
603
+ tt: (value: {
604
+ readonly [$$PropertyValue]: "textTransform";
605
+ }) => {
606
+ textTransform: {
607
+ readonly [$$PropertyValue]: "textTransform";
608
+ };
609
+ };
610
+ to: (value: {
611
+ readonly [$$PropertyValue]: "textOverflow";
612
+ }) => {
613
+ textOverflow: {
614
+ readonly [$$PropertyValue]: "textOverflow";
615
+ };
616
+ };
617
+ d: (value: {
618
+ readonly [$$PropertyValue]: "display";
619
+ }) => {
620
+ display: {
621
+ readonly [$$PropertyValue]: "display";
622
+ };
623
+ };
624
+ dflex: (value: {
625
+ readonly [$$PropertyValue]: "alignItems";
626
+ }) => {
627
+ display: string;
628
+ alignItems: {
629
+ readonly [$$PropertyValue]: "alignItems";
630
+ };
631
+ justifyContent: {
632
+ readonly [$$PropertyValue]: "alignItems";
633
+ };
634
+ };
635
+ fd: (value: {
636
+ readonly [$$PropertyValue]: "flexDirection";
637
+ }) => {
638
+ flexDirection: {
639
+ readonly [$$PropertyValue]: "flexDirection";
640
+ };
641
+ };
642
+ fw: (value: {
643
+ readonly [$$PropertyValue]: "flexWrap";
644
+ }) => {
645
+ flexWrap: {
646
+ readonly [$$PropertyValue]: "flexWrap";
647
+ };
648
+ };
649
+ ai: (value: {
650
+ readonly [$$PropertyValue]: "alignItems";
651
+ }) => {
652
+ alignItems: {
653
+ readonly [$$PropertyValue]: "alignItems";
654
+ };
655
+ };
656
+ ac: (value: {
657
+ readonly [$$PropertyValue]: "alignContent";
658
+ }) => {
659
+ alignContent: {
660
+ readonly [$$PropertyValue]: "alignContent";
661
+ };
662
+ };
663
+ jc: (value: {
664
+ readonly [$$PropertyValue]: "justifyContent";
665
+ }) => {
666
+ justifyContent: {
667
+ readonly [$$PropertyValue]: "justifyContent";
668
+ };
669
+ };
670
+ as: (value: {
671
+ readonly [$$PropertyValue]: "alignSelf";
672
+ }) => {
673
+ alignSelf: {
674
+ readonly [$$PropertyValue]: "alignSelf";
675
+ };
676
+ };
677
+ fg: (value: {
678
+ readonly [$$PropertyValue]: "flexGrow";
679
+ }) => {
680
+ flexGrow: {
681
+ readonly [$$PropertyValue]: "flexGrow";
682
+ };
683
+ };
684
+ fs: (value: {
685
+ readonly [$$PropertyValue]: "fontSize";
686
+ }) => {
687
+ fontSize: {
688
+ readonly [$$PropertyValue]: "fontSize";
689
+ };
690
+ };
691
+ fb: (value: {
692
+ readonly [$$PropertyValue]: "flexBasis";
693
+ }) => {
694
+ flexBasis: {
695
+ readonly [$$PropertyValue]: "flexBasis";
696
+ };
697
+ };
698
+ bc: (value: {
699
+ readonly [$$PropertyValue]: "backgroundColor";
700
+ }) => {
701
+ backgroundColor: {
702
+ readonly [$$PropertyValue]: "backgroundColor";
703
+ };
704
+ };
705
+ bf: (value: {
706
+ readonly [$$PropertyValue]: "backdropFilter";
707
+ }) => {
708
+ backdropFilter: {
709
+ readonly [$$PropertyValue]: "backdropFilter";
710
+ };
711
+ };
712
+ bg: (value: {
713
+ readonly [$$PropertyValue]: "backgroundColor";
714
+ }) => {
715
+ background: {
716
+ readonly [$$PropertyValue]: "backgroundColor";
717
+ };
718
+ };
719
+ bgBlur: (value: {
720
+ readonly [$$PropertyValue]: "backgroundColor";
721
+ }) => {
722
+ bf: string;
723
+ bg: {
724
+ readonly [$$PropertyValue]: "backgroundColor";
725
+ };
726
+ };
727
+ bgColor: (value: {
728
+ readonly [$$PropertyValue]: "backgroundColor";
729
+ }) => {
730
+ backgroundColor: {
731
+ readonly [$$PropertyValue]: "backgroundColor";
732
+ };
733
+ };
734
+ backgroundClip: (value: {
735
+ readonly [$$PropertyValue]: "backgroundClip";
736
+ }) => {
737
+ WebkitBackgroundClip: {
738
+ readonly [$$PropertyValue]: "backgroundClip";
739
+ };
740
+ backgroundClip: {
741
+ readonly [$$PropertyValue]: "backgroundClip";
742
+ };
743
+ };
744
+ bgClip: (value: {
745
+ readonly [$$PropertyValue]: "backgroundClip";
746
+ }) => {
747
+ WebkitBackgroundClip: {
748
+ readonly [$$PropertyValue]: "backgroundClip";
749
+ };
750
+ backgroundClip: {
751
+ readonly [$$PropertyValue]: "backgroundClip";
752
+ };
753
+ };
754
+ br: (value: {
755
+ readonly [$$PropertyValue]: "borderRadius";
756
+ }) => {
757
+ borderRadius: {
758
+ readonly [$$PropertyValue]: "borderRadius";
759
+ };
760
+ };
761
+ bw: (value: {
762
+ readonly [$$PropertyValue]: "borderWidth";
763
+ }) => {
764
+ borderWidth: {
765
+ readonly [$$PropertyValue]: "borderWidth";
766
+ };
767
+ };
768
+ btrr: (value: {
769
+ readonly [$$PropertyValue]: "borderTopRightRadius";
770
+ }) => {
771
+ borderTopRightRadius: {
772
+ readonly [$$PropertyValue]: "borderTopRightRadius";
773
+ };
774
+ };
775
+ bbrr: (value: {
776
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
777
+ }) => {
778
+ borderBottomRightRadius: {
779
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
780
+ };
781
+ };
782
+ bblr: (value: {
783
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
784
+ }) => {
785
+ borderBottomLeftRadius: {
786
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
787
+ };
788
+ };
789
+ btlr: (value: {
790
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
791
+ }) => {
792
+ borderTopLeftRadius: {
793
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
794
+ };
795
+ };
796
+ bs: (value: {
797
+ readonly [$$PropertyValue]: "boxShadow";
798
+ }) => {
799
+ boxShadow: {
800
+ readonly [$$PropertyValue]: "boxShadow";
801
+ };
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
+ };
829
+ normalShadow: (value: {
830
+ readonly [$$PropertyValue]: "backgroundColor";
831
+ }) => {
832
+ boxShadow: string;
833
+ };
834
+ normalShadowVar: (value: {
835
+ readonly [$$PropertyValue]: "backgroundColor";
836
+ }) => {
837
+ boxShadow: string;
838
+ };
839
+ lh: (value: {
840
+ readonly [$$PropertyValue]: "lineHeight";
841
+ }) => {
842
+ lineHeight: {
843
+ readonly [$$PropertyValue]: "lineHeight";
844
+ };
845
+ };
846
+ ov: (value: {
847
+ readonly [$$PropertyValue]: "overflow";
848
+ }) => {
849
+ overflow: {
850
+ readonly [$$PropertyValue]: "overflow";
851
+ };
852
+ };
853
+ ox: (value: {
854
+ readonly [$$PropertyValue]: "overflowX";
855
+ }) => {
856
+ overflowX: {
857
+ readonly [$$PropertyValue]: "overflowX";
858
+ };
859
+ };
860
+ oy: (value: {
861
+ readonly [$$PropertyValue]: "overflowY";
862
+ }) => {
863
+ overflowY: {
864
+ readonly [$$PropertyValue]: "overflowY";
865
+ };
866
+ };
867
+ pe: (value: {
868
+ readonly [$$PropertyValue]: "pointerEvents";
869
+ }) => {
870
+ pointerEvents: {
871
+ readonly [$$PropertyValue]: "pointerEvents";
872
+ };
873
+ };
874
+ events: (value: {
875
+ readonly [$$PropertyValue]: "pointerEvents";
876
+ }) => {
877
+ pointerEvents: {
878
+ readonly [$$PropertyValue]: "pointerEvents";
879
+ };
880
+ };
881
+ us: (value: {
882
+ readonly [$$PropertyValue]: "userSelect";
883
+ }) => {
884
+ WebkitUserSelect: {
885
+ readonly [$$PropertyValue]: "userSelect";
886
+ };
887
+ userSelect: {
888
+ readonly [$$PropertyValue]: "userSelect";
889
+ };
890
+ };
891
+ userSelect: (value: {
892
+ readonly [$$PropertyValue]: "userSelect";
893
+ }) => {
894
+ WebkitUserSelect: {
895
+ readonly [$$PropertyValue]: "userSelect";
896
+ };
897
+ userSelect: {
898
+ readonly [$$PropertyValue]: "userSelect";
899
+ };
900
+ };
901
+ w: (value: {
902
+ readonly [$$PropertyValue]: "width";
903
+ }) => {
904
+ width: {
905
+ readonly [$$PropertyValue]: "width";
906
+ };
907
+ };
908
+ h: (value: {
909
+ readonly [$$PropertyValue]: "height";
910
+ }) => {
911
+ height: {
912
+ readonly [$$PropertyValue]: "height";
913
+ };
914
+ };
915
+ mw: (value: {
916
+ readonly [$$PropertyValue]: "maxWidth";
917
+ }) => {
918
+ maxWidth: {
919
+ readonly [$$PropertyValue]: "maxWidth";
920
+ };
921
+ };
922
+ maxW: (value: {
923
+ readonly [$$PropertyValue]: "maxWidth";
924
+ }) => {
925
+ maxWidth: {
926
+ readonly [$$PropertyValue]: "maxWidth";
927
+ };
928
+ };
929
+ mh: (value: {
930
+ readonly [$$PropertyValue]: "maxHeight";
931
+ }) => {
932
+ maxHeight: {
933
+ readonly [$$PropertyValue]: "maxHeight";
934
+ };
935
+ };
936
+ maxH: (value: {
937
+ readonly [$$PropertyValue]: "maxHeight";
938
+ }) => {
939
+ maxHeight: {
940
+ readonly [$$PropertyValue]: "maxHeight";
941
+ };
942
+ };
943
+ size: (value: {
944
+ readonly [$$PropertyValue]: "width";
945
+ }) => {
946
+ width: {
947
+ readonly [$$PropertyValue]: "width";
948
+ };
949
+ height: {
950
+ readonly [$$PropertyValue]: "width";
951
+ };
952
+ };
953
+ minSize: (value: {
954
+ readonly [$$PropertyValue]: "width";
955
+ }) => {
956
+ minWidth: {
957
+ readonly [$$PropertyValue]: "width";
958
+ };
959
+ minHeight: {
960
+ readonly [$$PropertyValue]: "width";
961
+ };
962
+ width: {
963
+ readonly [$$PropertyValue]: "width";
964
+ };
965
+ height: {
966
+ readonly [$$PropertyValue]: "width";
967
+ };
968
+ };
969
+ sizeMin: (value: {
970
+ readonly [$$PropertyValue]: "width";
971
+ }) => {
972
+ minWidth: {
973
+ readonly [$$PropertyValue]: "width";
974
+ };
975
+ minHeight: {
976
+ readonly [$$PropertyValue]: "width";
977
+ };
978
+ width: {
979
+ readonly [$$PropertyValue]: "width";
980
+ };
981
+ height: {
982
+ readonly [$$PropertyValue]: "width";
983
+ };
984
+ };
985
+ maxSize: (value: {
986
+ readonly [$$PropertyValue]: "width";
987
+ }) => {
988
+ maxWidth: {
989
+ readonly [$$PropertyValue]: "width";
990
+ };
991
+ maxHeight: {
992
+ readonly [$$PropertyValue]: "width";
993
+ };
994
+ };
995
+ sizeMax: (value: {
996
+ readonly [$$PropertyValue]: "width";
997
+ }) => {
998
+ maxWidth: {
999
+ readonly [$$PropertyValue]: "width";
1000
+ };
1001
+ maxHeight: {
1002
+ readonly [$$PropertyValue]: "width";
1003
+ };
1004
+ };
1005
+ appearance: (value: {
1006
+ readonly [$$PropertyValue]: "appearance";
1007
+ }) => {
1008
+ WebkitAppearance: {
1009
+ readonly [$$PropertyValue]: "appearance";
1010
+ };
1011
+ appearance: {
1012
+ readonly [$$PropertyValue]: "appearance";
1013
+ };
1014
+ };
1015
+ scale: (value: {
1016
+ readonly [$$PropertyValue]: "scale";
1017
+ }) => {
1018
+ transform: string;
1019
+ };
1020
+ linearGradient: (value: {
1021
+ readonly [$$PropertyValue]: "backgroundImage";
1022
+ }) => {
1023
+ backgroundImage: string;
1024
+ };
1025
+ tdl: (value: {
1026
+ readonly [$$PropertyValue]: "textDecorationLine";
1027
+ }) => {
1028
+ textDecorationLine: {
1029
+ readonly [$$PropertyValue]: "textDecorationLine";
1030
+ };
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
+ };
1042
+ textGradient: (value: {
1043
+ readonly [$$PropertyValue]: "backgroundImage";
1044
+ }) => {
1045
+ backgroundImage: string;
1046
+ WebkitBackgroundClip: string;
1047
+ WebkitTextFillColor: string;
1048
+ '&::selection': {
1049
+ WebkitTextFillColor: string;
1050
+ };
1051
+ };
1052
+ }>>;
1053
+ export declare const StyledRadioPoint: import("@stitches/react/types/styled-component").StyledComponent<"span", {
1054
+ isFocusVisible?: boolean | "true" | "false" | undefined;
1055
+ }, {
1056
+ xs: string;
1057
+ sm: string;
1058
+ md: string;
1059
+ lg: string;
1060
+ xl: string;
1061
+ xsMax: string;
1062
+ smMax: string;
1063
+ mdMax: string;
1064
+ lgMax: string;
1065
+ xlMax: string;
1066
+ motion: string;
1067
+ safari: string;
1068
+ hover: string;
1069
+ dark: string;
1070
+ light: string;
1071
+ }, import("@stitches/react/types/css-util").CSS<{
1072
+ xs: string;
1073
+ sm: string;
1074
+ md: string;
1075
+ lg: string;
1076
+ xl: string;
1077
+ xsMax: string;
1078
+ smMax: string;
1079
+ mdMax: string;
1080
+ lgMax: string;
1081
+ xlMax: string;
1082
+ motion: string;
1083
+ safari: string;
1084
+ hover: string;
1085
+ dark: string;
1086
+ light: string;
1087
+ }, {
1088
+ shadows: {
1089
+ xs: string;
1090
+ sm: string;
1091
+ md: string;
1092
+ lg: string;
1093
+ xl: string;
1094
+ };
1095
+ dropShadows: {
1096
+ xs: string;
1097
+ sm: string;
1098
+ md: string;
1099
+ lg: string;
1100
+ xl: string;
1101
+ };
1102
+ colors: {
1103
+ text: string;
1104
+ link: string;
1105
+ codeLight: string;
1106
+ code: string;
1107
+ selection: string;
1108
+ gray50: string;
1109
+ gray100: string;
1110
+ gray200: string;
1111
+ gray300: string;
1112
+ gray400: string;
1113
+ gray500: string;
1114
+ gray600: string;
1115
+ gray700: string;
1116
+ gray800: string;
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;
1193
+ primaryLight: string;
1194
+ primaryLightHover: string;
1195
+ primaryLightActive: string;
1196
+ primaryLightContrast: string;
1197
+ primary: string;
1198
+ primaryBorder: string;
1199
+ primaryBorderHover: string;
1200
+ primarySolidHover: string;
1201
+ primarySolidContrast: string;
1202
+ primaryShadow: string;
1203
+ secondaryLight: string;
1204
+ secondaryLightHover: string;
1205
+ secondaryLightActive: string;
1206
+ secondaryLightContrast: string;
1207
+ secondary: string;
1208
+ secondaryBorder: string;
1209
+ secondaryBorderHover: string;
1210
+ secondarySolidHover: string;
1211
+ secondarySolidContrast: string;
1212
+ secondaryShadow: string;
1213
+ successLight: string;
1214
+ successLightHover: string;
1215
+ successLightActive: string;
1216
+ successLightContrast: string;
1217
+ success: string;
1218
+ successBorder: string;
1219
+ successBorderHover: string;
1220
+ successSolidHover: string;
1221
+ successSolidContrast: string;
1222
+ successShadow: string;
1223
+ warningLight: string;
1224
+ warningLightHover: string;
1225
+ warningLightActive: string;
1226
+ warningLightContrast: string;
1227
+ warning: string;
1228
+ warningBorder: string;
1229
+ warningBorderHover: string;
1230
+ warningSolidHover: string;
1231
+ warningSolidContrast: string;
1232
+ warningShadow: string;
1233
+ errorLight: string;
1234
+ errorLightHover: string;
1235
+ errorLightActive: string;
1236
+ errorLightContrast: string;
1237
+ error: string;
1238
+ errorBorder: string;
1239
+ errorBorderHover: string;
1240
+ errorSolidHover: string;
1241
+ errorSolidContrast: string;
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;
1253
+ gradient: 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;
1265
+ };
1266
+ fonts: {
1267
+ sans: string;
1268
+ mono: string;
1269
+ };
1270
+ fontSizes: {
1271
+ xs: string;
1272
+ sm: string;
1273
+ base: string;
1274
+ md: string;
1275
+ lg: string;
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;
1285
+ };
1286
+ fontWeights: {
1287
+ hairline: number;
1288
+ thin: number;
1289
+ light: number;
1290
+ normal: number;
1291
+ medium: number;
1292
+ semibold: number;
1293
+ bold: number;
1294
+ extrabold: number;
1295
+ black: number;
1296
+ };
1297
+ lineHeights: {
1298
+ xs: number;
1299
+ sm: number;
1300
+ base: number;
1301
+ md: number;
1302
+ lg: number;
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;
1312
+ };
1313
+ letterSpacings: {
1314
+ tighter: string;
1315
+ tight: string;
1316
+ normal: string;
1317
+ wide: string;
1318
+ wider: string;
1319
+ widest: string;
1320
+ };
1321
+ space: {
1322
+ 0: string;
1323
+ xs: string;
1324
+ sm: string;
1325
+ md: string;
1326
+ lg: string;
1327
+ xl: string;
1328
+ px: string;
1329
+ 1: string;
1330
+ 2: string;
1331
+ 3: string;
1332
+ 4: string;
1333
+ 5: string;
1334
+ 6: string;
1335
+ 7: string;
1336
+ 8: string;
1337
+ 9: string;
1338
+ 10: string;
1339
+ 11: string;
1340
+ 12: string;
1341
+ 13: string;
1342
+ 14: string;
1343
+ 15: string;
1344
+ 16: string;
1345
+ 17: string;
1346
+ 18: string;
1347
+ 20: string;
1348
+ 24: string;
1349
+ 28: string;
1350
+ 32: string;
1351
+ 36: string;
1352
+ 40: string;
1353
+ 44: string;
1354
+ 48: string;
1355
+ 52: string;
1356
+ 56: string;
1357
+ 60: string;
1358
+ 64: string;
1359
+ 72: string;
1360
+ 80: string;
1361
+ 96: string;
1362
+ };
1363
+ radii: {
1364
+ xs: string;
1365
+ sm: string;
1366
+ md: string;
1367
+ base: string;
1368
+ lg: string;
1369
+ xl: string;
1370
+ squared: string;
1371
+ rounded: string;
1372
+ pill: string;
1373
+ };
1374
+ zIndices: {
1375
+ 1: string;
1376
+ 2: string;
1377
+ 3: string;
1378
+ 4: string;
1379
+ 5: string;
1380
+ 10: string;
1381
+ max: string;
1382
+ };
1383
+ borderWeights: {
1384
+ light: string;
1385
+ normal: string;
1386
+ bold: string;
1387
+ extrabold: string;
1388
+ black: string;
1389
+ };
1390
+ transitions: {
1391
+ default: string;
1392
+ button: string;
1393
+ avatar: string;
1394
+ link: string;
1395
+ card: string;
1396
+ dropdownItem: string;
1397
+ };
1398
+ breakpoints: {
1399
+ xs: string;
1400
+ sm: string;
1401
+ md: string;
1402
+ lg: string;
1403
+ xl: string;
1404
+ };
1405
+ }, {
1406
+ width: string;
1407
+ height: string;
1408
+ minWidth: string;
1409
+ maxWidth: string;
1410
+ minHeight: string;
1411
+ maxHeight: string;
1412
+ flexBasis: string;
1413
+ gridTemplateColumns: string;
1414
+ gridTemplateRows: string;
1415
+ blockSize: string;
1416
+ minBlockSize: string;
1417
+ maxBlockSize: string;
1418
+ inlineSize: string;
1419
+ minInlineSize: string;
1420
+ maxInlineSize: string;
1421
+ borderWidth: string;
1422
+ gap: "space";
1423
+ gridGap: "space";
1424
+ columnGap: "space";
1425
+ gridColumnGap: "space";
1426
+ rowGap: "space";
1427
+ gridRowGap: "space";
1428
+ inset: "space";
1429
+ insetBlock: "space";
1430
+ insetBlockEnd: "space";
1431
+ insetBlockStart: "space";
1432
+ insetInline: "space";
1433
+ insetInlineEnd: "space";
1434
+ insetInlineStart: "space";
1435
+ margin: "space";
1436
+ marginTop: "space";
1437
+ marginRight: "space";
1438
+ marginBottom: "space";
1439
+ marginLeft: "space";
1440
+ marginBlock: "space";
1441
+ marginBlockEnd: "space";
1442
+ marginBlockStart: "space";
1443
+ marginInline: "space";
1444
+ marginInlineEnd: "space";
1445
+ marginInlineStart: "space";
1446
+ padding: "space";
1447
+ paddingTop: "space";
1448
+ paddingRight: "space";
1449
+ paddingBottom: "space";
1450
+ paddingLeft: "space";
1451
+ paddingBlock: "space";
1452
+ paddingBlockEnd: "space";
1453
+ paddingBlockStart: "space";
1454
+ paddingInline: "space";
1455
+ paddingInlineEnd: "space";
1456
+ paddingInlineStart: "space";
1457
+ scrollMargin: "space";
1458
+ scrollMarginTop: "space";
1459
+ scrollMarginRight: "space";
1460
+ scrollMarginBottom: "space";
1461
+ scrollMarginLeft: "space";
1462
+ scrollMarginBlock: "space";
1463
+ scrollMarginBlockEnd: "space";
1464
+ scrollMarginBlockStart: "space";
1465
+ scrollMarginInline: "space";
1466
+ scrollMarginInlineEnd: "space";
1467
+ scrollMarginInlineStart: "space";
1468
+ scrollPadding: "space";
1469
+ scrollPaddingTop: "space";
1470
+ scrollPaddingRight: "space";
1471
+ scrollPaddingBottom: "space";
1472
+ scrollPaddingLeft: "space";
1473
+ scrollPaddingBlock: "space";
1474
+ scrollPaddingBlockEnd: "space";
1475
+ scrollPaddingBlockStart: "space";
1476
+ scrollPaddingInline: "space";
1477
+ scrollPaddingInlineEnd: "space";
1478
+ scrollPaddingInlineStart: "space";
1479
+ top: "space";
1480
+ right: "space";
1481
+ bottom: "space";
1482
+ left: "space";
1483
+ fontSize: "fontSizes";
1484
+ background: "colors";
1485
+ backgroundColor: "colors";
1486
+ backgroundImage: "colors";
1487
+ borderImage: "colors";
1488
+ border: "colors";
1489
+ borderBlock: "colors";
1490
+ borderBlockEnd: "colors";
1491
+ borderBlockStart: "colors";
1492
+ borderBottom: "colors";
1493
+ borderBottomColor: "colors";
1494
+ borderColor: "colors";
1495
+ borderInline: "colors";
1496
+ borderInlineEnd: "colors";
1497
+ borderInlineStart: "colors";
1498
+ borderLeft: "colors";
1499
+ borderLeftColor: "colors";
1500
+ borderRight: "colors";
1501
+ borderRightColor: "colors";
1502
+ borderTop: "colors";
1503
+ borderTopColor: "colors";
1504
+ caretColor: "colors";
1505
+ color: "colors";
1506
+ columnRuleColor: "colors";
1507
+ outline: "colors";
1508
+ outlineColor: "colors";
1509
+ fill: "colors";
1510
+ stroke: "colors";
1511
+ textDecorationColor: "colors";
1512
+ fontFamily: "fonts";
1513
+ fontWeight: "fontWeights";
1514
+ lineHeight: "lineHeights";
1515
+ letterSpacing: "letterSpacings";
1516
+ borderTopWidth: "borderWidths";
1517
+ borderLeftWidth: "borderWidths";
1518
+ borderRightWidth: "borderWidths";
1519
+ borderBottomWidth: "borderWidths";
1520
+ borderStyle: "borderStyles";
1521
+ borderTopStyle: "borderStyles";
1522
+ borderLeftStyle: "borderStyles";
1523
+ borderRightStyle: "borderStyles";
1524
+ borderBottomStyle: "borderStyles";
1525
+ borderRadius: "radii";
1526
+ borderTopLeftRadius: "radii";
1527
+ borderTopRightRadius: "radii";
1528
+ borderBottomRightRadius: "radii";
1529
+ borderBottomLeftRadius: "radii";
1530
+ boxShadow: "shadows";
1531
+ textShadow: "shadows";
1532
+ transition: "transitions";
1533
+ zIndex: "zIndices";
1534
+ }, {
1535
+ p: (value: {
1536
+ readonly [$$PropertyValue]: "padding";
1537
+ }) => {
1538
+ padding: {
1539
+ readonly [$$PropertyValue]: "padding";
1540
+ };
1541
+ };
1542
+ pt: (value: {
1543
+ readonly [$$PropertyValue]: "paddingTop";
1544
+ }) => {
1545
+ paddingTop: {
1546
+ readonly [$$PropertyValue]: "paddingTop";
1547
+ };
1548
+ };
1549
+ pr: (value: {
1550
+ readonly [$$PropertyValue]: "paddingRight";
1551
+ }) => {
1552
+ paddingRight: {
1553
+ readonly [$$PropertyValue]: "paddingRight";
1554
+ };
1555
+ };
1556
+ pb: (value: {
1557
+ readonly [$$PropertyValue]: "paddingBottom";
1558
+ }) => {
1559
+ paddingBottom: {
1560
+ readonly [$$PropertyValue]: "paddingBottom";
1561
+ };
1562
+ };
1563
+ pl: (value: {
1564
+ readonly [$$PropertyValue]: "paddingLeft";
1565
+ }) => {
1566
+ paddingLeft: {
1567
+ readonly [$$PropertyValue]: "paddingLeft";
1568
+ };
1569
+ };
1570
+ px: (value: {
1571
+ readonly [$$PropertyValue]: "paddingLeft";
1572
+ }) => {
1573
+ paddingLeft: {
1574
+ readonly [$$PropertyValue]: "paddingLeft";
1575
+ };
1576
+ paddingRight: {
1577
+ readonly [$$PropertyValue]: "paddingLeft";
1578
+ };
1579
+ };
1580
+ py: (value: {
1581
+ readonly [$$PropertyValue]: "paddingTop";
1582
+ }) => {
1583
+ paddingTop: {
1584
+ readonly [$$PropertyValue]: "paddingTop";
1585
+ };
1586
+ paddingBottom: {
1587
+ readonly [$$PropertyValue]: "paddingTop";
1588
+ };
1589
+ };
1590
+ m: (value: {
1591
+ readonly [$$PropertyValue]: "margin";
1592
+ }) => {
1593
+ margin: {
1594
+ readonly [$$PropertyValue]: "margin";
1595
+ };
1596
+ };
1597
+ mt: (value: {
1598
+ readonly [$$PropertyValue]: "marginTop";
1599
+ }) => {
1600
+ marginTop: {
1601
+ readonly [$$PropertyValue]: "marginTop";
1602
+ };
1603
+ };
1604
+ mr: (value: {
1605
+ readonly [$$PropertyValue]: "marginRight";
1606
+ }) => {
1607
+ marginRight: {
1608
+ readonly [$$PropertyValue]: "marginRight";
1609
+ };
1610
+ };
1611
+ mb: (value: {
1612
+ readonly [$$PropertyValue]: "marginBottom";
1613
+ }) => {
1614
+ marginBottom: {
1615
+ readonly [$$PropertyValue]: "marginBottom";
1616
+ };
1617
+ };
1618
+ ml: (value: {
1619
+ readonly [$$PropertyValue]: "marginLeft";
1620
+ }) => {
1621
+ marginLeft: {
1622
+ readonly [$$PropertyValue]: "marginLeft";
1623
+ };
1624
+ };
1625
+ mx: (value: {
1626
+ readonly [$$PropertyValue]: "marginLeft";
1627
+ }) => {
1628
+ marginLeft: {
1629
+ readonly [$$PropertyValue]: "marginLeft";
1630
+ };
1631
+ marginRight: {
1632
+ readonly [$$PropertyValue]: "marginLeft";
1633
+ };
1634
+ };
1635
+ my: (value: {
1636
+ readonly [$$PropertyValue]: "marginTop";
1637
+ }) => {
1638
+ marginTop: {
1639
+ readonly [$$PropertyValue]: "marginTop";
1640
+ };
1641
+ marginBottom: {
1642
+ readonly [$$PropertyValue]: "marginTop";
1643
+ };
1644
+ };
1645
+ ta: (value: {
1646
+ readonly [$$PropertyValue]: "textAlign";
1647
+ }) => {
1648
+ textAlign: {
1649
+ readonly [$$PropertyValue]: "textAlign";
1650
+ };
1651
+ };
1652
+ tt: (value: {
1653
+ readonly [$$PropertyValue]: "textTransform";
1654
+ }) => {
1655
+ textTransform: {
1656
+ readonly [$$PropertyValue]: "textTransform";
1657
+ };
1658
+ };
1659
+ to: (value: {
1660
+ readonly [$$PropertyValue]: "textOverflow";
1661
+ }) => {
1662
+ textOverflow: {
1663
+ readonly [$$PropertyValue]: "textOverflow";
1664
+ };
1665
+ };
1666
+ d: (value: {
1667
+ readonly [$$PropertyValue]: "display";
1668
+ }) => {
1669
+ display: {
1670
+ readonly [$$PropertyValue]: "display";
1671
+ };
1672
+ };
1673
+ dflex: (value: {
1674
+ readonly [$$PropertyValue]: "alignItems";
1675
+ }) => {
1676
+ display: string;
1677
+ alignItems: {
1678
+ readonly [$$PropertyValue]: "alignItems";
1679
+ };
1680
+ justifyContent: {
1681
+ readonly [$$PropertyValue]: "alignItems";
1682
+ };
1683
+ };
1684
+ fd: (value: {
1685
+ readonly [$$PropertyValue]: "flexDirection";
1686
+ }) => {
1687
+ flexDirection: {
1688
+ readonly [$$PropertyValue]: "flexDirection";
1689
+ };
1690
+ };
1691
+ fw: (value: {
1692
+ readonly [$$PropertyValue]: "flexWrap";
1693
+ }) => {
1694
+ flexWrap: {
1695
+ readonly [$$PropertyValue]: "flexWrap";
1696
+ };
1697
+ };
1698
+ ai: (value: {
1699
+ readonly [$$PropertyValue]: "alignItems";
1700
+ }) => {
1701
+ alignItems: {
1702
+ readonly [$$PropertyValue]: "alignItems";
1703
+ };
1704
+ };
1705
+ ac: (value: {
1706
+ readonly [$$PropertyValue]: "alignContent";
1707
+ }) => {
1708
+ alignContent: {
1709
+ readonly [$$PropertyValue]: "alignContent";
1710
+ };
1711
+ };
1712
+ jc: (value: {
1713
+ readonly [$$PropertyValue]: "justifyContent";
1714
+ }) => {
1715
+ justifyContent: {
1716
+ readonly [$$PropertyValue]: "justifyContent";
1717
+ };
1718
+ };
1719
+ as: (value: {
1720
+ readonly [$$PropertyValue]: "alignSelf";
1721
+ }) => {
1722
+ alignSelf: {
1723
+ readonly [$$PropertyValue]: "alignSelf";
1724
+ };
1725
+ };
1726
+ fg: (value: {
1727
+ readonly [$$PropertyValue]: "flexGrow";
1728
+ }) => {
1729
+ flexGrow: {
1730
+ readonly [$$PropertyValue]: "flexGrow";
1731
+ };
1732
+ };
1733
+ fs: (value: {
1734
+ readonly [$$PropertyValue]: "fontSize";
1735
+ }) => {
1736
+ fontSize: {
1737
+ readonly [$$PropertyValue]: "fontSize";
1738
+ };
1739
+ };
1740
+ fb: (value: {
1741
+ readonly [$$PropertyValue]: "flexBasis";
1742
+ }) => {
1743
+ flexBasis: {
1744
+ readonly [$$PropertyValue]: "flexBasis";
1745
+ };
1746
+ };
1747
+ bc: (value: {
1748
+ readonly [$$PropertyValue]: "backgroundColor";
1749
+ }) => {
1750
+ backgroundColor: {
1751
+ readonly [$$PropertyValue]: "backgroundColor";
1752
+ };
1753
+ };
1754
+ bf: (value: {
1755
+ readonly [$$PropertyValue]: "backdropFilter";
1756
+ }) => {
1757
+ backdropFilter: {
1758
+ readonly [$$PropertyValue]: "backdropFilter";
1759
+ };
1760
+ };
1761
+ bg: (value: {
1762
+ readonly [$$PropertyValue]: "backgroundColor";
1763
+ }) => {
1764
+ background: {
1765
+ readonly [$$PropertyValue]: "backgroundColor";
1766
+ };
1767
+ };
1768
+ bgBlur: (value: {
1769
+ readonly [$$PropertyValue]: "backgroundColor";
1770
+ }) => {
1771
+ bf: string;
1772
+ bg: {
1773
+ readonly [$$PropertyValue]: "backgroundColor";
1774
+ };
1775
+ };
1776
+ bgColor: (value: {
1777
+ readonly [$$PropertyValue]: "backgroundColor";
1778
+ }) => {
1779
+ backgroundColor: {
1780
+ readonly [$$PropertyValue]: "backgroundColor";
1781
+ };
1782
+ };
1783
+ backgroundClip: (value: {
1784
+ readonly [$$PropertyValue]: "backgroundClip";
1785
+ }) => {
1786
+ WebkitBackgroundClip: {
1787
+ readonly [$$PropertyValue]: "backgroundClip";
1788
+ };
1789
+ backgroundClip: {
1790
+ readonly [$$PropertyValue]: "backgroundClip";
1791
+ };
1792
+ };
1793
+ bgClip: (value: {
1794
+ readonly [$$PropertyValue]: "backgroundClip";
1795
+ }) => {
1796
+ WebkitBackgroundClip: {
1797
+ readonly [$$PropertyValue]: "backgroundClip";
1798
+ };
1799
+ backgroundClip: {
1800
+ readonly [$$PropertyValue]: "backgroundClip";
1801
+ };
1802
+ };
1803
+ br: (value: {
1804
+ readonly [$$PropertyValue]: "borderRadius";
1805
+ }) => {
1806
+ borderRadius: {
1807
+ readonly [$$PropertyValue]: "borderRadius";
1808
+ };
1809
+ };
1810
+ bw: (value: {
1811
+ readonly [$$PropertyValue]: "borderWidth";
1812
+ }) => {
1813
+ borderWidth: {
1814
+ readonly [$$PropertyValue]: "borderWidth";
1815
+ };
1816
+ };
1817
+ btrr: (value: {
1818
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1819
+ }) => {
1820
+ borderTopRightRadius: {
1821
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1822
+ };
1823
+ };
1824
+ bbrr: (value: {
1825
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1826
+ }) => {
1827
+ borderBottomRightRadius: {
1828
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1829
+ };
1830
+ };
1831
+ bblr: (value: {
1832
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1833
+ }) => {
1834
+ borderBottomLeftRadius: {
1835
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1836
+ };
1837
+ };
1838
+ btlr: (value: {
1839
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1840
+ }) => {
1841
+ borderTopLeftRadius: {
1842
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1843
+ };
1844
+ };
1845
+ bs: (value: {
1846
+ readonly [$$PropertyValue]: "boxShadow";
1847
+ }) => {
1848
+ boxShadow: {
1849
+ readonly [$$PropertyValue]: "boxShadow";
1850
+ };
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
+ };
1878
+ normalShadow: (value: {
1879
+ readonly [$$PropertyValue]: "backgroundColor";
1880
+ }) => {
1881
+ boxShadow: string;
1882
+ };
1883
+ normalShadowVar: (value: {
1884
+ readonly [$$PropertyValue]: "backgroundColor";
1885
+ }) => {
1886
+ boxShadow: string;
1887
+ };
1888
+ lh: (value: {
1889
+ readonly [$$PropertyValue]: "lineHeight";
1890
+ }) => {
1891
+ lineHeight: {
1892
+ readonly [$$PropertyValue]: "lineHeight";
1893
+ };
1894
+ };
1895
+ ov: (value: {
1896
+ readonly [$$PropertyValue]: "overflow";
1897
+ }) => {
1898
+ overflow: {
1899
+ readonly [$$PropertyValue]: "overflow";
1900
+ };
1901
+ };
1902
+ ox: (value: {
1903
+ readonly [$$PropertyValue]: "overflowX";
1904
+ }) => {
1905
+ overflowX: {
1906
+ readonly [$$PropertyValue]: "overflowX";
1907
+ };
1908
+ };
1909
+ oy: (value: {
1910
+ readonly [$$PropertyValue]: "overflowY";
1911
+ }) => {
1912
+ overflowY: {
1913
+ readonly [$$PropertyValue]: "overflowY";
1914
+ };
1915
+ };
1916
+ pe: (value: {
1917
+ readonly [$$PropertyValue]: "pointerEvents";
1918
+ }) => {
1919
+ pointerEvents: {
1920
+ readonly [$$PropertyValue]: "pointerEvents";
1921
+ };
1922
+ };
1923
+ events: (value: {
1924
+ readonly [$$PropertyValue]: "pointerEvents";
1925
+ }) => {
1926
+ pointerEvents: {
1927
+ readonly [$$PropertyValue]: "pointerEvents";
1928
+ };
1929
+ };
1930
+ us: (value: {
1931
+ readonly [$$PropertyValue]: "userSelect";
1932
+ }) => {
1933
+ WebkitUserSelect: {
1934
+ readonly [$$PropertyValue]: "userSelect";
1935
+ };
1936
+ userSelect: {
1937
+ readonly [$$PropertyValue]: "userSelect";
1938
+ };
1939
+ };
1940
+ userSelect: (value: {
1941
+ readonly [$$PropertyValue]: "userSelect";
1942
+ }) => {
1943
+ WebkitUserSelect: {
1944
+ readonly [$$PropertyValue]: "userSelect";
1945
+ };
1946
+ userSelect: {
1947
+ readonly [$$PropertyValue]: "userSelect";
1948
+ };
1949
+ };
1950
+ w: (value: {
1951
+ readonly [$$PropertyValue]: "width";
1952
+ }) => {
1953
+ width: {
1954
+ readonly [$$PropertyValue]: "width";
1955
+ };
1956
+ };
1957
+ h: (value: {
1958
+ readonly [$$PropertyValue]: "height";
1959
+ }) => {
1960
+ height: {
1961
+ readonly [$$PropertyValue]: "height";
1962
+ };
1963
+ };
1964
+ mw: (value: {
1965
+ readonly [$$PropertyValue]: "maxWidth";
1966
+ }) => {
1967
+ maxWidth: {
1968
+ readonly [$$PropertyValue]: "maxWidth";
1969
+ };
1970
+ };
1971
+ maxW: (value: {
1972
+ readonly [$$PropertyValue]: "maxWidth";
1973
+ }) => {
1974
+ maxWidth: {
1975
+ readonly [$$PropertyValue]: "maxWidth";
1976
+ };
1977
+ };
1978
+ mh: (value: {
1979
+ readonly [$$PropertyValue]: "maxHeight";
1980
+ }) => {
1981
+ maxHeight: {
1982
+ readonly [$$PropertyValue]: "maxHeight";
1983
+ };
1984
+ };
1985
+ maxH: (value: {
1986
+ readonly [$$PropertyValue]: "maxHeight";
1987
+ }) => {
1988
+ maxHeight: {
1989
+ readonly [$$PropertyValue]: "maxHeight";
1990
+ };
1991
+ };
1992
+ size: (value: {
1993
+ readonly [$$PropertyValue]: "width";
1994
+ }) => {
1995
+ width: {
1996
+ readonly [$$PropertyValue]: "width";
1997
+ };
1998
+ height: {
1999
+ readonly [$$PropertyValue]: "width";
2000
+ };
2001
+ };
2002
+ minSize: (value: {
2003
+ readonly [$$PropertyValue]: "width";
2004
+ }) => {
2005
+ minWidth: {
2006
+ readonly [$$PropertyValue]: "width";
2007
+ };
2008
+ minHeight: {
2009
+ readonly [$$PropertyValue]: "width";
2010
+ };
2011
+ width: {
2012
+ readonly [$$PropertyValue]: "width";
2013
+ };
2014
+ height: {
2015
+ readonly [$$PropertyValue]: "width";
2016
+ };
2017
+ };
2018
+ sizeMin: (value: {
2019
+ readonly [$$PropertyValue]: "width";
2020
+ }) => {
2021
+ minWidth: {
2022
+ readonly [$$PropertyValue]: "width";
2023
+ };
2024
+ minHeight: {
2025
+ readonly [$$PropertyValue]: "width";
2026
+ };
2027
+ width: {
2028
+ readonly [$$PropertyValue]: "width";
2029
+ };
2030
+ height: {
2031
+ readonly [$$PropertyValue]: "width";
2032
+ };
2033
+ };
2034
+ maxSize: (value: {
2035
+ readonly [$$PropertyValue]: "width";
2036
+ }) => {
2037
+ maxWidth: {
2038
+ readonly [$$PropertyValue]: "width";
2039
+ };
2040
+ maxHeight: {
2041
+ readonly [$$PropertyValue]: "width";
2042
+ };
2043
+ };
2044
+ sizeMax: (value: {
2045
+ readonly [$$PropertyValue]: "width";
2046
+ }) => {
2047
+ maxWidth: {
2048
+ readonly [$$PropertyValue]: "width";
2049
+ };
2050
+ maxHeight: {
2051
+ readonly [$$PropertyValue]: "width";
2052
+ };
2053
+ };
2054
+ appearance: (value: {
2055
+ readonly [$$PropertyValue]: "appearance";
2056
+ }) => {
2057
+ WebkitAppearance: {
2058
+ readonly [$$PropertyValue]: "appearance";
2059
+ };
2060
+ appearance: {
2061
+ readonly [$$PropertyValue]: "appearance";
2062
+ };
2063
+ };
2064
+ scale: (value: {
2065
+ readonly [$$PropertyValue]: "scale";
2066
+ }) => {
2067
+ transform: string;
2068
+ };
2069
+ linearGradient: (value: {
2070
+ readonly [$$PropertyValue]: "backgroundImage";
2071
+ }) => {
2072
+ backgroundImage: string;
2073
+ };
2074
+ tdl: (value: {
2075
+ readonly [$$PropertyValue]: "textDecorationLine";
2076
+ }) => {
2077
+ textDecorationLine: {
2078
+ readonly [$$PropertyValue]: "textDecorationLine";
2079
+ };
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
+ };
2091
+ textGradient: (value: {
2092
+ readonly [$$PropertyValue]: "backgroundImage";
2093
+ }) => {
2094
+ backgroundImage: string;
2095
+ WebkitBackgroundClip: string;
2096
+ WebkitTextFillColor: string;
2097
+ '&::selection': {
2098
+ WebkitTextFillColor: string;
2099
+ };
2100
+ };
2101
+ }>>;
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
+ }, {
3
2112
  xs: string;
4
2113
  sm: string;
5
2114
  md: string;
@@ -39,6 +2148,13 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
39
2148
  lg: string;
40
2149
  xl: string;
41
2150
  };
2151
+ dropShadows: {
2152
+ xs: string;
2153
+ sm: string;
2154
+ md: string;
2155
+ lg: string;
2156
+ xl: string;
2157
+ };
42
2158
  colors: {
43
2159
  text: string;
44
2160
  link: string;
@@ -180,6 +2296,16 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
180
2296
  errorSolidHover: string;
181
2297
  errorSolidContrast: string;
182
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;
183
2309
  gradient: string;
184
2310
  accents0: string;
185
2311
  accents1: string;
@@ -198,13 +2324,20 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
198
2324
  mono: string;
199
2325
  };
200
2326
  fontSizes: {
201
- tiny: string;
202
2327
  xs: string;
203
- base: string;
204
2328
  sm: string;
2329
+ base: string;
205
2330
  md: string;
206
2331
  lg: string;
207
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;
208
2341
  };
209
2342
  fontWeights: {
210
2343
  hairline: number;
@@ -220,9 +2353,18 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
220
2353
  lineHeights: {
221
2354
  xs: number;
222
2355
  sm: number;
2356
+ base: number;
223
2357
  md: number;
224
2358
  lg: number;
225
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;
226
2368
  };
227
2369
  letterSpacings: {
228
2370
  tighter: string;
@@ -307,6 +2449,7 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
307
2449
  avatar: string;
308
2450
  link: string;
309
2451
  card: string;
2452
+ dropdownItem: string;
310
2453
  };
311
2454
  breakpoints: {
312
2455
  xs: string;
@@ -682,7 +2825,9 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
682
2825
  readonly [$$PropertyValue]: "backgroundColor";
683
2826
  }) => {
684
2827
  bf: string;
685
- bg: string;
2828
+ bg: {
2829
+ readonly [$$PropertyValue]: "backgroundColor";
2830
+ };
686
2831
  };
687
2832
  bgColor: (value: {
688
2833
  readonly [$$PropertyValue]: "backgroundColor";
@@ -760,6 +2905,32 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
760
2905
  readonly [$$PropertyValue]: "boxShadow";
761
2906
  };
762
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
+ };
763
2934
  normalShadow: (value: {
764
2935
  readonly [$$PropertyValue]: "backgroundColor";
765
2936
  }) => {
@@ -963,6 +3134,16 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
963
3134
  readonly [$$PropertyValue]: "textDecorationLine";
964
3135
  };
965
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
+ };
966
3147
  textGradient: (value: {
967
3148
  readonly [$$PropertyValue]: "backgroundImage";
968
3149
  }) => {
@@ -974,9 +3155,9 @@ export declare const StyledRadioInput: import("@stitches/react/types/styled-comp
974
3155
  };
975
3156
  };
976
3157
  }>>;
977
- export declare const StyledRadioLabel: import("@stitches/react/types/styled-component").StyledComponent<"span", {
978
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
979
- disabled?: boolean | "true" | undefined;
3158
+ export declare const StyledRadioDescription: import("@stitches/react/types/styled-component").StyledComponent<"span", {
3159
+ isInvalid?: boolean | "true" | undefined;
3160
+ isDisabled?: boolean | "true" | undefined;
980
3161
  }, {
981
3162
  xs: string;
982
3163
  sm: string;
@@ -1017,6 +3198,13 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1017
3198
  lg: string;
1018
3199
  xl: string;
1019
3200
  };
3201
+ dropShadows: {
3202
+ xs: string;
3203
+ sm: string;
3204
+ md: string;
3205
+ lg: string;
3206
+ xl: string;
3207
+ };
1020
3208
  colors: {
1021
3209
  text: string;
1022
3210
  link: string;
@@ -1158,6 +3346,16 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1158
3346
  errorSolidHover: string;
1159
3347
  errorSolidContrast: string;
1160
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;
1161
3359
  gradient: string;
1162
3360
  accents0: string;
1163
3361
  accents1: string;
@@ -1176,13 +3374,20 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1176
3374
  mono: string;
1177
3375
  };
1178
3376
  fontSizes: {
1179
- tiny: string;
1180
3377
  xs: string;
1181
- base: string;
1182
3378
  sm: string;
3379
+ base: string;
1183
3380
  md: string;
1184
3381
  lg: string;
1185
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;
1186
3391
  };
1187
3392
  fontWeights: {
1188
3393
  hairline: number;
@@ -1198,9 +3403,18 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1198
3403
  lineHeights: {
1199
3404
  xs: number;
1200
3405
  sm: number;
3406
+ base: number;
1201
3407
  md: number;
1202
3408
  lg: number;
1203
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;
1204
3418
  };
1205
3419
  letterSpacings: {
1206
3420
  tighter: string;
@@ -1285,6 +3499,7 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1285
3499
  avatar: string;
1286
3500
  link: string;
1287
3501
  card: string;
3502
+ dropdownItem: string;
1288
3503
  };
1289
3504
  breakpoints: {
1290
3505
  xs: string;
@@ -1660,7 +3875,9 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1660
3875
  readonly [$$PropertyValue]: "backgroundColor";
1661
3876
  }) => {
1662
3877
  bf: string;
1663
- bg: string;
3878
+ bg: {
3879
+ readonly [$$PropertyValue]: "backgroundColor";
3880
+ };
1664
3881
  };
1665
3882
  bgColor: (value: {
1666
3883
  readonly [$$PropertyValue]: "backgroundColor";
@@ -1738,6 +3955,32 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1738
3955
  readonly [$$PropertyValue]: "boxShadow";
1739
3956
  };
1740
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
+ };
1741
3984
  normalShadow: (value: {
1742
3985
  readonly [$$PropertyValue]: "backgroundColor";
1743
3986
  }) => {
@@ -1941,6 +4184,16 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1941
4184
  readonly [$$PropertyValue]: "textDecorationLine";
1942
4185
  };
1943
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
+ };
1944
4197
  textGradient: (value: {
1945
4198
  readonly [$$PropertyValue]: "backgroundImage";
1946
4199
  }) => {
@@ -1952,7 +4205,7 @@ export declare const StyledRadioLabel: import("@stitches/react/types/styled-comp
1952
4205
  };
1953
4206
  };
1954
4207
  }>>;
1955
- export declare const StyledRadioPoint: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
4208
+ export declare const StyledRadioContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
1956
4209
  xs: string;
1957
4210
  sm: string;
1958
4211
  md: string;
@@ -1992,6 +4245,13 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
1992
4245
  lg: string;
1993
4246
  xl: string;
1994
4247
  };
4248
+ dropShadows: {
4249
+ xs: string;
4250
+ sm: string;
4251
+ md: string;
4252
+ lg: string;
4253
+ xl: string;
4254
+ };
1995
4255
  colors: {
1996
4256
  text: string;
1997
4257
  link: string;
@@ -2133,6 +4393,16 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2133
4393
  errorSolidHover: string;
2134
4394
  errorSolidContrast: string;
2135
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;
2136
4406
  gradient: string;
2137
4407
  accents0: string;
2138
4408
  accents1: string;
@@ -2151,13 +4421,20 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2151
4421
  mono: string;
2152
4422
  };
2153
4423
  fontSizes: {
2154
- tiny: string;
2155
4424
  xs: string;
2156
- base: string;
2157
4425
  sm: string;
4426
+ base: string;
2158
4427
  md: string;
2159
4428
  lg: string;
2160
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;
2161
4438
  };
2162
4439
  fontWeights: {
2163
4440
  hairline: number;
@@ -2173,9 +4450,18 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2173
4450
  lineHeights: {
2174
4451
  xs: number;
2175
4452
  sm: number;
4453
+ base: number;
2176
4454
  md: number;
2177
4455
  lg: number;
2178
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;
2179
4465
  };
2180
4466
  letterSpacings: {
2181
4467
  tighter: string;
@@ -2260,6 +4546,7 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2260
4546
  avatar: string;
2261
4547
  link: string;
2262
4548
  card: string;
4549
+ dropdownItem: string;
2263
4550
  };
2264
4551
  breakpoints: {
2265
4552
  xs: string;
@@ -2635,7 +4922,9 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2635
4922
  readonly [$$PropertyValue]: "backgroundColor";
2636
4923
  }) => {
2637
4924
  bf: string;
2638
- bg: string;
4925
+ bg: {
4926
+ readonly [$$PropertyValue]: "backgroundColor";
4927
+ };
2639
4928
  };
2640
4929
  bgColor: (value: {
2641
4930
  readonly [$$PropertyValue]: "backgroundColor";
@@ -2713,6 +5002,32 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2713
5002
  readonly [$$PropertyValue]: "boxShadow";
2714
5003
  };
2715
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
+ };
2716
5031
  normalShadow: (value: {
2717
5032
  readonly [$$PropertyValue]: "backgroundColor";
2718
5033
  }) => {
@@ -2916,6 +5231,16 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2916
5231
  readonly [$$PropertyValue]: "textDecorationLine";
2917
5232
  };
2918
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
+ };
2919
5244
  textGradient: (value: {
2920
5245
  readonly [$$PropertyValue]: "backgroundImage";
2921
5246
  }) => {
@@ -2927,14 +5252,7 @@ export declare const StyledRadioPoint: import("@stitches/react/types/styled-comp
2927
5252
  };
2928
5253
  };
2929
5254
  }>>;
2930
- export declare const StyledRadio: import("@stitches/react/types/styled-component").StyledComponent<"label", {
2931
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | undefined;
2932
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2933
- disabled?: boolean | "true" | undefined;
2934
- squared?: boolean | "true" | "false" | undefined;
2935
- active?: boolean | "true" | undefined;
2936
- animated?: boolean | "true" | "false" | undefined;
2937
- }, {
5255
+ export declare const StyledRadioGroupLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", {}, {
2938
5256
  xs: string;
2939
5257
  sm: string;
2940
5258
  md: string;
@@ -2974,6 +5292,13 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
2974
5292
  lg: string;
2975
5293
  xl: string;
2976
5294
  };
5295
+ dropShadows: {
5296
+ xs: string;
5297
+ sm: string;
5298
+ md: string;
5299
+ lg: string;
5300
+ xl: string;
5301
+ };
2977
5302
  colors: {
2978
5303
  text: string;
2979
5304
  link: string;
@@ -3115,6 +5440,16 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3115
5440
  errorSolidHover: string;
3116
5441
  errorSolidContrast: string;
3117
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;
3118
5453
  gradient: string;
3119
5454
  accents0: string;
3120
5455
  accents1: string;
@@ -3133,13 +5468,20 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3133
5468
  mono: string;
3134
5469
  };
3135
5470
  fontSizes: {
3136
- tiny: string;
3137
5471
  xs: string;
3138
- base: string;
3139
5472
  sm: string;
5473
+ base: string;
3140
5474
  md: string;
3141
5475
  lg: string;
3142
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;
3143
5485
  };
3144
5486
  fontWeights: {
3145
5487
  hairline: number;
@@ -3155,9 +5497,18 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3155
5497
  lineHeights: {
3156
5498
  xs: number;
3157
5499
  sm: number;
5500
+ base: number;
3158
5501
  md: number;
3159
5502
  lg: number;
3160
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;
3161
5512
  };
3162
5513
  letterSpacings: {
3163
5514
  tighter: string;
@@ -3242,6 +5593,7 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3242
5593
  avatar: string;
3243
5594
  link: string;
3244
5595
  card: string;
5596
+ dropdownItem: string;
3245
5597
  };
3246
5598
  breakpoints: {
3247
5599
  xs: string;
@@ -3617,7 +5969,9 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3617
5969
  readonly [$$PropertyValue]: "backgroundColor";
3618
5970
  }) => {
3619
5971
  bf: string;
3620
- bg: string;
5972
+ bg: {
5973
+ readonly [$$PropertyValue]: "backgroundColor";
5974
+ };
3621
5975
  };
3622
5976
  bgColor: (value: {
3623
5977
  readonly [$$PropertyValue]: "backgroundColor";
@@ -3695,6 +6049,32 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3695
6049
  readonly [$$PropertyValue]: "boxShadow";
3696
6050
  };
3697
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
+ };
3698
6078
  normalShadow: (value: {
3699
6079
  readonly [$$PropertyValue]: "backgroundColor";
3700
6080
  }) => {
@@ -3898,6 +6278,16 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3898
6278
  readonly [$$PropertyValue]: "textDecorationLine";
3899
6279
  };
3900
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
+ };
3901
6291
  textGradient: (value: {
3902
6292
  readonly [$$PropertyValue]: "backgroundImage";
3903
6293
  }) => {
@@ -3911,7 +6301,6 @@ export declare const StyledRadio: import("@stitches/react/types/styled-component
3911
6301
  }>>;
3912
6302
  export declare const StyledRadioGroup: import("@stitches/react/types/styled-component").StyledComponent<"div", {
3913
6303
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
3914
- row?: boolean | "true" | "false" | undefined;
3915
6304
  }, {
3916
6305
  xs: string;
3917
6306
  sm: string;
@@ -3952,6 +6341,13 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
3952
6341
  lg: string;
3953
6342
  xl: string;
3954
6343
  };
6344
+ dropShadows: {
6345
+ xs: string;
6346
+ sm: string;
6347
+ md: string;
6348
+ lg: string;
6349
+ xl: string;
6350
+ };
3955
6351
  colors: {
3956
6352
  text: string;
3957
6353
  link: string;
@@ -4093,6 +6489,16 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4093
6489
  errorSolidHover: string;
4094
6490
  errorSolidContrast: string;
4095
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;
4096
6502
  gradient: string;
4097
6503
  accents0: string;
4098
6504
  accents1: string;
@@ -4111,13 +6517,20 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4111
6517
  mono: string;
4112
6518
  };
4113
6519
  fontSizes: {
4114
- tiny: string;
4115
6520
  xs: string;
4116
- base: string;
4117
6521
  sm: string;
6522
+ base: string;
4118
6523
  md: string;
4119
6524
  lg: string;
4120
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;
4121
6534
  };
4122
6535
  fontWeights: {
4123
6536
  hairline: number;
@@ -4133,9 +6546,18 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4133
6546
  lineHeights: {
4134
6547
  xs: number;
4135
6548
  sm: number;
6549
+ base: number;
4136
6550
  md: number;
4137
6551
  lg: number;
4138
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;
4139
6561
  };
4140
6562
  letterSpacings: {
4141
6563
  tighter: string;
@@ -4220,6 +6642,7 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4220
6642
  avatar: string;
4221
6643
  link: string;
4222
6644
  card: string;
6645
+ dropdownItem: string;
4223
6646
  };
4224
6647
  breakpoints: {
4225
6648
  xs: string;
@@ -4595,7 +7018,9 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4595
7018
  readonly [$$PropertyValue]: "backgroundColor";
4596
7019
  }) => {
4597
7020
  bf: string;
4598
- bg: string;
7021
+ bg: {
7022
+ readonly [$$PropertyValue]: "backgroundColor";
7023
+ };
4599
7024
  };
4600
7025
  bgColor: (value: {
4601
7026
  readonly [$$PropertyValue]: "backgroundColor";
@@ -4673,6 +7098,32 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4673
7098
  readonly [$$PropertyValue]: "boxShadow";
4674
7099
  };
4675
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
+ };
4676
7127
  normalShadow: (value: {
4677
7128
  readonly [$$PropertyValue]: "backgroundColor";
4678
7129
  }) => {
@@ -4876,6 +7327,16 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4876
7327
  readonly [$$PropertyValue]: "textDecorationLine";
4877
7328
  };
4878
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
+ };
4879
7340
  textGradient: (value: {
4880
7341
  readonly [$$PropertyValue]: "backgroundImage";
4881
7342
  }) => {
@@ -4887,7 +7348,9 @@ export declare const StyledRadioGroup: import("@stitches/react/types/styled-comp
4887
7348
  };
4888
7349
  };
4889
7350
  }>>;
4890
- 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
+ }, {
4891
7354
  xs: string;
4892
7355
  sm: string;
4893
7356
  md: string;
@@ -4927,6 +7390,13 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
4927
7390
  lg: string;
4928
7391
  xl: string;
4929
7392
  };
7393
+ dropShadows: {
7394
+ xs: string;
7395
+ sm: string;
7396
+ md: string;
7397
+ lg: string;
7398
+ xl: string;
7399
+ };
4930
7400
  colors: {
4931
7401
  text: string;
4932
7402
  link: string;
@@ -5068,6 +7538,16 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5068
7538
  errorSolidHover: string;
5069
7539
  errorSolidContrast: string;
5070
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;
5071
7551
  gradient: string;
5072
7552
  accents0: string;
5073
7553
  accents1: string;
@@ -5086,13 +7566,20 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5086
7566
  mono: string;
5087
7567
  };
5088
7568
  fontSizes: {
5089
- tiny: string;
5090
7569
  xs: string;
5091
- base: string;
5092
7570
  sm: string;
7571
+ base: string;
5093
7572
  md: string;
5094
7573
  lg: string;
5095
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;
5096
7583
  };
5097
7584
  fontWeights: {
5098
7585
  hairline: number;
@@ -5108,9 +7595,18 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5108
7595
  lineHeights: {
5109
7596
  xs: number;
5110
7597
  sm: number;
7598
+ base: number;
5111
7599
  md: number;
5112
7600
  lg: number;
5113
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;
5114
7610
  };
5115
7611
  letterSpacings: {
5116
7612
  tighter: string;
@@ -5195,6 +7691,7 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5195
7691
  avatar: string;
5196
7692
  link: string;
5197
7693
  card: string;
7694
+ dropdownItem: string;
5198
7695
  };
5199
7696
  breakpoints: {
5200
7697
  xs: string;
@@ -5570,7 +8067,9 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5570
8067
  readonly [$$PropertyValue]: "backgroundColor";
5571
8068
  }) => {
5572
8069
  bf: string;
5573
- bg: string;
8070
+ bg: {
8071
+ readonly [$$PropertyValue]: "backgroundColor";
8072
+ };
5574
8073
  };
5575
8074
  bgColor: (value: {
5576
8075
  readonly [$$PropertyValue]: "backgroundColor";
@@ -5648,6 +8147,32 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5648
8147
  readonly [$$PropertyValue]: "boxShadow";
5649
8148
  };
5650
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
+ };
5651
8176
  normalShadow: (value: {
5652
8177
  readonly [$$PropertyValue]: "backgroundColor";
5653
8178
  }) => {
@@ -5851,6 +8376,16 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5851
8376
  readonly [$$PropertyValue]: "textDecorationLine";
5852
8377
  };
5853
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
+ };
5854
8389
  textGradient: (value: {
5855
8390
  readonly [$$PropertyValue]: "backgroundImage";
5856
8391
  }) => {
@@ -5862,6 +8397,10 @@ export declare const StyledRadioDescription: import("@stitches/react/types/style
5862
8397
  };
5863
8398
  };
5864
8399
  }>>;
5865
- export declare type RadioVariantsProps = VariantProps<typeof StyledRadio>;
5866
8400
  export declare type RadioLabelVariantsProps = VariantProps<typeof StyledRadioLabel>;
8401
+ export declare type RadioTexVariantsProps = VariantProps<typeof StyledRadioText>;
8402
+ export declare type RadioPointVariantsProps = VariantProps<typeof StyledRadioPoint>;
5867
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>;