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

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