@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.
- package/cjs/avatar/avatar.js +1 -1
- package/cjs/avatar/avatar.styles.js +1 -1
- package/cjs/button/button-icon.js +1 -1
- package/cjs/button/button.js +1 -1
- package/cjs/button/button.styles.js +1 -1
- package/cjs/card/card.js +1 -1
- package/cjs/card/card.styles.js +1 -1
- package/cjs/card/index.js +1 -1
- package/cjs/card/use-card.js +1 -0
- package/cjs/checkbox/checkbox-group.js +1 -1
- package/cjs/checkbox/checkbox.styles.js +1 -1
- package/cjs/checkbox/use-checkbox-group.js +1 -1
- package/cjs/collapse/collapse.styles.js +1 -1
- package/cjs/css-baseline/css-baseline.js +1 -1
- package/cjs/dropdown/base/dropdown-item-base.js +1 -0
- package/cjs/dropdown/dropdown-button.js +1 -0
- package/cjs/dropdown/dropdown-context.js +1 -0
- package/cjs/dropdown/dropdown-icon.js +1 -0
- package/cjs/dropdown/dropdown-item.js +1 -0
- package/cjs/dropdown/dropdown-menu.js +1 -0
- package/cjs/dropdown/dropdown-section.js +1 -0
- package/cjs/dropdown/dropdown-trigger.js +1 -0
- package/cjs/dropdown/dropdown-types.js +1 -0
- package/cjs/dropdown/dropdown.js +1 -0
- package/cjs/dropdown/dropdown.styles.js +1 -0
- package/cjs/dropdown/index.js +1 -0
- package/cjs/dropdown/use-dropdown.js +1 -0
- package/cjs/image/image.js +1 -1
- package/cjs/image/image.styles.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/input/input.styles.js +1 -1
- package/cjs/modal/modal.styles.js +1 -1
- package/cjs/pagination/pagination.styles.js +1 -1
- package/cjs/popover/popover-content.js +1 -1
- package/cjs/popover/popover-trigger.js +1 -1
- package/cjs/popover/popover.js +1 -1
- package/cjs/popover/popover.styles.js +1 -1
- package/cjs/popover/use-popover.js +1 -1
- package/cjs/popover/utils.js +1 -1
- package/cjs/radio/index.js +1 -1
- package/cjs/radio/radio-context.js +1 -1
- package/cjs/radio/radio-group.js +1 -1
- package/cjs/radio/radio.js +1 -1
- package/cjs/radio/radio.styles.js +1 -1
- package/cjs/radio/use-radio-group.js +1 -0
- package/cjs/radio/use-radio.js +1 -0
- package/cjs/snippet/snippet.styles.js +1 -1
- package/cjs/switch/switch.styles.js +1 -1
- package/cjs/table/table.styles.js +1 -1
- package/cjs/theme/colors/gray.js +1 -1
- package/cjs/theme/common.js +1 -1
- package/cjs/theme/dark-theme.js +1 -1
- package/cjs/theme/light-theme.js +1 -1
- package/cjs/theme/shared-css.js +1 -0
- package/cjs/theme/stitches.config.js +1 -1
- package/cjs/tooltip/tooltip.styles.js +1 -1
- package/cjs/user/index.js +1 -1
- package/cjs/user/user-link.js +1 -1
- package/cjs/user/user.js +1 -1
- package/cjs/user/user.styles.js +1 -1
- package/cjs/utils/checkmark.js +1 -0
- package/cjs/utils/color.js +1 -1
- package/cjs/utils/dom.js +1 -1
- package/cjs/utils/icons.js +1 -1
- package/cjs/utils/prop-types.js +1 -1
- package/dropdown/package.json +6 -0
- package/esm/avatar/avatar.js +1 -1
- package/esm/avatar/avatar.styles.js +1 -1
- package/esm/button/button-icon.js +1 -1
- package/esm/button/button.js +1 -1
- package/esm/button/button.styles.js +1 -1
- package/esm/card/card.js +1 -1
- package/esm/card/card.styles.js +1 -1
- package/esm/card/index.js +1 -1
- package/esm/card/use-card.js +1 -0
- package/esm/checkbox/checkbox-group.js +1 -1
- package/esm/checkbox/checkbox.styles.js +1 -1
- package/esm/checkbox/use-checkbox-group.js +1 -1
- package/esm/collapse/collapse.styles.js +1 -1
- package/esm/css-baseline/css-baseline.js +1 -1
- package/esm/dropdown/base/dropdown-item-base.js +1 -0
- package/esm/dropdown/dropdown-button.js +1 -0
- package/esm/dropdown/dropdown-context.js +1 -0
- package/esm/dropdown/dropdown-icon.js +1 -0
- package/esm/dropdown/dropdown-item.js +1 -0
- package/esm/dropdown/dropdown-menu.js +1 -0
- package/esm/dropdown/dropdown-section.js +1 -0
- package/esm/dropdown/dropdown-trigger.js +1 -0
- package/esm/dropdown/dropdown-types.js +1 -0
- package/esm/dropdown/dropdown.js +1 -0
- package/esm/dropdown/dropdown.styles.js +1 -0
- package/esm/dropdown/index.js +1 -0
- package/esm/dropdown/use-dropdown.js +1 -0
- package/esm/image/image.js +1 -1
- package/esm/image/image.styles.js +1 -1
- package/esm/index.js +1 -1
- package/esm/input/input.styles.js +1 -1
- package/esm/modal/modal.styles.js +1 -1
- package/esm/pagination/pagination.styles.js +1 -1
- package/esm/popover/popover-content.js +1 -1
- package/esm/popover/popover-trigger.js +1 -1
- package/esm/popover/popover.js +1 -1
- package/esm/popover/popover.styles.js +1 -1
- package/esm/popover/use-popover.js +1 -1
- package/esm/popover/utils.js +1 -1
- package/esm/radio/index.js +1 -1
- package/esm/radio/radio-context.js +1 -1
- package/esm/radio/radio-group.js +1 -1
- package/esm/radio/radio.js +1 -1
- package/esm/radio/radio.styles.js +1 -1
- package/esm/radio/use-radio-group.js +1 -0
- package/esm/radio/use-radio.js +1 -0
- package/esm/snippet/snippet.styles.js +1 -1
- package/esm/switch/switch.styles.js +1 -1
- package/esm/table/table.styles.js +1 -1
- package/esm/theme/colors/gray.js +1 -1
- package/esm/theme/common.js +1 -1
- package/esm/theme/dark-theme.js +1 -1
- package/esm/theme/light-theme.js +1 -1
- package/esm/theme/shared-css.js +1 -0
- package/esm/theme/stitches.config.js +1 -1
- package/esm/tooltip/tooltip.styles.js +1 -1
- package/esm/user/index.js +1 -1
- package/esm/user/user-link.js +1 -1
- package/esm/user/user.js +1 -1
- package/esm/user/user.styles.js +1 -1
- package/esm/utils/checkmark.js +1 -0
- package/esm/utils/color.js +1 -1
- package/esm/utils/dom.js +1 -1
- package/esm/utils/icons.js +1 -1
- package/esm/utils/prop-types.js +1 -1
- package/package.json +6 -1
- package/types/avatar/avatar-group.styles.d.ts +150 -6
- package/types/avatar/avatar.d.ts +2372 -11
- package/types/avatar/avatar.styles.d.ts +2447 -14
- package/types/backdrop/backdrop.styles.d.ts +225 -9
- package/types/button/button-group.styles.d.ts +75 -3
- package/types/button/button-icon.d.ts +79 -5
- package/types/button/button.d.ts +5 -3
- package/types/button/button.styles.d.ts +1249 -7
- package/types/card/card.d.ts +8 -9
- package/types/card/card.styles.d.ts +2621 -24
- package/types/card/use-card.d.ts +301 -0
- package/types/checkbox/checkbox.styles.d.ts +751 -31
- package/types/checkbox/use-checkbox-group.d.ts +3 -2
- package/types/code/code.styles.d.ts +150 -6
- package/types/col/col.styles.d.ts +75 -3
- package/types/collapse/collapse.styles.d.ts +450 -18
- package/types/container/container.styles.d.ts +75 -3
- package/types/divider/divider.styles.d.ts +150 -6
- package/types/dropdown/base/dropdown-item-base.d.ts +19 -0
- package/types/dropdown/dropdown-button.d.ts +3689 -0
- package/types/dropdown/dropdown-context.d.ts +728 -0
- package/types/dropdown/dropdown-icon.d.ts +9 -0
- package/types/dropdown/dropdown-item.d.ts +31 -0
- package/types/dropdown/dropdown-menu.d.ts +30 -0
- package/types/dropdown/dropdown-section.d.ts +29 -0
- package/types/dropdown/dropdown-trigger.d.ts +11 -0
- package/types/dropdown/dropdown-types.d.ts +24 -0
- package/types/dropdown/dropdown.d.ts +24 -0
- package/types/dropdown/dropdown.styles.d.ts +11869 -0
- package/types/dropdown/index.d.ts +9 -0
- package/types/dropdown/use-dropdown.d.ts +389 -0
- package/types/grid/grid.styles.d.ts +150 -6
- package/types/image/image.d.ts +5 -18
- package/types/image/image.styles.d.ts +225 -9
- package/types/index.d.ts +4 -1
- package/types/input/input-password.d.ts +1 -1
- package/types/input/input-props.d.ts +2 -2
- package/types/input/input.styles.d.ts +825 -33
- package/types/link/link.styles.d.ts +150 -6
- package/types/loading/loading.styles.d.ts +450 -18
- package/types/modal/modal.styles.d.ts +450 -18
- package/types/pagination/pagination.styles.d.ts +450 -18
- package/types/popover/popover-content.d.ts +1147 -2
- package/types/popover/popover-context.d.ts +120 -0
- package/types/popover/popover.d.ts +4 -4
- package/types/popover/popover.styles.d.ts +1279 -7
- package/types/popover/use-popover.d.ts +83 -4
- package/types/popover/utils.d.ts +3 -1
- package/types/progress/progress.d.ts +1 -1
- package/types/progress/progress.styles.d.ts +150 -6
- package/types/radio/index.d.ts +2 -2
- package/types/radio/radio-context.d.ts +22 -13
- package/types/radio/radio-group.d.ts +9 -78
- package/types/radio/radio.d.ts +10 -66
- package/types/radio/radio.styles.d.ts +2574 -35
- package/types/radio/use-radio-group.d.ts +26 -0
- package/types/radio/use-radio.d.ts +31 -0
- package/types/row/row.styles.d.ts +75 -3
- package/types/snippet/snippet.styles.d.ts +300 -12
- package/types/spacer/spacer.styles.d.ts +75 -3
- package/types/switch/switch.d.ts +1 -1
- package/types/switch/switch.styles.d.ts +300 -12
- package/types/table/table-column-header.d.ts +75 -3
- package/types/table/table-sort-icon.d.ts +75 -3
- package/types/table/table.styles.d.ts +1278 -52
- package/types/text/text.styles.d.ts +75 -3
- package/types/textarea/textarea.d.ts +1 -1
- package/types/theme/common.d.ts +127 -6
- package/types/theme/dark-theme.d.ts +11 -0
- package/types/theme/light-theme.d.ts +7 -0
- package/types/theme/shared-css.d.ts +5237 -0
- package/types/theme/stitches.config.d.ts +643 -2964
- package/types/theme/types.d.ts +3 -0
- package/types/tooltip/tooltip.d.ts +1 -1
- package/types/tooltip/tooltip.styles.d.ts +300 -12
- package/types/user/index.d.ts +1 -1
- package/types/user/user-link.d.ts +4 -11
- package/types/user/user.styles.d.ts +298 -983
- package/types/utils/checkmark.d.ts +19 -0
- package/types/utils/color.d.ts +1 -0
- package/types/utils/dom.d.ts +5 -2
- package/types/utils/drip.d.ts +76 -4
- package/types/utils/prop-types.d.ts +4 -0
- package/umd/nextui.js +6269 -3172
- package/umd/nextui.min.js +1 -1
|
@@ -10,6 +10,13 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
10
10
|
lg?: string | number | boolean | undefined;
|
|
11
11
|
xl?: string | number | boolean | undefined;
|
|
12
12
|
} | undefined;
|
|
13
|
+
dropShadows?: {
|
|
14
|
+
xs?: string | number | boolean | undefined;
|
|
15
|
+
sm?: string | number | boolean | undefined;
|
|
16
|
+
md?: string | number | boolean | undefined;
|
|
17
|
+
lg?: string | number | boolean | undefined;
|
|
18
|
+
xl?: string | number | boolean | undefined;
|
|
19
|
+
} | undefined;
|
|
13
20
|
colors?: {
|
|
14
21
|
text?: string | number | boolean | undefined;
|
|
15
22
|
link?: string | number | boolean | undefined;
|
|
@@ -151,6 +158,16 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
151
158
|
errorSolidHover?: string | number | boolean | undefined;
|
|
152
159
|
errorSolidContrast?: string | number | boolean | undefined;
|
|
153
160
|
errorShadow?: string | number | boolean | undefined;
|
|
161
|
+
neutralLight?: string | number | boolean | undefined;
|
|
162
|
+
neutralLightHover?: string | number | boolean | undefined;
|
|
163
|
+
neutralLightActive?: string | number | boolean | undefined;
|
|
164
|
+
neutralLightContrast?: string | number | boolean | undefined;
|
|
165
|
+
neutral?: string | number | boolean | undefined;
|
|
166
|
+
neutralBorder?: string | number | boolean | undefined;
|
|
167
|
+
neutralBorderHover?: string | number | boolean | undefined;
|
|
168
|
+
neutralSolidHover?: string | number | boolean | undefined;
|
|
169
|
+
neutralSolidContrast?: string | number | boolean | undefined;
|
|
170
|
+
neutralShadow?: string | number | boolean | undefined;
|
|
154
171
|
gradient?: string | number | boolean | undefined;
|
|
155
172
|
accents0?: string | number | boolean | undefined;
|
|
156
173
|
accents1?: string | number | boolean | undefined;
|
|
@@ -169,13 +186,20 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
169
186
|
mono?: string | number | boolean | undefined;
|
|
170
187
|
} | undefined;
|
|
171
188
|
fontSizes?: {
|
|
172
|
-
tiny?: string | number | boolean | undefined;
|
|
173
189
|
xs?: string | number | boolean | undefined;
|
|
174
|
-
base?: string | number | boolean | undefined;
|
|
175
190
|
sm?: string | number | boolean | undefined;
|
|
191
|
+
base?: string | number | boolean | undefined;
|
|
176
192
|
md?: string | number | boolean | undefined;
|
|
177
193
|
lg?: string | number | boolean | undefined;
|
|
178
194
|
xl?: string | number | boolean | undefined;
|
|
195
|
+
xl2?: string | number | boolean | undefined;
|
|
196
|
+
xl3?: string | number | boolean | undefined;
|
|
197
|
+
xl4?: string | number | boolean | undefined;
|
|
198
|
+
xl5?: string | number | boolean | undefined;
|
|
199
|
+
xl6?: string | number | boolean | undefined;
|
|
200
|
+
xl7?: string | number | boolean | undefined;
|
|
201
|
+
xl8?: string | number | boolean | undefined;
|
|
202
|
+
xl9?: string | number | boolean | undefined;
|
|
179
203
|
} | undefined;
|
|
180
204
|
fontWeights?: {
|
|
181
205
|
hairline?: string | number | boolean | undefined;
|
|
@@ -191,9 +215,18 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
191
215
|
lineHeights?: {
|
|
192
216
|
xs?: string | number | boolean | undefined;
|
|
193
217
|
sm?: string | number | boolean | undefined;
|
|
218
|
+
base?: string | number | boolean | undefined;
|
|
194
219
|
md?: string | number | boolean | undefined;
|
|
195
220
|
lg?: string | number | boolean | undefined;
|
|
196
221
|
xl?: string | number | boolean | undefined;
|
|
222
|
+
xl2?: string | number | boolean | undefined;
|
|
223
|
+
xl3?: string | number | boolean | undefined;
|
|
224
|
+
xl4?: string | number | boolean | undefined;
|
|
225
|
+
xl5?: string | number | boolean | undefined;
|
|
226
|
+
xl6?: string | number | boolean | undefined;
|
|
227
|
+
xl7?: string | number | boolean | undefined;
|
|
228
|
+
xl8?: string | number | boolean | undefined;
|
|
229
|
+
xl9?: string | number | boolean | undefined;
|
|
197
230
|
} | undefined;
|
|
198
231
|
letterSpacings?: {
|
|
199
232
|
tighter?: string | number | boolean | undefined;
|
|
@@ -278,6 +311,7 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
278
311
|
avatar?: string | number | boolean | undefined;
|
|
279
312
|
link?: string | number | boolean | undefined;
|
|
280
313
|
card?: string | number | boolean | undefined;
|
|
314
|
+
dropdownItem?: string | number | boolean | undefined;
|
|
281
315
|
} | undefined;
|
|
282
316
|
breakpoints?: {
|
|
283
317
|
xs?: string | number | boolean | undefined;
|
|
@@ -299,6 +333,13 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
299
333
|
lg?: string | number | boolean | undefined;
|
|
300
334
|
xl?: string | number | boolean | undefined;
|
|
301
335
|
} | undefined;
|
|
336
|
+
dropShadows?: {
|
|
337
|
+
xs?: string | number | boolean | undefined;
|
|
338
|
+
sm?: string | number | boolean | undefined;
|
|
339
|
+
md?: string | number | boolean | undefined;
|
|
340
|
+
lg?: string | number | boolean | undefined;
|
|
341
|
+
xl?: string | number | boolean | undefined;
|
|
342
|
+
} | undefined;
|
|
302
343
|
colors?: {
|
|
303
344
|
text?: string | number | boolean | undefined;
|
|
304
345
|
link?: string | number | boolean | undefined;
|
|
@@ -440,6 +481,16 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
440
481
|
errorSolidHover?: string | number | boolean | undefined;
|
|
441
482
|
errorSolidContrast?: string | number | boolean | undefined;
|
|
442
483
|
errorShadow?: string | number | boolean | undefined;
|
|
484
|
+
neutralLight?: string | number | boolean | undefined;
|
|
485
|
+
neutralLightHover?: string | number | boolean | undefined;
|
|
486
|
+
neutralLightActive?: string | number | boolean | undefined;
|
|
487
|
+
neutralLightContrast?: string | number | boolean | undefined;
|
|
488
|
+
neutral?: string | number | boolean | undefined;
|
|
489
|
+
neutralBorder?: string | number | boolean | undefined;
|
|
490
|
+
neutralBorderHover?: string | number | boolean | undefined;
|
|
491
|
+
neutralSolidHover?: string | number | boolean | undefined;
|
|
492
|
+
neutralSolidContrast?: string | number | boolean | undefined;
|
|
493
|
+
neutralShadow?: string | number | boolean | undefined;
|
|
443
494
|
gradient?: string | number | boolean | undefined;
|
|
444
495
|
accents0?: string | number | boolean | undefined;
|
|
445
496
|
accents1?: string | number | boolean | undefined;
|
|
@@ -458,13 +509,20 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
458
509
|
mono?: string | number | boolean | undefined;
|
|
459
510
|
} | undefined;
|
|
460
511
|
fontSizes?: {
|
|
461
|
-
tiny?: string | number | boolean | undefined;
|
|
462
512
|
xs?: string | number | boolean | undefined;
|
|
463
|
-
base?: string | number | boolean | undefined;
|
|
464
513
|
sm?: string | number | boolean | undefined;
|
|
514
|
+
base?: string | number | boolean | undefined;
|
|
465
515
|
md?: string | number | boolean | undefined;
|
|
466
516
|
lg?: string | number | boolean | undefined;
|
|
467
517
|
xl?: string | number | boolean | undefined;
|
|
518
|
+
xl2?: string | number | boolean | undefined;
|
|
519
|
+
xl3?: string | number | boolean | undefined;
|
|
520
|
+
xl4?: string | number | boolean | undefined;
|
|
521
|
+
xl5?: string | number | boolean | undefined;
|
|
522
|
+
xl6?: string | number | boolean | undefined;
|
|
523
|
+
xl7?: string | number | boolean | undefined;
|
|
524
|
+
xl8?: string | number | boolean | undefined;
|
|
525
|
+
xl9?: string | number | boolean | undefined;
|
|
468
526
|
} | undefined;
|
|
469
527
|
fontWeights?: {
|
|
470
528
|
hairline?: string | number | boolean | undefined;
|
|
@@ -480,9 +538,18 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
480
538
|
lineHeights?: {
|
|
481
539
|
xs?: string | number | boolean | undefined;
|
|
482
540
|
sm?: string | number | boolean | undefined;
|
|
541
|
+
base?: string | number | boolean | undefined;
|
|
483
542
|
md?: string | number | boolean | undefined;
|
|
484
543
|
lg?: string | number | boolean | undefined;
|
|
485
544
|
xl?: string | number | boolean | undefined;
|
|
545
|
+
xl2?: string | number | boolean | undefined;
|
|
546
|
+
xl3?: string | number | boolean | undefined;
|
|
547
|
+
xl4?: string | number | boolean | undefined;
|
|
548
|
+
xl5?: string | number | boolean | undefined;
|
|
549
|
+
xl6?: string | number | boolean | undefined;
|
|
550
|
+
xl7?: string | number | boolean | undefined;
|
|
551
|
+
xl8?: string | number | boolean | undefined;
|
|
552
|
+
xl9?: string | number | boolean | undefined;
|
|
486
553
|
} | undefined;
|
|
487
554
|
letterSpacings?: {
|
|
488
555
|
tighter?: string | number | boolean | undefined;
|
|
@@ -567,6 +634,7 @@ export declare const createThemeBase: <Argument0 extends string | ({
|
|
|
567
634
|
avatar?: string | number | boolean | undefined;
|
|
568
635
|
link?: string | number | boolean | undefined;
|
|
569
636
|
card?: string | number | boolean | undefined;
|
|
637
|
+
dropdownItem?: string | number | boolean | undefined;
|
|
570
638
|
} | undefined;
|
|
571
639
|
breakpoints?: {
|
|
572
640
|
xs?: string | number | boolean | undefined;
|
|
@@ -610,6 +678,13 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
610
678
|
lg: string;
|
|
611
679
|
xl: string;
|
|
612
680
|
};
|
|
681
|
+
dropShadows: {
|
|
682
|
+
xs: string;
|
|
683
|
+
sm: string;
|
|
684
|
+
md: string;
|
|
685
|
+
lg: string;
|
|
686
|
+
xl: string;
|
|
687
|
+
};
|
|
613
688
|
colors: {
|
|
614
689
|
text: string;
|
|
615
690
|
link: string;
|
|
@@ -751,6 +826,16 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
751
826
|
errorSolidHover: string;
|
|
752
827
|
errorSolidContrast: string;
|
|
753
828
|
errorShadow: string;
|
|
829
|
+
neutralLight: string;
|
|
830
|
+
neutralLightHover: string;
|
|
831
|
+
neutralLightActive: string;
|
|
832
|
+
neutralLightContrast: string;
|
|
833
|
+
neutral: string;
|
|
834
|
+
neutralBorder: string;
|
|
835
|
+
neutralBorderHover: string;
|
|
836
|
+
neutralSolidHover: string;
|
|
837
|
+
neutralSolidContrast: string;
|
|
838
|
+
neutralShadow: string;
|
|
754
839
|
gradient: string;
|
|
755
840
|
accents0: string;
|
|
756
841
|
accents1: string;
|
|
@@ -769,13 +854,20 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
769
854
|
mono: string;
|
|
770
855
|
};
|
|
771
856
|
fontSizes: {
|
|
772
|
-
tiny: string;
|
|
773
857
|
xs: string;
|
|
774
|
-
base: string;
|
|
775
858
|
sm: string;
|
|
859
|
+
base: string;
|
|
776
860
|
md: string;
|
|
777
861
|
lg: string;
|
|
778
862
|
xl: string;
|
|
863
|
+
xl2: string;
|
|
864
|
+
xl3: string;
|
|
865
|
+
xl4: string;
|
|
866
|
+
xl5: string;
|
|
867
|
+
xl6: string;
|
|
868
|
+
xl7: string;
|
|
869
|
+
xl8: string;
|
|
870
|
+
xl9: string;
|
|
779
871
|
};
|
|
780
872
|
fontWeights: {
|
|
781
873
|
hairline: number;
|
|
@@ -791,9 +883,18 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
791
883
|
lineHeights: {
|
|
792
884
|
xs: number;
|
|
793
885
|
sm: number;
|
|
886
|
+
base: number;
|
|
794
887
|
md: number;
|
|
795
888
|
lg: number;
|
|
796
889
|
xl: number;
|
|
890
|
+
xl2: number;
|
|
891
|
+
xl3: number;
|
|
892
|
+
xl4: number;
|
|
893
|
+
xl5: number;
|
|
894
|
+
xl6: number;
|
|
895
|
+
xl7: number;
|
|
896
|
+
xl8: number;
|
|
897
|
+
xl9: number;
|
|
797
898
|
};
|
|
798
899
|
letterSpacings: {
|
|
799
900
|
tighter: string;
|
|
@@ -878,6 +979,7 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
878
979
|
avatar: string;
|
|
879
980
|
link: string;
|
|
880
981
|
card: string;
|
|
982
|
+
dropdownItem: string;
|
|
881
983
|
};
|
|
882
984
|
breakpoints: {
|
|
883
985
|
xs: string;
|
|
@@ -1253,7 +1355,9 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
1253
1355
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1254
1356
|
}) => {
|
|
1255
1357
|
bf: string;
|
|
1256
|
-
bg:
|
|
1358
|
+
bg: {
|
|
1359
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1360
|
+
};
|
|
1257
1361
|
};
|
|
1258
1362
|
bgColor: (value: {
|
|
1259
1363
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
@@ -1331,6 +1435,32 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
1331
1435
|
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1332
1436
|
};
|
|
1333
1437
|
};
|
|
1438
|
+
ds: (value: {
|
|
1439
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1440
|
+
}) => {
|
|
1441
|
+
dropShadow: {
|
|
1442
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1443
|
+
};
|
|
1444
|
+
};
|
|
1445
|
+
shadow: (value: {
|
|
1446
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1447
|
+
}) => {
|
|
1448
|
+
boxShadow: {
|
|
1449
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1450
|
+
};
|
|
1451
|
+
};
|
|
1452
|
+
dshadow: (value: {
|
|
1453
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1454
|
+
}) => {
|
|
1455
|
+
dropShadow: {
|
|
1456
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1457
|
+
};
|
|
1458
|
+
};
|
|
1459
|
+
dropShadow: (value: {
|
|
1460
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
1461
|
+
}) => {
|
|
1462
|
+
filter: string;
|
|
1463
|
+
};
|
|
1334
1464
|
normalShadow: (value: {
|
|
1335
1465
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
1336
1466
|
}) => {
|
|
@@ -1534,6 +1664,16 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
1534
1664
|
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
1535
1665
|
};
|
|
1536
1666
|
};
|
|
1667
|
+
truncateText: (value: {
|
|
1668
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1669
|
+
}) => {
|
|
1670
|
+
maxWidth: {
|
|
1671
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
1672
|
+
};
|
|
1673
|
+
whiteSpace: string;
|
|
1674
|
+
overflow: string;
|
|
1675
|
+
textOverflow: string;
|
|
1676
|
+
};
|
|
1537
1677
|
textGradient: (value: {
|
|
1538
1678
|
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
1539
1679
|
}) => {
|
|
@@ -1595,6 +1735,13 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
1595
1735
|
lg: string;
|
|
1596
1736
|
xl: string;
|
|
1597
1737
|
};
|
|
1738
|
+
dropShadows: {
|
|
1739
|
+
xs: string;
|
|
1740
|
+
sm: string;
|
|
1741
|
+
md: string;
|
|
1742
|
+
lg: string;
|
|
1743
|
+
xl: string;
|
|
1744
|
+
};
|
|
1598
1745
|
colors: {
|
|
1599
1746
|
text: string;
|
|
1600
1747
|
link: string;
|
|
@@ -1736,6 +1883,16 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
1736
1883
|
errorSolidHover: string;
|
|
1737
1884
|
errorSolidContrast: string;
|
|
1738
1885
|
errorShadow: string;
|
|
1886
|
+
neutralLight: string;
|
|
1887
|
+
neutralLightHover: string;
|
|
1888
|
+
neutralLightActive: string;
|
|
1889
|
+
neutralLightContrast: string;
|
|
1890
|
+
neutral: string;
|
|
1891
|
+
neutralBorder: string;
|
|
1892
|
+
neutralBorderHover: string;
|
|
1893
|
+
neutralSolidHover: string;
|
|
1894
|
+
neutralSolidContrast: string;
|
|
1895
|
+
neutralShadow: string;
|
|
1739
1896
|
gradient: string;
|
|
1740
1897
|
accents0: string;
|
|
1741
1898
|
accents1: string;
|
|
@@ -1754,13 +1911,20 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
1754
1911
|
mono: string;
|
|
1755
1912
|
};
|
|
1756
1913
|
fontSizes: {
|
|
1757
|
-
tiny: string;
|
|
1758
1914
|
xs: string;
|
|
1759
|
-
base: string;
|
|
1760
1915
|
sm: string;
|
|
1916
|
+
base: string;
|
|
1761
1917
|
md: string;
|
|
1762
1918
|
lg: string;
|
|
1763
1919
|
xl: string;
|
|
1920
|
+
xl2: string;
|
|
1921
|
+
xl3: string;
|
|
1922
|
+
xl4: string;
|
|
1923
|
+
xl5: string;
|
|
1924
|
+
xl6: string;
|
|
1925
|
+
xl7: string;
|
|
1926
|
+
xl8: string;
|
|
1927
|
+
xl9: string;
|
|
1764
1928
|
};
|
|
1765
1929
|
fontWeights: {
|
|
1766
1930
|
hairline: number;
|
|
@@ -1776,9 +1940,18 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
1776
1940
|
lineHeights: {
|
|
1777
1941
|
xs: number;
|
|
1778
1942
|
sm: number;
|
|
1943
|
+
base: number;
|
|
1779
1944
|
md: number;
|
|
1780
1945
|
lg: number;
|
|
1781
1946
|
xl: number;
|
|
1947
|
+
xl2: number;
|
|
1948
|
+
xl3: number;
|
|
1949
|
+
xl4: number;
|
|
1950
|
+
xl5: number;
|
|
1951
|
+
xl6: number;
|
|
1952
|
+
xl7: number;
|
|
1953
|
+
xl8: number;
|
|
1954
|
+
xl9: number;
|
|
1782
1955
|
};
|
|
1783
1956
|
letterSpacings: {
|
|
1784
1957
|
tighter: string;
|
|
@@ -1863,6 +2036,7 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
1863
2036
|
avatar: string;
|
|
1864
2037
|
link: string;
|
|
1865
2038
|
card: string;
|
|
2039
|
+
dropdownItem: string;
|
|
1866
2040
|
};
|
|
1867
2041
|
breakpoints: {
|
|
1868
2042
|
xs: string;
|
|
@@ -2238,7 +2412,9 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
2238
2412
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
2239
2413
|
}) => {
|
|
2240
2414
|
bf: string;
|
|
2241
|
-
bg:
|
|
2415
|
+
bg: {
|
|
2416
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
2417
|
+
};
|
|
2242
2418
|
};
|
|
2243
2419
|
bgColor: (value: {
|
|
2244
2420
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
@@ -2316,6 +2492,32 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
2316
2492
|
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
2317
2493
|
};
|
|
2318
2494
|
};
|
|
2495
|
+
ds: (value: {
|
|
2496
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
2497
|
+
}) => {
|
|
2498
|
+
dropShadow: {
|
|
2499
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
2500
|
+
};
|
|
2501
|
+
};
|
|
2502
|
+
shadow: (value: {
|
|
2503
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
2504
|
+
}) => {
|
|
2505
|
+
boxShadow: {
|
|
2506
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
2507
|
+
};
|
|
2508
|
+
};
|
|
2509
|
+
dshadow: (value: {
|
|
2510
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
2511
|
+
}) => {
|
|
2512
|
+
dropShadow: {
|
|
2513
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
2514
|
+
};
|
|
2515
|
+
};
|
|
2516
|
+
dropShadow: (value: {
|
|
2517
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
2518
|
+
}) => {
|
|
2519
|
+
filter: string;
|
|
2520
|
+
};
|
|
2319
2521
|
normalShadow: (value: {
|
|
2320
2522
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
2321
2523
|
}) => {
|
|
@@ -2519,6 +2721,16 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
2519
2721
|
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
2520
2722
|
};
|
|
2521
2723
|
};
|
|
2724
|
+
truncateText: (value: {
|
|
2725
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
2726
|
+
}) => {
|
|
2727
|
+
maxWidth: {
|
|
2728
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
2729
|
+
};
|
|
2730
|
+
whiteSpace: string;
|
|
2731
|
+
overflow: string;
|
|
2732
|
+
textOverflow: string;
|
|
2733
|
+
};
|
|
2522
2734
|
textGradient: (value: {
|
|
2523
2735
|
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
2524
2736
|
}) => {
|
|
@@ -2530,7 +2742,7 @@ export declare const styled: <Type extends keyof JSX.IntrinsicElements | import(
|
|
|
2530
2742
|
};
|
|
2531
2743
|
};
|
|
2532
2744
|
}>>;
|
|
2533
|
-
export declare const css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").
|
|
2745
|
+
export declare const css: <Composers extends (string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | {
|
|
2534
2746
|
[name: string]: unknown;
|
|
2535
2747
|
})[], CSS_1 = import("@stitches/react/types/css-util").CSS<{
|
|
2536
2748
|
xs: string;
|
|
@@ -2556,6 +2768,13 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
2556
2768
|
lg: string;
|
|
2557
2769
|
xl: string;
|
|
2558
2770
|
};
|
|
2771
|
+
dropShadows: {
|
|
2772
|
+
xs: string;
|
|
2773
|
+
sm: string;
|
|
2774
|
+
md: string;
|
|
2775
|
+
lg: string;
|
|
2776
|
+
xl: string;
|
|
2777
|
+
};
|
|
2559
2778
|
colors: {
|
|
2560
2779
|
text: string;
|
|
2561
2780
|
link: string;
|
|
@@ -2697,6 +2916,16 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
2697
2916
|
errorSolidHover: string;
|
|
2698
2917
|
errorSolidContrast: string;
|
|
2699
2918
|
errorShadow: string;
|
|
2919
|
+
neutralLight: string;
|
|
2920
|
+
neutralLightHover: string;
|
|
2921
|
+
neutralLightActive: string;
|
|
2922
|
+
neutralLightContrast: string;
|
|
2923
|
+
neutral: string;
|
|
2924
|
+
neutralBorder: string;
|
|
2925
|
+
neutralBorderHover: string;
|
|
2926
|
+
neutralSolidHover: string;
|
|
2927
|
+
neutralSolidContrast: string;
|
|
2928
|
+
neutralShadow: string;
|
|
2700
2929
|
gradient: string;
|
|
2701
2930
|
accents0: string;
|
|
2702
2931
|
accents1: string;
|
|
@@ -2715,13 +2944,20 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
2715
2944
|
mono: string;
|
|
2716
2945
|
};
|
|
2717
2946
|
fontSizes: {
|
|
2718
|
-
tiny: string;
|
|
2719
2947
|
xs: string;
|
|
2720
|
-
base: string;
|
|
2721
2948
|
sm: string;
|
|
2949
|
+
base: string;
|
|
2722
2950
|
md: string;
|
|
2723
2951
|
lg: string;
|
|
2724
2952
|
xl: string;
|
|
2953
|
+
xl2: string;
|
|
2954
|
+
xl3: string;
|
|
2955
|
+
xl4: string;
|
|
2956
|
+
xl5: string;
|
|
2957
|
+
xl6: string;
|
|
2958
|
+
xl7: string;
|
|
2959
|
+
xl8: string;
|
|
2960
|
+
xl9: string;
|
|
2725
2961
|
};
|
|
2726
2962
|
fontWeights: {
|
|
2727
2963
|
hairline: number;
|
|
@@ -2737,9 +2973,18 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
2737
2973
|
lineHeights: {
|
|
2738
2974
|
xs: number;
|
|
2739
2975
|
sm: number;
|
|
2976
|
+
base: number;
|
|
2740
2977
|
md: number;
|
|
2741
2978
|
lg: number;
|
|
2742
2979
|
xl: number;
|
|
2980
|
+
xl2: number;
|
|
2981
|
+
xl3: number;
|
|
2982
|
+
xl4: number;
|
|
2983
|
+
xl5: number;
|
|
2984
|
+
xl6: number;
|
|
2985
|
+
xl7: number;
|
|
2986
|
+
xl8: number;
|
|
2987
|
+
xl9: number;
|
|
2743
2988
|
};
|
|
2744
2989
|
letterSpacings: {
|
|
2745
2990
|
tighter: string;
|
|
@@ -2824,6 +3069,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
2824
3069
|
avatar: string;
|
|
2825
3070
|
link: string;
|
|
2826
3071
|
card: string;
|
|
3072
|
+
dropdownItem: string;
|
|
2827
3073
|
};
|
|
2828
3074
|
breakpoints: {
|
|
2829
3075
|
xs: string;
|
|
@@ -3199,7 +3445,9 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
3199
3445
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
3200
3446
|
}) => {
|
|
3201
3447
|
bf: string;
|
|
3202
|
-
bg:
|
|
3448
|
+
bg: {
|
|
3449
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
3450
|
+
};
|
|
3203
3451
|
};
|
|
3204
3452
|
bgColor: (value: {
|
|
3205
3453
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
@@ -3277,6 +3525,32 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
3277
3525
|
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
3278
3526
|
};
|
|
3279
3527
|
};
|
|
3528
|
+
ds: (value: {
|
|
3529
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
3530
|
+
}) => {
|
|
3531
|
+
dropShadow: {
|
|
3532
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
3533
|
+
};
|
|
3534
|
+
};
|
|
3535
|
+
shadow: (value: {
|
|
3536
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
3537
|
+
}) => {
|
|
3538
|
+
boxShadow: {
|
|
3539
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
3540
|
+
};
|
|
3541
|
+
};
|
|
3542
|
+
dshadow: (value: {
|
|
3543
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
3544
|
+
}) => {
|
|
3545
|
+
dropShadow: {
|
|
3546
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
3547
|
+
};
|
|
3548
|
+
};
|
|
3549
|
+
dropShadow: (value: {
|
|
3550
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
3551
|
+
}) => {
|
|
3552
|
+
filter: string;
|
|
3553
|
+
};
|
|
3280
3554
|
normalShadow: (value: {
|
|
3281
3555
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
3282
3556
|
}) => {
|
|
@@ -3480,6 +3754,16 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
3480
3754
|
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
3481
3755
|
};
|
|
3482
3756
|
};
|
|
3757
|
+
truncateText: (value: {
|
|
3758
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
3759
|
+
}) => {
|
|
3760
|
+
maxWidth: {
|
|
3761
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
3762
|
+
};
|
|
3763
|
+
whiteSpace: string;
|
|
3764
|
+
overflow: string;
|
|
3765
|
+
textOverflow: string;
|
|
3766
|
+
};
|
|
3483
3767
|
textGradient: (value: {
|
|
3484
3768
|
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
3485
3769
|
}) => {
|
|
@@ -3490,7 +3774,7 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
|
|
|
3490
3774
|
WebkitTextFillColor: string;
|
|
3491
3775
|
};
|
|
3492
3776
|
};
|
|
3493
|
-
}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").
|
|
3777
|
+
}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
|
|
3494
3778
|
variants?: {
|
|
3495
3779
|
[x: string]: {
|
|
3496
3780
|
[x: string]: CSS_1;
|
|
@@ -3548,6 +3832,13 @@ export declare const globalCss: <Styles extends {
|
|
|
3548
3832
|
lg: string;
|
|
3549
3833
|
xl: string;
|
|
3550
3834
|
};
|
|
3835
|
+
dropShadows: {
|
|
3836
|
+
xs: string;
|
|
3837
|
+
sm: string;
|
|
3838
|
+
md: string;
|
|
3839
|
+
lg: string;
|
|
3840
|
+
xl: string;
|
|
3841
|
+
};
|
|
3551
3842
|
colors: {
|
|
3552
3843
|
text: string;
|
|
3553
3844
|
link: string;
|
|
@@ -3689,6 +3980,16 @@ export declare const globalCss: <Styles extends {
|
|
|
3689
3980
|
errorSolidHover: string;
|
|
3690
3981
|
errorSolidContrast: string;
|
|
3691
3982
|
errorShadow: string;
|
|
3983
|
+
neutralLight: string;
|
|
3984
|
+
neutralLightHover: string;
|
|
3985
|
+
neutralLightActive: string;
|
|
3986
|
+
neutralLightContrast: string;
|
|
3987
|
+
neutral: string;
|
|
3988
|
+
neutralBorder: string;
|
|
3989
|
+
neutralBorderHover: string;
|
|
3990
|
+
neutralSolidHover: string;
|
|
3991
|
+
neutralSolidContrast: string;
|
|
3992
|
+
neutralShadow: string;
|
|
3692
3993
|
gradient: string;
|
|
3693
3994
|
accents0: string;
|
|
3694
3995
|
accents1: string;
|
|
@@ -3707,13 +4008,20 @@ export declare const globalCss: <Styles extends {
|
|
|
3707
4008
|
mono: string;
|
|
3708
4009
|
};
|
|
3709
4010
|
fontSizes: {
|
|
3710
|
-
tiny: string;
|
|
3711
4011
|
xs: string;
|
|
3712
|
-
base: string;
|
|
3713
4012
|
sm: string;
|
|
4013
|
+
base: string;
|
|
3714
4014
|
md: string;
|
|
3715
4015
|
lg: string;
|
|
3716
4016
|
xl: string;
|
|
4017
|
+
xl2: string;
|
|
4018
|
+
xl3: string;
|
|
4019
|
+
xl4: string;
|
|
4020
|
+
xl5: string;
|
|
4021
|
+
xl6: string;
|
|
4022
|
+
xl7: string;
|
|
4023
|
+
xl8: string;
|
|
4024
|
+
xl9: string;
|
|
3717
4025
|
};
|
|
3718
4026
|
fontWeights: {
|
|
3719
4027
|
hairline: number;
|
|
@@ -3729,9 +4037,18 @@ export declare const globalCss: <Styles extends {
|
|
|
3729
4037
|
lineHeights: {
|
|
3730
4038
|
xs: number;
|
|
3731
4039
|
sm: number;
|
|
4040
|
+
base: number;
|
|
3732
4041
|
md: number;
|
|
3733
4042
|
lg: number;
|
|
3734
4043
|
xl: number;
|
|
4044
|
+
xl2: number;
|
|
4045
|
+
xl3: number;
|
|
4046
|
+
xl4: number;
|
|
4047
|
+
xl5: number;
|
|
4048
|
+
xl6: number;
|
|
4049
|
+
xl7: number;
|
|
4050
|
+
xl8: number;
|
|
4051
|
+
xl9: number;
|
|
3735
4052
|
};
|
|
3736
4053
|
letterSpacings: {
|
|
3737
4054
|
tighter: string;
|
|
@@ -3816,6 +4133,7 @@ export declare const globalCss: <Styles extends {
|
|
|
3816
4133
|
avatar: string;
|
|
3817
4134
|
link: string;
|
|
3818
4135
|
card: string;
|
|
4136
|
+
dropdownItem: string;
|
|
3819
4137
|
};
|
|
3820
4138
|
breakpoints: {
|
|
3821
4139
|
xs: string;
|
|
@@ -4191,7 +4509,9 @@ export declare const globalCss: <Styles extends {
|
|
|
4191
4509
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
4192
4510
|
}) => {
|
|
4193
4511
|
bf: string;
|
|
4194
|
-
bg:
|
|
4512
|
+
bg: {
|
|
4513
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
4514
|
+
};
|
|
4195
4515
|
};
|
|
4196
4516
|
bgColor: (value: {
|
|
4197
4517
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
@@ -4269,6 +4589,32 @@ export declare const globalCss: <Styles extends {
|
|
|
4269
4589
|
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
4270
4590
|
};
|
|
4271
4591
|
};
|
|
4592
|
+
ds: (value: {
|
|
4593
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
4594
|
+
}) => {
|
|
4595
|
+
dropShadow: {
|
|
4596
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
4597
|
+
};
|
|
4598
|
+
};
|
|
4599
|
+
shadow: (value: {
|
|
4600
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
4601
|
+
}) => {
|
|
4602
|
+
boxShadow: {
|
|
4603
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
4604
|
+
};
|
|
4605
|
+
};
|
|
4606
|
+
dshadow: (value: {
|
|
4607
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
4608
|
+
}) => {
|
|
4609
|
+
dropShadow: {
|
|
4610
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
4611
|
+
};
|
|
4612
|
+
};
|
|
4613
|
+
dropShadow: (value: {
|
|
4614
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
4615
|
+
}) => {
|
|
4616
|
+
filter: string;
|
|
4617
|
+
};
|
|
4272
4618
|
normalShadow: (value: {
|
|
4273
4619
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
4274
4620
|
}) => {
|
|
@@ -4472,6 +4818,16 @@ export declare const globalCss: <Styles extends {
|
|
|
4472
4818
|
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
4473
4819
|
};
|
|
4474
4820
|
};
|
|
4821
|
+
truncateText: (value: {
|
|
4822
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
4823
|
+
}) => {
|
|
4824
|
+
maxWidth: {
|
|
4825
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
4826
|
+
};
|
|
4827
|
+
whiteSpace: string;
|
|
4828
|
+
overflow: string;
|
|
4829
|
+
textOverflow: string;
|
|
4830
|
+
};
|
|
4475
4831
|
textGradient: (value: {
|
|
4476
4832
|
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
4477
4833
|
}) => {
|
|
@@ -4507,6 +4863,13 @@ export declare const globalCss: <Styles extends {
|
|
|
4507
4863
|
lg: string;
|
|
4508
4864
|
xl: string;
|
|
4509
4865
|
};
|
|
4866
|
+
dropShadows: {
|
|
4867
|
+
xs: string;
|
|
4868
|
+
sm: string;
|
|
4869
|
+
md: string;
|
|
4870
|
+
lg: string;
|
|
4871
|
+
xl: string;
|
|
4872
|
+
};
|
|
4510
4873
|
colors: {
|
|
4511
4874
|
text: string;
|
|
4512
4875
|
link: string;
|
|
@@ -4648,6 +5011,16 @@ export declare const globalCss: <Styles extends {
|
|
|
4648
5011
|
errorSolidHover: string;
|
|
4649
5012
|
errorSolidContrast: string;
|
|
4650
5013
|
errorShadow: string;
|
|
5014
|
+
neutralLight: string;
|
|
5015
|
+
neutralLightHover: string;
|
|
5016
|
+
neutralLightActive: string;
|
|
5017
|
+
neutralLightContrast: string;
|
|
5018
|
+
neutral: string;
|
|
5019
|
+
neutralBorder: string;
|
|
5020
|
+
neutralBorderHover: string;
|
|
5021
|
+
neutralSolidHover: string;
|
|
5022
|
+
neutralSolidContrast: string;
|
|
5023
|
+
neutralShadow: string;
|
|
4651
5024
|
gradient: string;
|
|
4652
5025
|
accents0: string;
|
|
4653
5026
|
accents1: string;
|
|
@@ -4666,13 +5039,20 @@ export declare const globalCss: <Styles extends {
|
|
|
4666
5039
|
mono: string;
|
|
4667
5040
|
};
|
|
4668
5041
|
fontSizes: {
|
|
4669
|
-
tiny: string;
|
|
4670
5042
|
xs: string;
|
|
4671
|
-
base: string;
|
|
4672
5043
|
sm: string;
|
|
5044
|
+
base: string;
|
|
4673
5045
|
md: string;
|
|
4674
5046
|
lg: string;
|
|
4675
5047
|
xl: string;
|
|
5048
|
+
xl2: string;
|
|
5049
|
+
xl3: string;
|
|
5050
|
+
xl4: string;
|
|
5051
|
+
xl5: string;
|
|
5052
|
+
xl6: string;
|
|
5053
|
+
xl7: string;
|
|
5054
|
+
xl8: string;
|
|
5055
|
+
xl9: string;
|
|
4676
5056
|
};
|
|
4677
5057
|
fontWeights: {
|
|
4678
5058
|
hairline: number;
|
|
@@ -4688,9 +5068,18 @@ export declare const globalCss: <Styles extends {
|
|
|
4688
5068
|
lineHeights: {
|
|
4689
5069
|
xs: number;
|
|
4690
5070
|
sm: number;
|
|
5071
|
+
base: number;
|
|
4691
5072
|
md: number;
|
|
4692
5073
|
lg: number;
|
|
4693
5074
|
xl: number;
|
|
5075
|
+
xl2: number;
|
|
5076
|
+
xl3: number;
|
|
5077
|
+
xl4: number;
|
|
5078
|
+
xl5: number;
|
|
5079
|
+
xl6: number;
|
|
5080
|
+
xl7: number;
|
|
5081
|
+
xl8: number;
|
|
5082
|
+
xl9: number;
|
|
4694
5083
|
};
|
|
4695
5084
|
letterSpacings: {
|
|
4696
5085
|
tighter: string;
|
|
@@ -4775,6 +5164,7 @@ export declare const globalCss: <Styles extends {
|
|
|
4775
5164
|
avatar: string;
|
|
4776
5165
|
link: string;
|
|
4777
5166
|
card: string;
|
|
5167
|
+
dropdownItem: string;
|
|
4778
5168
|
};
|
|
4779
5169
|
breakpoints: {
|
|
4780
5170
|
xs: string;
|
|
@@ -5150,7 +5540,9 @@ export declare const globalCss: <Styles extends {
|
|
|
5150
5540
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
5151
5541
|
}) => {
|
|
5152
5542
|
bf: string;
|
|
5153
|
-
bg:
|
|
5543
|
+
bg: {
|
|
5544
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
5545
|
+
};
|
|
5154
5546
|
};
|
|
5155
5547
|
bgColor: (value: {
|
|
5156
5548
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
@@ -5228,6 +5620,32 @@ export declare const globalCss: <Styles extends {
|
|
|
5228
5620
|
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
5229
5621
|
};
|
|
5230
5622
|
};
|
|
5623
|
+
ds: (value: {
|
|
5624
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
5625
|
+
}) => {
|
|
5626
|
+
dropShadow: {
|
|
5627
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
5628
|
+
};
|
|
5629
|
+
};
|
|
5630
|
+
shadow: (value: {
|
|
5631
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
5632
|
+
}) => {
|
|
5633
|
+
boxShadow: {
|
|
5634
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
5635
|
+
};
|
|
5636
|
+
};
|
|
5637
|
+
dshadow: (value: {
|
|
5638
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
5639
|
+
}) => {
|
|
5640
|
+
dropShadow: {
|
|
5641
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
5642
|
+
};
|
|
5643
|
+
};
|
|
5644
|
+
dropShadow: (value: {
|
|
5645
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
5646
|
+
}) => {
|
|
5647
|
+
filter: string;
|
|
5648
|
+
};
|
|
5231
5649
|
normalShadow: (value: {
|
|
5232
5650
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
5233
5651
|
}) => {
|
|
@@ -5431,6 +5849,16 @@ export declare const globalCss: <Styles extends {
|
|
|
5431
5849
|
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
5432
5850
|
};
|
|
5433
5851
|
};
|
|
5852
|
+
truncateText: (value: {
|
|
5853
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
5854
|
+
}) => {
|
|
5855
|
+
maxWidth: {
|
|
5856
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
5857
|
+
};
|
|
5858
|
+
whiteSpace: string;
|
|
5859
|
+
overflow: string;
|
|
5860
|
+
textOverflow: string;
|
|
5861
|
+
};
|
|
5434
5862
|
textGradient: (value: {
|
|
5435
5863
|
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
5436
5864
|
}) => {
|
|
@@ -5467,6 +5895,13 @@ export declare const keyframes: (style: {
|
|
|
5467
5895
|
lg: string;
|
|
5468
5896
|
xl: string;
|
|
5469
5897
|
};
|
|
5898
|
+
dropShadows: {
|
|
5899
|
+
xs: string;
|
|
5900
|
+
sm: string;
|
|
5901
|
+
md: string;
|
|
5902
|
+
lg: string;
|
|
5903
|
+
xl: string;
|
|
5904
|
+
};
|
|
5470
5905
|
colors: {
|
|
5471
5906
|
text: string;
|
|
5472
5907
|
link: string;
|
|
@@ -5608,6 +6043,16 @@ export declare const keyframes: (style: {
|
|
|
5608
6043
|
errorSolidHover: string;
|
|
5609
6044
|
errorSolidContrast: string;
|
|
5610
6045
|
errorShadow: string;
|
|
6046
|
+
neutralLight: string;
|
|
6047
|
+
neutralLightHover: string;
|
|
6048
|
+
neutralLightActive: string;
|
|
6049
|
+
neutralLightContrast: string;
|
|
6050
|
+
neutral: string;
|
|
6051
|
+
neutralBorder: string;
|
|
6052
|
+
neutralBorderHover: string;
|
|
6053
|
+
neutralSolidHover: string;
|
|
6054
|
+
neutralSolidContrast: string;
|
|
6055
|
+
neutralShadow: string;
|
|
5611
6056
|
gradient: string;
|
|
5612
6057
|
accents0: string;
|
|
5613
6058
|
accents1: string;
|
|
@@ -5626,13 +6071,20 @@ export declare const keyframes: (style: {
|
|
|
5626
6071
|
mono: string;
|
|
5627
6072
|
};
|
|
5628
6073
|
fontSizes: {
|
|
5629
|
-
tiny: string;
|
|
5630
6074
|
xs: string;
|
|
5631
|
-
base: string;
|
|
5632
6075
|
sm: string;
|
|
6076
|
+
base: string;
|
|
5633
6077
|
md: string;
|
|
5634
6078
|
lg: string;
|
|
5635
6079
|
xl: string;
|
|
6080
|
+
xl2: string;
|
|
6081
|
+
xl3: string;
|
|
6082
|
+
xl4: string;
|
|
6083
|
+
xl5: string;
|
|
6084
|
+
xl6: string;
|
|
6085
|
+
xl7: string;
|
|
6086
|
+
xl8: string;
|
|
6087
|
+
xl9: string;
|
|
5636
6088
|
};
|
|
5637
6089
|
fontWeights: {
|
|
5638
6090
|
hairline: number;
|
|
@@ -5648,9 +6100,18 @@ export declare const keyframes: (style: {
|
|
|
5648
6100
|
lineHeights: {
|
|
5649
6101
|
xs: number;
|
|
5650
6102
|
sm: number;
|
|
6103
|
+
base: number;
|
|
5651
6104
|
md: number;
|
|
5652
6105
|
lg: number;
|
|
5653
6106
|
xl: number;
|
|
6107
|
+
xl2: number;
|
|
6108
|
+
xl3: number;
|
|
6109
|
+
xl4: number;
|
|
6110
|
+
xl5: number;
|
|
6111
|
+
xl6: number;
|
|
6112
|
+
xl7: number;
|
|
6113
|
+
xl8: number;
|
|
6114
|
+
xl9: number;
|
|
5654
6115
|
};
|
|
5655
6116
|
letterSpacings: {
|
|
5656
6117
|
tighter: string;
|
|
@@ -5735,6 +6196,7 @@ export declare const keyframes: (style: {
|
|
|
5735
6196
|
avatar: string;
|
|
5736
6197
|
link: string;
|
|
5737
6198
|
card: string;
|
|
6199
|
+
dropdownItem: string;
|
|
5738
6200
|
};
|
|
5739
6201
|
breakpoints: {
|
|
5740
6202
|
xs: string;
|
|
@@ -6110,7 +6572,9 @@ export declare const keyframes: (style: {
|
|
|
6110
6572
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
6111
6573
|
}) => {
|
|
6112
6574
|
bf: string;
|
|
6113
|
-
bg:
|
|
6575
|
+
bg: {
|
|
6576
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
6577
|
+
};
|
|
6114
6578
|
};
|
|
6115
6579
|
bgColor: (value: {
|
|
6116
6580
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
@@ -6188,6 +6652,32 @@ export declare const keyframes: (style: {
|
|
|
6188
6652
|
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
6189
6653
|
};
|
|
6190
6654
|
};
|
|
6655
|
+
ds: (value: {
|
|
6656
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
6657
|
+
}) => {
|
|
6658
|
+
dropShadow: {
|
|
6659
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
6660
|
+
};
|
|
6661
|
+
};
|
|
6662
|
+
shadow: (value: {
|
|
6663
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
6664
|
+
}) => {
|
|
6665
|
+
boxShadow: {
|
|
6666
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
6667
|
+
};
|
|
6668
|
+
};
|
|
6669
|
+
dshadow: (value: {
|
|
6670
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
6671
|
+
}) => {
|
|
6672
|
+
dropShadow: {
|
|
6673
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
6674
|
+
};
|
|
6675
|
+
};
|
|
6676
|
+
dropShadow: (value: {
|
|
6677
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
6678
|
+
}) => {
|
|
6679
|
+
filter: string;
|
|
6680
|
+
};
|
|
6191
6681
|
normalShadow: (value: {
|
|
6192
6682
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
6193
6683
|
}) => {
|
|
@@ -6391,6 +6881,16 @@ export declare const keyframes: (style: {
|
|
|
6391
6881
|
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
6392
6882
|
};
|
|
6393
6883
|
};
|
|
6884
|
+
truncateText: (value: {
|
|
6885
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
6886
|
+
}) => {
|
|
6887
|
+
maxWidth: {
|
|
6888
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
6889
|
+
};
|
|
6890
|
+
whiteSpace: string;
|
|
6891
|
+
overflow: string;
|
|
6892
|
+
textOverflow: string;
|
|
6893
|
+
};
|
|
6394
6894
|
textGradient: (value: {
|
|
6395
6895
|
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
6396
6896
|
}) => {
|
|
@@ -6418,6 +6918,13 @@ export declare const theme: string & {
|
|
|
6418
6918
|
lg: import("@stitches/react/types/theme").Token<"lg", string, "shadows", string>;
|
|
6419
6919
|
xl: import("@stitches/react/types/theme").Token<"xl", string, "shadows", string>;
|
|
6420
6920
|
};
|
|
6921
|
+
dropShadows: {
|
|
6922
|
+
xs: import("@stitches/react/types/theme").Token<"xs", string, "dropShadows", string>;
|
|
6923
|
+
sm: import("@stitches/react/types/theme").Token<"sm", string, "dropShadows", string>;
|
|
6924
|
+
md: import("@stitches/react/types/theme").Token<"md", string, "dropShadows", string>;
|
|
6925
|
+
lg: import("@stitches/react/types/theme").Token<"lg", string, "dropShadows", string>;
|
|
6926
|
+
xl: import("@stitches/react/types/theme").Token<"xl", string, "dropShadows", string>;
|
|
6927
|
+
};
|
|
6421
6928
|
colors: {
|
|
6422
6929
|
text: import("@stitches/react/types/theme").Token<"text", string, "colors", string>;
|
|
6423
6930
|
link: import("@stitches/react/types/theme").Token<"link", string, "colors", string>;
|
|
@@ -6559,6 +7066,16 @@ export declare const theme: string & {
|
|
|
6559
7066
|
errorSolidHover: import("@stitches/react/types/theme").Token<"errorSolidHover", string, "colors", string>;
|
|
6560
7067
|
errorSolidContrast: import("@stitches/react/types/theme").Token<"errorSolidContrast", string, "colors", string>;
|
|
6561
7068
|
errorShadow: import("@stitches/react/types/theme").Token<"errorShadow", string, "colors", string>;
|
|
7069
|
+
neutralLight: import("@stitches/react/types/theme").Token<"neutralLight", string, "colors", string>;
|
|
7070
|
+
neutralLightHover: import("@stitches/react/types/theme").Token<"neutralLightHover", string, "colors", string>;
|
|
7071
|
+
neutralLightActive: import("@stitches/react/types/theme").Token<"neutralLightActive", string, "colors", string>;
|
|
7072
|
+
neutralLightContrast: import("@stitches/react/types/theme").Token<"neutralLightContrast", string, "colors", string>;
|
|
7073
|
+
neutral: import("@stitches/react/types/theme").Token<"neutral", string, "colors", string>;
|
|
7074
|
+
neutralBorder: import("@stitches/react/types/theme").Token<"neutralBorder", string, "colors", string>;
|
|
7075
|
+
neutralBorderHover: import("@stitches/react/types/theme").Token<"neutralBorderHover", string, "colors", string>;
|
|
7076
|
+
neutralSolidHover: import("@stitches/react/types/theme").Token<"neutralSolidHover", string, "colors", string>;
|
|
7077
|
+
neutralSolidContrast: import("@stitches/react/types/theme").Token<"neutralSolidContrast", string, "colors", string>;
|
|
7078
|
+
neutralShadow: import("@stitches/react/types/theme").Token<"neutralShadow", string, "colors", string>;
|
|
6562
7079
|
gradient: import("@stitches/react/types/theme").Token<"gradient", string, "colors", string>;
|
|
6563
7080
|
accents0: import("@stitches/react/types/theme").Token<"accents0", string, "colors", string>;
|
|
6564
7081
|
accents1: import("@stitches/react/types/theme").Token<"accents1", string, "colors", string>;
|
|
@@ -6577,13 +7094,20 @@ export declare const theme: string & {
|
|
|
6577
7094
|
mono: import("@stitches/react/types/theme").Token<"mono", string, "fonts", string>;
|
|
6578
7095
|
};
|
|
6579
7096
|
fontSizes: {
|
|
6580
|
-
tiny: import("@stitches/react/types/theme").Token<"tiny", string, "fontSizes", string>;
|
|
6581
7097
|
xs: import("@stitches/react/types/theme").Token<"xs", string, "fontSizes", string>;
|
|
6582
|
-
base: import("@stitches/react/types/theme").Token<"base", string, "fontSizes", string>;
|
|
6583
7098
|
sm: import("@stitches/react/types/theme").Token<"sm", string, "fontSizes", string>;
|
|
7099
|
+
base: import("@stitches/react/types/theme").Token<"base", string, "fontSizes", string>;
|
|
6584
7100
|
md: import("@stitches/react/types/theme").Token<"md", string, "fontSizes", string>;
|
|
6585
7101
|
lg: import("@stitches/react/types/theme").Token<"lg", string, "fontSizes", string>;
|
|
6586
7102
|
xl: import("@stitches/react/types/theme").Token<"xl", string, "fontSizes", string>;
|
|
7103
|
+
xl2: import("@stitches/react/types/theme").Token<"xl2", string, "fontSizes", string>;
|
|
7104
|
+
xl3: import("@stitches/react/types/theme").Token<"xl3", string, "fontSizes", string>;
|
|
7105
|
+
xl4: import("@stitches/react/types/theme").Token<"xl4", string, "fontSizes", string>;
|
|
7106
|
+
xl5: import("@stitches/react/types/theme").Token<"xl5", string, "fontSizes", string>;
|
|
7107
|
+
xl6: import("@stitches/react/types/theme").Token<"xl6", string, "fontSizes", string>;
|
|
7108
|
+
xl7: import("@stitches/react/types/theme").Token<"xl7", string, "fontSizes", string>;
|
|
7109
|
+
xl8: import("@stitches/react/types/theme").Token<"xl8", string, "fontSizes", string>;
|
|
7110
|
+
xl9: import("@stitches/react/types/theme").Token<"xl9", string, "fontSizes", string>;
|
|
6587
7111
|
};
|
|
6588
7112
|
fontWeights: {
|
|
6589
7113
|
hairline: import("@stitches/react/types/theme").Token<"hairline", string, "fontWeights", string>;
|
|
@@ -6599,9 +7123,18 @@ export declare const theme: string & {
|
|
|
6599
7123
|
lineHeights: {
|
|
6600
7124
|
xs: import("@stitches/react/types/theme").Token<"xs", string, "lineHeights", string>;
|
|
6601
7125
|
sm: import("@stitches/react/types/theme").Token<"sm", string, "lineHeights", string>;
|
|
7126
|
+
base: import("@stitches/react/types/theme").Token<"base", string, "lineHeights", string>;
|
|
6602
7127
|
md: import("@stitches/react/types/theme").Token<"md", string, "lineHeights", string>;
|
|
6603
7128
|
lg: import("@stitches/react/types/theme").Token<"lg", string, "lineHeights", string>;
|
|
6604
7129
|
xl: import("@stitches/react/types/theme").Token<"xl", string, "lineHeights", string>;
|
|
7130
|
+
xl2: import("@stitches/react/types/theme").Token<"xl2", string, "lineHeights", string>;
|
|
7131
|
+
xl3: import("@stitches/react/types/theme").Token<"xl3", string, "lineHeights", string>;
|
|
7132
|
+
xl4: import("@stitches/react/types/theme").Token<"xl4", string, "lineHeights", string>;
|
|
7133
|
+
xl5: import("@stitches/react/types/theme").Token<"xl5", string, "lineHeights", string>;
|
|
7134
|
+
xl6: import("@stitches/react/types/theme").Token<"xl6", string, "lineHeights", string>;
|
|
7135
|
+
xl7: import("@stitches/react/types/theme").Token<"xl7", string, "lineHeights", string>;
|
|
7136
|
+
xl8: import("@stitches/react/types/theme").Token<"xl8", string, "lineHeights", string>;
|
|
7137
|
+
xl9: import("@stitches/react/types/theme").Token<"xl9", string, "lineHeights", string>;
|
|
6605
7138
|
};
|
|
6606
7139
|
letterSpacings: {
|
|
6607
7140
|
tighter: import("@stitches/react/types/theme").Token<"tighter", string, "letterSpacings", string>;
|
|
@@ -6686,6 +7219,7 @@ export declare const theme: string & {
|
|
|
6686
7219
|
avatar: import("@stitches/react/types/theme").Token<"avatar", string, "transitions", string>;
|
|
6687
7220
|
link: import("@stitches/react/types/theme").Token<"link", string, "transitions", string>;
|
|
6688
7221
|
card: import("@stitches/react/types/theme").Token<"card", string, "transitions", string>;
|
|
7222
|
+
dropdownItem: import("@stitches/react/types/theme").Token<"dropdownItem", string, "transitions", string>;
|
|
6689
7223
|
};
|
|
6690
7224
|
breakpoints: {
|
|
6691
7225
|
xs: import("@stitches/react/types/theme").Token<"xs", string, "breakpoints", string>;
|
|
@@ -6722,6 +7256,13 @@ export declare const config: {
|
|
|
6722
7256
|
lg: string;
|
|
6723
7257
|
xl: string;
|
|
6724
7258
|
};
|
|
7259
|
+
dropShadows: {
|
|
7260
|
+
xs: string;
|
|
7261
|
+
sm: string;
|
|
7262
|
+
md: string;
|
|
7263
|
+
lg: string;
|
|
7264
|
+
xl: string;
|
|
7265
|
+
};
|
|
6725
7266
|
colors: {
|
|
6726
7267
|
text: string;
|
|
6727
7268
|
link: string;
|
|
@@ -6863,6 +7404,16 @@ export declare const config: {
|
|
|
6863
7404
|
errorSolidHover: string;
|
|
6864
7405
|
errorSolidContrast: string;
|
|
6865
7406
|
errorShadow: string;
|
|
7407
|
+
neutralLight: string;
|
|
7408
|
+
neutralLightHover: string;
|
|
7409
|
+
neutralLightActive: string;
|
|
7410
|
+
neutralLightContrast: string;
|
|
7411
|
+
neutral: string;
|
|
7412
|
+
neutralBorder: string;
|
|
7413
|
+
neutralBorderHover: string;
|
|
7414
|
+
neutralSolidHover: string;
|
|
7415
|
+
neutralSolidContrast: string;
|
|
7416
|
+
neutralShadow: string;
|
|
6866
7417
|
gradient: string;
|
|
6867
7418
|
accents0: string;
|
|
6868
7419
|
accents1: string;
|
|
@@ -6881,13 +7432,20 @@ export declare const config: {
|
|
|
6881
7432
|
mono: string;
|
|
6882
7433
|
};
|
|
6883
7434
|
fontSizes: {
|
|
6884
|
-
tiny: string;
|
|
6885
7435
|
xs: string;
|
|
6886
|
-
base: string;
|
|
6887
7436
|
sm: string;
|
|
7437
|
+
base: string;
|
|
6888
7438
|
md: string;
|
|
6889
7439
|
lg: string;
|
|
6890
7440
|
xl: string;
|
|
7441
|
+
xl2: string;
|
|
7442
|
+
xl3: string;
|
|
7443
|
+
xl4: string;
|
|
7444
|
+
xl5: string;
|
|
7445
|
+
xl6: string;
|
|
7446
|
+
xl7: string;
|
|
7447
|
+
xl8: string;
|
|
7448
|
+
xl9: string;
|
|
6891
7449
|
};
|
|
6892
7450
|
fontWeights: {
|
|
6893
7451
|
hairline: number;
|
|
@@ -6903,9 +7461,18 @@ export declare const config: {
|
|
|
6903
7461
|
lineHeights: {
|
|
6904
7462
|
xs: number;
|
|
6905
7463
|
sm: number;
|
|
7464
|
+
base: number;
|
|
6906
7465
|
md: number;
|
|
6907
7466
|
lg: number;
|
|
6908
7467
|
xl: number;
|
|
7468
|
+
xl2: number;
|
|
7469
|
+
xl3: number;
|
|
7470
|
+
xl4: number;
|
|
7471
|
+
xl5: number;
|
|
7472
|
+
xl6: number;
|
|
7473
|
+
xl7: number;
|
|
7474
|
+
xl8: number;
|
|
7475
|
+
xl9: number;
|
|
6909
7476
|
};
|
|
6910
7477
|
letterSpacings: {
|
|
6911
7478
|
tighter: string;
|
|
@@ -6990,6 +7557,7 @@ export declare const config: {
|
|
|
6990
7557
|
avatar: string;
|
|
6991
7558
|
link: string;
|
|
6992
7559
|
card: string;
|
|
7560
|
+
dropdownItem: string;
|
|
6993
7561
|
};
|
|
6994
7562
|
breakpoints: {
|
|
6995
7563
|
xs: string;
|
|
@@ -7367,7 +7935,9 @@ export declare const config: {
|
|
|
7367
7935
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
7368
7936
|
}) => {
|
|
7369
7937
|
bf: string;
|
|
7370
|
-
bg:
|
|
7938
|
+
bg: {
|
|
7939
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
7940
|
+
};
|
|
7371
7941
|
};
|
|
7372
7942
|
bgColor: (value: {
|
|
7373
7943
|
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
@@ -7445,18 +8015,44 @@ export declare const config: {
|
|
|
7445
8015
|
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
7446
8016
|
};
|
|
7447
8017
|
};
|
|
7448
|
-
|
|
7449
|
-
readonly [Stitches.$$PropertyValue]: "
|
|
8018
|
+
ds: (value: {
|
|
8019
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
7450
8020
|
}) => {
|
|
7451
|
-
|
|
8021
|
+
dropShadow: {
|
|
8022
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
8023
|
+
};
|
|
7452
8024
|
};
|
|
7453
|
-
|
|
7454
|
-
readonly [Stitches.$$PropertyValue]: "
|
|
8025
|
+
shadow: (value: {
|
|
8026
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
7455
8027
|
}) => {
|
|
7456
|
-
boxShadow:
|
|
8028
|
+
boxShadow: {
|
|
8029
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
8030
|
+
};
|
|
7457
8031
|
};
|
|
7458
|
-
|
|
7459
|
-
readonly [Stitches.$$PropertyValue]: "
|
|
8032
|
+
dshadow: (value: {
|
|
8033
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
8034
|
+
}) => {
|
|
8035
|
+
dropShadow: {
|
|
8036
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
8037
|
+
};
|
|
8038
|
+
};
|
|
8039
|
+
dropShadow: (value: {
|
|
8040
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
8041
|
+
}) => {
|
|
8042
|
+
filter: string;
|
|
8043
|
+
};
|
|
8044
|
+
normalShadow: (value: {
|
|
8045
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8046
|
+
}) => {
|
|
8047
|
+
boxShadow: string;
|
|
8048
|
+
};
|
|
8049
|
+
normalShadowVar: (value: {
|
|
8050
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8051
|
+
}) => {
|
|
8052
|
+
boxShadow: string;
|
|
8053
|
+
};
|
|
8054
|
+
lh: (value: {
|
|
8055
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
7460
8056
|
}) => {
|
|
7461
8057
|
lineHeight: {
|
|
7462
8058
|
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
@@ -7648,6 +8244,16 @@ export declare const config: {
|
|
|
7648
8244
|
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
7649
8245
|
};
|
|
7650
8246
|
};
|
|
8247
|
+
truncateText: (value: {
|
|
8248
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
8249
|
+
}) => {
|
|
8250
|
+
maxWidth: {
|
|
8251
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
|
8252
|
+
};
|
|
8253
|
+
whiteSpace: string;
|
|
8254
|
+
overflow: string;
|
|
8255
|
+
textOverflow: string;
|
|
8256
|
+
};
|
|
7651
8257
|
textGradient: (value: {
|
|
7652
8258
|
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
7653
8259
|
}) => {
|
|
@@ -7660,2933 +8266,6 @@ export declare const config: {
|
|
|
7660
8266
|
};
|
|
7661
8267
|
};
|
|
7662
8268
|
};
|
|
7663
|
-
export declare const sharedFocus: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
7664
|
-
xs: string;
|
|
7665
|
-
sm: string;
|
|
7666
|
-
md: string;
|
|
7667
|
-
lg: string;
|
|
7668
|
-
xl: string;
|
|
7669
|
-
xsMax: string;
|
|
7670
|
-
smMax: string;
|
|
7671
|
-
mdMax: string;
|
|
7672
|
-
lgMax: string;
|
|
7673
|
-
xlMax: string;
|
|
7674
|
-
motion: string;
|
|
7675
|
-
safari: string;
|
|
7676
|
-
hover: string;
|
|
7677
|
-
dark: string;
|
|
7678
|
-
light: string;
|
|
7679
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
7680
|
-
xs: string;
|
|
7681
|
-
sm: string;
|
|
7682
|
-
md: string;
|
|
7683
|
-
lg: string;
|
|
7684
|
-
xl: string;
|
|
7685
|
-
xsMax: string;
|
|
7686
|
-
smMax: string;
|
|
7687
|
-
mdMax: string;
|
|
7688
|
-
lgMax: string;
|
|
7689
|
-
xlMax: string;
|
|
7690
|
-
motion: string;
|
|
7691
|
-
safari: string;
|
|
7692
|
-
hover: string;
|
|
7693
|
-
dark: string;
|
|
7694
|
-
light: string;
|
|
7695
|
-
}, {
|
|
7696
|
-
shadows: {
|
|
7697
|
-
xs: string;
|
|
7698
|
-
sm: string;
|
|
7699
|
-
md: string;
|
|
7700
|
-
lg: string;
|
|
7701
|
-
xl: string;
|
|
7702
|
-
};
|
|
7703
|
-
colors: {
|
|
7704
|
-
text: string;
|
|
7705
|
-
link: string;
|
|
7706
|
-
codeLight: string;
|
|
7707
|
-
code: string;
|
|
7708
|
-
selection: string;
|
|
7709
|
-
gray50: string;
|
|
7710
|
-
gray100: string;
|
|
7711
|
-
gray200: string;
|
|
7712
|
-
gray300: string;
|
|
7713
|
-
gray400: string;
|
|
7714
|
-
gray500: string;
|
|
7715
|
-
gray600: string;
|
|
7716
|
-
gray700: string;
|
|
7717
|
-
gray800: string;
|
|
7718
|
-
gray900: string;
|
|
7719
|
-
pink50: string;
|
|
7720
|
-
pink100: string;
|
|
7721
|
-
pink200: string;
|
|
7722
|
-
pink300: string;
|
|
7723
|
-
pink400: string;
|
|
7724
|
-
pink500: string;
|
|
7725
|
-
pink600: string;
|
|
7726
|
-
pink700: string;
|
|
7727
|
-
pink800: string;
|
|
7728
|
-
pink900: string;
|
|
7729
|
-
cyan50: string;
|
|
7730
|
-
cyan100: string;
|
|
7731
|
-
cyan200: string;
|
|
7732
|
-
cyan300: string;
|
|
7733
|
-
cyan400: string;
|
|
7734
|
-
cyan500: string;
|
|
7735
|
-
cyan600: string;
|
|
7736
|
-
cyan700: string;
|
|
7737
|
-
cyan800: string;
|
|
7738
|
-
cyan900: string;
|
|
7739
|
-
red50: string;
|
|
7740
|
-
red100: string;
|
|
7741
|
-
red200: string;
|
|
7742
|
-
red300: string;
|
|
7743
|
-
red400: string;
|
|
7744
|
-
red500: string;
|
|
7745
|
-
red600: string;
|
|
7746
|
-
red700: string;
|
|
7747
|
-
red800: string;
|
|
7748
|
-
red900: string;
|
|
7749
|
-
yellow50: string;
|
|
7750
|
-
yellow100: string;
|
|
7751
|
-
yellow200: string;
|
|
7752
|
-
yellow300: string;
|
|
7753
|
-
yellow400: string;
|
|
7754
|
-
yellow500: string;
|
|
7755
|
-
yellow600: string;
|
|
7756
|
-
yellow700: string;
|
|
7757
|
-
yellow800: string;
|
|
7758
|
-
yellow900: string;
|
|
7759
|
-
green50: string;
|
|
7760
|
-
green100: string;
|
|
7761
|
-
green200: string;
|
|
7762
|
-
green300: string;
|
|
7763
|
-
green400: string;
|
|
7764
|
-
green500: string;
|
|
7765
|
-
green600: string;
|
|
7766
|
-
green700: string;
|
|
7767
|
-
green800: string;
|
|
7768
|
-
green900: string;
|
|
7769
|
-
purple50: string;
|
|
7770
|
-
purple100: string;
|
|
7771
|
-
purple200: string;
|
|
7772
|
-
purple300: string;
|
|
7773
|
-
purple400: string;
|
|
7774
|
-
purple500: string;
|
|
7775
|
-
purple600: string;
|
|
7776
|
-
purple700: string;
|
|
7777
|
-
purple800: string;
|
|
7778
|
-
purple900: string;
|
|
7779
|
-
blue50: string;
|
|
7780
|
-
blue100: string;
|
|
7781
|
-
blue200: string;
|
|
7782
|
-
blue300: string;
|
|
7783
|
-
blue400: string;
|
|
7784
|
-
blue500: string;
|
|
7785
|
-
blue600: string;
|
|
7786
|
-
blue700: string;
|
|
7787
|
-
blue800: string;
|
|
7788
|
-
blue900: string;
|
|
7789
|
-
background: string;
|
|
7790
|
-
foreground: string;
|
|
7791
|
-
backgroundContrast: string;
|
|
7792
|
-
white: string;
|
|
7793
|
-
black: string;
|
|
7794
|
-
primaryLight: string;
|
|
7795
|
-
primaryLightHover: string;
|
|
7796
|
-
primaryLightActive: string;
|
|
7797
|
-
primaryLightContrast: string;
|
|
7798
|
-
primary: string;
|
|
7799
|
-
primaryBorder: string;
|
|
7800
|
-
primaryBorderHover: string;
|
|
7801
|
-
primarySolidHover: string;
|
|
7802
|
-
primarySolidContrast: string;
|
|
7803
|
-
primaryShadow: string;
|
|
7804
|
-
secondaryLight: string;
|
|
7805
|
-
secondaryLightHover: string;
|
|
7806
|
-
secondaryLightActive: string;
|
|
7807
|
-
secondaryLightContrast: string;
|
|
7808
|
-
secondary: string;
|
|
7809
|
-
secondaryBorder: string;
|
|
7810
|
-
secondaryBorderHover: string;
|
|
7811
|
-
secondarySolidHover: string;
|
|
7812
|
-
secondarySolidContrast: string;
|
|
7813
|
-
secondaryShadow: string;
|
|
7814
|
-
successLight: string;
|
|
7815
|
-
successLightHover: string;
|
|
7816
|
-
successLightActive: string;
|
|
7817
|
-
successLightContrast: string;
|
|
7818
|
-
success: string;
|
|
7819
|
-
successBorder: string;
|
|
7820
|
-
successBorderHover: string;
|
|
7821
|
-
successSolidHover: string;
|
|
7822
|
-
successSolidContrast: string;
|
|
7823
|
-
successShadow: string;
|
|
7824
|
-
warningLight: string;
|
|
7825
|
-
warningLightHover: string;
|
|
7826
|
-
warningLightActive: string;
|
|
7827
|
-
warningLightContrast: string;
|
|
7828
|
-
warning: string;
|
|
7829
|
-
warningBorder: string;
|
|
7830
|
-
warningBorderHover: string;
|
|
7831
|
-
warningSolidHover: string;
|
|
7832
|
-
warningSolidContrast: string;
|
|
7833
|
-
warningShadow: string;
|
|
7834
|
-
errorLight: string;
|
|
7835
|
-
errorLightHover: string;
|
|
7836
|
-
errorLightActive: string;
|
|
7837
|
-
errorLightContrast: string;
|
|
7838
|
-
error: string;
|
|
7839
|
-
errorBorder: string;
|
|
7840
|
-
errorBorderHover: string;
|
|
7841
|
-
errorSolidHover: string;
|
|
7842
|
-
errorSolidContrast: string;
|
|
7843
|
-
errorShadow: string;
|
|
7844
|
-
gradient: string;
|
|
7845
|
-
accents0: string;
|
|
7846
|
-
accents1: string;
|
|
7847
|
-
accents2: string;
|
|
7848
|
-
accents3: string;
|
|
7849
|
-
accents4: string;
|
|
7850
|
-
accents5: string;
|
|
7851
|
-
accents6: string;
|
|
7852
|
-
accents7: string;
|
|
7853
|
-
accents8: string;
|
|
7854
|
-
accents9: string;
|
|
7855
|
-
border: string;
|
|
7856
|
-
};
|
|
7857
|
-
fonts: {
|
|
7858
|
-
sans: string;
|
|
7859
|
-
mono: string;
|
|
7860
|
-
};
|
|
7861
|
-
fontSizes: {
|
|
7862
|
-
tiny: string;
|
|
7863
|
-
xs: string;
|
|
7864
|
-
base: string;
|
|
7865
|
-
sm: string;
|
|
7866
|
-
md: string;
|
|
7867
|
-
lg: string;
|
|
7868
|
-
xl: string;
|
|
7869
|
-
};
|
|
7870
|
-
fontWeights: {
|
|
7871
|
-
hairline: number;
|
|
7872
|
-
thin: number;
|
|
7873
|
-
light: number;
|
|
7874
|
-
normal: number;
|
|
7875
|
-
medium: number;
|
|
7876
|
-
semibold: number;
|
|
7877
|
-
bold: number;
|
|
7878
|
-
extrabold: number;
|
|
7879
|
-
black: number;
|
|
7880
|
-
};
|
|
7881
|
-
lineHeights: {
|
|
7882
|
-
xs: number;
|
|
7883
|
-
sm: number;
|
|
7884
|
-
md: number;
|
|
7885
|
-
lg: number;
|
|
7886
|
-
xl: number;
|
|
7887
|
-
};
|
|
7888
|
-
letterSpacings: {
|
|
7889
|
-
tighter: string;
|
|
7890
|
-
tight: string;
|
|
7891
|
-
normal: string;
|
|
7892
|
-
wide: string;
|
|
7893
|
-
wider: string;
|
|
7894
|
-
widest: string;
|
|
7895
|
-
};
|
|
7896
|
-
space: {
|
|
7897
|
-
0: string;
|
|
7898
|
-
xs: string;
|
|
7899
|
-
sm: string;
|
|
7900
|
-
md: string;
|
|
7901
|
-
lg: string;
|
|
7902
|
-
xl: string;
|
|
7903
|
-
px: string;
|
|
7904
|
-
1: string;
|
|
7905
|
-
2: string;
|
|
7906
|
-
3: string;
|
|
7907
|
-
4: string;
|
|
7908
|
-
5: string;
|
|
7909
|
-
6: string;
|
|
7910
|
-
7: string;
|
|
7911
|
-
8: string;
|
|
7912
|
-
9: string;
|
|
7913
|
-
10: string;
|
|
7914
|
-
11: string;
|
|
7915
|
-
12: string;
|
|
7916
|
-
13: string;
|
|
7917
|
-
14: string;
|
|
7918
|
-
15: string;
|
|
7919
|
-
16: string;
|
|
7920
|
-
17: string;
|
|
7921
|
-
18: string;
|
|
7922
|
-
20: string;
|
|
7923
|
-
24: string;
|
|
7924
|
-
28: string;
|
|
7925
|
-
32: string;
|
|
7926
|
-
36: string;
|
|
7927
|
-
40: string;
|
|
7928
|
-
44: string;
|
|
7929
|
-
48: string;
|
|
7930
|
-
52: string;
|
|
7931
|
-
56: string;
|
|
7932
|
-
60: string;
|
|
7933
|
-
64: string;
|
|
7934
|
-
72: string;
|
|
7935
|
-
80: string;
|
|
7936
|
-
96: string;
|
|
7937
|
-
};
|
|
7938
|
-
radii: {
|
|
7939
|
-
xs: string;
|
|
7940
|
-
sm: string;
|
|
7941
|
-
md: string;
|
|
7942
|
-
base: string;
|
|
7943
|
-
lg: string;
|
|
7944
|
-
xl: string;
|
|
7945
|
-
squared: string;
|
|
7946
|
-
rounded: string;
|
|
7947
|
-
pill: string;
|
|
7948
|
-
};
|
|
7949
|
-
zIndices: {
|
|
7950
|
-
1: string;
|
|
7951
|
-
2: string;
|
|
7952
|
-
3: string;
|
|
7953
|
-
4: string;
|
|
7954
|
-
5: string;
|
|
7955
|
-
10: string;
|
|
7956
|
-
max: string;
|
|
7957
|
-
};
|
|
7958
|
-
borderWeights: {
|
|
7959
|
-
light: string;
|
|
7960
|
-
normal: string;
|
|
7961
|
-
bold: string;
|
|
7962
|
-
extrabold: string;
|
|
7963
|
-
black: string;
|
|
7964
|
-
};
|
|
7965
|
-
transitions: {
|
|
7966
|
-
default: string;
|
|
7967
|
-
button: string;
|
|
7968
|
-
avatar: string;
|
|
7969
|
-
link: string;
|
|
7970
|
-
card: string;
|
|
7971
|
-
};
|
|
7972
|
-
breakpoints: {
|
|
7973
|
-
xs: string;
|
|
7974
|
-
sm: string;
|
|
7975
|
-
md: string;
|
|
7976
|
-
lg: string;
|
|
7977
|
-
xl: string;
|
|
7978
|
-
};
|
|
7979
|
-
}, {
|
|
7980
|
-
width: string;
|
|
7981
|
-
height: string;
|
|
7982
|
-
minWidth: string;
|
|
7983
|
-
maxWidth: string;
|
|
7984
|
-
minHeight: string;
|
|
7985
|
-
maxHeight: string;
|
|
7986
|
-
flexBasis: string;
|
|
7987
|
-
gridTemplateColumns: string;
|
|
7988
|
-
gridTemplateRows: string;
|
|
7989
|
-
blockSize: string;
|
|
7990
|
-
minBlockSize: string;
|
|
7991
|
-
maxBlockSize: string;
|
|
7992
|
-
inlineSize: string;
|
|
7993
|
-
minInlineSize: string;
|
|
7994
|
-
maxInlineSize: string;
|
|
7995
|
-
borderWidth: string;
|
|
7996
|
-
gap: "space";
|
|
7997
|
-
gridGap: "space";
|
|
7998
|
-
columnGap: "space";
|
|
7999
|
-
gridColumnGap: "space";
|
|
8000
|
-
rowGap: "space";
|
|
8001
|
-
gridRowGap: "space";
|
|
8002
|
-
inset: "space";
|
|
8003
|
-
insetBlock: "space";
|
|
8004
|
-
insetBlockEnd: "space";
|
|
8005
|
-
insetBlockStart: "space";
|
|
8006
|
-
insetInline: "space";
|
|
8007
|
-
insetInlineEnd: "space";
|
|
8008
|
-
insetInlineStart: "space";
|
|
8009
|
-
margin: "space";
|
|
8010
|
-
marginTop: "space";
|
|
8011
|
-
marginRight: "space";
|
|
8012
|
-
marginBottom: "space";
|
|
8013
|
-
marginLeft: "space";
|
|
8014
|
-
marginBlock: "space";
|
|
8015
|
-
marginBlockEnd: "space";
|
|
8016
|
-
marginBlockStart: "space";
|
|
8017
|
-
marginInline: "space";
|
|
8018
|
-
marginInlineEnd: "space";
|
|
8019
|
-
marginInlineStart: "space";
|
|
8020
|
-
padding: "space";
|
|
8021
|
-
paddingTop: "space";
|
|
8022
|
-
paddingRight: "space";
|
|
8023
|
-
paddingBottom: "space";
|
|
8024
|
-
paddingLeft: "space";
|
|
8025
|
-
paddingBlock: "space";
|
|
8026
|
-
paddingBlockEnd: "space";
|
|
8027
|
-
paddingBlockStart: "space";
|
|
8028
|
-
paddingInline: "space";
|
|
8029
|
-
paddingInlineEnd: "space";
|
|
8030
|
-
paddingInlineStart: "space";
|
|
8031
|
-
scrollMargin: "space";
|
|
8032
|
-
scrollMarginTop: "space";
|
|
8033
|
-
scrollMarginRight: "space";
|
|
8034
|
-
scrollMarginBottom: "space";
|
|
8035
|
-
scrollMarginLeft: "space";
|
|
8036
|
-
scrollMarginBlock: "space";
|
|
8037
|
-
scrollMarginBlockEnd: "space";
|
|
8038
|
-
scrollMarginBlockStart: "space";
|
|
8039
|
-
scrollMarginInline: "space";
|
|
8040
|
-
scrollMarginInlineEnd: "space";
|
|
8041
|
-
scrollMarginInlineStart: "space";
|
|
8042
|
-
scrollPadding: "space";
|
|
8043
|
-
scrollPaddingTop: "space";
|
|
8044
|
-
scrollPaddingRight: "space";
|
|
8045
|
-
scrollPaddingBottom: "space";
|
|
8046
|
-
scrollPaddingLeft: "space";
|
|
8047
|
-
scrollPaddingBlock: "space";
|
|
8048
|
-
scrollPaddingBlockEnd: "space";
|
|
8049
|
-
scrollPaddingBlockStart: "space";
|
|
8050
|
-
scrollPaddingInline: "space";
|
|
8051
|
-
scrollPaddingInlineEnd: "space";
|
|
8052
|
-
scrollPaddingInlineStart: "space";
|
|
8053
|
-
top: "space";
|
|
8054
|
-
right: "space";
|
|
8055
|
-
bottom: "space";
|
|
8056
|
-
left: "space";
|
|
8057
|
-
fontSize: "fontSizes";
|
|
8058
|
-
background: "colors";
|
|
8059
|
-
backgroundColor: "colors";
|
|
8060
|
-
backgroundImage: "colors";
|
|
8061
|
-
borderImage: "colors";
|
|
8062
|
-
border: "colors";
|
|
8063
|
-
borderBlock: "colors";
|
|
8064
|
-
borderBlockEnd: "colors";
|
|
8065
|
-
borderBlockStart: "colors";
|
|
8066
|
-
borderBottom: "colors";
|
|
8067
|
-
borderBottomColor: "colors";
|
|
8068
|
-
borderColor: "colors";
|
|
8069
|
-
borderInline: "colors";
|
|
8070
|
-
borderInlineEnd: "colors";
|
|
8071
|
-
borderInlineStart: "colors";
|
|
8072
|
-
borderLeft: "colors";
|
|
8073
|
-
borderLeftColor: "colors";
|
|
8074
|
-
borderRight: "colors";
|
|
8075
|
-
borderRightColor: "colors";
|
|
8076
|
-
borderTop: "colors";
|
|
8077
|
-
borderTopColor: "colors";
|
|
8078
|
-
caretColor: "colors";
|
|
8079
|
-
color: "colors";
|
|
8080
|
-
columnRuleColor: "colors";
|
|
8081
|
-
outline: "colors";
|
|
8082
|
-
outlineColor: "colors";
|
|
8083
|
-
fill: "colors";
|
|
8084
|
-
stroke: "colors";
|
|
8085
|
-
textDecorationColor: "colors";
|
|
8086
|
-
fontFamily: "fonts";
|
|
8087
|
-
fontWeight: "fontWeights";
|
|
8088
|
-
lineHeight: "lineHeights";
|
|
8089
|
-
letterSpacing: "letterSpacings";
|
|
8090
|
-
borderTopWidth: "borderWidths";
|
|
8091
|
-
borderLeftWidth: "borderWidths";
|
|
8092
|
-
borderRightWidth: "borderWidths";
|
|
8093
|
-
borderBottomWidth: "borderWidths";
|
|
8094
|
-
borderStyle: "borderStyles";
|
|
8095
|
-
borderTopStyle: "borderStyles";
|
|
8096
|
-
borderLeftStyle: "borderStyles";
|
|
8097
|
-
borderRightStyle: "borderStyles";
|
|
8098
|
-
borderBottomStyle: "borderStyles";
|
|
8099
|
-
borderRadius: "radii";
|
|
8100
|
-
borderTopLeftRadius: "radii";
|
|
8101
|
-
borderTopRightRadius: "radii";
|
|
8102
|
-
borderBottomRightRadius: "radii";
|
|
8103
|
-
borderBottomLeftRadius: "radii";
|
|
8104
|
-
boxShadow: "shadows";
|
|
8105
|
-
textShadow: "shadows";
|
|
8106
|
-
transition: "transitions";
|
|
8107
|
-
zIndex: "zIndices";
|
|
8108
|
-
}, {
|
|
8109
|
-
p: (value: {
|
|
8110
|
-
readonly [Stitches.$$PropertyValue]: "padding";
|
|
8111
|
-
}) => {
|
|
8112
|
-
padding: {
|
|
8113
|
-
readonly [Stitches.$$PropertyValue]: "padding";
|
|
8114
|
-
};
|
|
8115
|
-
};
|
|
8116
|
-
pt: (value: {
|
|
8117
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
8118
|
-
}) => {
|
|
8119
|
-
paddingTop: {
|
|
8120
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
8121
|
-
};
|
|
8122
|
-
};
|
|
8123
|
-
pr: (value: {
|
|
8124
|
-
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
8125
|
-
}) => {
|
|
8126
|
-
paddingRight: {
|
|
8127
|
-
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
8128
|
-
};
|
|
8129
|
-
};
|
|
8130
|
-
pb: (value: {
|
|
8131
|
-
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
8132
|
-
}) => {
|
|
8133
|
-
paddingBottom: {
|
|
8134
|
-
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
8135
|
-
};
|
|
8136
|
-
};
|
|
8137
|
-
pl: (value: {
|
|
8138
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
8139
|
-
}) => {
|
|
8140
|
-
paddingLeft: {
|
|
8141
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
8142
|
-
};
|
|
8143
|
-
};
|
|
8144
|
-
px: (value: {
|
|
8145
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
8146
|
-
}) => {
|
|
8147
|
-
paddingLeft: {
|
|
8148
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
8149
|
-
};
|
|
8150
|
-
paddingRight: {
|
|
8151
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
8152
|
-
};
|
|
8153
|
-
};
|
|
8154
|
-
py: (value: {
|
|
8155
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
8156
|
-
}) => {
|
|
8157
|
-
paddingTop: {
|
|
8158
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
8159
|
-
};
|
|
8160
|
-
paddingBottom: {
|
|
8161
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
8162
|
-
};
|
|
8163
|
-
};
|
|
8164
|
-
m: (value: {
|
|
8165
|
-
readonly [Stitches.$$PropertyValue]: "margin";
|
|
8166
|
-
}) => {
|
|
8167
|
-
margin: {
|
|
8168
|
-
readonly [Stitches.$$PropertyValue]: "margin";
|
|
8169
|
-
};
|
|
8170
|
-
};
|
|
8171
|
-
mt: (value: {
|
|
8172
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
8173
|
-
}) => {
|
|
8174
|
-
marginTop: {
|
|
8175
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
8176
|
-
};
|
|
8177
|
-
};
|
|
8178
|
-
mr: (value: {
|
|
8179
|
-
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
8180
|
-
}) => {
|
|
8181
|
-
marginRight: {
|
|
8182
|
-
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
8183
|
-
};
|
|
8184
|
-
};
|
|
8185
|
-
mb: (value: {
|
|
8186
|
-
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
8187
|
-
}) => {
|
|
8188
|
-
marginBottom: {
|
|
8189
|
-
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
8190
|
-
};
|
|
8191
|
-
};
|
|
8192
|
-
ml: (value: {
|
|
8193
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
8194
|
-
}) => {
|
|
8195
|
-
marginLeft: {
|
|
8196
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
8197
|
-
};
|
|
8198
|
-
};
|
|
8199
|
-
mx: (value: {
|
|
8200
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
8201
|
-
}) => {
|
|
8202
|
-
marginLeft: {
|
|
8203
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
8204
|
-
};
|
|
8205
|
-
marginRight: {
|
|
8206
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
8207
|
-
};
|
|
8208
|
-
};
|
|
8209
|
-
my: (value: {
|
|
8210
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
8211
|
-
}) => {
|
|
8212
|
-
marginTop: {
|
|
8213
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
8214
|
-
};
|
|
8215
|
-
marginBottom: {
|
|
8216
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
8217
|
-
};
|
|
8218
|
-
};
|
|
8219
|
-
ta: (value: {
|
|
8220
|
-
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
8221
|
-
}) => {
|
|
8222
|
-
textAlign: {
|
|
8223
|
-
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
8224
|
-
};
|
|
8225
|
-
};
|
|
8226
|
-
tt: (value: {
|
|
8227
|
-
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
8228
|
-
}) => {
|
|
8229
|
-
textTransform: {
|
|
8230
|
-
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
8231
|
-
};
|
|
8232
|
-
};
|
|
8233
|
-
to: (value: {
|
|
8234
|
-
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
8235
|
-
}) => {
|
|
8236
|
-
textOverflow: {
|
|
8237
|
-
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
8238
|
-
};
|
|
8239
|
-
};
|
|
8240
|
-
d: (value: {
|
|
8241
|
-
readonly [Stitches.$$PropertyValue]: "display";
|
|
8242
|
-
}) => {
|
|
8243
|
-
display: {
|
|
8244
|
-
readonly [Stitches.$$PropertyValue]: "display";
|
|
8245
|
-
};
|
|
8246
|
-
};
|
|
8247
|
-
dflex: (value: {
|
|
8248
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
8249
|
-
}) => {
|
|
8250
|
-
display: string;
|
|
8251
|
-
alignItems: {
|
|
8252
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
8253
|
-
};
|
|
8254
|
-
justifyContent: {
|
|
8255
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
8256
|
-
};
|
|
8257
|
-
};
|
|
8258
|
-
fd: (value: {
|
|
8259
|
-
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
8260
|
-
}) => {
|
|
8261
|
-
flexDirection: {
|
|
8262
|
-
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
8263
|
-
};
|
|
8264
|
-
};
|
|
8265
|
-
fw: (value: {
|
|
8266
|
-
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
8267
|
-
}) => {
|
|
8268
|
-
flexWrap: {
|
|
8269
|
-
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
8270
|
-
};
|
|
8271
|
-
};
|
|
8272
|
-
ai: (value: {
|
|
8273
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
8274
|
-
}) => {
|
|
8275
|
-
alignItems: {
|
|
8276
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
8277
|
-
};
|
|
8278
|
-
};
|
|
8279
|
-
ac: (value: {
|
|
8280
|
-
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
8281
|
-
}) => {
|
|
8282
|
-
alignContent: {
|
|
8283
|
-
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
8284
|
-
};
|
|
8285
|
-
};
|
|
8286
|
-
jc: (value: {
|
|
8287
|
-
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
8288
|
-
}) => {
|
|
8289
|
-
justifyContent: {
|
|
8290
|
-
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
8291
|
-
};
|
|
8292
|
-
};
|
|
8293
|
-
as: (value: {
|
|
8294
|
-
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
8295
|
-
}) => {
|
|
8296
|
-
alignSelf: {
|
|
8297
|
-
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
8298
|
-
};
|
|
8299
|
-
};
|
|
8300
|
-
fg: (value: {
|
|
8301
|
-
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
8302
|
-
}) => {
|
|
8303
|
-
flexGrow: {
|
|
8304
|
-
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
8305
|
-
};
|
|
8306
|
-
};
|
|
8307
|
-
fs: (value: {
|
|
8308
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
8309
|
-
}) => {
|
|
8310
|
-
fontSize: {
|
|
8311
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
8312
|
-
};
|
|
8313
|
-
};
|
|
8314
|
-
fb: (value: {
|
|
8315
|
-
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
8316
|
-
}) => {
|
|
8317
|
-
flexBasis: {
|
|
8318
|
-
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
8319
|
-
};
|
|
8320
|
-
};
|
|
8321
|
-
bc: (value: {
|
|
8322
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8323
|
-
}) => {
|
|
8324
|
-
backgroundColor: {
|
|
8325
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8326
|
-
};
|
|
8327
|
-
};
|
|
8328
|
-
bf: (value: {
|
|
8329
|
-
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
8330
|
-
}) => {
|
|
8331
|
-
backdropFilter: {
|
|
8332
|
-
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
8333
|
-
};
|
|
8334
|
-
};
|
|
8335
|
-
bg: (value: {
|
|
8336
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8337
|
-
}) => {
|
|
8338
|
-
background: {
|
|
8339
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8340
|
-
};
|
|
8341
|
-
};
|
|
8342
|
-
bgBlur: (value: {
|
|
8343
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8344
|
-
}) => {
|
|
8345
|
-
bf: string;
|
|
8346
|
-
bg: string;
|
|
8347
|
-
};
|
|
8348
|
-
bgColor: (value: {
|
|
8349
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8350
|
-
}) => {
|
|
8351
|
-
backgroundColor: {
|
|
8352
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8353
|
-
};
|
|
8354
|
-
};
|
|
8355
|
-
backgroundClip: (value: {
|
|
8356
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
8357
|
-
}) => {
|
|
8358
|
-
WebkitBackgroundClip: {
|
|
8359
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
8360
|
-
};
|
|
8361
|
-
backgroundClip: {
|
|
8362
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
8363
|
-
};
|
|
8364
|
-
};
|
|
8365
|
-
bgClip: (value: {
|
|
8366
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
8367
|
-
}) => {
|
|
8368
|
-
WebkitBackgroundClip: {
|
|
8369
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
8370
|
-
};
|
|
8371
|
-
backgroundClip: {
|
|
8372
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
8373
|
-
};
|
|
8374
|
-
};
|
|
8375
|
-
br: (value: {
|
|
8376
|
-
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
8377
|
-
}) => {
|
|
8378
|
-
borderRadius: {
|
|
8379
|
-
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
8380
|
-
};
|
|
8381
|
-
};
|
|
8382
|
-
bw: (value: {
|
|
8383
|
-
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
8384
|
-
}) => {
|
|
8385
|
-
borderWidth: {
|
|
8386
|
-
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
8387
|
-
};
|
|
8388
|
-
};
|
|
8389
|
-
btrr: (value: {
|
|
8390
|
-
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
8391
|
-
}) => {
|
|
8392
|
-
borderTopRightRadius: {
|
|
8393
|
-
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
8394
|
-
};
|
|
8395
|
-
};
|
|
8396
|
-
bbrr: (value: {
|
|
8397
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
8398
|
-
}) => {
|
|
8399
|
-
borderBottomRightRadius: {
|
|
8400
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
8401
|
-
};
|
|
8402
|
-
};
|
|
8403
|
-
bblr: (value: {
|
|
8404
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
8405
|
-
}) => {
|
|
8406
|
-
borderBottomLeftRadius: {
|
|
8407
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
8408
|
-
};
|
|
8409
|
-
};
|
|
8410
|
-
btlr: (value: {
|
|
8411
|
-
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
8412
|
-
}) => {
|
|
8413
|
-
borderTopLeftRadius: {
|
|
8414
|
-
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
8415
|
-
};
|
|
8416
|
-
};
|
|
8417
|
-
bs: (value: {
|
|
8418
|
-
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
8419
|
-
}) => {
|
|
8420
|
-
boxShadow: {
|
|
8421
|
-
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
8422
|
-
};
|
|
8423
|
-
};
|
|
8424
|
-
normalShadow: (value: {
|
|
8425
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8426
|
-
}) => {
|
|
8427
|
-
boxShadow: string;
|
|
8428
|
-
};
|
|
8429
|
-
normalShadowVar: (value: {
|
|
8430
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
8431
|
-
}) => {
|
|
8432
|
-
boxShadow: string;
|
|
8433
|
-
};
|
|
8434
|
-
lh: (value: {
|
|
8435
|
-
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
8436
|
-
}) => {
|
|
8437
|
-
lineHeight: {
|
|
8438
|
-
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
8439
|
-
};
|
|
8440
|
-
};
|
|
8441
|
-
ov: (value: {
|
|
8442
|
-
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
8443
|
-
}) => {
|
|
8444
|
-
overflow: {
|
|
8445
|
-
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
8446
|
-
};
|
|
8447
|
-
};
|
|
8448
|
-
ox: (value: {
|
|
8449
|
-
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
8450
|
-
}) => {
|
|
8451
|
-
overflowX: {
|
|
8452
|
-
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
8453
|
-
};
|
|
8454
|
-
};
|
|
8455
|
-
oy: (value: {
|
|
8456
|
-
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
8457
|
-
}) => {
|
|
8458
|
-
overflowY: {
|
|
8459
|
-
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
8460
|
-
};
|
|
8461
|
-
};
|
|
8462
|
-
pe: (value: {
|
|
8463
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
8464
|
-
}) => {
|
|
8465
|
-
pointerEvents: {
|
|
8466
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
8467
|
-
};
|
|
8468
|
-
};
|
|
8469
|
-
events: (value: {
|
|
8470
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
8471
|
-
}) => {
|
|
8472
|
-
pointerEvents: {
|
|
8473
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
8474
|
-
};
|
|
8475
|
-
};
|
|
8476
|
-
us: (value: {
|
|
8477
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
8478
|
-
}) => {
|
|
8479
|
-
WebkitUserSelect: {
|
|
8480
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
8481
|
-
};
|
|
8482
|
-
userSelect: {
|
|
8483
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
8484
|
-
};
|
|
8485
|
-
};
|
|
8486
|
-
userSelect: (value: {
|
|
8487
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
8488
|
-
}) => {
|
|
8489
|
-
WebkitUserSelect: {
|
|
8490
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
8491
|
-
};
|
|
8492
|
-
userSelect: {
|
|
8493
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
8494
|
-
};
|
|
8495
|
-
};
|
|
8496
|
-
w: (value: {
|
|
8497
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8498
|
-
}) => {
|
|
8499
|
-
width: {
|
|
8500
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8501
|
-
};
|
|
8502
|
-
};
|
|
8503
|
-
h: (value: {
|
|
8504
|
-
readonly [Stitches.$$PropertyValue]: "height";
|
|
8505
|
-
}) => {
|
|
8506
|
-
height: {
|
|
8507
|
-
readonly [Stitches.$$PropertyValue]: "height";
|
|
8508
|
-
};
|
|
8509
|
-
};
|
|
8510
|
-
mw: (value: {
|
|
8511
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
8512
|
-
}) => {
|
|
8513
|
-
maxWidth: {
|
|
8514
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
8515
|
-
};
|
|
8516
|
-
};
|
|
8517
|
-
maxW: (value: {
|
|
8518
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
8519
|
-
}) => {
|
|
8520
|
-
maxWidth: {
|
|
8521
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
8522
|
-
};
|
|
8523
|
-
};
|
|
8524
|
-
mh: (value: {
|
|
8525
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
8526
|
-
}) => {
|
|
8527
|
-
maxHeight: {
|
|
8528
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
8529
|
-
};
|
|
8530
|
-
};
|
|
8531
|
-
maxH: (value: {
|
|
8532
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
8533
|
-
}) => {
|
|
8534
|
-
maxHeight: {
|
|
8535
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
8536
|
-
};
|
|
8537
|
-
};
|
|
8538
|
-
size: (value: {
|
|
8539
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8540
|
-
}) => {
|
|
8541
|
-
width: {
|
|
8542
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8543
|
-
};
|
|
8544
|
-
height: {
|
|
8545
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8546
|
-
};
|
|
8547
|
-
};
|
|
8548
|
-
minSize: (value: {
|
|
8549
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8550
|
-
}) => {
|
|
8551
|
-
minWidth: {
|
|
8552
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8553
|
-
};
|
|
8554
|
-
minHeight: {
|
|
8555
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8556
|
-
};
|
|
8557
|
-
width: {
|
|
8558
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8559
|
-
};
|
|
8560
|
-
height: {
|
|
8561
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8562
|
-
};
|
|
8563
|
-
};
|
|
8564
|
-
sizeMin: (value: {
|
|
8565
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8566
|
-
}) => {
|
|
8567
|
-
minWidth: {
|
|
8568
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8569
|
-
};
|
|
8570
|
-
minHeight: {
|
|
8571
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8572
|
-
};
|
|
8573
|
-
width: {
|
|
8574
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8575
|
-
};
|
|
8576
|
-
height: {
|
|
8577
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8578
|
-
};
|
|
8579
|
-
};
|
|
8580
|
-
maxSize: (value: {
|
|
8581
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8582
|
-
}) => {
|
|
8583
|
-
maxWidth: {
|
|
8584
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8585
|
-
};
|
|
8586
|
-
maxHeight: {
|
|
8587
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8588
|
-
};
|
|
8589
|
-
};
|
|
8590
|
-
sizeMax: (value: {
|
|
8591
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8592
|
-
}) => {
|
|
8593
|
-
maxWidth: {
|
|
8594
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8595
|
-
};
|
|
8596
|
-
maxHeight: {
|
|
8597
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
8598
|
-
};
|
|
8599
|
-
};
|
|
8600
|
-
appearance: (value: {
|
|
8601
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
8602
|
-
}) => {
|
|
8603
|
-
WebkitAppearance: {
|
|
8604
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
8605
|
-
};
|
|
8606
|
-
appearance: {
|
|
8607
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
8608
|
-
};
|
|
8609
|
-
};
|
|
8610
|
-
scale: (value: {
|
|
8611
|
-
readonly [Stitches.$$PropertyValue]: "scale";
|
|
8612
|
-
}) => {
|
|
8613
|
-
transform: string;
|
|
8614
|
-
};
|
|
8615
|
-
linearGradient: (value: {
|
|
8616
|
-
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
8617
|
-
}) => {
|
|
8618
|
-
backgroundImage: string;
|
|
8619
|
-
};
|
|
8620
|
-
tdl: (value: {
|
|
8621
|
-
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
8622
|
-
}) => {
|
|
8623
|
-
textDecorationLine: {
|
|
8624
|
-
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
8625
|
-
};
|
|
8626
|
-
};
|
|
8627
|
-
textGradient: (value: {
|
|
8628
|
-
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
8629
|
-
}) => {
|
|
8630
|
-
backgroundImage: string;
|
|
8631
|
-
WebkitBackgroundClip: string;
|
|
8632
|
-
WebkitTextFillColor: string;
|
|
8633
|
-
'&::selection': {
|
|
8634
|
-
WebkitTextFillColor: string;
|
|
8635
|
-
};
|
|
8636
|
-
};
|
|
8637
|
-
}>>;
|
|
8638
|
-
export declare const cssFocusVisible: import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
8639
|
-
isFocusVisible?: boolean | "true" | "false" | undefined;
|
|
8640
|
-
}, {
|
|
8641
|
-
xs: string;
|
|
8642
|
-
sm: string;
|
|
8643
|
-
md: string;
|
|
8644
|
-
lg: string;
|
|
8645
|
-
xl: string;
|
|
8646
|
-
xsMax: string;
|
|
8647
|
-
smMax: string;
|
|
8648
|
-
mdMax: string;
|
|
8649
|
-
lgMax: string;
|
|
8650
|
-
xlMax: string;
|
|
8651
|
-
motion: string;
|
|
8652
|
-
safari: string;
|
|
8653
|
-
hover: string;
|
|
8654
|
-
dark: string;
|
|
8655
|
-
light: string;
|
|
8656
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
8657
|
-
xs: string;
|
|
8658
|
-
sm: string;
|
|
8659
|
-
md: string;
|
|
8660
|
-
lg: string;
|
|
8661
|
-
xl: string;
|
|
8662
|
-
xsMax: string;
|
|
8663
|
-
smMax: string;
|
|
8664
|
-
mdMax: string;
|
|
8665
|
-
lgMax: string;
|
|
8666
|
-
xlMax: string;
|
|
8667
|
-
motion: string;
|
|
8668
|
-
safari: string;
|
|
8669
|
-
hover: string;
|
|
8670
|
-
dark: string;
|
|
8671
|
-
light: string;
|
|
8672
|
-
}, {
|
|
8673
|
-
shadows: {
|
|
8674
|
-
xs: string;
|
|
8675
|
-
sm: string;
|
|
8676
|
-
md: string;
|
|
8677
|
-
lg: string;
|
|
8678
|
-
xl: string;
|
|
8679
|
-
};
|
|
8680
|
-
colors: {
|
|
8681
|
-
text: string;
|
|
8682
|
-
link: string;
|
|
8683
|
-
codeLight: string;
|
|
8684
|
-
code: string;
|
|
8685
|
-
selection: string;
|
|
8686
|
-
gray50: string;
|
|
8687
|
-
gray100: string;
|
|
8688
|
-
gray200: string;
|
|
8689
|
-
gray300: string;
|
|
8690
|
-
gray400: string;
|
|
8691
|
-
gray500: string;
|
|
8692
|
-
gray600: string;
|
|
8693
|
-
gray700: string;
|
|
8694
|
-
gray800: string;
|
|
8695
|
-
gray900: string;
|
|
8696
|
-
pink50: string;
|
|
8697
|
-
pink100: string;
|
|
8698
|
-
pink200: string;
|
|
8699
|
-
pink300: string;
|
|
8700
|
-
pink400: string;
|
|
8701
|
-
pink500: string;
|
|
8702
|
-
pink600: string;
|
|
8703
|
-
pink700: string;
|
|
8704
|
-
pink800: string;
|
|
8705
|
-
pink900: string;
|
|
8706
|
-
cyan50: string;
|
|
8707
|
-
cyan100: string;
|
|
8708
|
-
cyan200: string;
|
|
8709
|
-
cyan300: string;
|
|
8710
|
-
cyan400: string;
|
|
8711
|
-
cyan500: string;
|
|
8712
|
-
cyan600: string;
|
|
8713
|
-
cyan700: string;
|
|
8714
|
-
cyan800: string;
|
|
8715
|
-
cyan900: string;
|
|
8716
|
-
red50: string;
|
|
8717
|
-
red100: string;
|
|
8718
|
-
red200: string;
|
|
8719
|
-
red300: string;
|
|
8720
|
-
red400: string;
|
|
8721
|
-
red500: string;
|
|
8722
|
-
red600: string;
|
|
8723
|
-
red700: string;
|
|
8724
|
-
red800: string;
|
|
8725
|
-
red900: string;
|
|
8726
|
-
yellow50: string;
|
|
8727
|
-
yellow100: string;
|
|
8728
|
-
yellow200: string;
|
|
8729
|
-
yellow300: string;
|
|
8730
|
-
yellow400: string;
|
|
8731
|
-
yellow500: string;
|
|
8732
|
-
yellow600: string;
|
|
8733
|
-
yellow700: string;
|
|
8734
|
-
yellow800: string;
|
|
8735
|
-
yellow900: string;
|
|
8736
|
-
green50: string;
|
|
8737
|
-
green100: string;
|
|
8738
|
-
green200: string;
|
|
8739
|
-
green300: string;
|
|
8740
|
-
green400: string;
|
|
8741
|
-
green500: string;
|
|
8742
|
-
green600: string;
|
|
8743
|
-
green700: string;
|
|
8744
|
-
green800: string;
|
|
8745
|
-
green900: string;
|
|
8746
|
-
purple50: string;
|
|
8747
|
-
purple100: string;
|
|
8748
|
-
purple200: string;
|
|
8749
|
-
purple300: string;
|
|
8750
|
-
purple400: string;
|
|
8751
|
-
purple500: string;
|
|
8752
|
-
purple600: string;
|
|
8753
|
-
purple700: string;
|
|
8754
|
-
purple800: string;
|
|
8755
|
-
purple900: string;
|
|
8756
|
-
blue50: string;
|
|
8757
|
-
blue100: string;
|
|
8758
|
-
blue200: string;
|
|
8759
|
-
blue300: string;
|
|
8760
|
-
blue400: string;
|
|
8761
|
-
blue500: string;
|
|
8762
|
-
blue600: string;
|
|
8763
|
-
blue700: string;
|
|
8764
|
-
blue800: string;
|
|
8765
|
-
blue900: string;
|
|
8766
|
-
background: string;
|
|
8767
|
-
foreground: string;
|
|
8768
|
-
backgroundContrast: string;
|
|
8769
|
-
white: string;
|
|
8770
|
-
black: string;
|
|
8771
|
-
primaryLight: string;
|
|
8772
|
-
primaryLightHover: string;
|
|
8773
|
-
primaryLightActive: string;
|
|
8774
|
-
primaryLightContrast: string;
|
|
8775
|
-
primary: string;
|
|
8776
|
-
primaryBorder: string;
|
|
8777
|
-
primaryBorderHover: string;
|
|
8778
|
-
primarySolidHover: string;
|
|
8779
|
-
primarySolidContrast: string;
|
|
8780
|
-
primaryShadow: string;
|
|
8781
|
-
secondaryLight: string;
|
|
8782
|
-
secondaryLightHover: string;
|
|
8783
|
-
secondaryLightActive: string;
|
|
8784
|
-
secondaryLightContrast: string;
|
|
8785
|
-
secondary: string;
|
|
8786
|
-
secondaryBorder: string;
|
|
8787
|
-
secondaryBorderHover: string;
|
|
8788
|
-
secondarySolidHover: string;
|
|
8789
|
-
secondarySolidContrast: string;
|
|
8790
|
-
secondaryShadow: string;
|
|
8791
|
-
successLight: string;
|
|
8792
|
-
successLightHover: string;
|
|
8793
|
-
successLightActive: string;
|
|
8794
|
-
successLightContrast: string;
|
|
8795
|
-
success: string;
|
|
8796
|
-
successBorder: string;
|
|
8797
|
-
successBorderHover: string;
|
|
8798
|
-
successSolidHover: string;
|
|
8799
|
-
successSolidContrast: string;
|
|
8800
|
-
successShadow: string;
|
|
8801
|
-
warningLight: string;
|
|
8802
|
-
warningLightHover: string;
|
|
8803
|
-
warningLightActive: string;
|
|
8804
|
-
warningLightContrast: string;
|
|
8805
|
-
warning: string;
|
|
8806
|
-
warningBorder: string;
|
|
8807
|
-
warningBorderHover: string;
|
|
8808
|
-
warningSolidHover: string;
|
|
8809
|
-
warningSolidContrast: string;
|
|
8810
|
-
warningShadow: string;
|
|
8811
|
-
errorLight: string;
|
|
8812
|
-
errorLightHover: string;
|
|
8813
|
-
errorLightActive: string;
|
|
8814
|
-
errorLightContrast: string;
|
|
8815
|
-
error: string;
|
|
8816
|
-
errorBorder: string;
|
|
8817
|
-
errorBorderHover: string;
|
|
8818
|
-
errorSolidHover: string;
|
|
8819
|
-
errorSolidContrast: string;
|
|
8820
|
-
errorShadow: string;
|
|
8821
|
-
gradient: string;
|
|
8822
|
-
accents0: string;
|
|
8823
|
-
accents1: string;
|
|
8824
|
-
accents2: string;
|
|
8825
|
-
accents3: string;
|
|
8826
|
-
accents4: string;
|
|
8827
|
-
accents5: string;
|
|
8828
|
-
accents6: string;
|
|
8829
|
-
accents7: string;
|
|
8830
|
-
accents8: string;
|
|
8831
|
-
accents9: string;
|
|
8832
|
-
border: string;
|
|
8833
|
-
};
|
|
8834
|
-
fonts: {
|
|
8835
|
-
sans: string;
|
|
8836
|
-
mono: string;
|
|
8837
|
-
};
|
|
8838
|
-
fontSizes: {
|
|
8839
|
-
tiny: string;
|
|
8840
|
-
xs: string;
|
|
8841
|
-
base: string;
|
|
8842
|
-
sm: string;
|
|
8843
|
-
md: string;
|
|
8844
|
-
lg: string;
|
|
8845
|
-
xl: string;
|
|
8846
|
-
};
|
|
8847
|
-
fontWeights: {
|
|
8848
|
-
hairline: number;
|
|
8849
|
-
thin: number;
|
|
8850
|
-
light: number;
|
|
8851
|
-
normal: number;
|
|
8852
|
-
medium: number;
|
|
8853
|
-
semibold: number;
|
|
8854
|
-
bold: number;
|
|
8855
|
-
extrabold: number;
|
|
8856
|
-
black: number;
|
|
8857
|
-
};
|
|
8858
|
-
lineHeights: {
|
|
8859
|
-
xs: number;
|
|
8860
|
-
sm: number;
|
|
8861
|
-
md: number;
|
|
8862
|
-
lg: number;
|
|
8863
|
-
xl: number;
|
|
8864
|
-
};
|
|
8865
|
-
letterSpacings: {
|
|
8866
|
-
tighter: string;
|
|
8867
|
-
tight: string;
|
|
8868
|
-
normal: string;
|
|
8869
|
-
wide: string;
|
|
8870
|
-
wider: string;
|
|
8871
|
-
widest: string;
|
|
8872
|
-
};
|
|
8873
|
-
space: {
|
|
8874
|
-
0: string;
|
|
8875
|
-
xs: string;
|
|
8876
|
-
sm: string;
|
|
8877
|
-
md: string;
|
|
8878
|
-
lg: string;
|
|
8879
|
-
xl: string;
|
|
8880
|
-
px: string;
|
|
8881
|
-
1: string;
|
|
8882
|
-
2: string;
|
|
8883
|
-
3: string;
|
|
8884
|
-
4: string;
|
|
8885
|
-
5: string;
|
|
8886
|
-
6: string;
|
|
8887
|
-
7: string;
|
|
8888
|
-
8: string;
|
|
8889
|
-
9: string;
|
|
8890
|
-
10: string;
|
|
8891
|
-
11: string;
|
|
8892
|
-
12: string;
|
|
8893
|
-
13: string;
|
|
8894
|
-
14: string;
|
|
8895
|
-
15: string;
|
|
8896
|
-
16: string;
|
|
8897
|
-
17: string;
|
|
8898
|
-
18: string;
|
|
8899
|
-
20: string;
|
|
8900
|
-
24: string;
|
|
8901
|
-
28: string;
|
|
8902
|
-
32: string;
|
|
8903
|
-
36: string;
|
|
8904
|
-
40: string;
|
|
8905
|
-
44: string;
|
|
8906
|
-
48: string;
|
|
8907
|
-
52: string;
|
|
8908
|
-
56: string;
|
|
8909
|
-
60: string;
|
|
8910
|
-
64: string;
|
|
8911
|
-
72: string;
|
|
8912
|
-
80: string;
|
|
8913
|
-
96: string;
|
|
8914
|
-
};
|
|
8915
|
-
radii: {
|
|
8916
|
-
xs: string;
|
|
8917
|
-
sm: string;
|
|
8918
|
-
md: string;
|
|
8919
|
-
base: string;
|
|
8920
|
-
lg: string;
|
|
8921
|
-
xl: string;
|
|
8922
|
-
squared: string;
|
|
8923
|
-
rounded: string;
|
|
8924
|
-
pill: string;
|
|
8925
|
-
};
|
|
8926
|
-
zIndices: {
|
|
8927
|
-
1: string;
|
|
8928
|
-
2: string;
|
|
8929
|
-
3: string;
|
|
8930
|
-
4: string;
|
|
8931
|
-
5: string;
|
|
8932
|
-
10: string;
|
|
8933
|
-
max: string;
|
|
8934
|
-
};
|
|
8935
|
-
borderWeights: {
|
|
8936
|
-
light: string;
|
|
8937
|
-
normal: string;
|
|
8938
|
-
bold: string;
|
|
8939
|
-
extrabold: string;
|
|
8940
|
-
black: string;
|
|
8941
|
-
};
|
|
8942
|
-
transitions: {
|
|
8943
|
-
default: string;
|
|
8944
|
-
button: string;
|
|
8945
|
-
avatar: string;
|
|
8946
|
-
link: string;
|
|
8947
|
-
card: string;
|
|
8948
|
-
};
|
|
8949
|
-
breakpoints: {
|
|
8950
|
-
xs: string;
|
|
8951
|
-
sm: string;
|
|
8952
|
-
md: string;
|
|
8953
|
-
lg: string;
|
|
8954
|
-
xl: string;
|
|
8955
|
-
};
|
|
8956
|
-
}, {
|
|
8957
|
-
width: string;
|
|
8958
|
-
height: string;
|
|
8959
|
-
minWidth: string;
|
|
8960
|
-
maxWidth: string;
|
|
8961
|
-
minHeight: string;
|
|
8962
|
-
maxHeight: string;
|
|
8963
|
-
flexBasis: string;
|
|
8964
|
-
gridTemplateColumns: string;
|
|
8965
|
-
gridTemplateRows: string;
|
|
8966
|
-
blockSize: string;
|
|
8967
|
-
minBlockSize: string;
|
|
8968
|
-
maxBlockSize: string;
|
|
8969
|
-
inlineSize: string;
|
|
8970
|
-
minInlineSize: string;
|
|
8971
|
-
maxInlineSize: string;
|
|
8972
|
-
borderWidth: string;
|
|
8973
|
-
gap: "space";
|
|
8974
|
-
gridGap: "space";
|
|
8975
|
-
columnGap: "space";
|
|
8976
|
-
gridColumnGap: "space";
|
|
8977
|
-
rowGap: "space";
|
|
8978
|
-
gridRowGap: "space";
|
|
8979
|
-
inset: "space";
|
|
8980
|
-
insetBlock: "space";
|
|
8981
|
-
insetBlockEnd: "space";
|
|
8982
|
-
insetBlockStart: "space";
|
|
8983
|
-
insetInline: "space";
|
|
8984
|
-
insetInlineEnd: "space";
|
|
8985
|
-
insetInlineStart: "space";
|
|
8986
|
-
margin: "space";
|
|
8987
|
-
marginTop: "space";
|
|
8988
|
-
marginRight: "space";
|
|
8989
|
-
marginBottom: "space";
|
|
8990
|
-
marginLeft: "space";
|
|
8991
|
-
marginBlock: "space";
|
|
8992
|
-
marginBlockEnd: "space";
|
|
8993
|
-
marginBlockStart: "space";
|
|
8994
|
-
marginInline: "space";
|
|
8995
|
-
marginInlineEnd: "space";
|
|
8996
|
-
marginInlineStart: "space";
|
|
8997
|
-
padding: "space";
|
|
8998
|
-
paddingTop: "space";
|
|
8999
|
-
paddingRight: "space";
|
|
9000
|
-
paddingBottom: "space";
|
|
9001
|
-
paddingLeft: "space";
|
|
9002
|
-
paddingBlock: "space";
|
|
9003
|
-
paddingBlockEnd: "space";
|
|
9004
|
-
paddingBlockStart: "space";
|
|
9005
|
-
paddingInline: "space";
|
|
9006
|
-
paddingInlineEnd: "space";
|
|
9007
|
-
paddingInlineStart: "space";
|
|
9008
|
-
scrollMargin: "space";
|
|
9009
|
-
scrollMarginTop: "space";
|
|
9010
|
-
scrollMarginRight: "space";
|
|
9011
|
-
scrollMarginBottom: "space";
|
|
9012
|
-
scrollMarginLeft: "space";
|
|
9013
|
-
scrollMarginBlock: "space";
|
|
9014
|
-
scrollMarginBlockEnd: "space";
|
|
9015
|
-
scrollMarginBlockStart: "space";
|
|
9016
|
-
scrollMarginInline: "space";
|
|
9017
|
-
scrollMarginInlineEnd: "space";
|
|
9018
|
-
scrollMarginInlineStart: "space";
|
|
9019
|
-
scrollPadding: "space";
|
|
9020
|
-
scrollPaddingTop: "space";
|
|
9021
|
-
scrollPaddingRight: "space";
|
|
9022
|
-
scrollPaddingBottom: "space";
|
|
9023
|
-
scrollPaddingLeft: "space";
|
|
9024
|
-
scrollPaddingBlock: "space";
|
|
9025
|
-
scrollPaddingBlockEnd: "space";
|
|
9026
|
-
scrollPaddingBlockStart: "space";
|
|
9027
|
-
scrollPaddingInline: "space";
|
|
9028
|
-
scrollPaddingInlineEnd: "space";
|
|
9029
|
-
scrollPaddingInlineStart: "space";
|
|
9030
|
-
top: "space";
|
|
9031
|
-
right: "space";
|
|
9032
|
-
bottom: "space";
|
|
9033
|
-
left: "space";
|
|
9034
|
-
fontSize: "fontSizes";
|
|
9035
|
-
background: "colors";
|
|
9036
|
-
backgroundColor: "colors";
|
|
9037
|
-
backgroundImage: "colors";
|
|
9038
|
-
borderImage: "colors";
|
|
9039
|
-
border: "colors";
|
|
9040
|
-
borderBlock: "colors";
|
|
9041
|
-
borderBlockEnd: "colors";
|
|
9042
|
-
borderBlockStart: "colors";
|
|
9043
|
-
borderBottom: "colors";
|
|
9044
|
-
borderBottomColor: "colors";
|
|
9045
|
-
borderColor: "colors";
|
|
9046
|
-
borderInline: "colors";
|
|
9047
|
-
borderInlineEnd: "colors";
|
|
9048
|
-
borderInlineStart: "colors";
|
|
9049
|
-
borderLeft: "colors";
|
|
9050
|
-
borderLeftColor: "colors";
|
|
9051
|
-
borderRight: "colors";
|
|
9052
|
-
borderRightColor: "colors";
|
|
9053
|
-
borderTop: "colors";
|
|
9054
|
-
borderTopColor: "colors";
|
|
9055
|
-
caretColor: "colors";
|
|
9056
|
-
color: "colors";
|
|
9057
|
-
columnRuleColor: "colors";
|
|
9058
|
-
outline: "colors";
|
|
9059
|
-
outlineColor: "colors";
|
|
9060
|
-
fill: "colors";
|
|
9061
|
-
stroke: "colors";
|
|
9062
|
-
textDecorationColor: "colors";
|
|
9063
|
-
fontFamily: "fonts";
|
|
9064
|
-
fontWeight: "fontWeights";
|
|
9065
|
-
lineHeight: "lineHeights";
|
|
9066
|
-
letterSpacing: "letterSpacings";
|
|
9067
|
-
borderTopWidth: "borderWidths";
|
|
9068
|
-
borderLeftWidth: "borderWidths";
|
|
9069
|
-
borderRightWidth: "borderWidths";
|
|
9070
|
-
borderBottomWidth: "borderWidths";
|
|
9071
|
-
borderStyle: "borderStyles";
|
|
9072
|
-
borderTopStyle: "borderStyles";
|
|
9073
|
-
borderLeftStyle: "borderStyles";
|
|
9074
|
-
borderRightStyle: "borderStyles";
|
|
9075
|
-
borderBottomStyle: "borderStyles";
|
|
9076
|
-
borderRadius: "radii";
|
|
9077
|
-
borderTopLeftRadius: "radii";
|
|
9078
|
-
borderTopRightRadius: "radii";
|
|
9079
|
-
borderBottomRightRadius: "radii";
|
|
9080
|
-
borderBottomLeftRadius: "radii";
|
|
9081
|
-
boxShadow: "shadows";
|
|
9082
|
-
textShadow: "shadows";
|
|
9083
|
-
transition: "transitions";
|
|
9084
|
-
zIndex: "zIndices";
|
|
9085
|
-
}, {
|
|
9086
|
-
p: (value: {
|
|
9087
|
-
readonly [Stitches.$$PropertyValue]: "padding";
|
|
9088
|
-
}) => {
|
|
9089
|
-
padding: {
|
|
9090
|
-
readonly [Stitches.$$PropertyValue]: "padding";
|
|
9091
|
-
};
|
|
9092
|
-
};
|
|
9093
|
-
pt: (value: {
|
|
9094
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
9095
|
-
}) => {
|
|
9096
|
-
paddingTop: {
|
|
9097
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
9098
|
-
};
|
|
9099
|
-
};
|
|
9100
|
-
pr: (value: {
|
|
9101
|
-
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
9102
|
-
}) => {
|
|
9103
|
-
paddingRight: {
|
|
9104
|
-
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
9105
|
-
};
|
|
9106
|
-
};
|
|
9107
|
-
pb: (value: {
|
|
9108
|
-
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
9109
|
-
}) => {
|
|
9110
|
-
paddingBottom: {
|
|
9111
|
-
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
9112
|
-
};
|
|
9113
|
-
};
|
|
9114
|
-
pl: (value: {
|
|
9115
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
9116
|
-
}) => {
|
|
9117
|
-
paddingLeft: {
|
|
9118
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
9119
|
-
};
|
|
9120
|
-
};
|
|
9121
|
-
px: (value: {
|
|
9122
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
9123
|
-
}) => {
|
|
9124
|
-
paddingLeft: {
|
|
9125
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
9126
|
-
};
|
|
9127
|
-
paddingRight: {
|
|
9128
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
9129
|
-
};
|
|
9130
|
-
};
|
|
9131
|
-
py: (value: {
|
|
9132
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
9133
|
-
}) => {
|
|
9134
|
-
paddingTop: {
|
|
9135
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
9136
|
-
};
|
|
9137
|
-
paddingBottom: {
|
|
9138
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
9139
|
-
};
|
|
9140
|
-
};
|
|
9141
|
-
m: (value: {
|
|
9142
|
-
readonly [Stitches.$$PropertyValue]: "margin";
|
|
9143
|
-
}) => {
|
|
9144
|
-
margin: {
|
|
9145
|
-
readonly [Stitches.$$PropertyValue]: "margin";
|
|
9146
|
-
};
|
|
9147
|
-
};
|
|
9148
|
-
mt: (value: {
|
|
9149
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
9150
|
-
}) => {
|
|
9151
|
-
marginTop: {
|
|
9152
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
9153
|
-
};
|
|
9154
|
-
};
|
|
9155
|
-
mr: (value: {
|
|
9156
|
-
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
9157
|
-
}) => {
|
|
9158
|
-
marginRight: {
|
|
9159
|
-
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
9160
|
-
};
|
|
9161
|
-
};
|
|
9162
|
-
mb: (value: {
|
|
9163
|
-
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
9164
|
-
}) => {
|
|
9165
|
-
marginBottom: {
|
|
9166
|
-
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
9167
|
-
};
|
|
9168
|
-
};
|
|
9169
|
-
ml: (value: {
|
|
9170
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
9171
|
-
}) => {
|
|
9172
|
-
marginLeft: {
|
|
9173
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
9174
|
-
};
|
|
9175
|
-
};
|
|
9176
|
-
mx: (value: {
|
|
9177
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
9178
|
-
}) => {
|
|
9179
|
-
marginLeft: {
|
|
9180
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
9181
|
-
};
|
|
9182
|
-
marginRight: {
|
|
9183
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
9184
|
-
};
|
|
9185
|
-
};
|
|
9186
|
-
my: (value: {
|
|
9187
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
9188
|
-
}) => {
|
|
9189
|
-
marginTop: {
|
|
9190
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
9191
|
-
};
|
|
9192
|
-
marginBottom: {
|
|
9193
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
9194
|
-
};
|
|
9195
|
-
};
|
|
9196
|
-
ta: (value: {
|
|
9197
|
-
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
9198
|
-
}) => {
|
|
9199
|
-
textAlign: {
|
|
9200
|
-
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
9201
|
-
};
|
|
9202
|
-
};
|
|
9203
|
-
tt: (value: {
|
|
9204
|
-
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
9205
|
-
}) => {
|
|
9206
|
-
textTransform: {
|
|
9207
|
-
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
9208
|
-
};
|
|
9209
|
-
};
|
|
9210
|
-
to: (value: {
|
|
9211
|
-
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
9212
|
-
}) => {
|
|
9213
|
-
textOverflow: {
|
|
9214
|
-
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
9215
|
-
};
|
|
9216
|
-
};
|
|
9217
|
-
d: (value: {
|
|
9218
|
-
readonly [Stitches.$$PropertyValue]: "display";
|
|
9219
|
-
}) => {
|
|
9220
|
-
display: {
|
|
9221
|
-
readonly [Stitches.$$PropertyValue]: "display";
|
|
9222
|
-
};
|
|
9223
|
-
};
|
|
9224
|
-
dflex: (value: {
|
|
9225
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
9226
|
-
}) => {
|
|
9227
|
-
display: string;
|
|
9228
|
-
alignItems: {
|
|
9229
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
9230
|
-
};
|
|
9231
|
-
justifyContent: {
|
|
9232
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
9233
|
-
};
|
|
9234
|
-
};
|
|
9235
|
-
fd: (value: {
|
|
9236
|
-
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
9237
|
-
}) => {
|
|
9238
|
-
flexDirection: {
|
|
9239
|
-
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
9240
|
-
};
|
|
9241
|
-
};
|
|
9242
|
-
fw: (value: {
|
|
9243
|
-
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
9244
|
-
}) => {
|
|
9245
|
-
flexWrap: {
|
|
9246
|
-
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
9247
|
-
};
|
|
9248
|
-
};
|
|
9249
|
-
ai: (value: {
|
|
9250
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
9251
|
-
}) => {
|
|
9252
|
-
alignItems: {
|
|
9253
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
9254
|
-
};
|
|
9255
|
-
};
|
|
9256
|
-
ac: (value: {
|
|
9257
|
-
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
9258
|
-
}) => {
|
|
9259
|
-
alignContent: {
|
|
9260
|
-
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
9261
|
-
};
|
|
9262
|
-
};
|
|
9263
|
-
jc: (value: {
|
|
9264
|
-
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
9265
|
-
}) => {
|
|
9266
|
-
justifyContent: {
|
|
9267
|
-
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
9268
|
-
};
|
|
9269
|
-
};
|
|
9270
|
-
as: (value: {
|
|
9271
|
-
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
9272
|
-
}) => {
|
|
9273
|
-
alignSelf: {
|
|
9274
|
-
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
9275
|
-
};
|
|
9276
|
-
};
|
|
9277
|
-
fg: (value: {
|
|
9278
|
-
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
9279
|
-
}) => {
|
|
9280
|
-
flexGrow: {
|
|
9281
|
-
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
9282
|
-
};
|
|
9283
|
-
};
|
|
9284
|
-
fs: (value: {
|
|
9285
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
9286
|
-
}) => {
|
|
9287
|
-
fontSize: {
|
|
9288
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
9289
|
-
};
|
|
9290
|
-
};
|
|
9291
|
-
fb: (value: {
|
|
9292
|
-
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
9293
|
-
}) => {
|
|
9294
|
-
flexBasis: {
|
|
9295
|
-
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
9296
|
-
};
|
|
9297
|
-
};
|
|
9298
|
-
bc: (value: {
|
|
9299
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9300
|
-
}) => {
|
|
9301
|
-
backgroundColor: {
|
|
9302
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9303
|
-
};
|
|
9304
|
-
};
|
|
9305
|
-
bf: (value: {
|
|
9306
|
-
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
9307
|
-
}) => {
|
|
9308
|
-
backdropFilter: {
|
|
9309
|
-
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
9310
|
-
};
|
|
9311
|
-
};
|
|
9312
|
-
bg: (value: {
|
|
9313
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9314
|
-
}) => {
|
|
9315
|
-
background: {
|
|
9316
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9317
|
-
};
|
|
9318
|
-
};
|
|
9319
|
-
bgBlur: (value: {
|
|
9320
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9321
|
-
}) => {
|
|
9322
|
-
bf: string;
|
|
9323
|
-
bg: string;
|
|
9324
|
-
};
|
|
9325
|
-
bgColor: (value: {
|
|
9326
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9327
|
-
}) => {
|
|
9328
|
-
backgroundColor: {
|
|
9329
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9330
|
-
};
|
|
9331
|
-
};
|
|
9332
|
-
backgroundClip: (value: {
|
|
9333
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
9334
|
-
}) => {
|
|
9335
|
-
WebkitBackgroundClip: {
|
|
9336
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
9337
|
-
};
|
|
9338
|
-
backgroundClip: {
|
|
9339
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
9340
|
-
};
|
|
9341
|
-
};
|
|
9342
|
-
bgClip: (value: {
|
|
9343
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
9344
|
-
}) => {
|
|
9345
|
-
WebkitBackgroundClip: {
|
|
9346
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
9347
|
-
};
|
|
9348
|
-
backgroundClip: {
|
|
9349
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
9350
|
-
};
|
|
9351
|
-
};
|
|
9352
|
-
br: (value: {
|
|
9353
|
-
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
9354
|
-
}) => {
|
|
9355
|
-
borderRadius: {
|
|
9356
|
-
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
9357
|
-
};
|
|
9358
|
-
};
|
|
9359
|
-
bw: (value: {
|
|
9360
|
-
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
9361
|
-
}) => {
|
|
9362
|
-
borderWidth: {
|
|
9363
|
-
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
9364
|
-
};
|
|
9365
|
-
};
|
|
9366
|
-
btrr: (value: {
|
|
9367
|
-
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
9368
|
-
}) => {
|
|
9369
|
-
borderTopRightRadius: {
|
|
9370
|
-
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
9371
|
-
};
|
|
9372
|
-
};
|
|
9373
|
-
bbrr: (value: {
|
|
9374
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
9375
|
-
}) => {
|
|
9376
|
-
borderBottomRightRadius: {
|
|
9377
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
9378
|
-
};
|
|
9379
|
-
};
|
|
9380
|
-
bblr: (value: {
|
|
9381
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
9382
|
-
}) => {
|
|
9383
|
-
borderBottomLeftRadius: {
|
|
9384
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
9385
|
-
};
|
|
9386
|
-
};
|
|
9387
|
-
btlr: (value: {
|
|
9388
|
-
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
9389
|
-
}) => {
|
|
9390
|
-
borderTopLeftRadius: {
|
|
9391
|
-
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
9392
|
-
};
|
|
9393
|
-
};
|
|
9394
|
-
bs: (value: {
|
|
9395
|
-
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
9396
|
-
}) => {
|
|
9397
|
-
boxShadow: {
|
|
9398
|
-
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
9399
|
-
};
|
|
9400
|
-
};
|
|
9401
|
-
normalShadow: (value: {
|
|
9402
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9403
|
-
}) => {
|
|
9404
|
-
boxShadow: string;
|
|
9405
|
-
};
|
|
9406
|
-
normalShadowVar: (value: {
|
|
9407
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
9408
|
-
}) => {
|
|
9409
|
-
boxShadow: string;
|
|
9410
|
-
};
|
|
9411
|
-
lh: (value: {
|
|
9412
|
-
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
9413
|
-
}) => {
|
|
9414
|
-
lineHeight: {
|
|
9415
|
-
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
9416
|
-
};
|
|
9417
|
-
};
|
|
9418
|
-
ov: (value: {
|
|
9419
|
-
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
9420
|
-
}) => {
|
|
9421
|
-
overflow: {
|
|
9422
|
-
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
9423
|
-
};
|
|
9424
|
-
};
|
|
9425
|
-
ox: (value: {
|
|
9426
|
-
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
9427
|
-
}) => {
|
|
9428
|
-
overflowX: {
|
|
9429
|
-
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
9430
|
-
};
|
|
9431
|
-
};
|
|
9432
|
-
oy: (value: {
|
|
9433
|
-
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
9434
|
-
}) => {
|
|
9435
|
-
overflowY: {
|
|
9436
|
-
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
9437
|
-
};
|
|
9438
|
-
};
|
|
9439
|
-
pe: (value: {
|
|
9440
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
9441
|
-
}) => {
|
|
9442
|
-
pointerEvents: {
|
|
9443
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
9444
|
-
};
|
|
9445
|
-
};
|
|
9446
|
-
events: (value: {
|
|
9447
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
9448
|
-
}) => {
|
|
9449
|
-
pointerEvents: {
|
|
9450
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
9451
|
-
};
|
|
9452
|
-
};
|
|
9453
|
-
us: (value: {
|
|
9454
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
9455
|
-
}) => {
|
|
9456
|
-
WebkitUserSelect: {
|
|
9457
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
9458
|
-
};
|
|
9459
|
-
userSelect: {
|
|
9460
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
9461
|
-
};
|
|
9462
|
-
};
|
|
9463
|
-
userSelect: (value: {
|
|
9464
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
9465
|
-
}) => {
|
|
9466
|
-
WebkitUserSelect: {
|
|
9467
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
9468
|
-
};
|
|
9469
|
-
userSelect: {
|
|
9470
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
9471
|
-
};
|
|
9472
|
-
};
|
|
9473
|
-
w: (value: {
|
|
9474
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9475
|
-
}) => {
|
|
9476
|
-
width: {
|
|
9477
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9478
|
-
};
|
|
9479
|
-
};
|
|
9480
|
-
h: (value: {
|
|
9481
|
-
readonly [Stitches.$$PropertyValue]: "height";
|
|
9482
|
-
}) => {
|
|
9483
|
-
height: {
|
|
9484
|
-
readonly [Stitches.$$PropertyValue]: "height";
|
|
9485
|
-
};
|
|
9486
|
-
};
|
|
9487
|
-
mw: (value: {
|
|
9488
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
9489
|
-
}) => {
|
|
9490
|
-
maxWidth: {
|
|
9491
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
9492
|
-
};
|
|
9493
|
-
};
|
|
9494
|
-
maxW: (value: {
|
|
9495
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
9496
|
-
}) => {
|
|
9497
|
-
maxWidth: {
|
|
9498
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
9499
|
-
};
|
|
9500
|
-
};
|
|
9501
|
-
mh: (value: {
|
|
9502
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
9503
|
-
}) => {
|
|
9504
|
-
maxHeight: {
|
|
9505
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
9506
|
-
};
|
|
9507
|
-
};
|
|
9508
|
-
maxH: (value: {
|
|
9509
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
9510
|
-
}) => {
|
|
9511
|
-
maxHeight: {
|
|
9512
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
9513
|
-
};
|
|
9514
|
-
};
|
|
9515
|
-
size: (value: {
|
|
9516
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9517
|
-
}) => {
|
|
9518
|
-
width: {
|
|
9519
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9520
|
-
};
|
|
9521
|
-
height: {
|
|
9522
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9523
|
-
};
|
|
9524
|
-
};
|
|
9525
|
-
minSize: (value: {
|
|
9526
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9527
|
-
}) => {
|
|
9528
|
-
minWidth: {
|
|
9529
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9530
|
-
};
|
|
9531
|
-
minHeight: {
|
|
9532
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9533
|
-
};
|
|
9534
|
-
width: {
|
|
9535
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9536
|
-
};
|
|
9537
|
-
height: {
|
|
9538
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9539
|
-
};
|
|
9540
|
-
};
|
|
9541
|
-
sizeMin: (value: {
|
|
9542
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9543
|
-
}) => {
|
|
9544
|
-
minWidth: {
|
|
9545
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9546
|
-
};
|
|
9547
|
-
minHeight: {
|
|
9548
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9549
|
-
};
|
|
9550
|
-
width: {
|
|
9551
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9552
|
-
};
|
|
9553
|
-
height: {
|
|
9554
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9555
|
-
};
|
|
9556
|
-
};
|
|
9557
|
-
maxSize: (value: {
|
|
9558
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9559
|
-
}) => {
|
|
9560
|
-
maxWidth: {
|
|
9561
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9562
|
-
};
|
|
9563
|
-
maxHeight: {
|
|
9564
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9565
|
-
};
|
|
9566
|
-
};
|
|
9567
|
-
sizeMax: (value: {
|
|
9568
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9569
|
-
}) => {
|
|
9570
|
-
maxWidth: {
|
|
9571
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9572
|
-
};
|
|
9573
|
-
maxHeight: {
|
|
9574
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
9575
|
-
};
|
|
9576
|
-
};
|
|
9577
|
-
appearance: (value: {
|
|
9578
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
9579
|
-
}) => {
|
|
9580
|
-
WebkitAppearance: {
|
|
9581
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
9582
|
-
};
|
|
9583
|
-
appearance: {
|
|
9584
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
9585
|
-
};
|
|
9586
|
-
};
|
|
9587
|
-
scale: (value: {
|
|
9588
|
-
readonly [Stitches.$$PropertyValue]: "scale";
|
|
9589
|
-
}) => {
|
|
9590
|
-
transform: string;
|
|
9591
|
-
};
|
|
9592
|
-
linearGradient: (value: {
|
|
9593
|
-
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
9594
|
-
}) => {
|
|
9595
|
-
backgroundImage: string;
|
|
9596
|
-
};
|
|
9597
|
-
tdl: (value: {
|
|
9598
|
-
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
9599
|
-
}) => {
|
|
9600
|
-
textDecorationLine: {
|
|
9601
|
-
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
9602
|
-
};
|
|
9603
|
-
};
|
|
9604
|
-
textGradient: (value: {
|
|
9605
|
-
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
9606
|
-
}) => {
|
|
9607
|
-
backgroundImage: string;
|
|
9608
|
-
WebkitBackgroundClip: string;
|
|
9609
|
-
WebkitTextFillColor: string;
|
|
9610
|
-
'&::selection': {
|
|
9611
|
-
WebkitTextFillColor: string;
|
|
9612
|
-
};
|
|
9613
|
-
};
|
|
9614
|
-
}>>;
|
|
9615
|
-
export declare const sharedVisuallyHidden: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
9616
|
-
xs: string;
|
|
9617
|
-
sm: string;
|
|
9618
|
-
md: string;
|
|
9619
|
-
lg: string;
|
|
9620
|
-
xl: string;
|
|
9621
|
-
xsMax: string;
|
|
9622
|
-
smMax: string;
|
|
9623
|
-
mdMax: string;
|
|
9624
|
-
lgMax: string;
|
|
9625
|
-
xlMax: string;
|
|
9626
|
-
motion: string;
|
|
9627
|
-
safari: string;
|
|
9628
|
-
hover: string;
|
|
9629
|
-
dark: string;
|
|
9630
|
-
light: string;
|
|
9631
|
-
}, import("@stitches/react/types/css-util").CSS<{
|
|
9632
|
-
xs: string;
|
|
9633
|
-
sm: string;
|
|
9634
|
-
md: string;
|
|
9635
|
-
lg: string;
|
|
9636
|
-
xl: string;
|
|
9637
|
-
xsMax: string;
|
|
9638
|
-
smMax: string;
|
|
9639
|
-
mdMax: string;
|
|
9640
|
-
lgMax: string;
|
|
9641
|
-
xlMax: string;
|
|
9642
|
-
motion: string;
|
|
9643
|
-
safari: string;
|
|
9644
|
-
hover: string;
|
|
9645
|
-
dark: string;
|
|
9646
|
-
light: string;
|
|
9647
|
-
}, {
|
|
9648
|
-
shadows: {
|
|
9649
|
-
xs: string;
|
|
9650
|
-
sm: string;
|
|
9651
|
-
md: string;
|
|
9652
|
-
lg: string;
|
|
9653
|
-
xl: string;
|
|
9654
|
-
};
|
|
9655
|
-
colors: {
|
|
9656
|
-
text: string;
|
|
9657
|
-
link: string;
|
|
9658
|
-
codeLight: string;
|
|
9659
|
-
code: string;
|
|
9660
|
-
selection: string;
|
|
9661
|
-
gray50: string;
|
|
9662
|
-
gray100: string;
|
|
9663
|
-
gray200: string;
|
|
9664
|
-
gray300: string;
|
|
9665
|
-
gray400: string;
|
|
9666
|
-
gray500: string;
|
|
9667
|
-
gray600: string;
|
|
9668
|
-
gray700: string;
|
|
9669
|
-
gray800: string;
|
|
9670
|
-
gray900: string;
|
|
9671
|
-
pink50: string;
|
|
9672
|
-
pink100: string;
|
|
9673
|
-
pink200: string;
|
|
9674
|
-
pink300: string;
|
|
9675
|
-
pink400: string;
|
|
9676
|
-
pink500: string;
|
|
9677
|
-
pink600: string;
|
|
9678
|
-
pink700: string;
|
|
9679
|
-
pink800: string;
|
|
9680
|
-
pink900: string;
|
|
9681
|
-
cyan50: string;
|
|
9682
|
-
cyan100: string;
|
|
9683
|
-
cyan200: string;
|
|
9684
|
-
cyan300: string;
|
|
9685
|
-
cyan400: string;
|
|
9686
|
-
cyan500: string;
|
|
9687
|
-
cyan600: string;
|
|
9688
|
-
cyan700: string;
|
|
9689
|
-
cyan800: string;
|
|
9690
|
-
cyan900: string;
|
|
9691
|
-
red50: string;
|
|
9692
|
-
red100: string;
|
|
9693
|
-
red200: string;
|
|
9694
|
-
red300: string;
|
|
9695
|
-
red400: string;
|
|
9696
|
-
red500: string;
|
|
9697
|
-
red600: string;
|
|
9698
|
-
red700: string;
|
|
9699
|
-
red800: string;
|
|
9700
|
-
red900: string;
|
|
9701
|
-
yellow50: string;
|
|
9702
|
-
yellow100: string;
|
|
9703
|
-
yellow200: string;
|
|
9704
|
-
yellow300: string;
|
|
9705
|
-
yellow400: string;
|
|
9706
|
-
yellow500: string;
|
|
9707
|
-
yellow600: string;
|
|
9708
|
-
yellow700: string;
|
|
9709
|
-
yellow800: string;
|
|
9710
|
-
yellow900: string;
|
|
9711
|
-
green50: string;
|
|
9712
|
-
green100: string;
|
|
9713
|
-
green200: string;
|
|
9714
|
-
green300: string;
|
|
9715
|
-
green400: string;
|
|
9716
|
-
green500: string;
|
|
9717
|
-
green600: string;
|
|
9718
|
-
green700: string;
|
|
9719
|
-
green800: string;
|
|
9720
|
-
green900: string;
|
|
9721
|
-
purple50: string;
|
|
9722
|
-
purple100: string;
|
|
9723
|
-
purple200: string;
|
|
9724
|
-
purple300: string;
|
|
9725
|
-
purple400: string;
|
|
9726
|
-
purple500: string;
|
|
9727
|
-
purple600: string;
|
|
9728
|
-
purple700: string;
|
|
9729
|
-
purple800: string;
|
|
9730
|
-
purple900: string;
|
|
9731
|
-
blue50: string;
|
|
9732
|
-
blue100: string;
|
|
9733
|
-
blue200: string;
|
|
9734
|
-
blue300: string;
|
|
9735
|
-
blue400: string;
|
|
9736
|
-
blue500: string;
|
|
9737
|
-
blue600: string;
|
|
9738
|
-
blue700: string;
|
|
9739
|
-
blue800: string;
|
|
9740
|
-
blue900: string;
|
|
9741
|
-
background: string;
|
|
9742
|
-
foreground: string;
|
|
9743
|
-
backgroundContrast: string;
|
|
9744
|
-
white: string;
|
|
9745
|
-
black: string;
|
|
9746
|
-
primaryLight: string;
|
|
9747
|
-
primaryLightHover: string;
|
|
9748
|
-
primaryLightActive: string;
|
|
9749
|
-
primaryLightContrast: string;
|
|
9750
|
-
primary: string;
|
|
9751
|
-
primaryBorder: string;
|
|
9752
|
-
primaryBorderHover: string;
|
|
9753
|
-
primarySolidHover: string;
|
|
9754
|
-
primarySolidContrast: string;
|
|
9755
|
-
primaryShadow: string;
|
|
9756
|
-
secondaryLight: string;
|
|
9757
|
-
secondaryLightHover: string;
|
|
9758
|
-
secondaryLightActive: string;
|
|
9759
|
-
secondaryLightContrast: string;
|
|
9760
|
-
secondary: string;
|
|
9761
|
-
secondaryBorder: string;
|
|
9762
|
-
secondaryBorderHover: string;
|
|
9763
|
-
secondarySolidHover: string;
|
|
9764
|
-
secondarySolidContrast: string;
|
|
9765
|
-
secondaryShadow: string;
|
|
9766
|
-
successLight: string;
|
|
9767
|
-
successLightHover: string;
|
|
9768
|
-
successLightActive: string;
|
|
9769
|
-
successLightContrast: string;
|
|
9770
|
-
success: string;
|
|
9771
|
-
successBorder: string;
|
|
9772
|
-
successBorderHover: string;
|
|
9773
|
-
successSolidHover: string;
|
|
9774
|
-
successSolidContrast: string;
|
|
9775
|
-
successShadow: string;
|
|
9776
|
-
warningLight: string;
|
|
9777
|
-
warningLightHover: string;
|
|
9778
|
-
warningLightActive: string;
|
|
9779
|
-
warningLightContrast: string;
|
|
9780
|
-
warning: string;
|
|
9781
|
-
warningBorder: string;
|
|
9782
|
-
warningBorderHover: string;
|
|
9783
|
-
warningSolidHover: string;
|
|
9784
|
-
warningSolidContrast: string;
|
|
9785
|
-
warningShadow: string;
|
|
9786
|
-
errorLight: string;
|
|
9787
|
-
errorLightHover: string;
|
|
9788
|
-
errorLightActive: string;
|
|
9789
|
-
errorLightContrast: string;
|
|
9790
|
-
error: string;
|
|
9791
|
-
errorBorder: string;
|
|
9792
|
-
errorBorderHover: string;
|
|
9793
|
-
errorSolidHover: string;
|
|
9794
|
-
errorSolidContrast: string;
|
|
9795
|
-
errorShadow: string;
|
|
9796
|
-
gradient: string;
|
|
9797
|
-
accents0: string;
|
|
9798
|
-
accents1: string;
|
|
9799
|
-
accents2: string;
|
|
9800
|
-
accents3: string;
|
|
9801
|
-
accents4: string;
|
|
9802
|
-
accents5: string;
|
|
9803
|
-
accents6: string;
|
|
9804
|
-
accents7: string;
|
|
9805
|
-
accents8: string;
|
|
9806
|
-
accents9: string;
|
|
9807
|
-
border: string;
|
|
9808
|
-
};
|
|
9809
|
-
fonts: {
|
|
9810
|
-
sans: string;
|
|
9811
|
-
mono: string;
|
|
9812
|
-
};
|
|
9813
|
-
fontSizes: {
|
|
9814
|
-
tiny: string;
|
|
9815
|
-
xs: string;
|
|
9816
|
-
base: string;
|
|
9817
|
-
sm: string;
|
|
9818
|
-
md: string;
|
|
9819
|
-
lg: string;
|
|
9820
|
-
xl: string;
|
|
9821
|
-
};
|
|
9822
|
-
fontWeights: {
|
|
9823
|
-
hairline: number;
|
|
9824
|
-
thin: number;
|
|
9825
|
-
light: number;
|
|
9826
|
-
normal: number;
|
|
9827
|
-
medium: number;
|
|
9828
|
-
semibold: number;
|
|
9829
|
-
bold: number;
|
|
9830
|
-
extrabold: number;
|
|
9831
|
-
black: number;
|
|
9832
|
-
};
|
|
9833
|
-
lineHeights: {
|
|
9834
|
-
xs: number;
|
|
9835
|
-
sm: number;
|
|
9836
|
-
md: number;
|
|
9837
|
-
lg: number;
|
|
9838
|
-
xl: number;
|
|
9839
|
-
};
|
|
9840
|
-
letterSpacings: {
|
|
9841
|
-
tighter: string;
|
|
9842
|
-
tight: string;
|
|
9843
|
-
normal: string;
|
|
9844
|
-
wide: string;
|
|
9845
|
-
wider: string;
|
|
9846
|
-
widest: string;
|
|
9847
|
-
};
|
|
9848
|
-
space: {
|
|
9849
|
-
0: string;
|
|
9850
|
-
xs: string;
|
|
9851
|
-
sm: string;
|
|
9852
|
-
md: string;
|
|
9853
|
-
lg: string;
|
|
9854
|
-
xl: string;
|
|
9855
|
-
px: string;
|
|
9856
|
-
1: string;
|
|
9857
|
-
2: string;
|
|
9858
|
-
3: string;
|
|
9859
|
-
4: string;
|
|
9860
|
-
5: string;
|
|
9861
|
-
6: string;
|
|
9862
|
-
7: string;
|
|
9863
|
-
8: string;
|
|
9864
|
-
9: string;
|
|
9865
|
-
10: string;
|
|
9866
|
-
11: string;
|
|
9867
|
-
12: string;
|
|
9868
|
-
13: string;
|
|
9869
|
-
14: string;
|
|
9870
|
-
15: string;
|
|
9871
|
-
16: string;
|
|
9872
|
-
17: string;
|
|
9873
|
-
18: string;
|
|
9874
|
-
20: string;
|
|
9875
|
-
24: string;
|
|
9876
|
-
28: string;
|
|
9877
|
-
32: string;
|
|
9878
|
-
36: string;
|
|
9879
|
-
40: string;
|
|
9880
|
-
44: string;
|
|
9881
|
-
48: string;
|
|
9882
|
-
52: string;
|
|
9883
|
-
56: string;
|
|
9884
|
-
60: string;
|
|
9885
|
-
64: string;
|
|
9886
|
-
72: string;
|
|
9887
|
-
80: string;
|
|
9888
|
-
96: string;
|
|
9889
|
-
};
|
|
9890
|
-
radii: {
|
|
9891
|
-
xs: string;
|
|
9892
|
-
sm: string;
|
|
9893
|
-
md: string;
|
|
9894
|
-
base: string;
|
|
9895
|
-
lg: string;
|
|
9896
|
-
xl: string;
|
|
9897
|
-
squared: string;
|
|
9898
|
-
rounded: string;
|
|
9899
|
-
pill: string;
|
|
9900
|
-
};
|
|
9901
|
-
zIndices: {
|
|
9902
|
-
1: string;
|
|
9903
|
-
2: string;
|
|
9904
|
-
3: string;
|
|
9905
|
-
4: string;
|
|
9906
|
-
5: string;
|
|
9907
|
-
10: string;
|
|
9908
|
-
max: string;
|
|
9909
|
-
};
|
|
9910
|
-
borderWeights: {
|
|
9911
|
-
light: string;
|
|
9912
|
-
normal: string;
|
|
9913
|
-
bold: string;
|
|
9914
|
-
extrabold: string;
|
|
9915
|
-
black: string;
|
|
9916
|
-
};
|
|
9917
|
-
transitions: {
|
|
9918
|
-
default: string;
|
|
9919
|
-
button: string;
|
|
9920
|
-
avatar: string;
|
|
9921
|
-
link: string;
|
|
9922
|
-
card: string;
|
|
9923
|
-
};
|
|
9924
|
-
breakpoints: {
|
|
9925
|
-
xs: string;
|
|
9926
|
-
sm: string;
|
|
9927
|
-
md: string;
|
|
9928
|
-
lg: string;
|
|
9929
|
-
xl: string;
|
|
9930
|
-
};
|
|
9931
|
-
}, {
|
|
9932
|
-
width: string;
|
|
9933
|
-
height: string;
|
|
9934
|
-
minWidth: string;
|
|
9935
|
-
maxWidth: string;
|
|
9936
|
-
minHeight: string;
|
|
9937
|
-
maxHeight: string;
|
|
9938
|
-
flexBasis: string;
|
|
9939
|
-
gridTemplateColumns: string;
|
|
9940
|
-
gridTemplateRows: string;
|
|
9941
|
-
blockSize: string;
|
|
9942
|
-
minBlockSize: string;
|
|
9943
|
-
maxBlockSize: string;
|
|
9944
|
-
inlineSize: string;
|
|
9945
|
-
minInlineSize: string;
|
|
9946
|
-
maxInlineSize: string;
|
|
9947
|
-
borderWidth: string;
|
|
9948
|
-
gap: "space";
|
|
9949
|
-
gridGap: "space";
|
|
9950
|
-
columnGap: "space";
|
|
9951
|
-
gridColumnGap: "space";
|
|
9952
|
-
rowGap: "space";
|
|
9953
|
-
gridRowGap: "space";
|
|
9954
|
-
inset: "space";
|
|
9955
|
-
insetBlock: "space";
|
|
9956
|
-
insetBlockEnd: "space";
|
|
9957
|
-
insetBlockStart: "space";
|
|
9958
|
-
insetInline: "space";
|
|
9959
|
-
insetInlineEnd: "space";
|
|
9960
|
-
insetInlineStart: "space";
|
|
9961
|
-
margin: "space";
|
|
9962
|
-
marginTop: "space";
|
|
9963
|
-
marginRight: "space";
|
|
9964
|
-
marginBottom: "space";
|
|
9965
|
-
marginLeft: "space";
|
|
9966
|
-
marginBlock: "space";
|
|
9967
|
-
marginBlockEnd: "space";
|
|
9968
|
-
marginBlockStart: "space";
|
|
9969
|
-
marginInline: "space";
|
|
9970
|
-
marginInlineEnd: "space";
|
|
9971
|
-
marginInlineStart: "space";
|
|
9972
|
-
padding: "space";
|
|
9973
|
-
paddingTop: "space";
|
|
9974
|
-
paddingRight: "space";
|
|
9975
|
-
paddingBottom: "space";
|
|
9976
|
-
paddingLeft: "space";
|
|
9977
|
-
paddingBlock: "space";
|
|
9978
|
-
paddingBlockEnd: "space";
|
|
9979
|
-
paddingBlockStart: "space";
|
|
9980
|
-
paddingInline: "space";
|
|
9981
|
-
paddingInlineEnd: "space";
|
|
9982
|
-
paddingInlineStart: "space";
|
|
9983
|
-
scrollMargin: "space";
|
|
9984
|
-
scrollMarginTop: "space";
|
|
9985
|
-
scrollMarginRight: "space";
|
|
9986
|
-
scrollMarginBottom: "space";
|
|
9987
|
-
scrollMarginLeft: "space";
|
|
9988
|
-
scrollMarginBlock: "space";
|
|
9989
|
-
scrollMarginBlockEnd: "space";
|
|
9990
|
-
scrollMarginBlockStart: "space";
|
|
9991
|
-
scrollMarginInline: "space";
|
|
9992
|
-
scrollMarginInlineEnd: "space";
|
|
9993
|
-
scrollMarginInlineStart: "space";
|
|
9994
|
-
scrollPadding: "space";
|
|
9995
|
-
scrollPaddingTop: "space";
|
|
9996
|
-
scrollPaddingRight: "space";
|
|
9997
|
-
scrollPaddingBottom: "space";
|
|
9998
|
-
scrollPaddingLeft: "space";
|
|
9999
|
-
scrollPaddingBlock: "space";
|
|
10000
|
-
scrollPaddingBlockEnd: "space";
|
|
10001
|
-
scrollPaddingBlockStart: "space";
|
|
10002
|
-
scrollPaddingInline: "space";
|
|
10003
|
-
scrollPaddingInlineEnd: "space";
|
|
10004
|
-
scrollPaddingInlineStart: "space";
|
|
10005
|
-
top: "space";
|
|
10006
|
-
right: "space";
|
|
10007
|
-
bottom: "space";
|
|
10008
|
-
left: "space";
|
|
10009
|
-
fontSize: "fontSizes";
|
|
10010
|
-
background: "colors";
|
|
10011
|
-
backgroundColor: "colors";
|
|
10012
|
-
backgroundImage: "colors";
|
|
10013
|
-
borderImage: "colors";
|
|
10014
|
-
border: "colors";
|
|
10015
|
-
borderBlock: "colors";
|
|
10016
|
-
borderBlockEnd: "colors";
|
|
10017
|
-
borderBlockStart: "colors";
|
|
10018
|
-
borderBottom: "colors";
|
|
10019
|
-
borderBottomColor: "colors";
|
|
10020
|
-
borderColor: "colors";
|
|
10021
|
-
borderInline: "colors";
|
|
10022
|
-
borderInlineEnd: "colors";
|
|
10023
|
-
borderInlineStart: "colors";
|
|
10024
|
-
borderLeft: "colors";
|
|
10025
|
-
borderLeftColor: "colors";
|
|
10026
|
-
borderRight: "colors";
|
|
10027
|
-
borderRightColor: "colors";
|
|
10028
|
-
borderTop: "colors";
|
|
10029
|
-
borderTopColor: "colors";
|
|
10030
|
-
caretColor: "colors";
|
|
10031
|
-
color: "colors";
|
|
10032
|
-
columnRuleColor: "colors";
|
|
10033
|
-
outline: "colors";
|
|
10034
|
-
outlineColor: "colors";
|
|
10035
|
-
fill: "colors";
|
|
10036
|
-
stroke: "colors";
|
|
10037
|
-
textDecorationColor: "colors";
|
|
10038
|
-
fontFamily: "fonts";
|
|
10039
|
-
fontWeight: "fontWeights";
|
|
10040
|
-
lineHeight: "lineHeights";
|
|
10041
|
-
letterSpacing: "letterSpacings";
|
|
10042
|
-
borderTopWidth: "borderWidths";
|
|
10043
|
-
borderLeftWidth: "borderWidths";
|
|
10044
|
-
borderRightWidth: "borderWidths";
|
|
10045
|
-
borderBottomWidth: "borderWidths";
|
|
10046
|
-
borderStyle: "borderStyles";
|
|
10047
|
-
borderTopStyle: "borderStyles";
|
|
10048
|
-
borderLeftStyle: "borderStyles";
|
|
10049
|
-
borderRightStyle: "borderStyles";
|
|
10050
|
-
borderBottomStyle: "borderStyles";
|
|
10051
|
-
borderRadius: "radii";
|
|
10052
|
-
borderTopLeftRadius: "radii";
|
|
10053
|
-
borderTopRightRadius: "radii";
|
|
10054
|
-
borderBottomRightRadius: "radii";
|
|
10055
|
-
borderBottomLeftRadius: "radii";
|
|
10056
|
-
boxShadow: "shadows";
|
|
10057
|
-
textShadow: "shadows";
|
|
10058
|
-
transition: "transitions";
|
|
10059
|
-
zIndex: "zIndices";
|
|
10060
|
-
}, {
|
|
10061
|
-
p: (value: {
|
|
10062
|
-
readonly [Stitches.$$PropertyValue]: "padding";
|
|
10063
|
-
}) => {
|
|
10064
|
-
padding: {
|
|
10065
|
-
readonly [Stitches.$$PropertyValue]: "padding";
|
|
10066
|
-
};
|
|
10067
|
-
};
|
|
10068
|
-
pt: (value: {
|
|
10069
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
10070
|
-
}) => {
|
|
10071
|
-
paddingTop: {
|
|
10072
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
10073
|
-
};
|
|
10074
|
-
};
|
|
10075
|
-
pr: (value: {
|
|
10076
|
-
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
10077
|
-
}) => {
|
|
10078
|
-
paddingRight: {
|
|
10079
|
-
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
|
10080
|
-
};
|
|
10081
|
-
};
|
|
10082
|
-
pb: (value: {
|
|
10083
|
-
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
10084
|
-
}) => {
|
|
10085
|
-
paddingBottom: {
|
|
10086
|
-
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
|
10087
|
-
};
|
|
10088
|
-
};
|
|
10089
|
-
pl: (value: {
|
|
10090
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
10091
|
-
}) => {
|
|
10092
|
-
paddingLeft: {
|
|
10093
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
10094
|
-
};
|
|
10095
|
-
};
|
|
10096
|
-
px: (value: {
|
|
10097
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
10098
|
-
}) => {
|
|
10099
|
-
paddingLeft: {
|
|
10100
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
10101
|
-
};
|
|
10102
|
-
paddingRight: {
|
|
10103
|
-
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
|
10104
|
-
};
|
|
10105
|
-
};
|
|
10106
|
-
py: (value: {
|
|
10107
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
10108
|
-
}) => {
|
|
10109
|
-
paddingTop: {
|
|
10110
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
10111
|
-
};
|
|
10112
|
-
paddingBottom: {
|
|
10113
|
-
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
|
10114
|
-
};
|
|
10115
|
-
};
|
|
10116
|
-
m: (value: {
|
|
10117
|
-
readonly [Stitches.$$PropertyValue]: "margin";
|
|
10118
|
-
}) => {
|
|
10119
|
-
margin: {
|
|
10120
|
-
readonly [Stitches.$$PropertyValue]: "margin";
|
|
10121
|
-
};
|
|
10122
|
-
};
|
|
10123
|
-
mt: (value: {
|
|
10124
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
10125
|
-
}) => {
|
|
10126
|
-
marginTop: {
|
|
10127
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
10128
|
-
};
|
|
10129
|
-
};
|
|
10130
|
-
mr: (value: {
|
|
10131
|
-
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
10132
|
-
}) => {
|
|
10133
|
-
marginRight: {
|
|
10134
|
-
readonly [Stitches.$$PropertyValue]: "marginRight";
|
|
10135
|
-
};
|
|
10136
|
-
};
|
|
10137
|
-
mb: (value: {
|
|
10138
|
-
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
10139
|
-
}) => {
|
|
10140
|
-
marginBottom: {
|
|
10141
|
-
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
|
10142
|
-
};
|
|
10143
|
-
};
|
|
10144
|
-
ml: (value: {
|
|
10145
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
10146
|
-
}) => {
|
|
10147
|
-
marginLeft: {
|
|
10148
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
10149
|
-
};
|
|
10150
|
-
};
|
|
10151
|
-
mx: (value: {
|
|
10152
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
10153
|
-
}) => {
|
|
10154
|
-
marginLeft: {
|
|
10155
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
10156
|
-
};
|
|
10157
|
-
marginRight: {
|
|
10158
|
-
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
|
10159
|
-
};
|
|
10160
|
-
};
|
|
10161
|
-
my: (value: {
|
|
10162
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
10163
|
-
}) => {
|
|
10164
|
-
marginTop: {
|
|
10165
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
10166
|
-
};
|
|
10167
|
-
marginBottom: {
|
|
10168
|
-
readonly [Stitches.$$PropertyValue]: "marginTop";
|
|
10169
|
-
};
|
|
10170
|
-
};
|
|
10171
|
-
ta: (value: {
|
|
10172
|
-
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
10173
|
-
}) => {
|
|
10174
|
-
textAlign: {
|
|
10175
|
-
readonly [Stitches.$$PropertyValue]: "textAlign";
|
|
10176
|
-
};
|
|
10177
|
-
};
|
|
10178
|
-
tt: (value: {
|
|
10179
|
-
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
10180
|
-
}) => {
|
|
10181
|
-
textTransform: {
|
|
10182
|
-
readonly [Stitches.$$PropertyValue]: "textTransform";
|
|
10183
|
-
};
|
|
10184
|
-
};
|
|
10185
|
-
to: (value: {
|
|
10186
|
-
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
10187
|
-
}) => {
|
|
10188
|
-
textOverflow: {
|
|
10189
|
-
readonly [Stitches.$$PropertyValue]: "textOverflow";
|
|
10190
|
-
};
|
|
10191
|
-
};
|
|
10192
|
-
d: (value: {
|
|
10193
|
-
readonly [Stitches.$$PropertyValue]: "display";
|
|
10194
|
-
}) => {
|
|
10195
|
-
display: {
|
|
10196
|
-
readonly [Stitches.$$PropertyValue]: "display";
|
|
10197
|
-
};
|
|
10198
|
-
};
|
|
10199
|
-
dflex: (value: {
|
|
10200
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
10201
|
-
}) => {
|
|
10202
|
-
display: string;
|
|
10203
|
-
alignItems: {
|
|
10204
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
10205
|
-
};
|
|
10206
|
-
justifyContent: {
|
|
10207
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
10208
|
-
};
|
|
10209
|
-
};
|
|
10210
|
-
fd: (value: {
|
|
10211
|
-
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
10212
|
-
}) => {
|
|
10213
|
-
flexDirection: {
|
|
10214
|
-
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
|
10215
|
-
};
|
|
10216
|
-
};
|
|
10217
|
-
fw: (value: {
|
|
10218
|
-
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
10219
|
-
}) => {
|
|
10220
|
-
flexWrap: {
|
|
10221
|
-
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
|
10222
|
-
};
|
|
10223
|
-
};
|
|
10224
|
-
ai: (value: {
|
|
10225
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
10226
|
-
}) => {
|
|
10227
|
-
alignItems: {
|
|
10228
|
-
readonly [Stitches.$$PropertyValue]: "alignItems";
|
|
10229
|
-
};
|
|
10230
|
-
};
|
|
10231
|
-
ac: (value: {
|
|
10232
|
-
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
10233
|
-
}) => {
|
|
10234
|
-
alignContent: {
|
|
10235
|
-
readonly [Stitches.$$PropertyValue]: "alignContent";
|
|
10236
|
-
};
|
|
10237
|
-
};
|
|
10238
|
-
jc: (value: {
|
|
10239
|
-
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
10240
|
-
}) => {
|
|
10241
|
-
justifyContent: {
|
|
10242
|
-
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
|
10243
|
-
};
|
|
10244
|
-
};
|
|
10245
|
-
as: (value: {
|
|
10246
|
-
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
10247
|
-
}) => {
|
|
10248
|
-
alignSelf: {
|
|
10249
|
-
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
|
10250
|
-
};
|
|
10251
|
-
};
|
|
10252
|
-
fg: (value: {
|
|
10253
|
-
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
10254
|
-
}) => {
|
|
10255
|
-
flexGrow: {
|
|
10256
|
-
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
|
10257
|
-
};
|
|
10258
|
-
};
|
|
10259
|
-
fs: (value: {
|
|
10260
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
10261
|
-
}) => {
|
|
10262
|
-
fontSize: {
|
|
10263
|
-
readonly [Stitches.$$PropertyValue]: "fontSize";
|
|
10264
|
-
};
|
|
10265
|
-
};
|
|
10266
|
-
fb: (value: {
|
|
10267
|
-
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
10268
|
-
}) => {
|
|
10269
|
-
flexBasis: {
|
|
10270
|
-
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
|
10271
|
-
};
|
|
10272
|
-
};
|
|
10273
|
-
bc: (value: {
|
|
10274
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10275
|
-
}) => {
|
|
10276
|
-
backgroundColor: {
|
|
10277
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10278
|
-
};
|
|
10279
|
-
};
|
|
10280
|
-
bf: (value: {
|
|
10281
|
-
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
10282
|
-
}) => {
|
|
10283
|
-
backdropFilter: {
|
|
10284
|
-
readonly [Stitches.$$PropertyValue]: "backdropFilter";
|
|
10285
|
-
};
|
|
10286
|
-
};
|
|
10287
|
-
bg: (value: {
|
|
10288
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10289
|
-
}) => {
|
|
10290
|
-
background: {
|
|
10291
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10292
|
-
};
|
|
10293
|
-
};
|
|
10294
|
-
bgBlur: (value: {
|
|
10295
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10296
|
-
}) => {
|
|
10297
|
-
bf: string;
|
|
10298
|
-
bg: string;
|
|
10299
|
-
};
|
|
10300
|
-
bgColor: (value: {
|
|
10301
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10302
|
-
}) => {
|
|
10303
|
-
backgroundColor: {
|
|
10304
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10305
|
-
};
|
|
10306
|
-
};
|
|
10307
|
-
backgroundClip: (value: {
|
|
10308
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
10309
|
-
}) => {
|
|
10310
|
-
WebkitBackgroundClip: {
|
|
10311
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
10312
|
-
};
|
|
10313
|
-
backgroundClip: {
|
|
10314
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
10315
|
-
};
|
|
10316
|
-
};
|
|
10317
|
-
bgClip: (value: {
|
|
10318
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
10319
|
-
}) => {
|
|
10320
|
-
WebkitBackgroundClip: {
|
|
10321
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
10322
|
-
};
|
|
10323
|
-
backgroundClip: {
|
|
10324
|
-
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
|
10325
|
-
};
|
|
10326
|
-
};
|
|
10327
|
-
br: (value: {
|
|
10328
|
-
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
10329
|
-
}) => {
|
|
10330
|
-
borderRadius: {
|
|
10331
|
-
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
|
10332
|
-
};
|
|
10333
|
-
};
|
|
10334
|
-
bw: (value: {
|
|
10335
|
-
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
10336
|
-
}) => {
|
|
10337
|
-
borderWidth: {
|
|
10338
|
-
readonly [Stitches.$$PropertyValue]: "borderWidth";
|
|
10339
|
-
};
|
|
10340
|
-
};
|
|
10341
|
-
btrr: (value: {
|
|
10342
|
-
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
10343
|
-
}) => {
|
|
10344
|
-
borderTopRightRadius: {
|
|
10345
|
-
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
|
10346
|
-
};
|
|
10347
|
-
};
|
|
10348
|
-
bbrr: (value: {
|
|
10349
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
10350
|
-
}) => {
|
|
10351
|
-
borderBottomRightRadius: {
|
|
10352
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
|
10353
|
-
};
|
|
10354
|
-
};
|
|
10355
|
-
bblr: (value: {
|
|
10356
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
10357
|
-
}) => {
|
|
10358
|
-
borderBottomLeftRadius: {
|
|
10359
|
-
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
|
10360
|
-
};
|
|
10361
|
-
};
|
|
10362
|
-
btlr: (value: {
|
|
10363
|
-
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
10364
|
-
}) => {
|
|
10365
|
-
borderTopLeftRadius: {
|
|
10366
|
-
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
|
10367
|
-
};
|
|
10368
|
-
};
|
|
10369
|
-
bs: (value: {
|
|
10370
|
-
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
10371
|
-
}) => {
|
|
10372
|
-
boxShadow: {
|
|
10373
|
-
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
|
10374
|
-
};
|
|
10375
|
-
};
|
|
10376
|
-
normalShadow: (value: {
|
|
10377
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10378
|
-
}) => {
|
|
10379
|
-
boxShadow: string;
|
|
10380
|
-
};
|
|
10381
|
-
normalShadowVar: (value: {
|
|
10382
|
-
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
|
10383
|
-
}) => {
|
|
10384
|
-
boxShadow: string;
|
|
10385
|
-
};
|
|
10386
|
-
lh: (value: {
|
|
10387
|
-
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
10388
|
-
}) => {
|
|
10389
|
-
lineHeight: {
|
|
10390
|
-
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
|
10391
|
-
};
|
|
10392
|
-
};
|
|
10393
|
-
ov: (value: {
|
|
10394
|
-
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
10395
|
-
}) => {
|
|
10396
|
-
overflow: {
|
|
10397
|
-
readonly [Stitches.$$PropertyValue]: "overflow";
|
|
10398
|
-
};
|
|
10399
|
-
};
|
|
10400
|
-
ox: (value: {
|
|
10401
|
-
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
10402
|
-
}) => {
|
|
10403
|
-
overflowX: {
|
|
10404
|
-
readonly [Stitches.$$PropertyValue]: "overflowX";
|
|
10405
|
-
};
|
|
10406
|
-
};
|
|
10407
|
-
oy: (value: {
|
|
10408
|
-
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
10409
|
-
}) => {
|
|
10410
|
-
overflowY: {
|
|
10411
|
-
readonly [Stitches.$$PropertyValue]: "overflowY";
|
|
10412
|
-
};
|
|
10413
|
-
};
|
|
10414
|
-
pe: (value: {
|
|
10415
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
10416
|
-
}) => {
|
|
10417
|
-
pointerEvents: {
|
|
10418
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
10419
|
-
};
|
|
10420
|
-
};
|
|
10421
|
-
events: (value: {
|
|
10422
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
10423
|
-
}) => {
|
|
10424
|
-
pointerEvents: {
|
|
10425
|
-
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
|
10426
|
-
};
|
|
10427
|
-
};
|
|
10428
|
-
us: (value: {
|
|
10429
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
10430
|
-
}) => {
|
|
10431
|
-
WebkitUserSelect: {
|
|
10432
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
10433
|
-
};
|
|
10434
|
-
userSelect: {
|
|
10435
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
10436
|
-
};
|
|
10437
|
-
};
|
|
10438
|
-
userSelect: (value: {
|
|
10439
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
10440
|
-
}) => {
|
|
10441
|
-
WebkitUserSelect: {
|
|
10442
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
10443
|
-
};
|
|
10444
|
-
userSelect: {
|
|
10445
|
-
readonly [Stitches.$$PropertyValue]: "userSelect";
|
|
10446
|
-
};
|
|
10447
|
-
};
|
|
10448
|
-
w: (value: {
|
|
10449
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10450
|
-
}) => {
|
|
10451
|
-
width: {
|
|
10452
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10453
|
-
};
|
|
10454
|
-
};
|
|
10455
|
-
h: (value: {
|
|
10456
|
-
readonly [Stitches.$$PropertyValue]: "height";
|
|
10457
|
-
}) => {
|
|
10458
|
-
height: {
|
|
10459
|
-
readonly [Stitches.$$PropertyValue]: "height";
|
|
10460
|
-
};
|
|
10461
|
-
};
|
|
10462
|
-
mw: (value: {
|
|
10463
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
10464
|
-
}) => {
|
|
10465
|
-
maxWidth: {
|
|
10466
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
10467
|
-
};
|
|
10468
|
-
};
|
|
10469
|
-
maxW: (value: {
|
|
10470
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
10471
|
-
}) => {
|
|
10472
|
-
maxWidth: {
|
|
10473
|
-
readonly [Stitches.$$PropertyValue]: "maxWidth";
|
|
10474
|
-
};
|
|
10475
|
-
};
|
|
10476
|
-
mh: (value: {
|
|
10477
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
10478
|
-
}) => {
|
|
10479
|
-
maxHeight: {
|
|
10480
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
10481
|
-
};
|
|
10482
|
-
};
|
|
10483
|
-
maxH: (value: {
|
|
10484
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
10485
|
-
}) => {
|
|
10486
|
-
maxHeight: {
|
|
10487
|
-
readonly [Stitches.$$PropertyValue]: "maxHeight";
|
|
10488
|
-
};
|
|
10489
|
-
};
|
|
10490
|
-
size: (value: {
|
|
10491
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10492
|
-
}) => {
|
|
10493
|
-
width: {
|
|
10494
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10495
|
-
};
|
|
10496
|
-
height: {
|
|
10497
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10498
|
-
};
|
|
10499
|
-
};
|
|
10500
|
-
minSize: (value: {
|
|
10501
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10502
|
-
}) => {
|
|
10503
|
-
minWidth: {
|
|
10504
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10505
|
-
};
|
|
10506
|
-
minHeight: {
|
|
10507
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10508
|
-
};
|
|
10509
|
-
width: {
|
|
10510
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10511
|
-
};
|
|
10512
|
-
height: {
|
|
10513
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10514
|
-
};
|
|
10515
|
-
};
|
|
10516
|
-
sizeMin: (value: {
|
|
10517
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10518
|
-
}) => {
|
|
10519
|
-
minWidth: {
|
|
10520
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10521
|
-
};
|
|
10522
|
-
minHeight: {
|
|
10523
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10524
|
-
};
|
|
10525
|
-
width: {
|
|
10526
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10527
|
-
};
|
|
10528
|
-
height: {
|
|
10529
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10530
|
-
};
|
|
10531
|
-
};
|
|
10532
|
-
maxSize: (value: {
|
|
10533
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10534
|
-
}) => {
|
|
10535
|
-
maxWidth: {
|
|
10536
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10537
|
-
};
|
|
10538
|
-
maxHeight: {
|
|
10539
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10540
|
-
};
|
|
10541
|
-
};
|
|
10542
|
-
sizeMax: (value: {
|
|
10543
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10544
|
-
}) => {
|
|
10545
|
-
maxWidth: {
|
|
10546
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10547
|
-
};
|
|
10548
|
-
maxHeight: {
|
|
10549
|
-
readonly [Stitches.$$PropertyValue]: "width";
|
|
10550
|
-
};
|
|
10551
|
-
};
|
|
10552
|
-
appearance: (value: {
|
|
10553
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
10554
|
-
}) => {
|
|
10555
|
-
WebkitAppearance: {
|
|
10556
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
10557
|
-
};
|
|
10558
|
-
appearance: {
|
|
10559
|
-
readonly [Stitches.$$PropertyValue]: "appearance";
|
|
10560
|
-
};
|
|
10561
|
-
};
|
|
10562
|
-
scale: (value: {
|
|
10563
|
-
readonly [Stitches.$$PropertyValue]: "scale";
|
|
10564
|
-
}) => {
|
|
10565
|
-
transform: string;
|
|
10566
|
-
};
|
|
10567
|
-
linearGradient: (value: {
|
|
10568
|
-
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
10569
|
-
}) => {
|
|
10570
|
-
backgroundImage: string;
|
|
10571
|
-
};
|
|
10572
|
-
tdl: (value: {
|
|
10573
|
-
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
10574
|
-
}) => {
|
|
10575
|
-
textDecorationLine: {
|
|
10576
|
-
readonly [Stitches.$$PropertyValue]: "textDecorationLine";
|
|
10577
|
-
};
|
|
10578
|
-
};
|
|
10579
|
-
textGradient: (value: {
|
|
10580
|
-
readonly [Stitches.$$PropertyValue]: "backgroundImage";
|
|
10581
|
-
}) => {
|
|
10582
|
-
backgroundImage: string;
|
|
10583
|
-
WebkitBackgroundClip: string;
|
|
10584
|
-
WebkitTextFillColor: string;
|
|
10585
|
-
'&::selection': {
|
|
10586
|
-
WebkitTextFillColor: string;
|
|
10587
|
-
};
|
|
10588
|
-
};
|
|
10589
|
-
}>>;
|
|
10590
8269
|
export declare const createTheme: ({ type, theme, className }: Theme) => string & {
|
|
10591
8270
|
className: string;
|
|
10592
8271
|
selector: string;
|