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