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