@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,15 +1,284 @@
1
1
  import { VariantProps } from '../theme/stitches.config';
2
- export declare const StyledAvatar: import("@stitches/react/types/styled-component").StyledComponent<"span", {
3
- color?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "gradient" | undefined;
4
- textColor?: "default" | "primary" | "secondary" | "success" | "warning" | "error" | "white" | undefined;
5
- size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
6
- borderWeight?: "light" | "normal" | "bold" | "extrabold" | "black" | undefined;
7
- bordered?: boolean | "true" | undefined;
8
- stacked?: boolean | "true" | undefined;
9
- pointer?: boolean | "true" | undefined;
10
- rounded?: boolean | "true" | undefined;
11
- squared?: boolean | "true" | undefined;
12
- zoomed?: boolean | "true" | undefined;
2
+ export declare const StyledAvatar: import("@stitches/react/types/styled-component").StyledComponent<"span", import("@stitches/react/types/styled-component").StyledComponentProps<[{
3
+ dflex: string;
4
+ position: string;
5
+ zIndex: string;
6
+ boxSizing: string;
7
+ overflow: string;
8
+ verticalAlign: string;
9
+ cursor: string;
10
+ transition: string;
11
+ '.nextui-avatar-bg': {
12
+ position: string;
13
+ top: number;
14
+ left: number;
15
+ right: number;
16
+ bottom: number;
17
+ zIndex: string;
18
+ transition: string;
19
+ size: string;
20
+ };
21
+ '&:hover .nextui-avatar-bg': {
22
+ boxShadow: string;
23
+ };
24
+ '.nextui-avatar-img': {
25
+ opacity: number;
26
+ zIndex: string;
27
+ display: string;
28
+ bg: string;
29
+ transition: string;
30
+ width: string;
31
+ height: string;
32
+ objectFit: string;
33
+ };
34
+ '&[data-state="ready"] .nextui-avatar-img': {
35
+ opacity: number;
36
+ };
37
+ '.nextui-avatar-icon': {
38
+ display: string;
39
+ position: string;
40
+ left: string;
41
+ top: string;
42
+ ta: string;
43
+ zIndex: string;
44
+ transform: string;
45
+ whiteSpace: string;
46
+ us: string;
47
+ };
48
+ '.nextui-avatar-text': {
49
+ position: string;
50
+ zIndex: string;
51
+ left: string;
52
+ top: string;
53
+ ta: string;
54
+ color: string;
55
+ fontWeight: string;
56
+ transform: string;
57
+ whiteSpace: string;
58
+ us: string;
59
+ };
60
+ '@motion': {
61
+ transition: string;
62
+ '.nextui-avatar-bg, .nextui-avatar-img': {
63
+ transition: string;
64
+ };
65
+ };
66
+ variants: {
67
+ color: {
68
+ default: {
69
+ '.nextui-avatar-bg': {
70
+ bg: string;
71
+ };
72
+ };
73
+ primary: {
74
+ '.nextui-avatar-bg': {
75
+ bg: string;
76
+ };
77
+ };
78
+ secondary: {
79
+ '.nextui-avatar-bg': {
80
+ bg: string;
81
+ };
82
+ };
83
+ success: {
84
+ '.nextui-avatar-bg': {
85
+ bg: string;
86
+ };
87
+ };
88
+ warning: {
89
+ '.nextui-avatar-bg': {
90
+ bg: string;
91
+ };
92
+ };
93
+ error: {
94
+ '.nextui-avatar-bg': {
95
+ bg: string;
96
+ };
97
+ };
98
+ gradient: {
99
+ '.nextui-avatar-bg': {
100
+ bg: string;
101
+ };
102
+ };
103
+ };
104
+ textColor: {
105
+ default: {
106
+ '.nextui-avatar-text': {
107
+ color: string;
108
+ };
109
+ };
110
+ white: {
111
+ '.nextui-avatar-text': {
112
+ color: string;
113
+ };
114
+ };
115
+ primary: {
116
+ '.nextui-avatar-text': {
117
+ color: string;
118
+ };
119
+ };
120
+ secondary: {
121
+ '.nextui-avatar-text': {
122
+ color: string;
123
+ };
124
+ };
125
+ success: {
126
+ '.nextui-avatar-text': {
127
+ color: string;
128
+ };
129
+ };
130
+ warning: {
131
+ '.nextui-avatar-text': {
132
+ color: string;
133
+ };
134
+ };
135
+ error: {
136
+ '.nextui-avatar-text': {
137
+ color: string;
138
+ };
139
+ };
140
+ };
141
+ size: {
142
+ xs: {
143
+ $$avatarXs: string;
144
+ sizeMin: string;
145
+ '.nextui-avatar-text': {
146
+ fontSize: string;
147
+ };
148
+ };
149
+ sm: {
150
+ $$avatarSm: string;
151
+ sizeMin: string;
152
+ '.nextui-avatar-text': {
153
+ fontSize: string;
154
+ };
155
+ };
156
+ md: {
157
+ $$avatarMd: string;
158
+ sizeMin: string;
159
+ '.nextui-avatar-text': {
160
+ fontSize: string;
161
+ };
162
+ };
163
+ lg: {
164
+ $$avatarLg: string;
165
+ sizeMin: string;
166
+ '.nextui-avatar-text': {
167
+ fontSize: string;
168
+ };
169
+ };
170
+ xl: {
171
+ $$avatarXl: string;
172
+ sizeMin: string;
173
+ '.nextui-avatar-text': {
174
+ fontSize: string;
175
+ };
176
+ };
177
+ };
178
+ borderWeight: {
179
+ light: {
180
+ '.nextui-avatar-img': {
181
+ borderWidth: string;
182
+ };
183
+ };
184
+ normal: {
185
+ '.nextui-avatar-img': {
186
+ borderWidth: string;
187
+ };
188
+ };
189
+ bold: {
190
+ '.nextui-avatar-img': {
191
+ borderWidth: string;
192
+ };
193
+ };
194
+ extrabold: {
195
+ '.nextui-avatar-img': {
196
+ borderWidth: string;
197
+ };
198
+ };
199
+ black: {
200
+ '.nextui-avatar-img': {
201
+ borderWidth: string;
202
+ };
203
+ };
204
+ };
205
+ bordered: {
206
+ true: {
207
+ '&:hover:not(.only-text-avatar) .nextui-avatar-bg': {
208
+ opacity: string;
209
+ };
210
+ '.nextui-avatar-img': {
211
+ borderStyle: string;
212
+ borderColor: string;
213
+ };
214
+ };
215
+ };
216
+ stacked: {
217
+ true: {
218
+ ml: string;
219
+ };
220
+ };
221
+ pointer: {
222
+ true: {
223
+ cursor: string;
224
+ };
225
+ };
226
+ rounded: {
227
+ true: {
228
+ borderRadius: string;
229
+ '.nextui-avatar-img': {
230
+ borderRadius: string;
231
+ };
232
+ };
233
+ };
234
+ squared: {
235
+ true: {
236
+ borderRadius: string;
237
+ '.nextui-avatar-img': {
238
+ borderRadius: string;
239
+ };
240
+ };
241
+ };
242
+ zoomed: {
243
+ true: {
244
+ '&:hover .nextui-avatar-img': {
245
+ transform: string;
246
+ };
247
+ };
248
+ };
249
+ };
250
+ compoundVariants: ({
251
+ bordered: true;
252
+ borderWeight: string;
253
+ css: {
254
+ padding: string;
255
+ borderRadius?: undefined;
256
+ '.nextui-avatar-img'?: undefined;
257
+ };
258
+ rounded?: undefined;
259
+ squared?: undefined;
260
+ } | {
261
+ rounded: true;
262
+ squared: true;
263
+ css: {
264
+ borderRadius: string;
265
+ '.nextui-avatar-img': {
266
+ borderRadius: string;
267
+ };
268
+ padding?: undefined;
269
+ };
270
+ bordered?: undefined;
271
+ borderWeight?: undefined;
272
+ })[];
273
+ defaultVariants: {
274
+ size: "md";
275
+ rounded: true;
276
+ color: "default";
277
+ textColor: "default";
278
+ borderWeight: "normal";
279
+ };
280
+ }, import("@stitches/react/types/styled-component").CssComponent<never, {
281
+ isFocusVisible?: boolean | "true" | "false" | undefined;
13
282
  }, {
14
283
  xs: string;
15
284
  sm: string;
@@ -50,6 +319,13 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
50
319
  lg: string;
51
320
  xl: string;
52
321
  };
322
+ dropShadows: {
323
+ xs: string;
324
+ sm: string;
325
+ md: string;
326
+ lg: string;
327
+ xl: string;
328
+ };
53
329
  colors: {
54
330
  text: string;
55
331
  link: string;
@@ -191,6 +467,16 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
191
467
  errorSolidHover: string;
192
468
  errorSolidContrast: string;
193
469
  errorShadow: string;
470
+ neutralLight: string;
471
+ neutralLightHover: string;
472
+ neutralLightActive: string;
473
+ neutralLightContrast: string;
474
+ neutral: string;
475
+ neutralBorder: string;
476
+ neutralBorderHover: string;
477
+ neutralSolidHover: string;
478
+ neutralSolidContrast: string;
479
+ neutralShadow: string;
194
480
  gradient: string;
195
481
  accents0: string;
196
482
  accents1: string;
@@ -209,13 +495,20 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
209
495
  mono: string;
210
496
  };
211
497
  fontSizes: {
212
- tiny: string;
213
498
  xs: string;
214
- base: string;
215
499
  sm: string;
500
+ base: string;
216
501
  md: string;
217
502
  lg: string;
218
503
  xl: string;
504
+ xl2: string;
505
+ xl3: string;
506
+ xl4: string;
507
+ xl5: string;
508
+ xl6: string;
509
+ xl7: string;
510
+ xl8: string;
511
+ xl9: string;
219
512
  };
220
513
  fontWeights: {
221
514
  hairline: number;
@@ -231,9 +524,18 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
231
524
  lineHeights: {
232
525
  xs: number;
233
526
  sm: number;
527
+ base: number;
234
528
  md: number;
235
529
  lg: number;
236
530
  xl: number;
531
+ xl2: number;
532
+ xl3: number;
533
+ xl4: number;
534
+ xl5: number;
535
+ xl6: number;
536
+ xl7: number;
537
+ xl8: number;
538
+ xl9: number;
237
539
  };
238
540
  letterSpacings: {
239
541
  tighter: string;
@@ -318,6 +620,7 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
318
620
  avatar: string;
319
621
  link: string;
320
622
  card: string;
623
+ dropdownItem: string;
321
624
  };
322
625
  breakpoints: {
323
626
  xs: string;
@@ -693,7 +996,9 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
693
996
  readonly [$$PropertyValue]: "backgroundColor";
694
997
  }) => {
695
998
  bf: string;
696
- bg: string;
999
+ bg: {
1000
+ readonly [$$PropertyValue]: "backgroundColor";
1001
+ };
697
1002
  };
698
1003
  bgColor: (value: {
699
1004
  readonly [$$PropertyValue]: "backgroundColor";
@@ -771,6 +1076,32 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
771
1076
  readonly [$$PropertyValue]: "boxShadow";
772
1077
  };
773
1078
  };
1079
+ ds: (value: {
1080
+ readonly [$$PropertyValue]: "boxShadow";
1081
+ }) => {
1082
+ dropShadow: {
1083
+ readonly [$$PropertyValue]: "boxShadow";
1084
+ };
1085
+ };
1086
+ shadow: (value: {
1087
+ readonly [$$PropertyValue]: "boxShadow";
1088
+ }) => {
1089
+ boxShadow: {
1090
+ readonly [$$PropertyValue]: "boxShadow";
1091
+ };
1092
+ };
1093
+ dshadow: (value: {
1094
+ readonly [$$PropertyValue]: "boxShadow";
1095
+ }) => {
1096
+ dropShadow: {
1097
+ readonly [$$PropertyValue]: "boxShadow";
1098
+ };
1099
+ };
1100
+ dropShadow: (value: {
1101
+ readonly [$$PropertyValue]: "boxShadow";
1102
+ }) => {
1103
+ filter: string;
1104
+ };
774
1105
  normalShadow: (value: {
775
1106
  readonly [$$PropertyValue]: "backgroundColor";
776
1107
  }) => {
@@ -974,6 +1305,2108 @@ export declare const StyledAvatar: import("@stitches/react/types/styled-componen
974
1305
  readonly [$$PropertyValue]: "textDecorationLine";
975
1306
  };
976
1307
  };
1308
+ truncateText: (value: {
1309
+ readonly [$$PropertyValue]: "width";
1310
+ }) => {
1311
+ maxWidth: {
1312
+ readonly [$$PropertyValue]: "width";
1313
+ };
1314
+ whiteSpace: string;
1315
+ overflow: string;
1316
+ textOverflow: string;
1317
+ };
1318
+ textGradient: (value: {
1319
+ readonly [$$PropertyValue]: "backgroundImage";
1320
+ }) => {
1321
+ backgroundImage: string;
1322
+ WebkitBackgroundClip: string;
1323
+ WebkitTextFillColor: string;
1324
+ '&::selection': {
1325
+ WebkitTextFillColor: string;
1326
+ };
1327
+ };
1328
+ }>>, import("@stitches/react/types/styled-component").CssComponent<never, {}, {
1329
+ xs: string;
1330
+ sm: string;
1331
+ md: string;
1332
+ lg: string;
1333
+ xl: string;
1334
+ xsMax: string;
1335
+ smMax: string;
1336
+ mdMax: string;
1337
+ lgMax: string;
1338
+ xlMax: string;
1339
+ motion: string;
1340
+ safari: string;
1341
+ hover: string;
1342
+ dark: string;
1343
+ light: string;
1344
+ }, import("@stitches/react/types/css-util").CSS<{
1345
+ xs: string;
1346
+ sm: string;
1347
+ md: string;
1348
+ lg: string;
1349
+ xl: string;
1350
+ xsMax: string;
1351
+ smMax: string;
1352
+ mdMax: string;
1353
+ lgMax: string;
1354
+ xlMax: string;
1355
+ motion: string;
1356
+ safari: string;
1357
+ hover: string;
1358
+ dark: string;
1359
+ light: string;
1360
+ }, {
1361
+ shadows: {
1362
+ xs: string;
1363
+ sm: string;
1364
+ md: string;
1365
+ lg: string;
1366
+ xl: string;
1367
+ };
1368
+ dropShadows: {
1369
+ xs: string;
1370
+ sm: string;
1371
+ md: string;
1372
+ lg: string;
1373
+ xl: string;
1374
+ };
1375
+ colors: {
1376
+ text: string;
1377
+ link: string;
1378
+ codeLight: string;
1379
+ code: string;
1380
+ selection: string;
1381
+ gray50: string;
1382
+ gray100: string;
1383
+ gray200: string;
1384
+ gray300: string;
1385
+ gray400: string;
1386
+ gray500: string;
1387
+ gray600: string;
1388
+ gray700: string;
1389
+ gray800: string;
1390
+ gray900: string;
1391
+ pink50: string;
1392
+ pink100: string;
1393
+ pink200: string;
1394
+ pink300: string;
1395
+ pink400: string;
1396
+ pink500: string;
1397
+ pink600: string;
1398
+ pink700: string;
1399
+ pink800: string;
1400
+ pink900: string;
1401
+ cyan50: string;
1402
+ cyan100: string;
1403
+ cyan200: string;
1404
+ cyan300: string;
1405
+ cyan400: string;
1406
+ cyan500: string;
1407
+ cyan600: string;
1408
+ cyan700: string;
1409
+ cyan800: string;
1410
+ cyan900: string;
1411
+ red50: string;
1412
+ red100: string;
1413
+ red200: string;
1414
+ red300: string;
1415
+ red400: string;
1416
+ red500: string;
1417
+ red600: string;
1418
+ red700: string;
1419
+ red800: string;
1420
+ red900: string;
1421
+ yellow50: string;
1422
+ yellow100: string;
1423
+ yellow200: string;
1424
+ yellow300: string;
1425
+ yellow400: string;
1426
+ yellow500: string;
1427
+ yellow600: string;
1428
+ yellow700: string;
1429
+ yellow800: string;
1430
+ yellow900: string;
1431
+ green50: string;
1432
+ green100: string;
1433
+ green200: string;
1434
+ green300: string;
1435
+ green400: string;
1436
+ green500: string;
1437
+ green600: string;
1438
+ green700: string;
1439
+ green800: string;
1440
+ green900: string;
1441
+ purple50: string;
1442
+ purple100: string;
1443
+ purple200: string;
1444
+ purple300: string;
1445
+ purple400: string;
1446
+ purple500: string;
1447
+ purple600: string;
1448
+ purple700: string;
1449
+ purple800: string;
1450
+ purple900: string;
1451
+ blue50: string;
1452
+ blue100: string;
1453
+ blue200: string;
1454
+ blue300: string;
1455
+ blue400: string;
1456
+ blue500: string;
1457
+ blue600: string;
1458
+ blue700: string;
1459
+ blue800: string;
1460
+ blue900: string;
1461
+ background: string;
1462
+ foreground: string;
1463
+ backgroundContrast: string;
1464
+ white: string;
1465
+ black: string;
1466
+ primaryLight: string;
1467
+ primaryLightHover: string;
1468
+ primaryLightActive: string;
1469
+ primaryLightContrast: string;
1470
+ primary: string;
1471
+ primaryBorder: string;
1472
+ primaryBorderHover: string;
1473
+ primarySolidHover: string;
1474
+ primarySolidContrast: string;
1475
+ primaryShadow: string;
1476
+ secondaryLight: string;
1477
+ secondaryLightHover: string;
1478
+ secondaryLightActive: string;
1479
+ secondaryLightContrast: string;
1480
+ secondary: string;
1481
+ secondaryBorder: string;
1482
+ secondaryBorderHover: string;
1483
+ secondarySolidHover: string;
1484
+ secondarySolidContrast: string;
1485
+ secondaryShadow: string;
1486
+ successLight: string;
1487
+ successLightHover: string;
1488
+ successLightActive: string;
1489
+ successLightContrast: string;
1490
+ success: string;
1491
+ successBorder: string;
1492
+ successBorderHover: string;
1493
+ successSolidHover: string;
1494
+ successSolidContrast: string;
1495
+ successShadow: string;
1496
+ warningLight: string;
1497
+ warningLightHover: string;
1498
+ warningLightActive: string;
1499
+ warningLightContrast: string;
1500
+ warning: string;
1501
+ warningBorder: string;
1502
+ warningBorderHover: string;
1503
+ warningSolidHover: string;
1504
+ warningSolidContrast: string;
1505
+ warningShadow: string;
1506
+ errorLight: string;
1507
+ errorLightHover: string;
1508
+ errorLightActive: string;
1509
+ errorLightContrast: string;
1510
+ error: string;
1511
+ errorBorder: string;
1512
+ errorBorderHover: string;
1513
+ errorSolidHover: string;
1514
+ errorSolidContrast: string;
1515
+ errorShadow: string;
1516
+ neutralLight: string;
1517
+ neutralLightHover: string;
1518
+ neutralLightActive: string;
1519
+ neutralLightContrast: string;
1520
+ neutral: string;
1521
+ neutralBorder: string;
1522
+ neutralBorderHover: string;
1523
+ neutralSolidHover: string;
1524
+ neutralSolidContrast: string;
1525
+ neutralShadow: string;
1526
+ gradient: string;
1527
+ accents0: string;
1528
+ accents1: string;
1529
+ accents2: string;
1530
+ accents3: string;
1531
+ accents4: string;
1532
+ accents5: string;
1533
+ accents6: string;
1534
+ accents7: string;
1535
+ accents8: string;
1536
+ accents9: string;
1537
+ border: string;
1538
+ };
1539
+ fonts: {
1540
+ sans: string;
1541
+ mono: string;
1542
+ };
1543
+ fontSizes: {
1544
+ xs: string;
1545
+ sm: string;
1546
+ base: string;
1547
+ md: string;
1548
+ lg: string;
1549
+ xl: string;
1550
+ xl2: string;
1551
+ xl3: string;
1552
+ xl4: string;
1553
+ xl5: string;
1554
+ xl6: string;
1555
+ xl7: string;
1556
+ xl8: string;
1557
+ xl9: string;
1558
+ };
1559
+ fontWeights: {
1560
+ hairline: number;
1561
+ thin: number;
1562
+ light: number;
1563
+ normal: number;
1564
+ medium: number;
1565
+ semibold: number;
1566
+ bold: number;
1567
+ extrabold: number;
1568
+ black: number;
1569
+ };
1570
+ lineHeights: {
1571
+ xs: number;
1572
+ sm: number;
1573
+ base: number;
1574
+ md: number;
1575
+ lg: number;
1576
+ xl: number;
1577
+ xl2: number;
1578
+ xl3: number;
1579
+ xl4: number;
1580
+ xl5: number;
1581
+ xl6: number;
1582
+ xl7: number;
1583
+ xl8: number;
1584
+ xl9: number;
1585
+ };
1586
+ letterSpacings: {
1587
+ tighter: string;
1588
+ tight: string;
1589
+ normal: string;
1590
+ wide: string;
1591
+ wider: string;
1592
+ widest: string;
1593
+ };
1594
+ space: {
1595
+ 0: string;
1596
+ xs: string;
1597
+ sm: string;
1598
+ md: string;
1599
+ lg: string;
1600
+ xl: string;
1601
+ px: string;
1602
+ 1: string;
1603
+ 2: string;
1604
+ 3: string;
1605
+ 4: string;
1606
+ 5: string;
1607
+ 6: string;
1608
+ 7: string;
1609
+ 8: string;
1610
+ 9: string;
1611
+ 10: string;
1612
+ 11: string;
1613
+ 12: string;
1614
+ 13: string;
1615
+ 14: string;
1616
+ 15: string;
1617
+ 16: string;
1618
+ 17: string;
1619
+ 18: string;
1620
+ 20: string;
1621
+ 24: string;
1622
+ 28: string;
1623
+ 32: string;
1624
+ 36: string;
1625
+ 40: string;
1626
+ 44: string;
1627
+ 48: string;
1628
+ 52: string;
1629
+ 56: string;
1630
+ 60: string;
1631
+ 64: string;
1632
+ 72: string;
1633
+ 80: string;
1634
+ 96: string;
1635
+ };
1636
+ radii: {
1637
+ xs: string;
1638
+ sm: string;
1639
+ md: string;
1640
+ base: string;
1641
+ lg: string;
1642
+ xl: string;
1643
+ squared: string;
1644
+ rounded: string;
1645
+ pill: string;
1646
+ };
1647
+ zIndices: {
1648
+ 1: string;
1649
+ 2: string;
1650
+ 3: string;
1651
+ 4: string;
1652
+ 5: string;
1653
+ 10: string;
1654
+ max: string;
1655
+ };
1656
+ borderWeights: {
1657
+ light: string;
1658
+ normal: string;
1659
+ bold: string;
1660
+ extrabold: string;
1661
+ black: string;
1662
+ };
1663
+ transitions: {
1664
+ default: string;
1665
+ button: string;
1666
+ avatar: string;
1667
+ link: string;
1668
+ card: string;
1669
+ dropdownItem: string;
1670
+ };
1671
+ breakpoints: {
1672
+ xs: string;
1673
+ sm: string;
1674
+ md: string;
1675
+ lg: string;
1676
+ xl: string;
1677
+ };
1678
+ }, {
1679
+ width: string;
1680
+ height: string;
1681
+ minWidth: string;
1682
+ maxWidth: string;
1683
+ minHeight: string;
1684
+ maxHeight: string;
1685
+ flexBasis: string;
1686
+ gridTemplateColumns: string;
1687
+ gridTemplateRows: string;
1688
+ blockSize: string;
1689
+ minBlockSize: string;
1690
+ maxBlockSize: string;
1691
+ inlineSize: string;
1692
+ minInlineSize: string;
1693
+ maxInlineSize: string;
1694
+ borderWidth: string;
1695
+ gap: "space";
1696
+ gridGap: "space";
1697
+ columnGap: "space";
1698
+ gridColumnGap: "space";
1699
+ rowGap: "space";
1700
+ gridRowGap: "space";
1701
+ inset: "space";
1702
+ insetBlock: "space";
1703
+ insetBlockEnd: "space";
1704
+ insetBlockStart: "space";
1705
+ insetInline: "space";
1706
+ insetInlineEnd: "space";
1707
+ insetInlineStart: "space";
1708
+ margin: "space";
1709
+ marginTop: "space";
1710
+ marginRight: "space";
1711
+ marginBottom: "space";
1712
+ marginLeft: "space";
1713
+ marginBlock: "space";
1714
+ marginBlockEnd: "space";
1715
+ marginBlockStart: "space";
1716
+ marginInline: "space";
1717
+ marginInlineEnd: "space";
1718
+ marginInlineStart: "space";
1719
+ padding: "space";
1720
+ paddingTop: "space";
1721
+ paddingRight: "space";
1722
+ paddingBottom: "space";
1723
+ paddingLeft: "space";
1724
+ paddingBlock: "space";
1725
+ paddingBlockEnd: "space";
1726
+ paddingBlockStart: "space";
1727
+ paddingInline: "space";
1728
+ paddingInlineEnd: "space";
1729
+ paddingInlineStart: "space";
1730
+ scrollMargin: "space";
1731
+ scrollMarginTop: "space";
1732
+ scrollMarginRight: "space";
1733
+ scrollMarginBottom: "space";
1734
+ scrollMarginLeft: "space";
1735
+ scrollMarginBlock: "space";
1736
+ scrollMarginBlockEnd: "space";
1737
+ scrollMarginBlockStart: "space";
1738
+ scrollMarginInline: "space";
1739
+ scrollMarginInlineEnd: "space";
1740
+ scrollMarginInlineStart: "space";
1741
+ scrollPadding: "space";
1742
+ scrollPaddingTop: "space";
1743
+ scrollPaddingRight: "space";
1744
+ scrollPaddingBottom: "space";
1745
+ scrollPaddingLeft: "space";
1746
+ scrollPaddingBlock: "space";
1747
+ scrollPaddingBlockEnd: "space";
1748
+ scrollPaddingBlockStart: "space";
1749
+ scrollPaddingInline: "space";
1750
+ scrollPaddingInlineEnd: "space";
1751
+ scrollPaddingInlineStart: "space";
1752
+ top: "space";
1753
+ right: "space";
1754
+ bottom: "space";
1755
+ left: "space";
1756
+ fontSize: "fontSizes";
1757
+ background: "colors";
1758
+ backgroundColor: "colors";
1759
+ backgroundImage: "colors";
1760
+ borderImage: "colors";
1761
+ border: "colors";
1762
+ borderBlock: "colors";
1763
+ borderBlockEnd: "colors";
1764
+ borderBlockStart: "colors";
1765
+ borderBottom: "colors";
1766
+ borderBottomColor: "colors";
1767
+ borderColor: "colors";
1768
+ borderInline: "colors";
1769
+ borderInlineEnd: "colors";
1770
+ borderInlineStart: "colors";
1771
+ borderLeft: "colors";
1772
+ borderLeftColor: "colors";
1773
+ borderRight: "colors";
1774
+ borderRightColor: "colors";
1775
+ borderTop: "colors";
1776
+ borderTopColor: "colors";
1777
+ caretColor: "colors";
1778
+ color: "colors";
1779
+ columnRuleColor: "colors";
1780
+ outline: "colors";
1781
+ outlineColor: "colors";
1782
+ fill: "colors";
1783
+ stroke: "colors";
1784
+ textDecorationColor: "colors";
1785
+ fontFamily: "fonts";
1786
+ fontWeight: "fontWeights";
1787
+ lineHeight: "lineHeights";
1788
+ letterSpacing: "letterSpacings";
1789
+ borderTopWidth: "borderWidths";
1790
+ borderLeftWidth: "borderWidths";
1791
+ borderRightWidth: "borderWidths";
1792
+ borderBottomWidth: "borderWidths";
1793
+ borderStyle: "borderStyles";
1794
+ borderTopStyle: "borderStyles";
1795
+ borderLeftStyle: "borderStyles";
1796
+ borderRightStyle: "borderStyles";
1797
+ borderBottomStyle: "borderStyles";
1798
+ borderRadius: "radii";
1799
+ borderTopLeftRadius: "radii";
1800
+ borderTopRightRadius: "radii";
1801
+ borderBottomRightRadius: "radii";
1802
+ borderBottomLeftRadius: "radii";
1803
+ boxShadow: "shadows";
1804
+ textShadow: "shadows";
1805
+ transition: "transitions";
1806
+ zIndex: "zIndices";
1807
+ }, {
1808
+ p: (value: {
1809
+ readonly [$$PropertyValue]: "padding";
1810
+ }) => {
1811
+ padding: {
1812
+ readonly [$$PropertyValue]: "padding";
1813
+ };
1814
+ };
1815
+ pt: (value: {
1816
+ readonly [$$PropertyValue]: "paddingTop";
1817
+ }) => {
1818
+ paddingTop: {
1819
+ readonly [$$PropertyValue]: "paddingTop";
1820
+ };
1821
+ };
1822
+ pr: (value: {
1823
+ readonly [$$PropertyValue]: "paddingRight";
1824
+ }) => {
1825
+ paddingRight: {
1826
+ readonly [$$PropertyValue]: "paddingRight";
1827
+ };
1828
+ };
1829
+ pb: (value: {
1830
+ readonly [$$PropertyValue]: "paddingBottom";
1831
+ }) => {
1832
+ paddingBottom: {
1833
+ readonly [$$PropertyValue]: "paddingBottom";
1834
+ };
1835
+ };
1836
+ pl: (value: {
1837
+ readonly [$$PropertyValue]: "paddingLeft";
1838
+ }) => {
1839
+ paddingLeft: {
1840
+ readonly [$$PropertyValue]: "paddingLeft";
1841
+ };
1842
+ };
1843
+ px: (value: {
1844
+ readonly [$$PropertyValue]: "paddingLeft";
1845
+ }) => {
1846
+ paddingLeft: {
1847
+ readonly [$$PropertyValue]: "paddingLeft";
1848
+ };
1849
+ paddingRight: {
1850
+ readonly [$$PropertyValue]: "paddingLeft";
1851
+ };
1852
+ };
1853
+ py: (value: {
1854
+ readonly [$$PropertyValue]: "paddingTop";
1855
+ }) => {
1856
+ paddingTop: {
1857
+ readonly [$$PropertyValue]: "paddingTop";
1858
+ };
1859
+ paddingBottom: {
1860
+ readonly [$$PropertyValue]: "paddingTop";
1861
+ };
1862
+ };
1863
+ m: (value: {
1864
+ readonly [$$PropertyValue]: "margin";
1865
+ }) => {
1866
+ margin: {
1867
+ readonly [$$PropertyValue]: "margin";
1868
+ };
1869
+ };
1870
+ mt: (value: {
1871
+ readonly [$$PropertyValue]: "marginTop";
1872
+ }) => {
1873
+ marginTop: {
1874
+ readonly [$$PropertyValue]: "marginTop";
1875
+ };
1876
+ };
1877
+ mr: (value: {
1878
+ readonly [$$PropertyValue]: "marginRight";
1879
+ }) => {
1880
+ marginRight: {
1881
+ readonly [$$PropertyValue]: "marginRight";
1882
+ };
1883
+ };
1884
+ mb: (value: {
1885
+ readonly [$$PropertyValue]: "marginBottom";
1886
+ }) => {
1887
+ marginBottom: {
1888
+ readonly [$$PropertyValue]: "marginBottom";
1889
+ };
1890
+ };
1891
+ ml: (value: {
1892
+ readonly [$$PropertyValue]: "marginLeft";
1893
+ }) => {
1894
+ marginLeft: {
1895
+ readonly [$$PropertyValue]: "marginLeft";
1896
+ };
1897
+ };
1898
+ mx: (value: {
1899
+ readonly [$$PropertyValue]: "marginLeft";
1900
+ }) => {
1901
+ marginLeft: {
1902
+ readonly [$$PropertyValue]: "marginLeft";
1903
+ };
1904
+ marginRight: {
1905
+ readonly [$$PropertyValue]: "marginLeft";
1906
+ };
1907
+ };
1908
+ my: (value: {
1909
+ readonly [$$PropertyValue]: "marginTop";
1910
+ }) => {
1911
+ marginTop: {
1912
+ readonly [$$PropertyValue]: "marginTop";
1913
+ };
1914
+ marginBottom: {
1915
+ readonly [$$PropertyValue]: "marginTop";
1916
+ };
1917
+ };
1918
+ ta: (value: {
1919
+ readonly [$$PropertyValue]: "textAlign";
1920
+ }) => {
1921
+ textAlign: {
1922
+ readonly [$$PropertyValue]: "textAlign";
1923
+ };
1924
+ };
1925
+ tt: (value: {
1926
+ readonly [$$PropertyValue]: "textTransform";
1927
+ }) => {
1928
+ textTransform: {
1929
+ readonly [$$PropertyValue]: "textTransform";
1930
+ };
1931
+ };
1932
+ to: (value: {
1933
+ readonly [$$PropertyValue]: "textOverflow";
1934
+ }) => {
1935
+ textOverflow: {
1936
+ readonly [$$PropertyValue]: "textOverflow";
1937
+ };
1938
+ };
1939
+ d: (value: {
1940
+ readonly [$$PropertyValue]: "display";
1941
+ }) => {
1942
+ display: {
1943
+ readonly [$$PropertyValue]: "display";
1944
+ };
1945
+ };
1946
+ dflex: (value: {
1947
+ readonly [$$PropertyValue]: "alignItems";
1948
+ }) => {
1949
+ display: string;
1950
+ alignItems: {
1951
+ readonly [$$PropertyValue]: "alignItems";
1952
+ };
1953
+ justifyContent: {
1954
+ readonly [$$PropertyValue]: "alignItems";
1955
+ };
1956
+ };
1957
+ fd: (value: {
1958
+ readonly [$$PropertyValue]: "flexDirection";
1959
+ }) => {
1960
+ flexDirection: {
1961
+ readonly [$$PropertyValue]: "flexDirection";
1962
+ };
1963
+ };
1964
+ fw: (value: {
1965
+ readonly [$$PropertyValue]: "flexWrap";
1966
+ }) => {
1967
+ flexWrap: {
1968
+ readonly [$$PropertyValue]: "flexWrap";
1969
+ };
1970
+ };
1971
+ ai: (value: {
1972
+ readonly [$$PropertyValue]: "alignItems";
1973
+ }) => {
1974
+ alignItems: {
1975
+ readonly [$$PropertyValue]: "alignItems";
1976
+ };
1977
+ };
1978
+ ac: (value: {
1979
+ readonly [$$PropertyValue]: "alignContent";
1980
+ }) => {
1981
+ alignContent: {
1982
+ readonly [$$PropertyValue]: "alignContent";
1983
+ };
1984
+ };
1985
+ jc: (value: {
1986
+ readonly [$$PropertyValue]: "justifyContent";
1987
+ }) => {
1988
+ justifyContent: {
1989
+ readonly [$$PropertyValue]: "justifyContent";
1990
+ };
1991
+ };
1992
+ as: (value: {
1993
+ readonly [$$PropertyValue]: "alignSelf";
1994
+ }) => {
1995
+ alignSelf: {
1996
+ readonly [$$PropertyValue]: "alignSelf";
1997
+ };
1998
+ };
1999
+ fg: (value: {
2000
+ readonly [$$PropertyValue]: "flexGrow";
2001
+ }) => {
2002
+ flexGrow: {
2003
+ readonly [$$PropertyValue]: "flexGrow";
2004
+ };
2005
+ };
2006
+ fs: (value: {
2007
+ readonly [$$PropertyValue]: "fontSize";
2008
+ }) => {
2009
+ fontSize: {
2010
+ readonly [$$PropertyValue]: "fontSize";
2011
+ };
2012
+ };
2013
+ fb: (value: {
2014
+ readonly [$$PropertyValue]: "flexBasis";
2015
+ }) => {
2016
+ flexBasis: {
2017
+ readonly [$$PropertyValue]: "flexBasis";
2018
+ };
2019
+ };
2020
+ bc: (value: {
2021
+ readonly [$$PropertyValue]: "backgroundColor";
2022
+ }) => {
2023
+ backgroundColor: {
2024
+ readonly [$$PropertyValue]: "backgroundColor";
2025
+ };
2026
+ };
2027
+ bf: (value: {
2028
+ readonly [$$PropertyValue]: "backdropFilter";
2029
+ }) => {
2030
+ backdropFilter: {
2031
+ readonly [$$PropertyValue]: "backdropFilter";
2032
+ };
2033
+ };
2034
+ bg: (value: {
2035
+ readonly [$$PropertyValue]: "backgroundColor";
2036
+ }) => {
2037
+ background: {
2038
+ readonly [$$PropertyValue]: "backgroundColor";
2039
+ };
2040
+ };
2041
+ bgBlur: (value: {
2042
+ readonly [$$PropertyValue]: "backgroundColor";
2043
+ }) => {
2044
+ bf: string;
2045
+ bg: {
2046
+ readonly [$$PropertyValue]: "backgroundColor";
2047
+ };
2048
+ };
2049
+ bgColor: (value: {
2050
+ readonly [$$PropertyValue]: "backgroundColor";
2051
+ }) => {
2052
+ backgroundColor: {
2053
+ readonly [$$PropertyValue]: "backgroundColor";
2054
+ };
2055
+ };
2056
+ backgroundClip: (value: {
2057
+ readonly [$$PropertyValue]: "backgroundClip";
2058
+ }) => {
2059
+ WebkitBackgroundClip: {
2060
+ readonly [$$PropertyValue]: "backgroundClip";
2061
+ };
2062
+ backgroundClip: {
2063
+ readonly [$$PropertyValue]: "backgroundClip";
2064
+ };
2065
+ };
2066
+ bgClip: (value: {
2067
+ readonly [$$PropertyValue]: "backgroundClip";
2068
+ }) => {
2069
+ WebkitBackgroundClip: {
2070
+ readonly [$$PropertyValue]: "backgroundClip";
2071
+ };
2072
+ backgroundClip: {
2073
+ readonly [$$PropertyValue]: "backgroundClip";
2074
+ };
2075
+ };
2076
+ br: (value: {
2077
+ readonly [$$PropertyValue]: "borderRadius";
2078
+ }) => {
2079
+ borderRadius: {
2080
+ readonly [$$PropertyValue]: "borderRadius";
2081
+ };
2082
+ };
2083
+ bw: (value: {
2084
+ readonly [$$PropertyValue]: "borderWidth";
2085
+ }) => {
2086
+ borderWidth: {
2087
+ readonly [$$PropertyValue]: "borderWidth";
2088
+ };
2089
+ };
2090
+ btrr: (value: {
2091
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2092
+ }) => {
2093
+ borderTopRightRadius: {
2094
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2095
+ };
2096
+ };
2097
+ bbrr: (value: {
2098
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2099
+ }) => {
2100
+ borderBottomRightRadius: {
2101
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2102
+ };
2103
+ };
2104
+ bblr: (value: {
2105
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2106
+ }) => {
2107
+ borderBottomLeftRadius: {
2108
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2109
+ };
2110
+ };
2111
+ btlr: (value: {
2112
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2113
+ }) => {
2114
+ borderTopLeftRadius: {
2115
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2116
+ };
2117
+ };
2118
+ bs: (value: {
2119
+ readonly [$$PropertyValue]: "boxShadow";
2120
+ }) => {
2121
+ boxShadow: {
2122
+ readonly [$$PropertyValue]: "boxShadow";
2123
+ };
2124
+ };
2125
+ ds: (value: {
2126
+ readonly [$$PropertyValue]: "boxShadow";
2127
+ }) => {
2128
+ dropShadow: {
2129
+ readonly [$$PropertyValue]: "boxShadow";
2130
+ };
2131
+ };
2132
+ shadow: (value: {
2133
+ readonly [$$PropertyValue]: "boxShadow";
2134
+ }) => {
2135
+ boxShadow: {
2136
+ readonly [$$PropertyValue]: "boxShadow";
2137
+ };
2138
+ };
2139
+ dshadow: (value: {
2140
+ readonly [$$PropertyValue]: "boxShadow";
2141
+ }) => {
2142
+ dropShadow: {
2143
+ readonly [$$PropertyValue]: "boxShadow";
2144
+ };
2145
+ };
2146
+ dropShadow: (value: {
2147
+ readonly [$$PropertyValue]: "boxShadow";
2148
+ }) => {
2149
+ filter: string;
2150
+ };
2151
+ normalShadow: (value: {
2152
+ readonly [$$PropertyValue]: "backgroundColor";
2153
+ }) => {
2154
+ boxShadow: string;
2155
+ };
2156
+ normalShadowVar: (value: {
2157
+ readonly [$$PropertyValue]: "backgroundColor";
2158
+ }) => {
2159
+ boxShadow: string;
2160
+ };
2161
+ lh: (value: {
2162
+ readonly [$$PropertyValue]: "lineHeight";
2163
+ }) => {
2164
+ lineHeight: {
2165
+ readonly [$$PropertyValue]: "lineHeight";
2166
+ };
2167
+ };
2168
+ ov: (value: {
2169
+ readonly [$$PropertyValue]: "overflow";
2170
+ }) => {
2171
+ overflow: {
2172
+ readonly [$$PropertyValue]: "overflow";
2173
+ };
2174
+ };
2175
+ ox: (value: {
2176
+ readonly [$$PropertyValue]: "overflowX";
2177
+ }) => {
2178
+ overflowX: {
2179
+ readonly [$$PropertyValue]: "overflowX";
2180
+ };
2181
+ };
2182
+ oy: (value: {
2183
+ readonly [$$PropertyValue]: "overflowY";
2184
+ }) => {
2185
+ overflowY: {
2186
+ readonly [$$PropertyValue]: "overflowY";
2187
+ };
2188
+ };
2189
+ pe: (value: {
2190
+ readonly [$$PropertyValue]: "pointerEvents";
2191
+ }) => {
2192
+ pointerEvents: {
2193
+ readonly [$$PropertyValue]: "pointerEvents";
2194
+ };
2195
+ };
2196
+ events: (value: {
2197
+ readonly [$$PropertyValue]: "pointerEvents";
2198
+ }) => {
2199
+ pointerEvents: {
2200
+ readonly [$$PropertyValue]: "pointerEvents";
2201
+ };
2202
+ };
2203
+ us: (value: {
2204
+ readonly [$$PropertyValue]: "userSelect";
2205
+ }) => {
2206
+ WebkitUserSelect: {
2207
+ readonly [$$PropertyValue]: "userSelect";
2208
+ };
2209
+ userSelect: {
2210
+ readonly [$$PropertyValue]: "userSelect";
2211
+ };
2212
+ };
2213
+ userSelect: (value: {
2214
+ readonly [$$PropertyValue]: "userSelect";
2215
+ }) => {
2216
+ WebkitUserSelect: {
2217
+ readonly [$$PropertyValue]: "userSelect";
2218
+ };
2219
+ userSelect: {
2220
+ readonly [$$PropertyValue]: "userSelect";
2221
+ };
2222
+ };
2223
+ w: (value: {
2224
+ readonly [$$PropertyValue]: "width";
2225
+ }) => {
2226
+ width: {
2227
+ readonly [$$PropertyValue]: "width";
2228
+ };
2229
+ };
2230
+ h: (value: {
2231
+ readonly [$$PropertyValue]: "height";
2232
+ }) => {
2233
+ height: {
2234
+ readonly [$$PropertyValue]: "height";
2235
+ };
2236
+ };
2237
+ mw: (value: {
2238
+ readonly [$$PropertyValue]: "maxWidth";
2239
+ }) => {
2240
+ maxWidth: {
2241
+ readonly [$$PropertyValue]: "maxWidth";
2242
+ };
2243
+ };
2244
+ maxW: (value: {
2245
+ readonly [$$PropertyValue]: "maxWidth";
2246
+ }) => {
2247
+ maxWidth: {
2248
+ readonly [$$PropertyValue]: "maxWidth";
2249
+ };
2250
+ };
2251
+ mh: (value: {
2252
+ readonly [$$PropertyValue]: "maxHeight";
2253
+ }) => {
2254
+ maxHeight: {
2255
+ readonly [$$PropertyValue]: "maxHeight";
2256
+ };
2257
+ };
2258
+ maxH: (value: {
2259
+ readonly [$$PropertyValue]: "maxHeight";
2260
+ }) => {
2261
+ maxHeight: {
2262
+ readonly [$$PropertyValue]: "maxHeight";
2263
+ };
2264
+ };
2265
+ size: (value: {
2266
+ readonly [$$PropertyValue]: "width";
2267
+ }) => {
2268
+ width: {
2269
+ readonly [$$PropertyValue]: "width";
2270
+ };
2271
+ height: {
2272
+ readonly [$$PropertyValue]: "width";
2273
+ };
2274
+ };
2275
+ minSize: (value: {
2276
+ readonly [$$PropertyValue]: "width";
2277
+ }) => {
2278
+ minWidth: {
2279
+ readonly [$$PropertyValue]: "width";
2280
+ };
2281
+ minHeight: {
2282
+ readonly [$$PropertyValue]: "width";
2283
+ };
2284
+ width: {
2285
+ readonly [$$PropertyValue]: "width";
2286
+ };
2287
+ height: {
2288
+ readonly [$$PropertyValue]: "width";
2289
+ };
2290
+ };
2291
+ sizeMin: (value: {
2292
+ readonly [$$PropertyValue]: "width";
2293
+ }) => {
2294
+ minWidth: {
2295
+ readonly [$$PropertyValue]: "width";
2296
+ };
2297
+ minHeight: {
2298
+ readonly [$$PropertyValue]: "width";
2299
+ };
2300
+ width: {
2301
+ readonly [$$PropertyValue]: "width";
2302
+ };
2303
+ height: {
2304
+ readonly [$$PropertyValue]: "width";
2305
+ };
2306
+ };
2307
+ maxSize: (value: {
2308
+ readonly [$$PropertyValue]: "width";
2309
+ }) => {
2310
+ maxWidth: {
2311
+ readonly [$$PropertyValue]: "width";
2312
+ };
2313
+ maxHeight: {
2314
+ readonly [$$PropertyValue]: "width";
2315
+ };
2316
+ };
2317
+ sizeMax: (value: {
2318
+ readonly [$$PropertyValue]: "width";
2319
+ }) => {
2320
+ maxWidth: {
2321
+ readonly [$$PropertyValue]: "width";
2322
+ };
2323
+ maxHeight: {
2324
+ readonly [$$PropertyValue]: "width";
2325
+ };
2326
+ };
2327
+ appearance: (value: {
2328
+ readonly [$$PropertyValue]: "appearance";
2329
+ }) => {
2330
+ WebkitAppearance: {
2331
+ readonly [$$PropertyValue]: "appearance";
2332
+ };
2333
+ appearance: {
2334
+ readonly [$$PropertyValue]: "appearance";
2335
+ };
2336
+ };
2337
+ scale: (value: {
2338
+ readonly [$$PropertyValue]: "scale";
2339
+ }) => {
2340
+ transform: string;
2341
+ };
2342
+ linearGradient: (value: {
2343
+ readonly [$$PropertyValue]: "backgroundImage";
2344
+ }) => {
2345
+ backgroundImage: string;
2346
+ };
2347
+ tdl: (value: {
2348
+ readonly [$$PropertyValue]: "textDecorationLine";
2349
+ }) => {
2350
+ textDecorationLine: {
2351
+ readonly [$$PropertyValue]: "textDecorationLine";
2352
+ };
2353
+ };
2354
+ truncateText: (value: {
2355
+ readonly [$$PropertyValue]: "width";
2356
+ }) => {
2357
+ maxWidth: {
2358
+ readonly [$$PropertyValue]: "width";
2359
+ };
2360
+ whiteSpace: string;
2361
+ overflow: string;
2362
+ textOverflow: string;
2363
+ };
2364
+ textGradient: (value: {
2365
+ readonly [$$PropertyValue]: "backgroundImage";
2366
+ }) => {
2367
+ backgroundImage: string;
2368
+ WebkitBackgroundClip: string;
2369
+ WebkitTextFillColor: string;
2370
+ '&::selection': {
2371
+ WebkitTextFillColor: string;
2372
+ };
2373
+ };
2374
+ }>>]>, {
2375
+ xs: string;
2376
+ sm: string;
2377
+ md: string;
2378
+ lg: string;
2379
+ xl: string;
2380
+ xsMax: string;
2381
+ smMax: string;
2382
+ mdMax: string;
2383
+ lgMax: string;
2384
+ xlMax: string;
2385
+ motion: string;
2386
+ safari: string;
2387
+ hover: string;
2388
+ dark: string;
2389
+ light: string;
2390
+ }, import("@stitches/react/types/css-util").CSS<{
2391
+ xs: string;
2392
+ sm: string;
2393
+ md: string;
2394
+ lg: string;
2395
+ xl: string;
2396
+ xsMax: string;
2397
+ smMax: string;
2398
+ mdMax: string;
2399
+ lgMax: string;
2400
+ xlMax: string;
2401
+ motion: string;
2402
+ safari: string;
2403
+ hover: string;
2404
+ dark: string;
2405
+ light: string;
2406
+ }, {
2407
+ shadows: {
2408
+ xs: string;
2409
+ sm: string;
2410
+ md: string;
2411
+ lg: string;
2412
+ xl: string;
2413
+ };
2414
+ dropShadows: {
2415
+ xs: string;
2416
+ sm: string;
2417
+ md: string;
2418
+ lg: string;
2419
+ xl: string;
2420
+ };
2421
+ colors: {
2422
+ text: string;
2423
+ link: string;
2424
+ codeLight: string;
2425
+ code: string;
2426
+ selection: string;
2427
+ gray50: string;
2428
+ gray100: string;
2429
+ gray200: string;
2430
+ gray300: string;
2431
+ gray400: string;
2432
+ gray500: string;
2433
+ gray600: string;
2434
+ gray700: string;
2435
+ gray800: string;
2436
+ gray900: string;
2437
+ pink50: string;
2438
+ pink100: string;
2439
+ pink200: string;
2440
+ pink300: string;
2441
+ pink400: string;
2442
+ pink500: string;
2443
+ pink600: string;
2444
+ pink700: string;
2445
+ pink800: string;
2446
+ pink900: string;
2447
+ cyan50: string;
2448
+ cyan100: string;
2449
+ cyan200: string;
2450
+ cyan300: string;
2451
+ cyan400: string;
2452
+ cyan500: string;
2453
+ cyan600: string;
2454
+ cyan700: string;
2455
+ cyan800: string;
2456
+ cyan900: string;
2457
+ red50: string;
2458
+ red100: string;
2459
+ red200: string;
2460
+ red300: string;
2461
+ red400: string;
2462
+ red500: string;
2463
+ red600: string;
2464
+ red700: string;
2465
+ red800: string;
2466
+ red900: string;
2467
+ yellow50: string;
2468
+ yellow100: string;
2469
+ yellow200: string;
2470
+ yellow300: string;
2471
+ yellow400: string;
2472
+ yellow500: string;
2473
+ yellow600: string;
2474
+ yellow700: string;
2475
+ yellow800: string;
2476
+ yellow900: string;
2477
+ green50: string;
2478
+ green100: string;
2479
+ green200: string;
2480
+ green300: string;
2481
+ green400: string;
2482
+ green500: string;
2483
+ green600: string;
2484
+ green700: string;
2485
+ green800: string;
2486
+ green900: string;
2487
+ purple50: string;
2488
+ purple100: string;
2489
+ purple200: string;
2490
+ purple300: string;
2491
+ purple400: string;
2492
+ purple500: string;
2493
+ purple600: string;
2494
+ purple700: string;
2495
+ purple800: string;
2496
+ purple900: string;
2497
+ blue50: string;
2498
+ blue100: string;
2499
+ blue200: string;
2500
+ blue300: string;
2501
+ blue400: string;
2502
+ blue500: string;
2503
+ blue600: string;
2504
+ blue700: string;
2505
+ blue800: string;
2506
+ blue900: string;
2507
+ background: string;
2508
+ foreground: string;
2509
+ backgroundContrast: string;
2510
+ white: string;
2511
+ black: string;
2512
+ primaryLight: string;
2513
+ primaryLightHover: string;
2514
+ primaryLightActive: string;
2515
+ primaryLightContrast: string;
2516
+ primary: string;
2517
+ primaryBorder: string;
2518
+ primaryBorderHover: string;
2519
+ primarySolidHover: string;
2520
+ primarySolidContrast: string;
2521
+ primaryShadow: string;
2522
+ secondaryLight: string;
2523
+ secondaryLightHover: string;
2524
+ secondaryLightActive: string;
2525
+ secondaryLightContrast: string;
2526
+ secondary: string;
2527
+ secondaryBorder: string;
2528
+ secondaryBorderHover: string;
2529
+ secondarySolidHover: string;
2530
+ secondarySolidContrast: string;
2531
+ secondaryShadow: string;
2532
+ successLight: string;
2533
+ successLightHover: string;
2534
+ successLightActive: string;
2535
+ successLightContrast: string;
2536
+ success: string;
2537
+ successBorder: string;
2538
+ successBorderHover: string;
2539
+ successSolidHover: string;
2540
+ successSolidContrast: string;
2541
+ successShadow: string;
2542
+ warningLight: string;
2543
+ warningLightHover: string;
2544
+ warningLightActive: string;
2545
+ warningLightContrast: string;
2546
+ warning: string;
2547
+ warningBorder: string;
2548
+ warningBorderHover: string;
2549
+ warningSolidHover: string;
2550
+ warningSolidContrast: string;
2551
+ warningShadow: string;
2552
+ errorLight: string;
2553
+ errorLightHover: string;
2554
+ errorLightActive: string;
2555
+ errorLightContrast: string;
2556
+ error: string;
2557
+ errorBorder: string;
2558
+ errorBorderHover: string;
2559
+ errorSolidHover: string;
2560
+ errorSolidContrast: string;
2561
+ errorShadow: string;
2562
+ neutralLight: string;
2563
+ neutralLightHover: string;
2564
+ neutralLightActive: string;
2565
+ neutralLightContrast: string;
2566
+ neutral: string;
2567
+ neutralBorder: string;
2568
+ neutralBorderHover: string;
2569
+ neutralSolidHover: string;
2570
+ neutralSolidContrast: string;
2571
+ neutralShadow: string;
2572
+ gradient: string;
2573
+ accents0: string;
2574
+ accents1: string;
2575
+ accents2: string;
2576
+ accents3: string;
2577
+ accents4: string;
2578
+ accents5: string;
2579
+ accents6: string;
2580
+ accents7: string;
2581
+ accents8: string;
2582
+ accents9: string;
2583
+ border: string;
2584
+ };
2585
+ fonts: {
2586
+ sans: string;
2587
+ mono: string;
2588
+ };
2589
+ fontSizes: {
2590
+ xs: string;
2591
+ sm: string;
2592
+ base: string;
2593
+ md: string;
2594
+ lg: string;
2595
+ xl: string;
2596
+ xl2: string;
2597
+ xl3: string;
2598
+ xl4: string;
2599
+ xl5: string;
2600
+ xl6: string;
2601
+ xl7: string;
2602
+ xl8: string;
2603
+ xl9: string;
2604
+ };
2605
+ fontWeights: {
2606
+ hairline: number;
2607
+ thin: number;
2608
+ light: number;
2609
+ normal: number;
2610
+ medium: number;
2611
+ semibold: number;
2612
+ bold: number;
2613
+ extrabold: number;
2614
+ black: number;
2615
+ };
2616
+ lineHeights: {
2617
+ xs: number;
2618
+ sm: number;
2619
+ base: number;
2620
+ md: number;
2621
+ lg: number;
2622
+ xl: number;
2623
+ xl2: number;
2624
+ xl3: number;
2625
+ xl4: number;
2626
+ xl5: number;
2627
+ xl6: number;
2628
+ xl7: number;
2629
+ xl8: number;
2630
+ xl9: number;
2631
+ };
2632
+ letterSpacings: {
2633
+ tighter: string;
2634
+ tight: string;
2635
+ normal: string;
2636
+ wide: string;
2637
+ wider: string;
2638
+ widest: string;
2639
+ };
2640
+ space: {
2641
+ 0: string;
2642
+ xs: string;
2643
+ sm: string;
2644
+ md: string;
2645
+ lg: string;
2646
+ xl: string;
2647
+ px: string;
2648
+ 1: string;
2649
+ 2: string;
2650
+ 3: string;
2651
+ 4: string;
2652
+ 5: string;
2653
+ 6: string;
2654
+ 7: string;
2655
+ 8: string;
2656
+ 9: string;
2657
+ 10: string;
2658
+ 11: string;
2659
+ 12: string;
2660
+ 13: string;
2661
+ 14: string;
2662
+ 15: string;
2663
+ 16: string;
2664
+ 17: string;
2665
+ 18: string;
2666
+ 20: string;
2667
+ 24: string;
2668
+ 28: string;
2669
+ 32: string;
2670
+ 36: string;
2671
+ 40: string;
2672
+ 44: string;
2673
+ 48: string;
2674
+ 52: string;
2675
+ 56: string;
2676
+ 60: string;
2677
+ 64: string;
2678
+ 72: string;
2679
+ 80: string;
2680
+ 96: string;
2681
+ };
2682
+ radii: {
2683
+ xs: string;
2684
+ sm: string;
2685
+ md: string;
2686
+ base: string;
2687
+ lg: string;
2688
+ xl: string;
2689
+ squared: string;
2690
+ rounded: string;
2691
+ pill: string;
2692
+ };
2693
+ zIndices: {
2694
+ 1: string;
2695
+ 2: string;
2696
+ 3: string;
2697
+ 4: string;
2698
+ 5: string;
2699
+ 10: string;
2700
+ max: string;
2701
+ };
2702
+ borderWeights: {
2703
+ light: string;
2704
+ normal: string;
2705
+ bold: string;
2706
+ extrabold: string;
2707
+ black: string;
2708
+ };
2709
+ transitions: {
2710
+ default: string;
2711
+ button: string;
2712
+ avatar: string;
2713
+ link: string;
2714
+ card: string;
2715
+ dropdownItem: string;
2716
+ };
2717
+ breakpoints: {
2718
+ xs: string;
2719
+ sm: string;
2720
+ md: string;
2721
+ lg: string;
2722
+ xl: string;
2723
+ };
2724
+ }, {
2725
+ width: string;
2726
+ height: string;
2727
+ minWidth: string;
2728
+ maxWidth: string;
2729
+ minHeight: string;
2730
+ maxHeight: string;
2731
+ flexBasis: string;
2732
+ gridTemplateColumns: string;
2733
+ gridTemplateRows: string;
2734
+ blockSize: string;
2735
+ minBlockSize: string;
2736
+ maxBlockSize: string;
2737
+ inlineSize: string;
2738
+ minInlineSize: string;
2739
+ maxInlineSize: string;
2740
+ borderWidth: string;
2741
+ gap: "space";
2742
+ gridGap: "space";
2743
+ columnGap: "space";
2744
+ gridColumnGap: "space";
2745
+ rowGap: "space";
2746
+ gridRowGap: "space";
2747
+ inset: "space";
2748
+ insetBlock: "space";
2749
+ insetBlockEnd: "space";
2750
+ insetBlockStart: "space";
2751
+ insetInline: "space";
2752
+ insetInlineEnd: "space";
2753
+ insetInlineStart: "space";
2754
+ margin: "space";
2755
+ marginTop: "space";
2756
+ marginRight: "space";
2757
+ marginBottom: "space";
2758
+ marginLeft: "space";
2759
+ marginBlock: "space";
2760
+ marginBlockEnd: "space";
2761
+ marginBlockStart: "space";
2762
+ marginInline: "space";
2763
+ marginInlineEnd: "space";
2764
+ marginInlineStart: "space";
2765
+ padding: "space";
2766
+ paddingTop: "space";
2767
+ paddingRight: "space";
2768
+ paddingBottom: "space";
2769
+ paddingLeft: "space";
2770
+ paddingBlock: "space";
2771
+ paddingBlockEnd: "space";
2772
+ paddingBlockStart: "space";
2773
+ paddingInline: "space";
2774
+ paddingInlineEnd: "space";
2775
+ paddingInlineStart: "space";
2776
+ scrollMargin: "space";
2777
+ scrollMarginTop: "space";
2778
+ scrollMarginRight: "space";
2779
+ scrollMarginBottom: "space";
2780
+ scrollMarginLeft: "space";
2781
+ scrollMarginBlock: "space";
2782
+ scrollMarginBlockEnd: "space";
2783
+ scrollMarginBlockStart: "space";
2784
+ scrollMarginInline: "space";
2785
+ scrollMarginInlineEnd: "space";
2786
+ scrollMarginInlineStart: "space";
2787
+ scrollPadding: "space";
2788
+ scrollPaddingTop: "space";
2789
+ scrollPaddingRight: "space";
2790
+ scrollPaddingBottom: "space";
2791
+ scrollPaddingLeft: "space";
2792
+ scrollPaddingBlock: "space";
2793
+ scrollPaddingBlockEnd: "space";
2794
+ scrollPaddingBlockStart: "space";
2795
+ scrollPaddingInline: "space";
2796
+ scrollPaddingInlineEnd: "space";
2797
+ scrollPaddingInlineStart: "space";
2798
+ top: "space";
2799
+ right: "space";
2800
+ bottom: "space";
2801
+ left: "space";
2802
+ fontSize: "fontSizes";
2803
+ background: "colors";
2804
+ backgroundColor: "colors";
2805
+ backgroundImage: "colors";
2806
+ borderImage: "colors";
2807
+ border: "colors";
2808
+ borderBlock: "colors";
2809
+ borderBlockEnd: "colors";
2810
+ borderBlockStart: "colors";
2811
+ borderBottom: "colors";
2812
+ borderBottomColor: "colors";
2813
+ borderColor: "colors";
2814
+ borderInline: "colors";
2815
+ borderInlineEnd: "colors";
2816
+ borderInlineStart: "colors";
2817
+ borderLeft: "colors";
2818
+ borderLeftColor: "colors";
2819
+ borderRight: "colors";
2820
+ borderRightColor: "colors";
2821
+ borderTop: "colors";
2822
+ borderTopColor: "colors";
2823
+ caretColor: "colors";
2824
+ color: "colors";
2825
+ columnRuleColor: "colors";
2826
+ outline: "colors";
2827
+ outlineColor: "colors";
2828
+ fill: "colors";
2829
+ stroke: "colors";
2830
+ textDecorationColor: "colors";
2831
+ fontFamily: "fonts";
2832
+ fontWeight: "fontWeights";
2833
+ lineHeight: "lineHeights";
2834
+ letterSpacing: "letterSpacings";
2835
+ borderTopWidth: "borderWidths";
2836
+ borderLeftWidth: "borderWidths";
2837
+ borderRightWidth: "borderWidths";
2838
+ borderBottomWidth: "borderWidths";
2839
+ borderStyle: "borderStyles";
2840
+ borderTopStyle: "borderStyles";
2841
+ borderLeftStyle: "borderStyles";
2842
+ borderRightStyle: "borderStyles";
2843
+ borderBottomStyle: "borderStyles";
2844
+ borderRadius: "radii";
2845
+ borderTopLeftRadius: "radii";
2846
+ borderTopRightRadius: "radii";
2847
+ borderBottomRightRadius: "radii";
2848
+ borderBottomLeftRadius: "radii";
2849
+ boxShadow: "shadows";
2850
+ textShadow: "shadows";
2851
+ transition: "transitions";
2852
+ zIndex: "zIndices";
2853
+ }, {
2854
+ p: (value: {
2855
+ readonly [$$PropertyValue]: "padding";
2856
+ }) => {
2857
+ padding: {
2858
+ readonly [$$PropertyValue]: "padding";
2859
+ };
2860
+ };
2861
+ pt: (value: {
2862
+ readonly [$$PropertyValue]: "paddingTop";
2863
+ }) => {
2864
+ paddingTop: {
2865
+ readonly [$$PropertyValue]: "paddingTop";
2866
+ };
2867
+ };
2868
+ pr: (value: {
2869
+ readonly [$$PropertyValue]: "paddingRight";
2870
+ }) => {
2871
+ paddingRight: {
2872
+ readonly [$$PropertyValue]: "paddingRight";
2873
+ };
2874
+ };
2875
+ pb: (value: {
2876
+ readonly [$$PropertyValue]: "paddingBottom";
2877
+ }) => {
2878
+ paddingBottom: {
2879
+ readonly [$$PropertyValue]: "paddingBottom";
2880
+ };
2881
+ };
2882
+ pl: (value: {
2883
+ readonly [$$PropertyValue]: "paddingLeft";
2884
+ }) => {
2885
+ paddingLeft: {
2886
+ readonly [$$PropertyValue]: "paddingLeft";
2887
+ };
2888
+ };
2889
+ px: (value: {
2890
+ readonly [$$PropertyValue]: "paddingLeft";
2891
+ }) => {
2892
+ paddingLeft: {
2893
+ readonly [$$PropertyValue]: "paddingLeft";
2894
+ };
2895
+ paddingRight: {
2896
+ readonly [$$PropertyValue]: "paddingLeft";
2897
+ };
2898
+ };
2899
+ py: (value: {
2900
+ readonly [$$PropertyValue]: "paddingTop";
2901
+ }) => {
2902
+ paddingTop: {
2903
+ readonly [$$PropertyValue]: "paddingTop";
2904
+ };
2905
+ paddingBottom: {
2906
+ readonly [$$PropertyValue]: "paddingTop";
2907
+ };
2908
+ };
2909
+ m: (value: {
2910
+ readonly [$$PropertyValue]: "margin";
2911
+ }) => {
2912
+ margin: {
2913
+ readonly [$$PropertyValue]: "margin";
2914
+ };
2915
+ };
2916
+ mt: (value: {
2917
+ readonly [$$PropertyValue]: "marginTop";
2918
+ }) => {
2919
+ marginTop: {
2920
+ readonly [$$PropertyValue]: "marginTop";
2921
+ };
2922
+ };
2923
+ mr: (value: {
2924
+ readonly [$$PropertyValue]: "marginRight";
2925
+ }) => {
2926
+ marginRight: {
2927
+ readonly [$$PropertyValue]: "marginRight";
2928
+ };
2929
+ };
2930
+ mb: (value: {
2931
+ readonly [$$PropertyValue]: "marginBottom";
2932
+ }) => {
2933
+ marginBottom: {
2934
+ readonly [$$PropertyValue]: "marginBottom";
2935
+ };
2936
+ };
2937
+ ml: (value: {
2938
+ readonly [$$PropertyValue]: "marginLeft";
2939
+ }) => {
2940
+ marginLeft: {
2941
+ readonly [$$PropertyValue]: "marginLeft";
2942
+ };
2943
+ };
2944
+ mx: (value: {
2945
+ readonly [$$PropertyValue]: "marginLeft";
2946
+ }) => {
2947
+ marginLeft: {
2948
+ readonly [$$PropertyValue]: "marginLeft";
2949
+ };
2950
+ marginRight: {
2951
+ readonly [$$PropertyValue]: "marginLeft";
2952
+ };
2953
+ };
2954
+ my: (value: {
2955
+ readonly [$$PropertyValue]: "marginTop";
2956
+ }) => {
2957
+ marginTop: {
2958
+ readonly [$$PropertyValue]: "marginTop";
2959
+ };
2960
+ marginBottom: {
2961
+ readonly [$$PropertyValue]: "marginTop";
2962
+ };
2963
+ };
2964
+ ta: (value: {
2965
+ readonly [$$PropertyValue]: "textAlign";
2966
+ }) => {
2967
+ textAlign: {
2968
+ readonly [$$PropertyValue]: "textAlign";
2969
+ };
2970
+ };
2971
+ tt: (value: {
2972
+ readonly [$$PropertyValue]: "textTransform";
2973
+ }) => {
2974
+ textTransform: {
2975
+ readonly [$$PropertyValue]: "textTransform";
2976
+ };
2977
+ };
2978
+ to: (value: {
2979
+ readonly [$$PropertyValue]: "textOverflow";
2980
+ }) => {
2981
+ textOverflow: {
2982
+ readonly [$$PropertyValue]: "textOverflow";
2983
+ };
2984
+ };
2985
+ d: (value: {
2986
+ readonly [$$PropertyValue]: "display";
2987
+ }) => {
2988
+ display: {
2989
+ readonly [$$PropertyValue]: "display";
2990
+ };
2991
+ };
2992
+ dflex: (value: {
2993
+ readonly [$$PropertyValue]: "alignItems";
2994
+ }) => {
2995
+ display: string;
2996
+ alignItems: {
2997
+ readonly [$$PropertyValue]: "alignItems";
2998
+ };
2999
+ justifyContent: {
3000
+ readonly [$$PropertyValue]: "alignItems";
3001
+ };
3002
+ };
3003
+ fd: (value: {
3004
+ readonly [$$PropertyValue]: "flexDirection";
3005
+ }) => {
3006
+ flexDirection: {
3007
+ readonly [$$PropertyValue]: "flexDirection";
3008
+ };
3009
+ };
3010
+ fw: (value: {
3011
+ readonly [$$PropertyValue]: "flexWrap";
3012
+ }) => {
3013
+ flexWrap: {
3014
+ readonly [$$PropertyValue]: "flexWrap";
3015
+ };
3016
+ };
3017
+ ai: (value: {
3018
+ readonly [$$PropertyValue]: "alignItems";
3019
+ }) => {
3020
+ alignItems: {
3021
+ readonly [$$PropertyValue]: "alignItems";
3022
+ };
3023
+ };
3024
+ ac: (value: {
3025
+ readonly [$$PropertyValue]: "alignContent";
3026
+ }) => {
3027
+ alignContent: {
3028
+ readonly [$$PropertyValue]: "alignContent";
3029
+ };
3030
+ };
3031
+ jc: (value: {
3032
+ readonly [$$PropertyValue]: "justifyContent";
3033
+ }) => {
3034
+ justifyContent: {
3035
+ readonly [$$PropertyValue]: "justifyContent";
3036
+ };
3037
+ };
3038
+ as: (value: {
3039
+ readonly [$$PropertyValue]: "alignSelf";
3040
+ }) => {
3041
+ alignSelf: {
3042
+ readonly [$$PropertyValue]: "alignSelf";
3043
+ };
3044
+ };
3045
+ fg: (value: {
3046
+ readonly [$$PropertyValue]: "flexGrow";
3047
+ }) => {
3048
+ flexGrow: {
3049
+ readonly [$$PropertyValue]: "flexGrow";
3050
+ };
3051
+ };
3052
+ fs: (value: {
3053
+ readonly [$$PropertyValue]: "fontSize";
3054
+ }) => {
3055
+ fontSize: {
3056
+ readonly [$$PropertyValue]: "fontSize";
3057
+ };
3058
+ };
3059
+ fb: (value: {
3060
+ readonly [$$PropertyValue]: "flexBasis";
3061
+ }) => {
3062
+ flexBasis: {
3063
+ readonly [$$PropertyValue]: "flexBasis";
3064
+ };
3065
+ };
3066
+ bc: (value: {
3067
+ readonly [$$PropertyValue]: "backgroundColor";
3068
+ }) => {
3069
+ backgroundColor: {
3070
+ readonly [$$PropertyValue]: "backgroundColor";
3071
+ };
3072
+ };
3073
+ bf: (value: {
3074
+ readonly [$$PropertyValue]: "backdropFilter";
3075
+ }) => {
3076
+ backdropFilter: {
3077
+ readonly [$$PropertyValue]: "backdropFilter";
3078
+ };
3079
+ };
3080
+ bg: (value: {
3081
+ readonly [$$PropertyValue]: "backgroundColor";
3082
+ }) => {
3083
+ background: {
3084
+ readonly [$$PropertyValue]: "backgroundColor";
3085
+ };
3086
+ };
3087
+ bgBlur: (value: {
3088
+ readonly [$$PropertyValue]: "backgroundColor";
3089
+ }) => {
3090
+ bf: string;
3091
+ bg: {
3092
+ readonly [$$PropertyValue]: "backgroundColor";
3093
+ };
3094
+ };
3095
+ bgColor: (value: {
3096
+ readonly [$$PropertyValue]: "backgroundColor";
3097
+ }) => {
3098
+ backgroundColor: {
3099
+ readonly [$$PropertyValue]: "backgroundColor";
3100
+ };
3101
+ };
3102
+ backgroundClip: (value: {
3103
+ readonly [$$PropertyValue]: "backgroundClip";
3104
+ }) => {
3105
+ WebkitBackgroundClip: {
3106
+ readonly [$$PropertyValue]: "backgroundClip";
3107
+ };
3108
+ backgroundClip: {
3109
+ readonly [$$PropertyValue]: "backgroundClip";
3110
+ };
3111
+ };
3112
+ bgClip: (value: {
3113
+ readonly [$$PropertyValue]: "backgroundClip";
3114
+ }) => {
3115
+ WebkitBackgroundClip: {
3116
+ readonly [$$PropertyValue]: "backgroundClip";
3117
+ };
3118
+ backgroundClip: {
3119
+ readonly [$$PropertyValue]: "backgroundClip";
3120
+ };
3121
+ };
3122
+ br: (value: {
3123
+ readonly [$$PropertyValue]: "borderRadius";
3124
+ }) => {
3125
+ borderRadius: {
3126
+ readonly [$$PropertyValue]: "borderRadius";
3127
+ };
3128
+ };
3129
+ bw: (value: {
3130
+ readonly [$$PropertyValue]: "borderWidth";
3131
+ }) => {
3132
+ borderWidth: {
3133
+ readonly [$$PropertyValue]: "borderWidth";
3134
+ };
3135
+ };
3136
+ btrr: (value: {
3137
+ readonly [$$PropertyValue]: "borderTopRightRadius";
3138
+ }) => {
3139
+ borderTopRightRadius: {
3140
+ readonly [$$PropertyValue]: "borderTopRightRadius";
3141
+ };
3142
+ };
3143
+ bbrr: (value: {
3144
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
3145
+ }) => {
3146
+ borderBottomRightRadius: {
3147
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
3148
+ };
3149
+ };
3150
+ bblr: (value: {
3151
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
3152
+ }) => {
3153
+ borderBottomLeftRadius: {
3154
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
3155
+ };
3156
+ };
3157
+ btlr: (value: {
3158
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
3159
+ }) => {
3160
+ borderTopLeftRadius: {
3161
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
3162
+ };
3163
+ };
3164
+ bs: (value: {
3165
+ readonly [$$PropertyValue]: "boxShadow";
3166
+ }) => {
3167
+ boxShadow: {
3168
+ readonly [$$PropertyValue]: "boxShadow";
3169
+ };
3170
+ };
3171
+ ds: (value: {
3172
+ readonly [$$PropertyValue]: "boxShadow";
3173
+ }) => {
3174
+ dropShadow: {
3175
+ readonly [$$PropertyValue]: "boxShadow";
3176
+ };
3177
+ };
3178
+ shadow: (value: {
3179
+ readonly [$$PropertyValue]: "boxShadow";
3180
+ }) => {
3181
+ boxShadow: {
3182
+ readonly [$$PropertyValue]: "boxShadow";
3183
+ };
3184
+ };
3185
+ dshadow: (value: {
3186
+ readonly [$$PropertyValue]: "boxShadow";
3187
+ }) => {
3188
+ dropShadow: {
3189
+ readonly [$$PropertyValue]: "boxShadow";
3190
+ };
3191
+ };
3192
+ dropShadow: (value: {
3193
+ readonly [$$PropertyValue]: "boxShadow";
3194
+ }) => {
3195
+ filter: string;
3196
+ };
3197
+ normalShadow: (value: {
3198
+ readonly [$$PropertyValue]: "backgroundColor";
3199
+ }) => {
3200
+ boxShadow: string;
3201
+ };
3202
+ normalShadowVar: (value: {
3203
+ readonly [$$PropertyValue]: "backgroundColor";
3204
+ }) => {
3205
+ boxShadow: string;
3206
+ };
3207
+ lh: (value: {
3208
+ readonly [$$PropertyValue]: "lineHeight";
3209
+ }) => {
3210
+ lineHeight: {
3211
+ readonly [$$PropertyValue]: "lineHeight";
3212
+ };
3213
+ };
3214
+ ov: (value: {
3215
+ readonly [$$PropertyValue]: "overflow";
3216
+ }) => {
3217
+ overflow: {
3218
+ readonly [$$PropertyValue]: "overflow";
3219
+ };
3220
+ };
3221
+ ox: (value: {
3222
+ readonly [$$PropertyValue]: "overflowX";
3223
+ }) => {
3224
+ overflowX: {
3225
+ readonly [$$PropertyValue]: "overflowX";
3226
+ };
3227
+ };
3228
+ oy: (value: {
3229
+ readonly [$$PropertyValue]: "overflowY";
3230
+ }) => {
3231
+ overflowY: {
3232
+ readonly [$$PropertyValue]: "overflowY";
3233
+ };
3234
+ };
3235
+ pe: (value: {
3236
+ readonly [$$PropertyValue]: "pointerEvents";
3237
+ }) => {
3238
+ pointerEvents: {
3239
+ readonly [$$PropertyValue]: "pointerEvents";
3240
+ };
3241
+ };
3242
+ events: (value: {
3243
+ readonly [$$PropertyValue]: "pointerEvents";
3244
+ }) => {
3245
+ pointerEvents: {
3246
+ readonly [$$PropertyValue]: "pointerEvents";
3247
+ };
3248
+ };
3249
+ us: (value: {
3250
+ readonly [$$PropertyValue]: "userSelect";
3251
+ }) => {
3252
+ WebkitUserSelect: {
3253
+ readonly [$$PropertyValue]: "userSelect";
3254
+ };
3255
+ userSelect: {
3256
+ readonly [$$PropertyValue]: "userSelect";
3257
+ };
3258
+ };
3259
+ userSelect: (value: {
3260
+ readonly [$$PropertyValue]: "userSelect";
3261
+ }) => {
3262
+ WebkitUserSelect: {
3263
+ readonly [$$PropertyValue]: "userSelect";
3264
+ };
3265
+ userSelect: {
3266
+ readonly [$$PropertyValue]: "userSelect";
3267
+ };
3268
+ };
3269
+ w: (value: {
3270
+ readonly [$$PropertyValue]: "width";
3271
+ }) => {
3272
+ width: {
3273
+ readonly [$$PropertyValue]: "width";
3274
+ };
3275
+ };
3276
+ h: (value: {
3277
+ readonly [$$PropertyValue]: "height";
3278
+ }) => {
3279
+ height: {
3280
+ readonly [$$PropertyValue]: "height";
3281
+ };
3282
+ };
3283
+ mw: (value: {
3284
+ readonly [$$PropertyValue]: "maxWidth";
3285
+ }) => {
3286
+ maxWidth: {
3287
+ readonly [$$PropertyValue]: "maxWidth";
3288
+ };
3289
+ };
3290
+ maxW: (value: {
3291
+ readonly [$$PropertyValue]: "maxWidth";
3292
+ }) => {
3293
+ maxWidth: {
3294
+ readonly [$$PropertyValue]: "maxWidth";
3295
+ };
3296
+ };
3297
+ mh: (value: {
3298
+ readonly [$$PropertyValue]: "maxHeight";
3299
+ }) => {
3300
+ maxHeight: {
3301
+ readonly [$$PropertyValue]: "maxHeight";
3302
+ };
3303
+ };
3304
+ maxH: (value: {
3305
+ readonly [$$PropertyValue]: "maxHeight";
3306
+ }) => {
3307
+ maxHeight: {
3308
+ readonly [$$PropertyValue]: "maxHeight";
3309
+ };
3310
+ };
3311
+ size: (value: {
3312
+ readonly [$$PropertyValue]: "width";
3313
+ }) => {
3314
+ width: {
3315
+ readonly [$$PropertyValue]: "width";
3316
+ };
3317
+ height: {
3318
+ readonly [$$PropertyValue]: "width";
3319
+ };
3320
+ };
3321
+ minSize: (value: {
3322
+ readonly [$$PropertyValue]: "width";
3323
+ }) => {
3324
+ minWidth: {
3325
+ readonly [$$PropertyValue]: "width";
3326
+ };
3327
+ minHeight: {
3328
+ readonly [$$PropertyValue]: "width";
3329
+ };
3330
+ width: {
3331
+ readonly [$$PropertyValue]: "width";
3332
+ };
3333
+ height: {
3334
+ readonly [$$PropertyValue]: "width";
3335
+ };
3336
+ };
3337
+ sizeMin: (value: {
3338
+ readonly [$$PropertyValue]: "width";
3339
+ }) => {
3340
+ minWidth: {
3341
+ readonly [$$PropertyValue]: "width";
3342
+ };
3343
+ minHeight: {
3344
+ readonly [$$PropertyValue]: "width";
3345
+ };
3346
+ width: {
3347
+ readonly [$$PropertyValue]: "width";
3348
+ };
3349
+ height: {
3350
+ readonly [$$PropertyValue]: "width";
3351
+ };
3352
+ };
3353
+ maxSize: (value: {
3354
+ readonly [$$PropertyValue]: "width";
3355
+ }) => {
3356
+ maxWidth: {
3357
+ readonly [$$PropertyValue]: "width";
3358
+ };
3359
+ maxHeight: {
3360
+ readonly [$$PropertyValue]: "width";
3361
+ };
3362
+ };
3363
+ sizeMax: (value: {
3364
+ readonly [$$PropertyValue]: "width";
3365
+ }) => {
3366
+ maxWidth: {
3367
+ readonly [$$PropertyValue]: "width";
3368
+ };
3369
+ maxHeight: {
3370
+ readonly [$$PropertyValue]: "width";
3371
+ };
3372
+ };
3373
+ appearance: (value: {
3374
+ readonly [$$PropertyValue]: "appearance";
3375
+ }) => {
3376
+ WebkitAppearance: {
3377
+ readonly [$$PropertyValue]: "appearance";
3378
+ };
3379
+ appearance: {
3380
+ readonly [$$PropertyValue]: "appearance";
3381
+ };
3382
+ };
3383
+ scale: (value: {
3384
+ readonly [$$PropertyValue]: "scale";
3385
+ }) => {
3386
+ transform: string;
3387
+ };
3388
+ linearGradient: (value: {
3389
+ readonly [$$PropertyValue]: "backgroundImage";
3390
+ }) => {
3391
+ backgroundImage: string;
3392
+ };
3393
+ tdl: (value: {
3394
+ readonly [$$PropertyValue]: "textDecorationLine";
3395
+ }) => {
3396
+ textDecorationLine: {
3397
+ readonly [$$PropertyValue]: "textDecorationLine";
3398
+ };
3399
+ };
3400
+ truncateText: (value: {
3401
+ readonly [$$PropertyValue]: "width";
3402
+ }) => {
3403
+ maxWidth: {
3404
+ readonly [$$PropertyValue]: "width";
3405
+ };
3406
+ whiteSpace: string;
3407
+ overflow: string;
3408
+ textOverflow: string;
3409
+ };
977
3410
  textGradient: (value: {
978
3411
  readonly [$$PropertyValue]: "backgroundImage";
979
3412
  }) => {