@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,14 +1,1159 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { CSS } from '../theme/stitches.config';
3
+ import { PopoverContentVariantsProps } from './popover.styles';
3
4
  interface Props {
4
5
  children: ReactNode;
5
6
  as?: keyof JSX.IntrinsicElements;
6
7
  }
7
8
  declare type NativeAttrs = Omit<React.HTMLAttributes<unknown>, keyof Props>;
8
- export declare type PopoverContentProps = Props & NativeAttrs & {
9
+ export declare type PopoverContentProps = Props & NativeAttrs & PopoverContentVariantsProps & {
9
10
  css?: CSS;
10
11
  };
11
- export declare const PopoverContent: React.ForwardRefExoticComponent<Props & NativeAttrs & {
12
+ export declare const PopoverContent: React.ForwardRefExoticComponent<Props & NativeAttrs & import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[{
13
+ $$popoverMinWidth: string;
14
+ $$popoverMinHeight: string;
15
+ $$popoverBorderRadius: string;
16
+ $$popoverBackground: string;
17
+ $$popoverBoxShadow: string;
18
+ $$popoverBorderColor: string;
19
+ boxShadow: string;
20
+ outline: string;
21
+ overflow: string;
22
+ bg: string;
23
+ display: string;
24
+ flexDirection: string;
25
+ boxSizing: string;
26
+ minWidth: string;
27
+ minHeight: string;
28
+ maxWidth: string;
29
+ maxHeight: string;
30
+ borderRadius: string;
31
+ animationFillMode: string;
32
+ willChange: string;
33
+ '@motion': {
34
+ transition: string;
35
+ };
36
+ '&.nextui-popover-content-enter': {
37
+ animationName: {
38
+ (): string;
39
+ name: string;
40
+ };
41
+ animationTimingFunction: string;
42
+ animationDirection: string;
43
+ animationDuration: string;
44
+ };
45
+ '&.nextui-popover-content-leave': {
46
+ animationName: {
47
+ (): string;
48
+ name: string;
49
+ };
50
+ animationTimingFunction: string;
51
+ animationDuration: string;
52
+ };
53
+ variants: {
54
+ disableShadow: {
55
+ true: {
56
+ boxShadow: string;
57
+ };
58
+ };
59
+ isBordered: {
60
+ true: {
61
+ borderStyle: string;
62
+ borderColor: string;
63
+ };
64
+ };
65
+ borderWeight: {
66
+ light: {
67
+ bw: string;
68
+ $$popoverBorderWeight: string;
69
+ };
70
+ normal: {
71
+ bw: string;
72
+ $$popoverBorderWeight: string;
73
+ };
74
+ bold: {
75
+ bw: string;
76
+ $$popoverBorderWeight: string;
77
+ };
78
+ extrabold: {
79
+ bw: string;
80
+ $$popoverBorderWeight: string;
81
+ };
82
+ black: {
83
+ bw: string;
84
+ $$popoverBorderWeight: string;
85
+ };
86
+ };
87
+ };
88
+ defaultVariants: {
89
+ isBordered: false;
90
+ borderWeight: "light";
91
+ };
92
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
93
+ isFocusVisible?: boolean | "true" | "false" | undefined;
94
+ }, {
95
+ xs: string;
96
+ sm: string;
97
+ md: string;
98
+ lg: string;
99
+ xl: string;
100
+ xsMax: string;
101
+ smMax: string;
102
+ mdMax: string;
103
+ lgMax: string;
104
+ xlMax: string;
105
+ motion: string;
106
+ safari: string;
107
+ hover: string;
108
+ dark: string;
109
+ light: string;
110
+ }, import("@stitches/react/types/css-util").CSS<{
111
+ xs: string;
112
+ sm: string;
113
+ md: string;
114
+ lg: string;
115
+ xl: string;
116
+ xsMax: string;
117
+ smMax: string;
118
+ mdMax: string;
119
+ lgMax: string;
120
+ xlMax: string;
121
+ motion: string;
122
+ safari: string;
123
+ hover: string;
124
+ dark: string;
125
+ light: string;
126
+ }, {
127
+ shadows: {
128
+ xs: string;
129
+ sm: string;
130
+ md: string;
131
+ lg: string;
132
+ xl: string;
133
+ };
134
+ dropShadows: {
135
+ xs: string;
136
+ sm: string;
137
+ md: string;
138
+ lg: string;
139
+ xl: string;
140
+ };
141
+ colors: {
142
+ text: string;
143
+ link: string;
144
+ codeLight: string;
145
+ code: string;
146
+ selection: string;
147
+ gray50: string;
148
+ gray100: string;
149
+ gray200: string;
150
+ gray300: string;
151
+ gray400: string;
152
+ gray500: string;
153
+ gray600: string;
154
+ gray700: string;
155
+ gray800: string;
156
+ gray900: string;
157
+ pink50: string;
158
+ pink100: string;
159
+ pink200: string;
160
+ pink300: string;
161
+ pink400: string;
162
+ pink500: string;
163
+ pink600: string;
164
+ pink700: string;
165
+ pink800: string;
166
+ pink900: string;
167
+ cyan50: string;
168
+ cyan100: string;
169
+ cyan200: string;
170
+ cyan300: string;
171
+ cyan400: string;
172
+ cyan500: string;
173
+ cyan600: string;
174
+ cyan700: string;
175
+ cyan800: string;
176
+ cyan900: string;
177
+ red50: string;
178
+ red100: string;
179
+ red200: string;
180
+ red300: string;
181
+ red400: string;
182
+ red500: string;
183
+ red600: string;
184
+ red700: string;
185
+ red800: string;
186
+ red900: string;
187
+ yellow50: string;
188
+ yellow100: string;
189
+ yellow200: string;
190
+ yellow300: string;
191
+ yellow400: string;
192
+ yellow500: string;
193
+ yellow600: string;
194
+ yellow700: string;
195
+ yellow800: string;
196
+ yellow900: string;
197
+ green50: string;
198
+ green100: string;
199
+ green200: string;
200
+ green300: string;
201
+ green400: string;
202
+ green500: string;
203
+ green600: string;
204
+ green700: string;
205
+ green800: string;
206
+ green900: string;
207
+ purple50: string;
208
+ purple100: string;
209
+ purple200: string;
210
+ purple300: string;
211
+ purple400: string;
212
+ purple500: string;
213
+ purple600: string;
214
+ purple700: string;
215
+ purple800: string;
216
+ purple900: string;
217
+ blue50: string;
218
+ blue100: string;
219
+ blue200: string;
220
+ blue300: string;
221
+ blue400: string;
222
+ blue500: string;
223
+ blue600: string;
224
+ blue700: string;
225
+ blue800: string;
226
+ blue900: string;
227
+ background: string;
228
+ foreground: string;
229
+ backgroundContrast: string;
230
+ white: string;
231
+ black: string;
232
+ primaryLight: string;
233
+ primaryLightHover: string;
234
+ primaryLightActive: string;
235
+ primaryLightContrast: string;
236
+ primary: string;
237
+ primaryBorder: string;
238
+ primaryBorderHover: string;
239
+ primarySolidHover: string;
240
+ primarySolidContrast: string;
241
+ primaryShadow: string;
242
+ secondaryLight: string;
243
+ secondaryLightHover: string;
244
+ secondaryLightActive: string;
245
+ secondaryLightContrast: string;
246
+ secondary: string;
247
+ secondaryBorder: string;
248
+ secondaryBorderHover: string;
249
+ secondarySolidHover: string;
250
+ secondarySolidContrast: string;
251
+ secondaryShadow: string;
252
+ successLight: string;
253
+ successLightHover: string;
254
+ successLightActive: string;
255
+ successLightContrast: string;
256
+ success: string;
257
+ successBorder: string;
258
+ successBorderHover: string;
259
+ successSolidHover: string;
260
+ successSolidContrast: string;
261
+ successShadow: string;
262
+ warningLight: string;
263
+ warningLightHover: string;
264
+ warningLightActive: string;
265
+ warningLightContrast: string;
266
+ warning: string;
267
+ warningBorder: string;
268
+ warningBorderHover: string;
269
+ warningSolidHover: string;
270
+ warningSolidContrast: string;
271
+ warningShadow: string;
272
+ errorLight: string;
273
+ errorLightHover: string;
274
+ errorLightActive: string;
275
+ errorLightContrast: string;
276
+ error: string;
277
+ errorBorder: string;
278
+ errorBorderHover: string;
279
+ errorSolidHover: string;
280
+ errorSolidContrast: string;
281
+ errorShadow: string;
282
+ neutralLight: string;
283
+ neutralLightHover: string;
284
+ neutralLightActive: string;
285
+ neutralLightContrast: string;
286
+ neutral: string;
287
+ neutralBorder: string;
288
+ neutralBorderHover: string;
289
+ neutralSolidHover: string;
290
+ neutralSolidContrast: string;
291
+ neutralShadow: string;
292
+ gradient: string;
293
+ accents0: string;
294
+ accents1: string;
295
+ accents2: string;
296
+ accents3: string;
297
+ accents4: string;
298
+ accents5: string;
299
+ accents6: string;
300
+ accents7: string;
301
+ accents8: string;
302
+ accents9: string;
303
+ border: string;
304
+ };
305
+ fonts: {
306
+ sans: string;
307
+ mono: string;
308
+ };
309
+ fontSizes: {
310
+ xs: string;
311
+ sm: string;
312
+ base: string;
313
+ md: string;
314
+ lg: string;
315
+ xl: string;
316
+ xl2: string;
317
+ xl3: string;
318
+ xl4: string;
319
+ xl5: string;
320
+ xl6: string;
321
+ xl7: string;
322
+ xl8: string;
323
+ xl9: string;
324
+ };
325
+ fontWeights: {
326
+ hairline: number;
327
+ thin: number;
328
+ light: number;
329
+ normal: number;
330
+ medium: number;
331
+ semibold: number;
332
+ bold: number;
333
+ extrabold: number;
334
+ black: number;
335
+ };
336
+ lineHeights: {
337
+ xs: number;
338
+ sm: number;
339
+ base: number;
340
+ md: number;
341
+ lg: number;
342
+ xl: number;
343
+ xl2: number;
344
+ xl3: number;
345
+ xl4: number;
346
+ xl5: number;
347
+ xl6: number;
348
+ xl7: number;
349
+ xl8: number;
350
+ xl9: number;
351
+ };
352
+ letterSpacings: {
353
+ tighter: string;
354
+ tight: string;
355
+ normal: string;
356
+ wide: string;
357
+ wider: string;
358
+ widest: string;
359
+ };
360
+ space: {
361
+ 0: string;
362
+ xs: string;
363
+ sm: string;
364
+ md: string;
365
+ lg: string;
366
+ xl: string;
367
+ px: string;
368
+ 1: string;
369
+ 2: string;
370
+ 3: string;
371
+ 4: string;
372
+ 5: string;
373
+ 6: string;
374
+ 7: string;
375
+ 8: string;
376
+ 9: string;
377
+ 10: string;
378
+ 11: string;
379
+ 12: string;
380
+ 13: string;
381
+ 14: string;
382
+ 15: string;
383
+ 16: string;
384
+ 17: string;
385
+ 18: string;
386
+ 20: string;
387
+ 24: string;
388
+ 28: string;
389
+ 32: string;
390
+ 36: string;
391
+ 40: string;
392
+ 44: string;
393
+ 48: string;
394
+ 52: string;
395
+ 56: string;
396
+ 60: string;
397
+ 64: string;
398
+ 72: string;
399
+ 80: string;
400
+ 96: string;
401
+ };
402
+ radii: {
403
+ xs: string;
404
+ sm: string;
405
+ md: string;
406
+ base: string;
407
+ lg: string;
408
+ xl: string;
409
+ squared: string;
410
+ rounded: string;
411
+ pill: string;
412
+ };
413
+ zIndices: {
414
+ 1: string;
415
+ 2: string;
416
+ 3: string;
417
+ 4: string;
418
+ 5: string;
419
+ 10: string;
420
+ max: string;
421
+ };
422
+ borderWeights: {
423
+ light: string;
424
+ normal: string;
425
+ bold: string;
426
+ extrabold: string;
427
+ black: string;
428
+ };
429
+ transitions: {
430
+ default: string;
431
+ button: string;
432
+ avatar: string;
433
+ link: string;
434
+ card: string;
435
+ dropdownItem: string;
436
+ };
437
+ breakpoints: {
438
+ xs: string;
439
+ sm: string;
440
+ md: string;
441
+ lg: string;
442
+ xl: string;
443
+ };
444
+ }, {
445
+ width: string;
446
+ height: string;
447
+ minWidth: string;
448
+ maxWidth: string;
449
+ minHeight: string;
450
+ maxHeight: string;
451
+ flexBasis: string;
452
+ gridTemplateColumns: string;
453
+ gridTemplateRows: string;
454
+ blockSize: string;
455
+ minBlockSize: string;
456
+ maxBlockSize: string;
457
+ inlineSize: string;
458
+ minInlineSize: string;
459
+ maxInlineSize: string;
460
+ borderWidth: string;
461
+ gap: "space";
462
+ gridGap: "space";
463
+ columnGap: "space";
464
+ gridColumnGap: "space";
465
+ rowGap: "space";
466
+ gridRowGap: "space";
467
+ inset: "space";
468
+ insetBlock: "space";
469
+ insetBlockEnd: "space";
470
+ insetBlockStart: "space";
471
+ insetInline: "space";
472
+ insetInlineEnd: "space";
473
+ insetInlineStart: "space";
474
+ margin: "space";
475
+ marginTop: "space";
476
+ marginRight: "space";
477
+ marginBottom: "space";
478
+ marginLeft: "space";
479
+ marginBlock: "space";
480
+ marginBlockEnd: "space";
481
+ marginBlockStart: "space";
482
+ marginInline: "space";
483
+ marginInlineEnd: "space";
484
+ marginInlineStart: "space";
485
+ padding: "space";
486
+ paddingTop: "space";
487
+ paddingRight: "space";
488
+ paddingBottom: "space";
489
+ paddingLeft: "space";
490
+ paddingBlock: "space";
491
+ paddingBlockEnd: "space";
492
+ paddingBlockStart: "space";
493
+ paddingInline: "space";
494
+ paddingInlineEnd: "space";
495
+ paddingInlineStart: "space";
496
+ scrollMargin: "space";
497
+ scrollMarginTop: "space";
498
+ scrollMarginRight: "space";
499
+ scrollMarginBottom: "space";
500
+ scrollMarginLeft: "space";
501
+ scrollMarginBlock: "space";
502
+ scrollMarginBlockEnd: "space";
503
+ scrollMarginBlockStart: "space";
504
+ scrollMarginInline: "space";
505
+ scrollMarginInlineEnd: "space";
506
+ scrollMarginInlineStart: "space";
507
+ scrollPadding: "space";
508
+ scrollPaddingTop: "space";
509
+ scrollPaddingRight: "space";
510
+ scrollPaddingBottom: "space";
511
+ scrollPaddingLeft: "space";
512
+ scrollPaddingBlock: "space";
513
+ scrollPaddingBlockEnd: "space";
514
+ scrollPaddingBlockStart: "space";
515
+ scrollPaddingInline: "space";
516
+ scrollPaddingInlineEnd: "space";
517
+ scrollPaddingInlineStart: "space";
518
+ top: "space";
519
+ right: "space";
520
+ bottom: "space";
521
+ left: "space";
522
+ fontSize: "fontSizes";
523
+ background: "colors";
524
+ backgroundColor: "colors";
525
+ backgroundImage: "colors";
526
+ borderImage: "colors";
527
+ border: "colors";
528
+ borderBlock: "colors";
529
+ borderBlockEnd: "colors";
530
+ borderBlockStart: "colors";
531
+ borderBottom: "colors";
532
+ borderBottomColor: "colors";
533
+ borderColor: "colors";
534
+ borderInline: "colors";
535
+ borderInlineEnd: "colors";
536
+ borderInlineStart: "colors";
537
+ borderLeft: "colors";
538
+ borderLeftColor: "colors";
539
+ borderRight: "colors";
540
+ borderRightColor: "colors";
541
+ borderTop: "colors";
542
+ borderTopColor: "colors";
543
+ caretColor: "colors";
544
+ color: "colors";
545
+ columnRuleColor: "colors";
546
+ outline: "colors";
547
+ outlineColor: "colors";
548
+ fill: "colors";
549
+ stroke: "colors";
550
+ textDecorationColor: "colors";
551
+ fontFamily: "fonts";
552
+ fontWeight: "fontWeights";
553
+ lineHeight: "lineHeights";
554
+ letterSpacing: "letterSpacings";
555
+ borderTopWidth: "borderWidths";
556
+ borderLeftWidth: "borderWidths";
557
+ borderRightWidth: "borderWidths";
558
+ borderBottomWidth: "borderWidths";
559
+ borderStyle: "borderStyles";
560
+ borderTopStyle: "borderStyles";
561
+ borderLeftStyle: "borderStyles";
562
+ borderRightStyle: "borderStyles";
563
+ borderBottomStyle: "borderStyles";
564
+ borderRadius: "radii";
565
+ borderTopLeftRadius: "radii";
566
+ borderTopRightRadius: "radii";
567
+ borderBottomRightRadius: "radii";
568
+ borderBottomLeftRadius: "radii";
569
+ boxShadow: "shadows";
570
+ textShadow: "shadows";
571
+ transition: "transitions";
572
+ zIndex: "zIndices";
573
+ }, {
574
+ p: (value: {
575
+ readonly [$$PropertyValue]: "padding";
576
+ }) => {
577
+ padding: {
578
+ readonly [$$PropertyValue]: "padding";
579
+ };
580
+ };
581
+ pt: (value: {
582
+ readonly [$$PropertyValue]: "paddingTop";
583
+ }) => {
584
+ paddingTop: {
585
+ readonly [$$PropertyValue]: "paddingTop";
586
+ };
587
+ };
588
+ pr: (value: {
589
+ readonly [$$PropertyValue]: "paddingRight";
590
+ }) => {
591
+ paddingRight: {
592
+ readonly [$$PropertyValue]: "paddingRight";
593
+ };
594
+ };
595
+ pb: (value: {
596
+ readonly [$$PropertyValue]: "paddingBottom";
597
+ }) => {
598
+ paddingBottom: {
599
+ readonly [$$PropertyValue]: "paddingBottom";
600
+ };
601
+ };
602
+ pl: (value: {
603
+ readonly [$$PropertyValue]: "paddingLeft";
604
+ }) => {
605
+ paddingLeft: {
606
+ readonly [$$PropertyValue]: "paddingLeft";
607
+ };
608
+ };
609
+ px: (value: {
610
+ readonly [$$PropertyValue]: "paddingLeft";
611
+ }) => {
612
+ paddingLeft: {
613
+ readonly [$$PropertyValue]: "paddingLeft";
614
+ };
615
+ paddingRight: {
616
+ readonly [$$PropertyValue]: "paddingLeft";
617
+ };
618
+ };
619
+ py: (value: {
620
+ readonly [$$PropertyValue]: "paddingTop";
621
+ }) => {
622
+ paddingTop: {
623
+ readonly [$$PropertyValue]: "paddingTop";
624
+ };
625
+ paddingBottom: {
626
+ readonly [$$PropertyValue]: "paddingTop";
627
+ };
628
+ };
629
+ m: (value: {
630
+ readonly [$$PropertyValue]: "margin";
631
+ }) => {
632
+ margin: {
633
+ readonly [$$PropertyValue]: "margin";
634
+ };
635
+ };
636
+ mt: (value: {
637
+ readonly [$$PropertyValue]: "marginTop";
638
+ }) => {
639
+ marginTop: {
640
+ readonly [$$PropertyValue]: "marginTop";
641
+ };
642
+ };
643
+ mr: (value: {
644
+ readonly [$$PropertyValue]: "marginRight";
645
+ }) => {
646
+ marginRight: {
647
+ readonly [$$PropertyValue]: "marginRight";
648
+ };
649
+ };
650
+ mb: (value: {
651
+ readonly [$$PropertyValue]: "marginBottom";
652
+ }) => {
653
+ marginBottom: {
654
+ readonly [$$PropertyValue]: "marginBottom";
655
+ };
656
+ };
657
+ ml: (value: {
658
+ readonly [$$PropertyValue]: "marginLeft";
659
+ }) => {
660
+ marginLeft: {
661
+ readonly [$$PropertyValue]: "marginLeft";
662
+ };
663
+ };
664
+ mx: (value: {
665
+ readonly [$$PropertyValue]: "marginLeft";
666
+ }) => {
667
+ marginLeft: {
668
+ readonly [$$PropertyValue]: "marginLeft";
669
+ };
670
+ marginRight: {
671
+ readonly [$$PropertyValue]: "marginLeft";
672
+ };
673
+ };
674
+ my: (value: {
675
+ readonly [$$PropertyValue]: "marginTop";
676
+ }) => {
677
+ marginTop: {
678
+ readonly [$$PropertyValue]: "marginTop";
679
+ };
680
+ marginBottom: {
681
+ readonly [$$PropertyValue]: "marginTop";
682
+ };
683
+ };
684
+ ta: (value: {
685
+ readonly [$$PropertyValue]: "textAlign";
686
+ }) => {
687
+ textAlign: {
688
+ readonly [$$PropertyValue]: "textAlign";
689
+ };
690
+ };
691
+ tt: (value: {
692
+ readonly [$$PropertyValue]: "textTransform";
693
+ }) => {
694
+ textTransform: {
695
+ readonly [$$PropertyValue]: "textTransform";
696
+ };
697
+ };
698
+ to: (value: {
699
+ readonly [$$PropertyValue]: "textOverflow";
700
+ }) => {
701
+ textOverflow: {
702
+ readonly [$$PropertyValue]: "textOverflow";
703
+ };
704
+ };
705
+ d: (value: {
706
+ readonly [$$PropertyValue]: "display";
707
+ }) => {
708
+ display: {
709
+ readonly [$$PropertyValue]: "display";
710
+ };
711
+ };
712
+ dflex: (value: {
713
+ readonly [$$PropertyValue]: "alignItems";
714
+ }) => {
715
+ display: string;
716
+ alignItems: {
717
+ readonly [$$PropertyValue]: "alignItems";
718
+ };
719
+ justifyContent: {
720
+ readonly [$$PropertyValue]: "alignItems";
721
+ };
722
+ };
723
+ fd: (value: {
724
+ readonly [$$PropertyValue]: "flexDirection";
725
+ }) => {
726
+ flexDirection: {
727
+ readonly [$$PropertyValue]: "flexDirection";
728
+ };
729
+ };
730
+ fw: (value: {
731
+ readonly [$$PropertyValue]: "flexWrap";
732
+ }) => {
733
+ flexWrap: {
734
+ readonly [$$PropertyValue]: "flexWrap";
735
+ };
736
+ };
737
+ ai: (value: {
738
+ readonly [$$PropertyValue]: "alignItems";
739
+ }) => {
740
+ alignItems: {
741
+ readonly [$$PropertyValue]: "alignItems";
742
+ };
743
+ };
744
+ ac: (value: {
745
+ readonly [$$PropertyValue]: "alignContent";
746
+ }) => {
747
+ alignContent: {
748
+ readonly [$$PropertyValue]: "alignContent";
749
+ };
750
+ };
751
+ jc: (value: {
752
+ readonly [$$PropertyValue]: "justifyContent";
753
+ }) => {
754
+ justifyContent: {
755
+ readonly [$$PropertyValue]: "justifyContent";
756
+ };
757
+ };
758
+ as: (value: {
759
+ readonly [$$PropertyValue]: "alignSelf";
760
+ }) => {
761
+ alignSelf: {
762
+ readonly [$$PropertyValue]: "alignSelf";
763
+ };
764
+ };
765
+ fg: (value: {
766
+ readonly [$$PropertyValue]: "flexGrow";
767
+ }) => {
768
+ flexGrow: {
769
+ readonly [$$PropertyValue]: "flexGrow";
770
+ };
771
+ };
772
+ fs: (value: {
773
+ readonly [$$PropertyValue]: "fontSize";
774
+ }) => {
775
+ fontSize: {
776
+ readonly [$$PropertyValue]: "fontSize";
777
+ };
778
+ };
779
+ fb: (value: {
780
+ readonly [$$PropertyValue]: "flexBasis";
781
+ }) => {
782
+ flexBasis: {
783
+ readonly [$$PropertyValue]: "flexBasis";
784
+ };
785
+ };
786
+ bc: (value: {
787
+ readonly [$$PropertyValue]: "backgroundColor";
788
+ }) => {
789
+ backgroundColor: {
790
+ readonly [$$PropertyValue]: "backgroundColor";
791
+ };
792
+ };
793
+ bf: (value: {
794
+ readonly [$$PropertyValue]: "backdropFilter";
795
+ }) => {
796
+ backdropFilter: {
797
+ readonly [$$PropertyValue]: "backdropFilter";
798
+ };
799
+ };
800
+ bg: (value: {
801
+ readonly [$$PropertyValue]: "backgroundColor";
802
+ }) => {
803
+ background: {
804
+ readonly [$$PropertyValue]: "backgroundColor";
805
+ };
806
+ };
807
+ bgBlur: (value: {
808
+ readonly [$$PropertyValue]: "backgroundColor";
809
+ }) => {
810
+ bf: string;
811
+ bg: {
812
+ readonly [$$PropertyValue]: "backgroundColor";
813
+ };
814
+ };
815
+ bgColor: (value: {
816
+ readonly [$$PropertyValue]: "backgroundColor";
817
+ }) => {
818
+ backgroundColor: {
819
+ readonly [$$PropertyValue]: "backgroundColor";
820
+ };
821
+ };
822
+ backgroundClip: (value: {
823
+ readonly [$$PropertyValue]: "backgroundClip";
824
+ }) => {
825
+ WebkitBackgroundClip: {
826
+ readonly [$$PropertyValue]: "backgroundClip";
827
+ };
828
+ backgroundClip: {
829
+ readonly [$$PropertyValue]: "backgroundClip";
830
+ };
831
+ };
832
+ bgClip: (value: {
833
+ readonly [$$PropertyValue]: "backgroundClip";
834
+ }) => {
835
+ WebkitBackgroundClip: {
836
+ readonly [$$PropertyValue]: "backgroundClip";
837
+ };
838
+ backgroundClip: {
839
+ readonly [$$PropertyValue]: "backgroundClip";
840
+ };
841
+ };
842
+ br: (value: {
843
+ readonly [$$PropertyValue]: "borderRadius";
844
+ }) => {
845
+ borderRadius: {
846
+ readonly [$$PropertyValue]: "borderRadius";
847
+ };
848
+ };
849
+ bw: (value: {
850
+ readonly [$$PropertyValue]: "borderWidth";
851
+ }) => {
852
+ borderWidth: {
853
+ readonly [$$PropertyValue]: "borderWidth";
854
+ };
855
+ };
856
+ btrr: (value: {
857
+ readonly [$$PropertyValue]: "borderTopRightRadius";
858
+ }) => {
859
+ borderTopRightRadius: {
860
+ readonly [$$PropertyValue]: "borderTopRightRadius";
861
+ };
862
+ };
863
+ bbrr: (value: {
864
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
865
+ }) => {
866
+ borderBottomRightRadius: {
867
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
868
+ };
869
+ };
870
+ bblr: (value: {
871
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
872
+ }) => {
873
+ borderBottomLeftRadius: {
874
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
875
+ };
876
+ };
877
+ btlr: (value: {
878
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
879
+ }) => {
880
+ borderTopLeftRadius: {
881
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
882
+ };
883
+ };
884
+ bs: (value: {
885
+ readonly [$$PropertyValue]: "boxShadow";
886
+ }) => {
887
+ boxShadow: {
888
+ readonly [$$PropertyValue]: "boxShadow";
889
+ };
890
+ };
891
+ ds: (value: {
892
+ readonly [$$PropertyValue]: "boxShadow";
893
+ }) => {
894
+ dropShadow: {
895
+ readonly [$$PropertyValue]: "boxShadow";
896
+ };
897
+ };
898
+ shadow: (value: {
899
+ readonly [$$PropertyValue]: "boxShadow";
900
+ }) => {
901
+ boxShadow: {
902
+ readonly [$$PropertyValue]: "boxShadow";
903
+ };
904
+ };
905
+ dshadow: (value: {
906
+ readonly [$$PropertyValue]: "boxShadow";
907
+ }) => {
908
+ dropShadow: {
909
+ readonly [$$PropertyValue]: "boxShadow";
910
+ };
911
+ };
912
+ dropShadow: (value: {
913
+ readonly [$$PropertyValue]: "boxShadow";
914
+ }) => {
915
+ filter: string;
916
+ };
917
+ normalShadow: (value: {
918
+ readonly [$$PropertyValue]: "backgroundColor";
919
+ }) => {
920
+ boxShadow: string;
921
+ };
922
+ normalShadowVar: (value: {
923
+ readonly [$$PropertyValue]: "backgroundColor";
924
+ }) => {
925
+ boxShadow: string;
926
+ };
927
+ lh: (value: {
928
+ readonly [$$PropertyValue]: "lineHeight";
929
+ }) => {
930
+ lineHeight: {
931
+ readonly [$$PropertyValue]: "lineHeight";
932
+ };
933
+ };
934
+ ov: (value: {
935
+ readonly [$$PropertyValue]: "overflow";
936
+ }) => {
937
+ overflow: {
938
+ readonly [$$PropertyValue]: "overflow";
939
+ };
940
+ };
941
+ ox: (value: {
942
+ readonly [$$PropertyValue]: "overflowX";
943
+ }) => {
944
+ overflowX: {
945
+ readonly [$$PropertyValue]: "overflowX";
946
+ };
947
+ };
948
+ oy: (value: {
949
+ readonly [$$PropertyValue]: "overflowY";
950
+ }) => {
951
+ overflowY: {
952
+ readonly [$$PropertyValue]: "overflowY";
953
+ };
954
+ };
955
+ pe: (value: {
956
+ readonly [$$PropertyValue]: "pointerEvents";
957
+ }) => {
958
+ pointerEvents: {
959
+ readonly [$$PropertyValue]: "pointerEvents";
960
+ };
961
+ };
962
+ events: (value: {
963
+ readonly [$$PropertyValue]: "pointerEvents";
964
+ }) => {
965
+ pointerEvents: {
966
+ readonly [$$PropertyValue]: "pointerEvents";
967
+ };
968
+ };
969
+ us: (value: {
970
+ readonly [$$PropertyValue]: "userSelect";
971
+ }) => {
972
+ WebkitUserSelect: {
973
+ readonly [$$PropertyValue]: "userSelect";
974
+ };
975
+ userSelect: {
976
+ readonly [$$PropertyValue]: "userSelect";
977
+ };
978
+ };
979
+ userSelect: (value: {
980
+ readonly [$$PropertyValue]: "userSelect";
981
+ }) => {
982
+ WebkitUserSelect: {
983
+ readonly [$$PropertyValue]: "userSelect";
984
+ };
985
+ userSelect: {
986
+ readonly [$$PropertyValue]: "userSelect";
987
+ };
988
+ };
989
+ w: (value: {
990
+ readonly [$$PropertyValue]: "width";
991
+ }) => {
992
+ width: {
993
+ readonly [$$PropertyValue]: "width";
994
+ };
995
+ };
996
+ h: (value: {
997
+ readonly [$$PropertyValue]: "height";
998
+ }) => {
999
+ height: {
1000
+ readonly [$$PropertyValue]: "height";
1001
+ };
1002
+ };
1003
+ mw: (value: {
1004
+ readonly [$$PropertyValue]: "maxWidth";
1005
+ }) => {
1006
+ maxWidth: {
1007
+ readonly [$$PropertyValue]: "maxWidth";
1008
+ };
1009
+ };
1010
+ maxW: (value: {
1011
+ readonly [$$PropertyValue]: "maxWidth";
1012
+ }) => {
1013
+ maxWidth: {
1014
+ readonly [$$PropertyValue]: "maxWidth";
1015
+ };
1016
+ };
1017
+ mh: (value: {
1018
+ readonly [$$PropertyValue]: "maxHeight";
1019
+ }) => {
1020
+ maxHeight: {
1021
+ readonly [$$PropertyValue]: "maxHeight";
1022
+ };
1023
+ };
1024
+ maxH: (value: {
1025
+ readonly [$$PropertyValue]: "maxHeight";
1026
+ }) => {
1027
+ maxHeight: {
1028
+ readonly [$$PropertyValue]: "maxHeight";
1029
+ };
1030
+ };
1031
+ size: (value: {
1032
+ readonly [$$PropertyValue]: "width";
1033
+ }) => {
1034
+ width: {
1035
+ readonly [$$PropertyValue]: "width";
1036
+ };
1037
+ height: {
1038
+ readonly [$$PropertyValue]: "width";
1039
+ };
1040
+ };
1041
+ minSize: (value: {
1042
+ readonly [$$PropertyValue]: "width";
1043
+ }) => {
1044
+ minWidth: {
1045
+ readonly [$$PropertyValue]: "width";
1046
+ };
1047
+ minHeight: {
1048
+ readonly [$$PropertyValue]: "width";
1049
+ };
1050
+ width: {
1051
+ readonly [$$PropertyValue]: "width";
1052
+ };
1053
+ height: {
1054
+ readonly [$$PropertyValue]: "width";
1055
+ };
1056
+ };
1057
+ sizeMin: (value: {
1058
+ readonly [$$PropertyValue]: "width";
1059
+ }) => {
1060
+ minWidth: {
1061
+ readonly [$$PropertyValue]: "width";
1062
+ };
1063
+ minHeight: {
1064
+ readonly [$$PropertyValue]: "width";
1065
+ };
1066
+ width: {
1067
+ readonly [$$PropertyValue]: "width";
1068
+ };
1069
+ height: {
1070
+ readonly [$$PropertyValue]: "width";
1071
+ };
1072
+ };
1073
+ maxSize: (value: {
1074
+ readonly [$$PropertyValue]: "width";
1075
+ }) => {
1076
+ maxWidth: {
1077
+ readonly [$$PropertyValue]: "width";
1078
+ };
1079
+ maxHeight: {
1080
+ readonly [$$PropertyValue]: "width";
1081
+ };
1082
+ };
1083
+ sizeMax: (value: {
1084
+ readonly [$$PropertyValue]: "width";
1085
+ }) => {
1086
+ maxWidth: {
1087
+ readonly [$$PropertyValue]: "width";
1088
+ };
1089
+ maxHeight: {
1090
+ readonly [$$PropertyValue]: "width";
1091
+ };
1092
+ };
1093
+ appearance: (value: {
1094
+ readonly [$$PropertyValue]: "appearance";
1095
+ }) => {
1096
+ WebkitAppearance: {
1097
+ readonly [$$PropertyValue]: "appearance";
1098
+ };
1099
+ appearance: {
1100
+ readonly [$$PropertyValue]: "appearance";
1101
+ };
1102
+ };
1103
+ scale: (value: {
1104
+ readonly [$$PropertyValue]: "scale";
1105
+ }) => {
1106
+ transform: string;
1107
+ };
1108
+ linearGradient: (value: {
1109
+ readonly [$$PropertyValue]: "backgroundImage";
1110
+ }) => {
1111
+ backgroundImage: string;
1112
+ };
1113
+ tdl: (value: {
1114
+ readonly [$$PropertyValue]: "textDecorationLine";
1115
+ }) => {
1116
+ textDecorationLine: {
1117
+ readonly [$$PropertyValue]: "textDecorationLine";
1118
+ };
1119
+ };
1120
+ truncateText: (value: {
1121
+ readonly [$$PropertyValue]: "width";
1122
+ }) => {
1123
+ maxWidth: {
1124
+ readonly [$$PropertyValue]: "width";
1125
+ };
1126
+ whiteSpace: string;
1127
+ overflow: string;
1128
+ textOverflow: string;
1129
+ };
1130
+ textGradient: (value: {
1131
+ readonly [$$PropertyValue]: "backgroundImage";
1132
+ }) => {
1133
+ backgroundImage: string;
1134
+ WebkitBackgroundClip: string;
1135
+ WebkitTextFillColor: string;
1136
+ '&::selection': {
1137
+ WebkitTextFillColor: string;
1138
+ };
1139
+ };
1140
+ }>>]>, {
1141
+ xs: string;
1142
+ sm: string;
1143
+ md: string;
1144
+ lg: string;
1145
+ xl: string;
1146
+ xsMax: string;
1147
+ smMax: string;
1148
+ mdMax: string;
1149
+ lgMax: string;
1150
+ xlMax: string;
1151
+ motion: string;
1152
+ safari: string;
1153
+ hover: string;
1154
+ dark: string;
1155
+ light: string;
1156
+ }> & {
12
1157
  css?: CSS | undefined;
13
1158
  } & React.RefAttributes<HTMLDivElement>>;
14
1159
  export {};