@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
@@ -14,17 +14,286 @@ declare type NativeAttrs = Omit<Partial<React.ImgHTMLAttributes<unknown> & React
14
14
  export declare type AvatarProps = Props & AvatarVariantsProps & NativeAttrs & {
15
15
  css?: CSS;
16
16
  };
17
- export declare const Avatar: React.ForwardRefExoticComponent<Props & import("@stitches/react/types/styled-component").TransformProps<{
18
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "gradient" | undefined;
19
- textColor?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "white" | undefined;
20
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
21
- borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
22
- bordered?: boolean | "true" | undefined;
23
- stacked?: boolean | "true" | undefined;
24
- pointer?: boolean | "true" | undefined;
25
- rounded?: boolean | "true" | undefined;
26
- squared?: boolean | "true" | undefined;
27
- zoomed?: boolean | "true" | undefined;
17
+ export declare const Avatar: React.ForwardRefExoticComponent<Props & import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[{
18
+ dflex: string;
19
+ position: string;
20
+ zIndex: string;
21
+ boxSizing: string;
22
+ overflow: string;
23
+ verticalAlign: string;
24
+ cursor: string;
25
+ transition: string;
26
+ '.nextui-avatar-bg': {
27
+ position: string;
28
+ top: number;
29
+ left: number;
30
+ right: number;
31
+ bottom: number;
32
+ zIndex: string;
33
+ transition: string;
34
+ size: string;
35
+ };
36
+ '&:hover .nextui-avatar-bg': {
37
+ boxShadow: string;
38
+ };
39
+ '.nextui-avatar-img': {
40
+ opacity: number;
41
+ zIndex: string;
42
+ display: string;
43
+ bg: string;
44
+ transition: string;
45
+ width: string;
46
+ height: string;
47
+ objectFit: string;
48
+ };
49
+ '&[data-state="ready"] .nextui-avatar-img': {
50
+ opacity: number;
51
+ };
52
+ '.nextui-avatar-icon': {
53
+ display: string;
54
+ position: string;
55
+ left: string;
56
+ top: string;
57
+ ta: string;
58
+ zIndex: string;
59
+ transform: string;
60
+ whiteSpace: string;
61
+ us: string;
62
+ };
63
+ '.nextui-avatar-text': {
64
+ position: string;
65
+ zIndex: string;
66
+ left: string;
67
+ top: string;
68
+ ta: string;
69
+ color: string;
70
+ fontWeight: string;
71
+ transform: string;
72
+ whiteSpace: string;
73
+ us: string;
74
+ };
75
+ '@motion': {
76
+ transition: string;
77
+ '.nextui-avatar-bg, .nextui-avatar-img': {
78
+ transition: string;
79
+ };
80
+ };
81
+ variants: {
82
+ color: {
83
+ default: {
84
+ '.nextui-avatar-bg': {
85
+ bg: string;
86
+ };
87
+ };
88
+ primary: {
89
+ '.nextui-avatar-bg': {
90
+ bg: string;
91
+ };
92
+ };
93
+ secondary: {
94
+ '.nextui-avatar-bg': {
95
+ bg: string;
96
+ };
97
+ };
98
+ success: {
99
+ '.nextui-avatar-bg': {
100
+ bg: string;
101
+ };
102
+ };
103
+ warning: {
104
+ '.nextui-avatar-bg': {
105
+ bg: string;
106
+ };
107
+ };
108
+ error: {
109
+ '.nextui-avatar-bg': {
110
+ bg: string;
111
+ };
112
+ };
113
+ gradient: {
114
+ '.nextui-avatar-bg': {
115
+ bg: string;
116
+ };
117
+ };
118
+ };
119
+ textColor: {
120
+ default: {
121
+ '.nextui-avatar-text': {
122
+ color: string;
123
+ };
124
+ };
125
+ white: {
126
+ '.nextui-avatar-text': {
127
+ color: string;
128
+ };
129
+ };
130
+ primary: {
131
+ '.nextui-avatar-text': {
132
+ color: string;
133
+ };
134
+ };
135
+ secondary: {
136
+ '.nextui-avatar-text': {
137
+ color: string;
138
+ };
139
+ };
140
+ success: {
141
+ '.nextui-avatar-text': {
142
+ color: string;
143
+ };
144
+ };
145
+ warning: {
146
+ '.nextui-avatar-text': {
147
+ color: string;
148
+ };
149
+ };
150
+ error: {
151
+ '.nextui-avatar-text': {
152
+ color: string;
153
+ };
154
+ };
155
+ };
156
+ size: {
157
+ xs: {
158
+ $$avatarXs: string;
159
+ sizeMin: string;
160
+ '.nextui-avatar-text': {
161
+ fontSize: string;
162
+ };
163
+ };
164
+ sm: {
165
+ $$avatarSm: string;
166
+ sizeMin: string;
167
+ '.nextui-avatar-text': {
168
+ fontSize: string;
169
+ };
170
+ };
171
+ md: {
172
+ $$avatarMd: string;
173
+ sizeMin: string;
174
+ '.nextui-avatar-text': {
175
+ fontSize: string;
176
+ };
177
+ };
178
+ lg: {
179
+ $$avatarLg: string;
180
+ sizeMin: string;
181
+ '.nextui-avatar-text': {
182
+ fontSize: string;
183
+ };
184
+ };
185
+ xl: {
186
+ $$avatarXl: string;
187
+ sizeMin: string;
188
+ '.nextui-avatar-text': {
189
+ fontSize: string;
190
+ };
191
+ };
192
+ };
193
+ borderWeight: {
194
+ light: {
195
+ '.nextui-avatar-img': {
196
+ borderWidth: string;
197
+ };
198
+ };
199
+ normal: {
200
+ '.nextui-avatar-img': {
201
+ borderWidth: string;
202
+ };
203
+ };
204
+ bold: {
205
+ '.nextui-avatar-img': {
206
+ borderWidth: string;
207
+ };
208
+ };
209
+ extrabold: {
210
+ '.nextui-avatar-img': {
211
+ borderWidth: string;
212
+ };
213
+ };
214
+ black: {
215
+ '.nextui-avatar-img': {
216
+ borderWidth: string;
217
+ };
218
+ };
219
+ };
220
+ bordered: {
221
+ true: {
222
+ '&:hover:not(.only-text-avatar) .nextui-avatar-bg': {
223
+ opacity: string;
224
+ };
225
+ '.nextui-avatar-img': {
226
+ borderStyle: string;
227
+ borderColor: string;
228
+ };
229
+ };
230
+ };
231
+ stacked: {
232
+ true: {
233
+ ml: string;
234
+ };
235
+ };
236
+ pointer: {
237
+ true: {
238
+ cursor: string;
239
+ };
240
+ };
241
+ rounded: {
242
+ true: {
243
+ borderRadius: string;
244
+ '.nextui-avatar-img': {
245
+ borderRadius: string;
246
+ };
247
+ };
248
+ };
249
+ squared: {
250
+ true: {
251
+ borderRadius: string;
252
+ '.nextui-avatar-img': {
253
+ borderRadius: string;
254
+ };
255
+ };
256
+ };
257
+ zoomed: {
258
+ true: {
259
+ '&:hover .nextui-avatar-img': {
260
+ transform: string;
261
+ };
262
+ };
263
+ };
264
+ };
265
+ compoundVariants: ({
266
+ bordered: true;
267
+ borderWeight: string;
268
+ css: {
269
+ padding: string;
270
+ borderRadius?: undefined;
271
+ '.nextui-avatar-img'?: undefined;
272
+ };
273
+ rounded?: undefined;
274
+ squared?: undefined;
275
+ } | {
276
+ rounded: true;
277
+ squared: true;
278
+ css: {
279
+ borderRadius: string;
280
+ '.nextui-avatar-img': {
281
+ borderRadius: string;
282
+ };
283
+ padding?: undefined;
284
+ };
285
+ bordered?: undefined;
286
+ borderWeight?: undefined;
287
+ })[];
288
+ defaultVariants: {
289
+ size: "md";
290
+ rounded: true;
291
+ color: "default";
292
+ textColor: "default";
293
+ borderWeight: "normal";
294
+ };
295
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
296
+ isFocusVisible?: boolean | "true" | "false" | undefined;
28
297
  }, {
29
298
  xs: string;
30
299
  sm: string;
@@ -41,6 +310,2098 @@ export declare const Avatar: React.ForwardRefExoticComponent<Props & import("@st
41
310
  hover: string;
42
311
  dark: string;
43
312
  light: string;
313
+ }, import("@stitches/react/types/css-util").CSS<{
314
+ xs: string;
315
+ sm: string;
316
+ md: string;
317
+ lg: string;
318
+ xl: string;
319
+ xsMax: string;
320
+ smMax: string;
321
+ mdMax: string;
322
+ lgMax: string;
323
+ xlMax: string;
324
+ motion: string;
325
+ safari: string;
326
+ hover: string;
327
+ dark: string;
328
+ light: string;
329
+ }, {
330
+ shadows: {
331
+ xs: string;
332
+ sm: string;
333
+ md: string;
334
+ lg: string;
335
+ xl: string;
336
+ };
337
+ dropShadows: {
338
+ xs: string;
339
+ sm: string;
340
+ md: string;
341
+ lg: string;
342
+ xl: string;
343
+ };
344
+ colors: {
345
+ text: string;
346
+ link: string;
347
+ codeLight: string;
348
+ code: string;
349
+ selection: string;
350
+ gray50: string;
351
+ gray100: string;
352
+ gray200: string;
353
+ gray300: string;
354
+ gray400: string;
355
+ gray500: string;
356
+ gray600: string;
357
+ gray700: string;
358
+ gray800: string;
359
+ gray900: string;
360
+ pink50: string;
361
+ pink100: string;
362
+ pink200: string;
363
+ pink300: string;
364
+ pink400: string;
365
+ pink500: string;
366
+ pink600: string;
367
+ pink700: string;
368
+ pink800: string;
369
+ pink900: string;
370
+ cyan50: string;
371
+ cyan100: string;
372
+ cyan200: string;
373
+ cyan300: string;
374
+ cyan400: string;
375
+ cyan500: string;
376
+ cyan600: string;
377
+ cyan700: string;
378
+ cyan800: string;
379
+ cyan900: string;
380
+ red50: string;
381
+ red100: string;
382
+ red200: string;
383
+ red300: string;
384
+ red400: string;
385
+ red500: string;
386
+ red600: string;
387
+ red700: string;
388
+ red800: string;
389
+ red900: string;
390
+ yellow50: string;
391
+ yellow100: string;
392
+ yellow200: string;
393
+ yellow300: string;
394
+ yellow400: string;
395
+ yellow500: string;
396
+ yellow600: string;
397
+ yellow700: string;
398
+ yellow800: string;
399
+ yellow900: string;
400
+ green50: string;
401
+ green100: string;
402
+ green200: string;
403
+ green300: string;
404
+ green400: string;
405
+ green500: string;
406
+ green600: string;
407
+ green700: string;
408
+ green800: string;
409
+ green900: string;
410
+ purple50: string;
411
+ purple100: string;
412
+ purple200: string;
413
+ purple300: string;
414
+ purple400: string;
415
+ purple500: string;
416
+ purple600: string;
417
+ purple700: string;
418
+ purple800: string;
419
+ purple900: string;
420
+ blue50: string;
421
+ blue100: string;
422
+ blue200: string;
423
+ blue300: string;
424
+ blue400: string;
425
+ blue500: string;
426
+ blue600: string;
427
+ blue700: string;
428
+ blue800: string;
429
+ blue900: string;
430
+ background: string;
431
+ foreground: string;
432
+ backgroundContrast: string;
433
+ white: string;
434
+ black: string;
435
+ primaryLight: string;
436
+ primaryLightHover: string;
437
+ primaryLightActive: string;
438
+ primaryLightContrast: string;
439
+ primary: string;
440
+ primaryBorder: string;
441
+ primaryBorderHover: string;
442
+ primarySolidHover: string;
443
+ primarySolidContrast: string;
444
+ primaryShadow: string;
445
+ secondaryLight: string;
446
+ secondaryLightHover: string;
447
+ secondaryLightActive: string;
448
+ secondaryLightContrast: string;
449
+ secondary: string;
450
+ secondaryBorder: string;
451
+ secondaryBorderHover: string;
452
+ secondarySolidHover: string;
453
+ secondarySolidContrast: string;
454
+ secondaryShadow: string;
455
+ successLight: string;
456
+ successLightHover: string;
457
+ successLightActive: string;
458
+ successLightContrast: string;
459
+ success: string;
460
+ successBorder: string;
461
+ successBorderHover: string;
462
+ successSolidHover: string;
463
+ successSolidContrast: string;
464
+ successShadow: string;
465
+ warningLight: string;
466
+ warningLightHover: string;
467
+ warningLightActive: string;
468
+ warningLightContrast: string;
469
+ warning: string;
470
+ warningBorder: string;
471
+ warningBorderHover: string;
472
+ warningSolidHover: string;
473
+ warningSolidContrast: string;
474
+ warningShadow: string;
475
+ errorLight: string;
476
+ errorLightHover: string;
477
+ errorLightActive: string;
478
+ errorLightContrast: string;
479
+ error: string;
480
+ errorBorder: string;
481
+ errorBorderHover: string;
482
+ errorSolidHover: string;
483
+ errorSolidContrast: string;
484
+ errorShadow: string;
485
+ neutralLight: string;
486
+ neutralLightHover: string;
487
+ neutralLightActive: string;
488
+ neutralLightContrast: string;
489
+ neutral: string;
490
+ neutralBorder: string;
491
+ neutralBorderHover: string;
492
+ neutralSolidHover: string;
493
+ neutralSolidContrast: string;
494
+ neutralShadow: string;
495
+ gradient: string;
496
+ accents0: string;
497
+ accents1: string;
498
+ accents2: string;
499
+ accents3: string;
500
+ accents4: string;
501
+ accents5: string;
502
+ accents6: string;
503
+ accents7: string;
504
+ accents8: string;
505
+ accents9: string;
506
+ border: string;
507
+ };
508
+ fonts: {
509
+ sans: string;
510
+ mono: string;
511
+ };
512
+ fontSizes: {
513
+ xs: string;
514
+ sm: string;
515
+ base: string;
516
+ md: string;
517
+ lg: string;
518
+ xl: string;
519
+ xl2: string;
520
+ xl3: string;
521
+ xl4: string;
522
+ xl5: string;
523
+ xl6: string;
524
+ xl7: string;
525
+ xl8: string;
526
+ xl9: string;
527
+ };
528
+ fontWeights: {
529
+ hairline: number;
530
+ thin: number;
531
+ light: number;
532
+ normal: number;
533
+ medium: number;
534
+ semibold: number;
535
+ bold: number;
536
+ extrabold: number;
537
+ black: number;
538
+ };
539
+ lineHeights: {
540
+ xs: number;
541
+ sm: number;
542
+ base: number;
543
+ md: number;
544
+ lg: number;
545
+ xl: number;
546
+ xl2: number;
547
+ xl3: number;
548
+ xl4: number;
549
+ xl5: number;
550
+ xl6: number;
551
+ xl7: number;
552
+ xl8: number;
553
+ xl9: number;
554
+ };
555
+ letterSpacings: {
556
+ tighter: string;
557
+ tight: string;
558
+ normal: string;
559
+ wide: string;
560
+ wider: string;
561
+ widest: string;
562
+ };
563
+ space: {
564
+ 0: string;
565
+ xs: string;
566
+ sm: string;
567
+ md: string;
568
+ lg: string;
569
+ xl: string;
570
+ px: string;
571
+ 1: string;
572
+ 2: string;
573
+ 3: string;
574
+ 4: string;
575
+ 5: string;
576
+ 6: string;
577
+ 7: string;
578
+ 8: string;
579
+ 9: string;
580
+ 10: string;
581
+ 11: string;
582
+ 12: string;
583
+ 13: string;
584
+ 14: string;
585
+ 15: string;
586
+ 16: string;
587
+ 17: string;
588
+ 18: string;
589
+ 20: string;
590
+ 24: string;
591
+ 28: string;
592
+ 32: string;
593
+ 36: string;
594
+ 40: string;
595
+ 44: string;
596
+ 48: string;
597
+ 52: string;
598
+ 56: string;
599
+ 60: string;
600
+ 64: string;
601
+ 72: string;
602
+ 80: string;
603
+ 96: string;
604
+ };
605
+ radii: {
606
+ xs: string;
607
+ sm: string;
608
+ md: string;
609
+ base: string;
610
+ lg: string;
611
+ xl: string;
612
+ squared: string;
613
+ rounded: string;
614
+ pill: string;
615
+ };
616
+ zIndices: {
617
+ 1: string;
618
+ 2: string;
619
+ 3: string;
620
+ 4: string;
621
+ 5: string;
622
+ 10: string;
623
+ max: string;
624
+ };
625
+ borderWeights: {
626
+ light: string;
627
+ normal: string;
628
+ bold: string;
629
+ extrabold: string;
630
+ black: string;
631
+ };
632
+ transitions: {
633
+ default: string;
634
+ button: string;
635
+ avatar: string;
636
+ link: string;
637
+ card: string;
638
+ dropdownItem: string;
639
+ };
640
+ breakpoints: {
641
+ xs: string;
642
+ sm: string;
643
+ md: string;
644
+ lg: string;
645
+ xl: string;
646
+ };
647
+ }, {
648
+ width: string;
649
+ height: string;
650
+ minWidth: string;
651
+ maxWidth: string;
652
+ minHeight: string;
653
+ maxHeight: string;
654
+ flexBasis: string;
655
+ gridTemplateColumns: string;
656
+ gridTemplateRows: string;
657
+ blockSize: string;
658
+ minBlockSize: string;
659
+ maxBlockSize: string;
660
+ inlineSize: string;
661
+ minInlineSize: string;
662
+ maxInlineSize: string;
663
+ borderWidth: string;
664
+ gap: "space";
665
+ gridGap: "space";
666
+ columnGap: "space";
667
+ gridColumnGap: "space";
668
+ rowGap: "space";
669
+ gridRowGap: "space";
670
+ inset: "space";
671
+ insetBlock: "space";
672
+ insetBlockEnd: "space";
673
+ insetBlockStart: "space";
674
+ insetInline: "space";
675
+ insetInlineEnd: "space";
676
+ insetInlineStart: "space";
677
+ margin: "space";
678
+ marginTop: "space";
679
+ marginRight: "space";
680
+ marginBottom: "space";
681
+ marginLeft: "space";
682
+ marginBlock: "space";
683
+ marginBlockEnd: "space";
684
+ marginBlockStart: "space";
685
+ marginInline: "space";
686
+ marginInlineEnd: "space";
687
+ marginInlineStart: "space";
688
+ padding: "space";
689
+ paddingTop: "space";
690
+ paddingRight: "space";
691
+ paddingBottom: "space";
692
+ paddingLeft: "space";
693
+ paddingBlock: "space";
694
+ paddingBlockEnd: "space";
695
+ paddingBlockStart: "space";
696
+ paddingInline: "space";
697
+ paddingInlineEnd: "space";
698
+ paddingInlineStart: "space";
699
+ scrollMargin: "space";
700
+ scrollMarginTop: "space";
701
+ scrollMarginRight: "space";
702
+ scrollMarginBottom: "space";
703
+ scrollMarginLeft: "space";
704
+ scrollMarginBlock: "space";
705
+ scrollMarginBlockEnd: "space";
706
+ scrollMarginBlockStart: "space";
707
+ scrollMarginInline: "space";
708
+ scrollMarginInlineEnd: "space";
709
+ scrollMarginInlineStart: "space";
710
+ scrollPadding: "space";
711
+ scrollPaddingTop: "space";
712
+ scrollPaddingRight: "space";
713
+ scrollPaddingBottom: "space";
714
+ scrollPaddingLeft: "space";
715
+ scrollPaddingBlock: "space";
716
+ scrollPaddingBlockEnd: "space";
717
+ scrollPaddingBlockStart: "space";
718
+ scrollPaddingInline: "space";
719
+ scrollPaddingInlineEnd: "space";
720
+ scrollPaddingInlineStart: "space";
721
+ top: "space";
722
+ right: "space";
723
+ bottom: "space";
724
+ left: "space";
725
+ fontSize: "fontSizes";
726
+ background: "colors";
727
+ backgroundColor: "colors";
728
+ backgroundImage: "colors";
729
+ borderImage: "colors";
730
+ border: "colors";
731
+ borderBlock: "colors";
732
+ borderBlockEnd: "colors";
733
+ borderBlockStart: "colors";
734
+ borderBottom: "colors";
735
+ borderBottomColor: "colors";
736
+ borderColor: "colors";
737
+ borderInline: "colors";
738
+ borderInlineEnd: "colors";
739
+ borderInlineStart: "colors";
740
+ borderLeft: "colors";
741
+ borderLeftColor: "colors";
742
+ borderRight: "colors";
743
+ borderRightColor: "colors";
744
+ borderTop: "colors";
745
+ borderTopColor: "colors";
746
+ caretColor: "colors";
747
+ color: "colors";
748
+ columnRuleColor: "colors";
749
+ outline: "colors";
750
+ outlineColor: "colors";
751
+ fill: "colors";
752
+ stroke: "colors";
753
+ textDecorationColor: "colors";
754
+ fontFamily: "fonts";
755
+ fontWeight: "fontWeights";
756
+ lineHeight: "lineHeights";
757
+ letterSpacing: "letterSpacings";
758
+ borderTopWidth: "borderWidths";
759
+ borderLeftWidth: "borderWidths";
760
+ borderRightWidth: "borderWidths";
761
+ borderBottomWidth: "borderWidths";
762
+ borderStyle: "borderStyles";
763
+ borderTopStyle: "borderStyles";
764
+ borderLeftStyle: "borderStyles";
765
+ borderRightStyle: "borderStyles";
766
+ borderBottomStyle: "borderStyles";
767
+ borderRadius: "radii";
768
+ borderTopLeftRadius: "radii";
769
+ borderTopRightRadius: "radii";
770
+ borderBottomRightRadius: "radii";
771
+ borderBottomLeftRadius: "radii";
772
+ boxShadow: "shadows";
773
+ textShadow: "shadows";
774
+ transition: "transitions";
775
+ zIndex: "zIndices";
776
+ }, {
777
+ p: (value: {
778
+ readonly [$$PropertyValue]: "padding";
779
+ }) => {
780
+ padding: {
781
+ readonly [$$PropertyValue]: "padding";
782
+ };
783
+ };
784
+ pt: (value: {
785
+ readonly [$$PropertyValue]: "paddingTop";
786
+ }) => {
787
+ paddingTop: {
788
+ readonly [$$PropertyValue]: "paddingTop";
789
+ };
790
+ };
791
+ pr: (value: {
792
+ readonly [$$PropertyValue]: "paddingRight";
793
+ }) => {
794
+ paddingRight: {
795
+ readonly [$$PropertyValue]: "paddingRight";
796
+ };
797
+ };
798
+ pb: (value: {
799
+ readonly [$$PropertyValue]: "paddingBottom";
800
+ }) => {
801
+ paddingBottom: {
802
+ readonly [$$PropertyValue]: "paddingBottom";
803
+ };
804
+ };
805
+ pl: (value: {
806
+ readonly [$$PropertyValue]: "paddingLeft";
807
+ }) => {
808
+ paddingLeft: {
809
+ readonly [$$PropertyValue]: "paddingLeft";
810
+ };
811
+ };
812
+ px: (value: {
813
+ readonly [$$PropertyValue]: "paddingLeft";
814
+ }) => {
815
+ paddingLeft: {
816
+ readonly [$$PropertyValue]: "paddingLeft";
817
+ };
818
+ paddingRight: {
819
+ readonly [$$PropertyValue]: "paddingLeft";
820
+ };
821
+ };
822
+ py: (value: {
823
+ readonly [$$PropertyValue]: "paddingTop";
824
+ }) => {
825
+ paddingTop: {
826
+ readonly [$$PropertyValue]: "paddingTop";
827
+ };
828
+ paddingBottom: {
829
+ readonly [$$PropertyValue]: "paddingTop";
830
+ };
831
+ };
832
+ m: (value: {
833
+ readonly [$$PropertyValue]: "margin";
834
+ }) => {
835
+ margin: {
836
+ readonly [$$PropertyValue]: "margin";
837
+ };
838
+ };
839
+ mt: (value: {
840
+ readonly [$$PropertyValue]: "marginTop";
841
+ }) => {
842
+ marginTop: {
843
+ readonly [$$PropertyValue]: "marginTop";
844
+ };
845
+ };
846
+ mr: (value: {
847
+ readonly [$$PropertyValue]: "marginRight";
848
+ }) => {
849
+ marginRight: {
850
+ readonly [$$PropertyValue]: "marginRight";
851
+ };
852
+ };
853
+ mb: (value: {
854
+ readonly [$$PropertyValue]: "marginBottom";
855
+ }) => {
856
+ marginBottom: {
857
+ readonly [$$PropertyValue]: "marginBottom";
858
+ };
859
+ };
860
+ ml: (value: {
861
+ readonly [$$PropertyValue]: "marginLeft";
862
+ }) => {
863
+ marginLeft: {
864
+ readonly [$$PropertyValue]: "marginLeft";
865
+ };
866
+ };
867
+ mx: (value: {
868
+ readonly [$$PropertyValue]: "marginLeft";
869
+ }) => {
870
+ marginLeft: {
871
+ readonly [$$PropertyValue]: "marginLeft";
872
+ };
873
+ marginRight: {
874
+ readonly [$$PropertyValue]: "marginLeft";
875
+ };
876
+ };
877
+ my: (value: {
878
+ readonly [$$PropertyValue]: "marginTop";
879
+ }) => {
880
+ marginTop: {
881
+ readonly [$$PropertyValue]: "marginTop";
882
+ };
883
+ marginBottom: {
884
+ readonly [$$PropertyValue]: "marginTop";
885
+ };
886
+ };
887
+ ta: (value: {
888
+ readonly [$$PropertyValue]: "textAlign";
889
+ }) => {
890
+ textAlign: {
891
+ readonly [$$PropertyValue]: "textAlign";
892
+ };
893
+ };
894
+ tt: (value: {
895
+ readonly [$$PropertyValue]: "textTransform";
896
+ }) => {
897
+ textTransform: {
898
+ readonly [$$PropertyValue]: "textTransform";
899
+ };
900
+ };
901
+ to: (value: {
902
+ readonly [$$PropertyValue]: "textOverflow";
903
+ }) => {
904
+ textOverflow: {
905
+ readonly [$$PropertyValue]: "textOverflow";
906
+ };
907
+ };
908
+ d: (value: {
909
+ readonly [$$PropertyValue]: "display";
910
+ }) => {
911
+ display: {
912
+ readonly [$$PropertyValue]: "display";
913
+ };
914
+ };
915
+ dflex: (value: {
916
+ readonly [$$PropertyValue]: "alignItems";
917
+ }) => {
918
+ display: string;
919
+ alignItems: {
920
+ readonly [$$PropertyValue]: "alignItems";
921
+ };
922
+ justifyContent: {
923
+ readonly [$$PropertyValue]: "alignItems";
924
+ };
925
+ };
926
+ fd: (value: {
927
+ readonly [$$PropertyValue]: "flexDirection";
928
+ }) => {
929
+ flexDirection: {
930
+ readonly [$$PropertyValue]: "flexDirection";
931
+ };
932
+ };
933
+ fw: (value: {
934
+ readonly [$$PropertyValue]: "flexWrap";
935
+ }) => {
936
+ flexWrap: {
937
+ readonly [$$PropertyValue]: "flexWrap";
938
+ };
939
+ };
940
+ ai: (value: {
941
+ readonly [$$PropertyValue]: "alignItems";
942
+ }) => {
943
+ alignItems: {
944
+ readonly [$$PropertyValue]: "alignItems";
945
+ };
946
+ };
947
+ ac: (value: {
948
+ readonly [$$PropertyValue]: "alignContent";
949
+ }) => {
950
+ alignContent: {
951
+ readonly [$$PropertyValue]: "alignContent";
952
+ };
953
+ };
954
+ jc: (value: {
955
+ readonly [$$PropertyValue]: "justifyContent";
956
+ }) => {
957
+ justifyContent: {
958
+ readonly [$$PropertyValue]: "justifyContent";
959
+ };
960
+ };
961
+ as: (value: {
962
+ readonly [$$PropertyValue]: "alignSelf";
963
+ }) => {
964
+ alignSelf: {
965
+ readonly [$$PropertyValue]: "alignSelf";
966
+ };
967
+ };
968
+ fg: (value: {
969
+ readonly [$$PropertyValue]: "flexGrow";
970
+ }) => {
971
+ flexGrow: {
972
+ readonly [$$PropertyValue]: "flexGrow";
973
+ };
974
+ };
975
+ fs: (value: {
976
+ readonly [$$PropertyValue]: "fontSize";
977
+ }) => {
978
+ fontSize: {
979
+ readonly [$$PropertyValue]: "fontSize";
980
+ };
981
+ };
982
+ fb: (value: {
983
+ readonly [$$PropertyValue]: "flexBasis";
984
+ }) => {
985
+ flexBasis: {
986
+ readonly [$$PropertyValue]: "flexBasis";
987
+ };
988
+ };
989
+ bc: (value: {
990
+ readonly [$$PropertyValue]: "backgroundColor";
991
+ }) => {
992
+ backgroundColor: {
993
+ readonly [$$PropertyValue]: "backgroundColor";
994
+ };
995
+ };
996
+ bf: (value: {
997
+ readonly [$$PropertyValue]: "backdropFilter";
998
+ }) => {
999
+ backdropFilter: {
1000
+ readonly [$$PropertyValue]: "backdropFilter";
1001
+ };
1002
+ };
1003
+ bg: (value: {
1004
+ readonly [$$PropertyValue]: "backgroundColor";
1005
+ }) => {
1006
+ background: {
1007
+ readonly [$$PropertyValue]: "backgroundColor";
1008
+ };
1009
+ };
1010
+ bgBlur: (value: {
1011
+ readonly [$$PropertyValue]: "backgroundColor";
1012
+ }) => {
1013
+ bf: string;
1014
+ bg: {
1015
+ readonly [$$PropertyValue]: "backgroundColor";
1016
+ };
1017
+ };
1018
+ bgColor: (value: {
1019
+ readonly [$$PropertyValue]: "backgroundColor";
1020
+ }) => {
1021
+ backgroundColor: {
1022
+ readonly [$$PropertyValue]: "backgroundColor";
1023
+ };
1024
+ };
1025
+ backgroundClip: (value: {
1026
+ readonly [$$PropertyValue]: "backgroundClip";
1027
+ }) => {
1028
+ WebkitBackgroundClip: {
1029
+ readonly [$$PropertyValue]: "backgroundClip";
1030
+ };
1031
+ backgroundClip: {
1032
+ readonly [$$PropertyValue]: "backgroundClip";
1033
+ };
1034
+ };
1035
+ bgClip: (value: {
1036
+ readonly [$$PropertyValue]: "backgroundClip";
1037
+ }) => {
1038
+ WebkitBackgroundClip: {
1039
+ readonly [$$PropertyValue]: "backgroundClip";
1040
+ };
1041
+ backgroundClip: {
1042
+ readonly [$$PropertyValue]: "backgroundClip";
1043
+ };
1044
+ };
1045
+ br: (value: {
1046
+ readonly [$$PropertyValue]: "borderRadius";
1047
+ }) => {
1048
+ borderRadius: {
1049
+ readonly [$$PropertyValue]: "borderRadius";
1050
+ };
1051
+ };
1052
+ bw: (value: {
1053
+ readonly [$$PropertyValue]: "borderWidth";
1054
+ }) => {
1055
+ borderWidth: {
1056
+ readonly [$$PropertyValue]: "borderWidth";
1057
+ };
1058
+ };
1059
+ btrr: (value: {
1060
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1061
+ }) => {
1062
+ borderTopRightRadius: {
1063
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1064
+ };
1065
+ };
1066
+ bbrr: (value: {
1067
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1068
+ }) => {
1069
+ borderBottomRightRadius: {
1070
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1071
+ };
1072
+ };
1073
+ bblr: (value: {
1074
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1075
+ }) => {
1076
+ borderBottomLeftRadius: {
1077
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1078
+ };
1079
+ };
1080
+ btlr: (value: {
1081
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1082
+ }) => {
1083
+ borderTopLeftRadius: {
1084
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1085
+ };
1086
+ };
1087
+ bs: (value: {
1088
+ readonly [$$PropertyValue]: "boxShadow";
1089
+ }) => {
1090
+ boxShadow: {
1091
+ readonly [$$PropertyValue]: "boxShadow";
1092
+ };
1093
+ };
1094
+ ds: (value: {
1095
+ readonly [$$PropertyValue]: "boxShadow";
1096
+ }) => {
1097
+ dropShadow: {
1098
+ readonly [$$PropertyValue]: "boxShadow";
1099
+ };
1100
+ };
1101
+ shadow: (value: {
1102
+ readonly [$$PropertyValue]: "boxShadow";
1103
+ }) => {
1104
+ boxShadow: {
1105
+ readonly [$$PropertyValue]: "boxShadow";
1106
+ };
1107
+ };
1108
+ dshadow: (value: {
1109
+ readonly [$$PropertyValue]: "boxShadow";
1110
+ }) => {
1111
+ dropShadow: {
1112
+ readonly [$$PropertyValue]: "boxShadow";
1113
+ };
1114
+ };
1115
+ dropShadow: (value: {
1116
+ readonly [$$PropertyValue]: "boxShadow";
1117
+ }) => {
1118
+ filter: string;
1119
+ };
1120
+ normalShadow: (value: {
1121
+ readonly [$$PropertyValue]: "backgroundColor";
1122
+ }) => {
1123
+ boxShadow: string;
1124
+ };
1125
+ normalShadowVar: (value: {
1126
+ readonly [$$PropertyValue]: "backgroundColor";
1127
+ }) => {
1128
+ boxShadow: string;
1129
+ };
1130
+ lh: (value: {
1131
+ readonly [$$PropertyValue]: "lineHeight";
1132
+ }) => {
1133
+ lineHeight: {
1134
+ readonly [$$PropertyValue]: "lineHeight";
1135
+ };
1136
+ };
1137
+ ov: (value: {
1138
+ readonly [$$PropertyValue]: "overflow";
1139
+ }) => {
1140
+ overflow: {
1141
+ readonly [$$PropertyValue]: "overflow";
1142
+ };
1143
+ };
1144
+ ox: (value: {
1145
+ readonly [$$PropertyValue]: "overflowX";
1146
+ }) => {
1147
+ overflowX: {
1148
+ readonly [$$PropertyValue]: "overflowX";
1149
+ };
1150
+ };
1151
+ oy: (value: {
1152
+ readonly [$$PropertyValue]: "overflowY";
1153
+ }) => {
1154
+ overflowY: {
1155
+ readonly [$$PropertyValue]: "overflowY";
1156
+ };
1157
+ };
1158
+ pe: (value: {
1159
+ readonly [$$PropertyValue]: "pointerEvents";
1160
+ }) => {
1161
+ pointerEvents: {
1162
+ readonly [$$PropertyValue]: "pointerEvents";
1163
+ };
1164
+ };
1165
+ events: (value: {
1166
+ readonly [$$PropertyValue]: "pointerEvents";
1167
+ }) => {
1168
+ pointerEvents: {
1169
+ readonly [$$PropertyValue]: "pointerEvents";
1170
+ };
1171
+ };
1172
+ us: (value: {
1173
+ readonly [$$PropertyValue]: "userSelect";
1174
+ }) => {
1175
+ WebkitUserSelect: {
1176
+ readonly [$$PropertyValue]: "userSelect";
1177
+ };
1178
+ userSelect: {
1179
+ readonly [$$PropertyValue]: "userSelect";
1180
+ };
1181
+ };
1182
+ userSelect: (value: {
1183
+ readonly [$$PropertyValue]: "userSelect";
1184
+ }) => {
1185
+ WebkitUserSelect: {
1186
+ readonly [$$PropertyValue]: "userSelect";
1187
+ };
1188
+ userSelect: {
1189
+ readonly [$$PropertyValue]: "userSelect";
1190
+ };
1191
+ };
1192
+ w: (value: {
1193
+ readonly [$$PropertyValue]: "width";
1194
+ }) => {
1195
+ width: {
1196
+ readonly [$$PropertyValue]: "width";
1197
+ };
1198
+ };
1199
+ h: (value: {
1200
+ readonly [$$PropertyValue]: "height";
1201
+ }) => {
1202
+ height: {
1203
+ readonly [$$PropertyValue]: "height";
1204
+ };
1205
+ };
1206
+ mw: (value: {
1207
+ readonly [$$PropertyValue]: "maxWidth";
1208
+ }) => {
1209
+ maxWidth: {
1210
+ readonly [$$PropertyValue]: "maxWidth";
1211
+ };
1212
+ };
1213
+ maxW: (value: {
1214
+ readonly [$$PropertyValue]: "maxWidth";
1215
+ }) => {
1216
+ maxWidth: {
1217
+ readonly [$$PropertyValue]: "maxWidth";
1218
+ };
1219
+ };
1220
+ mh: (value: {
1221
+ readonly [$$PropertyValue]: "maxHeight";
1222
+ }) => {
1223
+ maxHeight: {
1224
+ readonly [$$PropertyValue]: "maxHeight";
1225
+ };
1226
+ };
1227
+ maxH: (value: {
1228
+ readonly [$$PropertyValue]: "maxHeight";
1229
+ }) => {
1230
+ maxHeight: {
1231
+ readonly [$$PropertyValue]: "maxHeight";
1232
+ };
1233
+ };
1234
+ size: (value: {
1235
+ readonly [$$PropertyValue]: "width";
1236
+ }) => {
1237
+ width: {
1238
+ readonly [$$PropertyValue]: "width";
1239
+ };
1240
+ height: {
1241
+ readonly [$$PropertyValue]: "width";
1242
+ };
1243
+ };
1244
+ minSize: (value: {
1245
+ readonly [$$PropertyValue]: "width";
1246
+ }) => {
1247
+ minWidth: {
1248
+ readonly [$$PropertyValue]: "width";
1249
+ };
1250
+ minHeight: {
1251
+ readonly [$$PropertyValue]: "width";
1252
+ };
1253
+ width: {
1254
+ readonly [$$PropertyValue]: "width";
1255
+ };
1256
+ height: {
1257
+ readonly [$$PropertyValue]: "width";
1258
+ };
1259
+ };
1260
+ sizeMin: (value: {
1261
+ readonly [$$PropertyValue]: "width";
1262
+ }) => {
1263
+ minWidth: {
1264
+ readonly [$$PropertyValue]: "width";
1265
+ };
1266
+ minHeight: {
1267
+ readonly [$$PropertyValue]: "width";
1268
+ };
1269
+ width: {
1270
+ readonly [$$PropertyValue]: "width";
1271
+ };
1272
+ height: {
1273
+ readonly [$$PropertyValue]: "width";
1274
+ };
1275
+ };
1276
+ maxSize: (value: {
1277
+ readonly [$$PropertyValue]: "width";
1278
+ }) => {
1279
+ maxWidth: {
1280
+ readonly [$$PropertyValue]: "width";
1281
+ };
1282
+ maxHeight: {
1283
+ readonly [$$PropertyValue]: "width";
1284
+ };
1285
+ };
1286
+ sizeMax: (value: {
1287
+ readonly [$$PropertyValue]: "width";
1288
+ }) => {
1289
+ maxWidth: {
1290
+ readonly [$$PropertyValue]: "width";
1291
+ };
1292
+ maxHeight: {
1293
+ readonly [$$PropertyValue]: "width";
1294
+ };
1295
+ };
1296
+ appearance: (value: {
1297
+ readonly [$$PropertyValue]: "appearance";
1298
+ }) => {
1299
+ WebkitAppearance: {
1300
+ readonly [$$PropertyValue]: "appearance";
1301
+ };
1302
+ appearance: {
1303
+ readonly [$$PropertyValue]: "appearance";
1304
+ };
1305
+ };
1306
+ scale: (value: {
1307
+ readonly [$$PropertyValue]: "scale";
1308
+ }) => {
1309
+ transform: string;
1310
+ };
1311
+ linearGradient: (value: {
1312
+ readonly [$$PropertyValue]: "backgroundImage";
1313
+ }) => {
1314
+ backgroundImage: string;
1315
+ };
1316
+ tdl: (value: {
1317
+ readonly [$$PropertyValue]: "textDecorationLine";
1318
+ }) => {
1319
+ textDecorationLine: {
1320
+ readonly [$$PropertyValue]: "textDecorationLine";
1321
+ };
1322
+ };
1323
+ truncateText: (value: {
1324
+ readonly [$$PropertyValue]: "width";
1325
+ }) => {
1326
+ maxWidth: {
1327
+ readonly [$$PropertyValue]: "width";
1328
+ };
1329
+ whiteSpace: string;
1330
+ overflow: string;
1331
+ textOverflow: string;
1332
+ };
1333
+ textGradient: (value: {
1334
+ readonly [$$PropertyValue]: "backgroundImage";
1335
+ }) => {
1336
+ backgroundImage: string;
1337
+ WebkitBackgroundClip: string;
1338
+ WebkitTextFillColor: string;
1339
+ '&::selection': {
1340
+ WebkitTextFillColor: string;
1341
+ };
1342
+ };
1343
+ }>>, import("@stitches/react/types/styled-component").CssComponent<never, {}, {
1344
+ xs: string;
1345
+ sm: string;
1346
+ md: string;
1347
+ lg: string;
1348
+ xl: string;
1349
+ xsMax: string;
1350
+ smMax: string;
1351
+ mdMax: string;
1352
+ lgMax: string;
1353
+ xlMax: string;
1354
+ motion: string;
1355
+ safari: string;
1356
+ hover: string;
1357
+ dark: string;
1358
+ light: string;
1359
+ }, import("@stitches/react/types/css-util").CSS<{
1360
+ xs: string;
1361
+ sm: string;
1362
+ md: string;
1363
+ lg: string;
1364
+ xl: string;
1365
+ xsMax: string;
1366
+ smMax: string;
1367
+ mdMax: string;
1368
+ lgMax: string;
1369
+ xlMax: string;
1370
+ motion: string;
1371
+ safari: string;
1372
+ hover: string;
1373
+ dark: string;
1374
+ light: string;
1375
+ }, {
1376
+ shadows: {
1377
+ xs: string;
1378
+ sm: string;
1379
+ md: string;
1380
+ lg: string;
1381
+ xl: string;
1382
+ };
1383
+ dropShadows: {
1384
+ xs: string;
1385
+ sm: string;
1386
+ md: string;
1387
+ lg: string;
1388
+ xl: string;
1389
+ };
1390
+ colors: {
1391
+ text: string;
1392
+ link: string;
1393
+ codeLight: string;
1394
+ code: string;
1395
+ selection: string;
1396
+ gray50: string;
1397
+ gray100: string;
1398
+ gray200: string;
1399
+ gray300: string;
1400
+ gray400: string;
1401
+ gray500: string;
1402
+ gray600: string;
1403
+ gray700: string;
1404
+ gray800: string;
1405
+ gray900: string;
1406
+ pink50: string;
1407
+ pink100: string;
1408
+ pink200: string;
1409
+ pink300: string;
1410
+ pink400: string;
1411
+ pink500: string;
1412
+ pink600: string;
1413
+ pink700: string;
1414
+ pink800: string;
1415
+ pink900: string;
1416
+ cyan50: string;
1417
+ cyan100: string;
1418
+ cyan200: string;
1419
+ cyan300: string;
1420
+ cyan400: string;
1421
+ cyan500: string;
1422
+ cyan600: string;
1423
+ cyan700: string;
1424
+ cyan800: string;
1425
+ cyan900: string;
1426
+ red50: string;
1427
+ red100: string;
1428
+ red200: string;
1429
+ red300: string;
1430
+ red400: string;
1431
+ red500: string;
1432
+ red600: string;
1433
+ red700: string;
1434
+ red800: string;
1435
+ red900: string;
1436
+ yellow50: string;
1437
+ yellow100: string;
1438
+ yellow200: string;
1439
+ yellow300: string;
1440
+ yellow400: string;
1441
+ yellow500: string;
1442
+ yellow600: string;
1443
+ yellow700: string;
1444
+ yellow800: string;
1445
+ yellow900: string;
1446
+ green50: string;
1447
+ green100: string;
1448
+ green200: string;
1449
+ green300: string;
1450
+ green400: string;
1451
+ green500: string;
1452
+ green600: string;
1453
+ green700: string;
1454
+ green800: string;
1455
+ green900: string;
1456
+ purple50: string;
1457
+ purple100: string;
1458
+ purple200: string;
1459
+ purple300: string;
1460
+ purple400: string;
1461
+ purple500: string;
1462
+ purple600: string;
1463
+ purple700: string;
1464
+ purple800: string;
1465
+ purple900: string;
1466
+ blue50: string;
1467
+ blue100: string;
1468
+ blue200: string;
1469
+ blue300: string;
1470
+ blue400: string;
1471
+ blue500: string;
1472
+ blue600: string;
1473
+ blue700: string;
1474
+ blue800: string;
1475
+ blue900: string;
1476
+ background: string;
1477
+ foreground: string;
1478
+ backgroundContrast: string;
1479
+ white: string;
1480
+ black: string;
1481
+ primaryLight: string;
1482
+ primaryLightHover: string;
1483
+ primaryLightActive: string;
1484
+ primaryLightContrast: string;
1485
+ primary: string;
1486
+ primaryBorder: string;
1487
+ primaryBorderHover: string;
1488
+ primarySolidHover: string;
1489
+ primarySolidContrast: string;
1490
+ primaryShadow: string;
1491
+ secondaryLight: string;
1492
+ secondaryLightHover: string;
1493
+ secondaryLightActive: string;
1494
+ secondaryLightContrast: string;
1495
+ secondary: string;
1496
+ secondaryBorder: string;
1497
+ secondaryBorderHover: string;
1498
+ secondarySolidHover: string;
1499
+ secondarySolidContrast: string;
1500
+ secondaryShadow: string;
1501
+ successLight: string;
1502
+ successLightHover: string;
1503
+ successLightActive: string;
1504
+ successLightContrast: string;
1505
+ success: string;
1506
+ successBorder: string;
1507
+ successBorderHover: string;
1508
+ successSolidHover: string;
1509
+ successSolidContrast: string;
1510
+ successShadow: string;
1511
+ warningLight: string;
1512
+ warningLightHover: string;
1513
+ warningLightActive: string;
1514
+ warningLightContrast: string;
1515
+ warning: string;
1516
+ warningBorder: string;
1517
+ warningBorderHover: string;
1518
+ warningSolidHover: string;
1519
+ warningSolidContrast: string;
1520
+ warningShadow: string;
1521
+ errorLight: string;
1522
+ errorLightHover: string;
1523
+ errorLightActive: string;
1524
+ errorLightContrast: string;
1525
+ error: string;
1526
+ errorBorder: string;
1527
+ errorBorderHover: string;
1528
+ errorSolidHover: string;
1529
+ errorSolidContrast: string;
1530
+ errorShadow: string;
1531
+ neutralLight: string;
1532
+ neutralLightHover: string;
1533
+ neutralLightActive: string;
1534
+ neutralLightContrast: string;
1535
+ neutral: string;
1536
+ neutralBorder: string;
1537
+ neutralBorderHover: string;
1538
+ neutralSolidHover: string;
1539
+ neutralSolidContrast: string;
1540
+ neutralShadow: string;
1541
+ gradient: string;
1542
+ accents0: string;
1543
+ accents1: string;
1544
+ accents2: string;
1545
+ accents3: string;
1546
+ accents4: string;
1547
+ accents5: string;
1548
+ accents6: string;
1549
+ accents7: string;
1550
+ accents8: string;
1551
+ accents9: string;
1552
+ border: string;
1553
+ };
1554
+ fonts: {
1555
+ sans: string;
1556
+ mono: string;
1557
+ };
1558
+ fontSizes: {
1559
+ xs: string;
1560
+ sm: string;
1561
+ base: string;
1562
+ md: string;
1563
+ lg: string;
1564
+ xl: string;
1565
+ xl2: string;
1566
+ xl3: string;
1567
+ xl4: string;
1568
+ xl5: string;
1569
+ xl6: string;
1570
+ xl7: string;
1571
+ xl8: string;
1572
+ xl9: string;
1573
+ };
1574
+ fontWeights: {
1575
+ hairline: number;
1576
+ thin: number;
1577
+ light: number;
1578
+ normal: number;
1579
+ medium: number;
1580
+ semibold: number;
1581
+ bold: number;
1582
+ extrabold: number;
1583
+ black: number;
1584
+ };
1585
+ lineHeights: {
1586
+ xs: number;
1587
+ sm: number;
1588
+ base: number;
1589
+ md: number;
1590
+ lg: number;
1591
+ xl: number;
1592
+ xl2: number;
1593
+ xl3: number;
1594
+ xl4: number;
1595
+ xl5: number;
1596
+ xl6: number;
1597
+ xl7: number;
1598
+ xl8: number;
1599
+ xl9: number;
1600
+ };
1601
+ letterSpacings: {
1602
+ tighter: string;
1603
+ tight: string;
1604
+ normal: string;
1605
+ wide: string;
1606
+ wider: string;
1607
+ widest: string;
1608
+ };
1609
+ space: {
1610
+ 0: string;
1611
+ xs: string;
1612
+ sm: string;
1613
+ md: string;
1614
+ lg: string;
1615
+ xl: string;
1616
+ px: string;
1617
+ 1: string;
1618
+ 2: string;
1619
+ 3: string;
1620
+ 4: string;
1621
+ 5: string;
1622
+ 6: string;
1623
+ 7: string;
1624
+ 8: string;
1625
+ 9: string;
1626
+ 10: string;
1627
+ 11: string;
1628
+ 12: string;
1629
+ 13: string;
1630
+ 14: string;
1631
+ 15: string;
1632
+ 16: string;
1633
+ 17: string;
1634
+ 18: string;
1635
+ 20: string;
1636
+ 24: string;
1637
+ 28: string;
1638
+ 32: string;
1639
+ 36: string;
1640
+ 40: string;
1641
+ 44: string;
1642
+ 48: string;
1643
+ 52: string;
1644
+ 56: string;
1645
+ 60: string;
1646
+ 64: string;
1647
+ 72: string;
1648
+ 80: string;
1649
+ 96: string;
1650
+ };
1651
+ radii: {
1652
+ xs: string;
1653
+ sm: string;
1654
+ md: string;
1655
+ base: string;
1656
+ lg: string;
1657
+ xl: string;
1658
+ squared: string;
1659
+ rounded: string;
1660
+ pill: string;
1661
+ };
1662
+ zIndices: {
1663
+ 1: string;
1664
+ 2: string;
1665
+ 3: string;
1666
+ 4: string;
1667
+ 5: string;
1668
+ 10: string;
1669
+ max: string;
1670
+ };
1671
+ borderWeights: {
1672
+ light: string;
1673
+ normal: string;
1674
+ bold: string;
1675
+ extrabold: string;
1676
+ black: string;
1677
+ };
1678
+ transitions: {
1679
+ default: string;
1680
+ button: string;
1681
+ avatar: string;
1682
+ link: string;
1683
+ card: string;
1684
+ dropdownItem: string;
1685
+ };
1686
+ breakpoints: {
1687
+ xs: string;
1688
+ sm: string;
1689
+ md: string;
1690
+ lg: string;
1691
+ xl: string;
1692
+ };
1693
+ }, {
1694
+ width: string;
1695
+ height: string;
1696
+ minWidth: string;
1697
+ maxWidth: string;
1698
+ minHeight: string;
1699
+ maxHeight: string;
1700
+ flexBasis: string;
1701
+ gridTemplateColumns: string;
1702
+ gridTemplateRows: string;
1703
+ blockSize: string;
1704
+ minBlockSize: string;
1705
+ maxBlockSize: string;
1706
+ inlineSize: string;
1707
+ minInlineSize: string;
1708
+ maxInlineSize: string;
1709
+ borderWidth: string;
1710
+ gap: "space";
1711
+ gridGap: "space";
1712
+ columnGap: "space";
1713
+ gridColumnGap: "space";
1714
+ rowGap: "space";
1715
+ gridRowGap: "space";
1716
+ inset: "space";
1717
+ insetBlock: "space";
1718
+ insetBlockEnd: "space";
1719
+ insetBlockStart: "space";
1720
+ insetInline: "space";
1721
+ insetInlineEnd: "space";
1722
+ insetInlineStart: "space";
1723
+ margin: "space";
1724
+ marginTop: "space";
1725
+ marginRight: "space";
1726
+ marginBottom: "space";
1727
+ marginLeft: "space";
1728
+ marginBlock: "space";
1729
+ marginBlockEnd: "space";
1730
+ marginBlockStart: "space";
1731
+ marginInline: "space";
1732
+ marginInlineEnd: "space";
1733
+ marginInlineStart: "space";
1734
+ padding: "space";
1735
+ paddingTop: "space";
1736
+ paddingRight: "space";
1737
+ paddingBottom: "space";
1738
+ paddingLeft: "space";
1739
+ paddingBlock: "space";
1740
+ paddingBlockEnd: "space";
1741
+ paddingBlockStart: "space";
1742
+ paddingInline: "space";
1743
+ paddingInlineEnd: "space";
1744
+ paddingInlineStart: "space";
1745
+ scrollMargin: "space";
1746
+ scrollMarginTop: "space";
1747
+ scrollMarginRight: "space";
1748
+ scrollMarginBottom: "space";
1749
+ scrollMarginLeft: "space";
1750
+ scrollMarginBlock: "space";
1751
+ scrollMarginBlockEnd: "space";
1752
+ scrollMarginBlockStart: "space";
1753
+ scrollMarginInline: "space";
1754
+ scrollMarginInlineEnd: "space";
1755
+ scrollMarginInlineStart: "space";
1756
+ scrollPadding: "space";
1757
+ scrollPaddingTop: "space";
1758
+ scrollPaddingRight: "space";
1759
+ scrollPaddingBottom: "space";
1760
+ scrollPaddingLeft: "space";
1761
+ scrollPaddingBlock: "space";
1762
+ scrollPaddingBlockEnd: "space";
1763
+ scrollPaddingBlockStart: "space";
1764
+ scrollPaddingInline: "space";
1765
+ scrollPaddingInlineEnd: "space";
1766
+ scrollPaddingInlineStart: "space";
1767
+ top: "space";
1768
+ right: "space";
1769
+ bottom: "space";
1770
+ left: "space";
1771
+ fontSize: "fontSizes";
1772
+ background: "colors";
1773
+ backgroundColor: "colors";
1774
+ backgroundImage: "colors";
1775
+ borderImage: "colors";
1776
+ border: "colors";
1777
+ borderBlock: "colors";
1778
+ borderBlockEnd: "colors";
1779
+ borderBlockStart: "colors";
1780
+ borderBottom: "colors";
1781
+ borderBottomColor: "colors";
1782
+ borderColor: "colors";
1783
+ borderInline: "colors";
1784
+ borderInlineEnd: "colors";
1785
+ borderInlineStart: "colors";
1786
+ borderLeft: "colors";
1787
+ borderLeftColor: "colors";
1788
+ borderRight: "colors";
1789
+ borderRightColor: "colors";
1790
+ borderTop: "colors";
1791
+ borderTopColor: "colors";
1792
+ caretColor: "colors";
1793
+ color: "colors";
1794
+ columnRuleColor: "colors";
1795
+ outline: "colors";
1796
+ outlineColor: "colors";
1797
+ fill: "colors";
1798
+ stroke: "colors";
1799
+ textDecorationColor: "colors";
1800
+ fontFamily: "fonts";
1801
+ fontWeight: "fontWeights";
1802
+ lineHeight: "lineHeights";
1803
+ letterSpacing: "letterSpacings";
1804
+ borderTopWidth: "borderWidths";
1805
+ borderLeftWidth: "borderWidths";
1806
+ borderRightWidth: "borderWidths";
1807
+ borderBottomWidth: "borderWidths";
1808
+ borderStyle: "borderStyles";
1809
+ borderTopStyle: "borderStyles";
1810
+ borderLeftStyle: "borderStyles";
1811
+ borderRightStyle: "borderStyles";
1812
+ borderBottomStyle: "borderStyles";
1813
+ borderRadius: "radii";
1814
+ borderTopLeftRadius: "radii";
1815
+ borderTopRightRadius: "radii";
1816
+ borderBottomRightRadius: "radii";
1817
+ borderBottomLeftRadius: "radii";
1818
+ boxShadow: "shadows";
1819
+ textShadow: "shadows";
1820
+ transition: "transitions";
1821
+ zIndex: "zIndices";
1822
+ }, {
1823
+ p: (value: {
1824
+ readonly [$$PropertyValue]: "padding";
1825
+ }) => {
1826
+ padding: {
1827
+ readonly [$$PropertyValue]: "padding";
1828
+ };
1829
+ };
1830
+ pt: (value: {
1831
+ readonly [$$PropertyValue]: "paddingTop";
1832
+ }) => {
1833
+ paddingTop: {
1834
+ readonly [$$PropertyValue]: "paddingTop";
1835
+ };
1836
+ };
1837
+ pr: (value: {
1838
+ readonly [$$PropertyValue]: "paddingRight";
1839
+ }) => {
1840
+ paddingRight: {
1841
+ readonly [$$PropertyValue]: "paddingRight";
1842
+ };
1843
+ };
1844
+ pb: (value: {
1845
+ readonly [$$PropertyValue]: "paddingBottom";
1846
+ }) => {
1847
+ paddingBottom: {
1848
+ readonly [$$PropertyValue]: "paddingBottom";
1849
+ };
1850
+ };
1851
+ pl: (value: {
1852
+ readonly [$$PropertyValue]: "paddingLeft";
1853
+ }) => {
1854
+ paddingLeft: {
1855
+ readonly [$$PropertyValue]: "paddingLeft";
1856
+ };
1857
+ };
1858
+ px: (value: {
1859
+ readonly [$$PropertyValue]: "paddingLeft";
1860
+ }) => {
1861
+ paddingLeft: {
1862
+ readonly [$$PropertyValue]: "paddingLeft";
1863
+ };
1864
+ paddingRight: {
1865
+ readonly [$$PropertyValue]: "paddingLeft";
1866
+ };
1867
+ };
1868
+ py: (value: {
1869
+ readonly [$$PropertyValue]: "paddingTop";
1870
+ }) => {
1871
+ paddingTop: {
1872
+ readonly [$$PropertyValue]: "paddingTop";
1873
+ };
1874
+ paddingBottom: {
1875
+ readonly [$$PropertyValue]: "paddingTop";
1876
+ };
1877
+ };
1878
+ m: (value: {
1879
+ readonly [$$PropertyValue]: "margin";
1880
+ }) => {
1881
+ margin: {
1882
+ readonly [$$PropertyValue]: "margin";
1883
+ };
1884
+ };
1885
+ mt: (value: {
1886
+ readonly [$$PropertyValue]: "marginTop";
1887
+ }) => {
1888
+ marginTop: {
1889
+ readonly [$$PropertyValue]: "marginTop";
1890
+ };
1891
+ };
1892
+ mr: (value: {
1893
+ readonly [$$PropertyValue]: "marginRight";
1894
+ }) => {
1895
+ marginRight: {
1896
+ readonly [$$PropertyValue]: "marginRight";
1897
+ };
1898
+ };
1899
+ mb: (value: {
1900
+ readonly [$$PropertyValue]: "marginBottom";
1901
+ }) => {
1902
+ marginBottom: {
1903
+ readonly [$$PropertyValue]: "marginBottom";
1904
+ };
1905
+ };
1906
+ ml: (value: {
1907
+ readonly [$$PropertyValue]: "marginLeft";
1908
+ }) => {
1909
+ marginLeft: {
1910
+ readonly [$$PropertyValue]: "marginLeft";
1911
+ };
1912
+ };
1913
+ mx: (value: {
1914
+ readonly [$$PropertyValue]: "marginLeft";
1915
+ }) => {
1916
+ marginLeft: {
1917
+ readonly [$$PropertyValue]: "marginLeft";
1918
+ };
1919
+ marginRight: {
1920
+ readonly [$$PropertyValue]: "marginLeft";
1921
+ };
1922
+ };
1923
+ my: (value: {
1924
+ readonly [$$PropertyValue]: "marginTop";
1925
+ }) => {
1926
+ marginTop: {
1927
+ readonly [$$PropertyValue]: "marginTop";
1928
+ };
1929
+ marginBottom: {
1930
+ readonly [$$PropertyValue]: "marginTop";
1931
+ };
1932
+ };
1933
+ ta: (value: {
1934
+ readonly [$$PropertyValue]: "textAlign";
1935
+ }) => {
1936
+ textAlign: {
1937
+ readonly [$$PropertyValue]: "textAlign";
1938
+ };
1939
+ };
1940
+ tt: (value: {
1941
+ readonly [$$PropertyValue]: "textTransform";
1942
+ }) => {
1943
+ textTransform: {
1944
+ readonly [$$PropertyValue]: "textTransform";
1945
+ };
1946
+ };
1947
+ to: (value: {
1948
+ readonly [$$PropertyValue]: "textOverflow";
1949
+ }) => {
1950
+ textOverflow: {
1951
+ readonly [$$PropertyValue]: "textOverflow";
1952
+ };
1953
+ };
1954
+ d: (value: {
1955
+ readonly [$$PropertyValue]: "display";
1956
+ }) => {
1957
+ display: {
1958
+ readonly [$$PropertyValue]: "display";
1959
+ };
1960
+ };
1961
+ dflex: (value: {
1962
+ readonly [$$PropertyValue]: "alignItems";
1963
+ }) => {
1964
+ display: string;
1965
+ alignItems: {
1966
+ readonly [$$PropertyValue]: "alignItems";
1967
+ };
1968
+ justifyContent: {
1969
+ readonly [$$PropertyValue]: "alignItems";
1970
+ };
1971
+ };
1972
+ fd: (value: {
1973
+ readonly [$$PropertyValue]: "flexDirection";
1974
+ }) => {
1975
+ flexDirection: {
1976
+ readonly [$$PropertyValue]: "flexDirection";
1977
+ };
1978
+ };
1979
+ fw: (value: {
1980
+ readonly [$$PropertyValue]: "flexWrap";
1981
+ }) => {
1982
+ flexWrap: {
1983
+ readonly [$$PropertyValue]: "flexWrap";
1984
+ };
1985
+ };
1986
+ ai: (value: {
1987
+ readonly [$$PropertyValue]: "alignItems";
1988
+ }) => {
1989
+ alignItems: {
1990
+ readonly [$$PropertyValue]: "alignItems";
1991
+ };
1992
+ };
1993
+ ac: (value: {
1994
+ readonly [$$PropertyValue]: "alignContent";
1995
+ }) => {
1996
+ alignContent: {
1997
+ readonly [$$PropertyValue]: "alignContent";
1998
+ };
1999
+ };
2000
+ jc: (value: {
2001
+ readonly [$$PropertyValue]: "justifyContent";
2002
+ }) => {
2003
+ justifyContent: {
2004
+ readonly [$$PropertyValue]: "justifyContent";
2005
+ };
2006
+ };
2007
+ as: (value: {
2008
+ readonly [$$PropertyValue]: "alignSelf";
2009
+ }) => {
2010
+ alignSelf: {
2011
+ readonly [$$PropertyValue]: "alignSelf";
2012
+ };
2013
+ };
2014
+ fg: (value: {
2015
+ readonly [$$PropertyValue]: "flexGrow";
2016
+ }) => {
2017
+ flexGrow: {
2018
+ readonly [$$PropertyValue]: "flexGrow";
2019
+ };
2020
+ };
2021
+ fs: (value: {
2022
+ readonly [$$PropertyValue]: "fontSize";
2023
+ }) => {
2024
+ fontSize: {
2025
+ readonly [$$PropertyValue]: "fontSize";
2026
+ };
2027
+ };
2028
+ fb: (value: {
2029
+ readonly [$$PropertyValue]: "flexBasis";
2030
+ }) => {
2031
+ flexBasis: {
2032
+ readonly [$$PropertyValue]: "flexBasis";
2033
+ };
2034
+ };
2035
+ bc: (value: {
2036
+ readonly [$$PropertyValue]: "backgroundColor";
2037
+ }) => {
2038
+ backgroundColor: {
2039
+ readonly [$$PropertyValue]: "backgroundColor";
2040
+ };
2041
+ };
2042
+ bf: (value: {
2043
+ readonly [$$PropertyValue]: "backdropFilter";
2044
+ }) => {
2045
+ backdropFilter: {
2046
+ readonly [$$PropertyValue]: "backdropFilter";
2047
+ };
2048
+ };
2049
+ bg: (value: {
2050
+ readonly [$$PropertyValue]: "backgroundColor";
2051
+ }) => {
2052
+ background: {
2053
+ readonly [$$PropertyValue]: "backgroundColor";
2054
+ };
2055
+ };
2056
+ bgBlur: (value: {
2057
+ readonly [$$PropertyValue]: "backgroundColor";
2058
+ }) => {
2059
+ bf: string;
2060
+ bg: {
2061
+ readonly [$$PropertyValue]: "backgroundColor";
2062
+ };
2063
+ };
2064
+ bgColor: (value: {
2065
+ readonly [$$PropertyValue]: "backgroundColor";
2066
+ }) => {
2067
+ backgroundColor: {
2068
+ readonly [$$PropertyValue]: "backgroundColor";
2069
+ };
2070
+ };
2071
+ backgroundClip: (value: {
2072
+ readonly [$$PropertyValue]: "backgroundClip";
2073
+ }) => {
2074
+ WebkitBackgroundClip: {
2075
+ readonly [$$PropertyValue]: "backgroundClip";
2076
+ };
2077
+ backgroundClip: {
2078
+ readonly [$$PropertyValue]: "backgroundClip";
2079
+ };
2080
+ };
2081
+ bgClip: (value: {
2082
+ readonly [$$PropertyValue]: "backgroundClip";
2083
+ }) => {
2084
+ WebkitBackgroundClip: {
2085
+ readonly [$$PropertyValue]: "backgroundClip";
2086
+ };
2087
+ backgroundClip: {
2088
+ readonly [$$PropertyValue]: "backgroundClip";
2089
+ };
2090
+ };
2091
+ br: (value: {
2092
+ readonly [$$PropertyValue]: "borderRadius";
2093
+ }) => {
2094
+ borderRadius: {
2095
+ readonly [$$PropertyValue]: "borderRadius";
2096
+ };
2097
+ };
2098
+ bw: (value: {
2099
+ readonly [$$PropertyValue]: "borderWidth";
2100
+ }) => {
2101
+ borderWidth: {
2102
+ readonly [$$PropertyValue]: "borderWidth";
2103
+ };
2104
+ };
2105
+ btrr: (value: {
2106
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2107
+ }) => {
2108
+ borderTopRightRadius: {
2109
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2110
+ };
2111
+ };
2112
+ bbrr: (value: {
2113
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2114
+ }) => {
2115
+ borderBottomRightRadius: {
2116
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2117
+ };
2118
+ };
2119
+ bblr: (value: {
2120
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2121
+ }) => {
2122
+ borderBottomLeftRadius: {
2123
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2124
+ };
2125
+ };
2126
+ btlr: (value: {
2127
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2128
+ }) => {
2129
+ borderTopLeftRadius: {
2130
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2131
+ };
2132
+ };
2133
+ bs: (value: {
2134
+ readonly [$$PropertyValue]: "boxShadow";
2135
+ }) => {
2136
+ boxShadow: {
2137
+ readonly [$$PropertyValue]: "boxShadow";
2138
+ };
2139
+ };
2140
+ ds: (value: {
2141
+ readonly [$$PropertyValue]: "boxShadow";
2142
+ }) => {
2143
+ dropShadow: {
2144
+ readonly [$$PropertyValue]: "boxShadow";
2145
+ };
2146
+ };
2147
+ shadow: (value: {
2148
+ readonly [$$PropertyValue]: "boxShadow";
2149
+ }) => {
2150
+ boxShadow: {
2151
+ readonly [$$PropertyValue]: "boxShadow";
2152
+ };
2153
+ };
2154
+ dshadow: (value: {
2155
+ readonly [$$PropertyValue]: "boxShadow";
2156
+ }) => {
2157
+ dropShadow: {
2158
+ readonly [$$PropertyValue]: "boxShadow";
2159
+ };
2160
+ };
2161
+ dropShadow: (value: {
2162
+ readonly [$$PropertyValue]: "boxShadow";
2163
+ }) => {
2164
+ filter: string;
2165
+ };
2166
+ normalShadow: (value: {
2167
+ readonly [$$PropertyValue]: "backgroundColor";
2168
+ }) => {
2169
+ boxShadow: string;
2170
+ };
2171
+ normalShadowVar: (value: {
2172
+ readonly [$$PropertyValue]: "backgroundColor";
2173
+ }) => {
2174
+ boxShadow: string;
2175
+ };
2176
+ lh: (value: {
2177
+ readonly [$$PropertyValue]: "lineHeight";
2178
+ }) => {
2179
+ lineHeight: {
2180
+ readonly [$$PropertyValue]: "lineHeight";
2181
+ };
2182
+ };
2183
+ ov: (value: {
2184
+ readonly [$$PropertyValue]: "overflow";
2185
+ }) => {
2186
+ overflow: {
2187
+ readonly [$$PropertyValue]: "overflow";
2188
+ };
2189
+ };
2190
+ ox: (value: {
2191
+ readonly [$$PropertyValue]: "overflowX";
2192
+ }) => {
2193
+ overflowX: {
2194
+ readonly [$$PropertyValue]: "overflowX";
2195
+ };
2196
+ };
2197
+ oy: (value: {
2198
+ readonly [$$PropertyValue]: "overflowY";
2199
+ }) => {
2200
+ overflowY: {
2201
+ readonly [$$PropertyValue]: "overflowY";
2202
+ };
2203
+ };
2204
+ pe: (value: {
2205
+ readonly [$$PropertyValue]: "pointerEvents";
2206
+ }) => {
2207
+ pointerEvents: {
2208
+ readonly [$$PropertyValue]: "pointerEvents";
2209
+ };
2210
+ };
2211
+ events: (value: {
2212
+ readonly [$$PropertyValue]: "pointerEvents";
2213
+ }) => {
2214
+ pointerEvents: {
2215
+ readonly [$$PropertyValue]: "pointerEvents";
2216
+ };
2217
+ };
2218
+ us: (value: {
2219
+ readonly [$$PropertyValue]: "userSelect";
2220
+ }) => {
2221
+ WebkitUserSelect: {
2222
+ readonly [$$PropertyValue]: "userSelect";
2223
+ };
2224
+ userSelect: {
2225
+ readonly [$$PropertyValue]: "userSelect";
2226
+ };
2227
+ };
2228
+ userSelect: (value: {
2229
+ readonly [$$PropertyValue]: "userSelect";
2230
+ }) => {
2231
+ WebkitUserSelect: {
2232
+ readonly [$$PropertyValue]: "userSelect";
2233
+ };
2234
+ userSelect: {
2235
+ readonly [$$PropertyValue]: "userSelect";
2236
+ };
2237
+ };
2238
+ w: (value: {
2239
+ readonly [$$PropertyValue]: "width";
2240
+ }) => {
2241
+ width: {
2242
+ readonly [$$PropertyValue]: "width";
2243
+ };
2244
+ };
2245
+ h: (value: {
2246
+ readonly [$$PropertyValue]: "height";
2247
+ }) => {
2248
+ height: {
2249
+ readonly [$$PropertyValue]: "height";
2250
+ };
2251
+ };
2252
+ mw: (value: {
2253
+ readonly [$$PropertyValue]: "maxWidth";
2254
+ }) => {
2255
+ maxWidth: {
2256
+ readonly [$$PropertyValue]: "maxWidth";
2257
+ };
2258
+ };
2259
+ maxW: (value: {
2260
+ readonly [$$PropertyValue]: "maxWidth";
2261
+ }) => {
2262
+ maxWidth: {
2263
+ readonly [$$PropertyValue]: "maxWidth";
2264
+ };
2265
+ };
2266
+ mh: (value: {
2267
+ readonly [$$PropertyValue]: "maxHeight";
2268
+ }) => {
2269
+ maxHeight: {
2270
+ readonly [$$PropertyValue]: "maxHeight";
2271
+ };
2272
+ };
2273
+ maxH: (value: {
2274
+ readonly [$$PropertyValue]: "maxHeight";
2275
+ }) => {
2276
+ maxHeight: {
2277
+ readonly [$$PropertyValue]: "maxHeight";
2278
+ };
2279
+ };
2280
+ size: (value: {
2281
+ readonly [$$PropertyValue]: "width";
2282
+ }) => {
2283
+ width: {
2284
+ readonly [$$PropertyValue]: "width";
2285
+ };
2286
+ height: {
2287
+ readonly [$$PropertyValue]: "width";
2288
+ };
2289
+ };
2290
+ minSize: (value: {
2291
+ readonly [$$PropertyValue]: "width";
2292
+ }) => {
2293
+ minWidth: {
2294
+ readonly [$$PropertyValue]: "width";
2295
+ };
2296
+ minHeight: {
2297
+ readonly [$$PropertyValue]: "width";
2298
+ };
2299
+ width: {
2300
+ readonly [$$PropertyValue]: "width";
2301
+ };
2302
+ height: {
2303
+ readonly [$$PropertyValue]: "width";
2304
+ };
2305
+ };
2306
+ sizeMin: (value: {
2307
+ readonly [$$PropertyValue]: "width";
2308
+ }) => {
2309
+ minWidth: {
2310
+ readonly [$$PropertyValue]: "width";
2311
+ };
2312
+ minHeight: {
2313
+ readonly [$$PropertyValue]: "width";
2314
+ };
2315
+ width: {
2316
+ readonly [$$PropertyValue]: "width";
2317
+ };
2318
+ height: {
2319
+ readonly [$$PropertyValue]: "width";
2320
+ };
2321
+ };
2322
+ maxSize: (value: {
2323
+ readonly [$$PropertyValue]: "width";
2324
+ }) => {
2325
+ maxWidth: {
2326
+ readonly [$$PropertyValue]: "width";
2327
+ };
2328
+ maxHeight: {
2329
+ readonly [$$PropertyValue]: "width";
2330
+ };
2331
+ };
2332
+ sizeMax: (value: {
2333
+ readonly [$$PropertyValue]: "width";
2334
+ }) => {
2335
+ maxWidth: {
2336
+ readonly [$$PropertyValue]: "width";
2337
+ };
2338
+ maxHeight: {
2339
+ readonly [$$PropertyValue]: "width";
2340
+ };
2341
+ };
2342
+ appearance: (value: {
2343
+ readonly [$$PropertyValue]: "appearance";
2344
+ }) => {
2345
+ WebkitAppearance: {
2346
+ readonly [$$PropertyValue]: "appearance";
2347
+ };
2348
+ appearance: {
2349
+ readonly [$$PropertyValue]: "appearance";
2350
+ };
2351
+ };
2352
+ scale: (value: {
2353
+ readonly [$$PropertyValue]: "scale";
2354
+ }) => {
2355
+ transform: string;
2356
+ };
2357
+ linearGradient: (value: {
2358
+ readonly [$$PropertyValue]: "backgroundImage";
2359
+ }) => {
2360
+ backgroundImage: string;
2361
+ };
2362
+ tdl: (value: {
2363
+ readonly [$$PropertyValue]: "textDecorationLine";
2364
+ }) => {
2365
+ textDecorationLine: {
2366
+ readonly [$$PropertyValue]: "textDecorationLine";
2367
+ };
2368
+ };
2369
+ truncateText: (value: {
2370
+ readonly [$$PropertyValue]: "width";
2371
+ }) => {
2372
+ maxWidth: {
2373
+ readonly [$$PropertyValue]: "width";
2374
+ };
2375
+ whiteSpace: string;
2376
+ overflow: string;
2377
+ textOverflow: string;
2378
+ };
2379
+ textGradient: (value: {
2380
+ readonly [$$PropertyValue]: "backgroundImage";
2381
+ }) => {
2382
+ backgroundImage: string;
2383
+ WebkitBackgroundClip: string;
2384
+ WebkitTextFillColor: string;
2385
+ '&::selection': {
2386
+ WebkitTextFillColor: string;
2387
+ };
2388
+ };
2389
+ }>>]>, {
2390
+ xs: string;
2391
+ sm: string;
2392
+ md: string;
2393
+ lg: string;
2394
+ xl: string;
2395
+ xsMax: string;
2396
+ smMax: string;
2397
+ mdMax: string;
2398
+ lgMax: string;
2399
+ xlMax: string;
2400
+ motion: string;
2401
+ safari: string;
2402
+ hover: string;
2403
+ dark: string;
2404
+ light: string;
44
2405
  }> & NativeAttrs & {
45
2406
  css?: CSS | undefined;
46
2407
  } & React.RefAttributes<HTMLSpanElement>>;