@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
|
@@ -23,6 +23,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
23
23
|
br?: undefined;
|
|
24
24
|
};
|
|
25
25
|
auto?: undefined;
|
|
26
|
+
isChildLess?: undefined;
|
|
26
27
|
size?: undefined;
|
|
27
28
|
shadow?: undefined;
|
|
28
29
|
color?: undefined;
|
|
@@ -34,6 +35,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
34
35
|
rounded?: undefined;
|
|
35
36
|
} | {
|
|
36
37
|
auto: true;
|
|
38
|
+
isChildLess: false;
|
|
37
39
|
size: string;
|
|
38
40
|
css: {
|
|
39
41
|
px: string;
|
|
@@ -89,6 +91,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
89
91
|
isPressed?: undefined;
|
|
90
92
|
animated?: undefined;
|
|
91
93
|
auto?: undefined;
|
|
94
|
+
isChildLess?: undefined;
|
|
92
95
|
size?: undefined;
|
|
93
96
|
light?: undefined;
|
|
94
97
|
bordered?: undefined;
|
|
@@ -127,6 +130,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
127
130
|
isPressed?: undefined;
|
|
128
131
|
animated?: undefined;
|
|
129
132
|
auto?: undefined;
|
|
133
|
+
isChildLess?: undefined;
|
|
130
134
|
size?: undefined;
|
|
131
135
|
shadow?: undefined;
|
|
132
136
|
bordered?: undefined;
|
|
@@ -164,6 +168,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
164
168
|
isPressed?: undefined;
|
|
165
169
|
animated?: undefined;
|
|
166
170
|
auto?: undefined;
|
|
171
|
+
isChildLess?: undefined;
|
|
167
172
|
size?: undefined;
|
|
168
173
|
shadow?: undefined;
|
|
169
174
|
light?: undefined;
|
|
@@ -201,6 +206,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
201
206
|
isPressed?: undefined;
|
|
202
207
|
animated?: undefined;
|
|
203
208
|
auto?: undefined;
|
|
209
|
+
isChildLess?: undefined;
|
|
204
210
|
size?: undefined;
|
|
205
211
|
shadow?: undefined;
|
|
206
212
|
light?: undefined;
|
|
@@ -234,6 +240,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
234
240
|
isPressed?: undefined;
|
|
235
241
|
animated?: undefined;
|
|
236
242
|
auto?: undefined;
|
|
243
|
+
isChildLess?: undefined;
|
|
237
244
|
size?: undefined;
|
|
238
245
|
shadow?: undefined;
|
|
239
246
|
light?: undefined;
|
|
@@ -271,6 +278,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
271
278
|
isPressed?: undefined;
|
|
272
279
|
animated?: undefined;
|
|
273
280
|
auto?: undefined;
|
|
281
|
+
isChildLess?: undefined;
|
|
274
282
|
size?: undefined;
|
|
275
283
|
shadow?: undefined;
|
|
276
284
|
light?: undefined;
|
|
@@ -304,6 +312,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
304
312
|
isPressed?: undefined;
|
|
305
313
|
animated?: undefined;
|
|
306
314
|
auto?: undefined;
|
|
315
|
+
isChildLess?: undefined;
|
|
307
316
|
size?: undefined;
|
|
308
317
|
shadow?: undefined;
|
|
309
318
|
light?: undefined;
|
|
@@ -335,6 +344,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
335
344
|
};
|
|
336
345
|
animated?: undefined;
|
|
337
346
|
auto?: undefined;
|
|
347
|
+
isChildLess?: undefined;
|
|
338
348
|
size?: undefined;
|
|
339
349
|
shadow?: undefined;
|
|
340
350
|
light?: undefined;
|
|
@@ -377,6 +387,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
377
387
|
};
|
|
378
388
|
isPressed?: undefined;
|
|
379
389
|
animated?: undefined;
|
|
390
|
+
isChildLess?: undefined;
|
|
380
391
|
size?: undefined;
|
|
381
392
|
shadow?: undefined;
|
|
382
393
|
light?: undefined;
|
|
@@ -409,6 +420,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
409
420
|
isPressed?: undefined;
|
|
410
421
|
animated?: undefined;
|
|
411
422
|
auto?: undefined;
|
|
423
|
+
isChildLess?: undefined;
|
|
412
424
|
shadow?: undefined;
|
|
413
425
|
color?: undefined;
|
|
414
426
|
light?: undefined;
|
|
@@ -435,6 +447,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
435
447
|
rounded?: undefined;
|
|
436
448
|
isPressed?: undefined;
|
|
437
449
|
isHovered?: undefined;
|
|
450
|
+
isChildLess?: undefined;
|
|
438
451
|
} | {
|
|
439
452
|
dflex: string;
|
|
440
453
|
zIndex: string;
|
|
@@ -456,6 +469,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
456
469
|
rounded?: undefined;
|
|
457
470
|
isPressed?: undefined;
|
|
458
471
|
isHovered?: undefined;
|
|
472
|
+
isChildLess?: undefined;
|
|
459
473
|
} | {
|
|
460
474
|
zIndex: string;
|
|
461
475
|
'.nextui-drip-filler': {
|
|
@@ -478,6 +492,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
478
492
|
rounded?: undefined;
|
|
479
493
|
isPressed?: undefined;
|
|
480
494
|
isHovered?: undefined;
|
|
495
|
+
isChildLess?: undefined;
|
|
481
496
|
} | {
|
|
482
497
|
bordered: {
|
|
483
498
|
true: {
|
|
@@ -523,6 +538,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
523
538
|
xs: {
|
|
524
539
|
$$buttonPadding: string;
|
|
525
540
|
$$buttonBorderRadius: string;
|
|
541
|
+
$$buttonHeight: string;
|
|
526
542
|
px: string;
|
|
527
543
|
height: string;
|
|
528
544
|
lh: string;
|
|
@@ -533,6 +549,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
533
549
|
sm: {
|
|
534
550
|
$$buttonPadding: string;
|
|
535
551
|
$$buttonBorderRadius: string;
|
|
552
|
+
$$buttonHeight: string;
|
|
536
553
|
px: string;
|
|
537
554
|
height: string;
|
|
538
555
|
lh: string;
|
|
@@ -543,6 +560,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
543
560
|
md: {
|
|
544
561
|
$$buttonPadding: string;
|
|
545
562
|
$$buttonBorderRadius: string;
|
|
563
|
+
$$buttonHeight: string;
|
|
546
564
|
px: string;
|
|
547
565
|
height: string;
|
|
548
566
|
lh: string;
|
|
@@ -553,6 +571,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
553
571
|
lg: {
|
|
554
572
|
$$buttonPadding: string;
|
|
555
573
|
$$buttonBorderRadius: string;
|
|
574
|
+
$$buttonHeight: string;
|
|
556
575
|
px: string;
|
|
557
576
|
height: string;
|
|
558
577
|
lh: string;
|
|
@@ -563,6 +582,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
563
582
|
xl: {
|
|
564
583
|
$$buttonPadding: string;
|
|
565
584
|
$$buttonBorderRadius: string;
|
|
585
|
+
$$buttonHeight: string;
|
|
566
586
|
px: string;
|
|
567
587
|
height: string;
|
|
568
588
|
lh: string;
|
|
@@ -636,6 +656,13 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
636
656
|
isHovered: {
|
|
637
657
|
true: {};
|
|
638
658
|
};
|
|
659
|
+
isChildLess: {
|
|
660
|
+
true: {
|
|
661
|
+
p: number;
|
|
662
|
+
width: string;
|
|
663
|
+
height: string;
|
|
664
|
+
};
|
|
665
|
+
};
|
|
639
666
|
transition?: undefined;
|
|
640
667
|
dflex?: undefined;
|
|
641
668
|
zIndex?: undefined;
|
|
@@ -660,6 +687,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
660
687
|
rounded?: undefined;
|
|
661
688
|
isPressed?: undefined;
|
|
662
689
|
isHovered?: undefined;
|
|
690
|
+
isChildLess?: undefined;
|
|
663
691
|
};
|
|
664
692
|
$$buttonBorderRadius: string;
|
|
665
693
|
$$buttonPressedScale: number;
|
|
@@ -734,6 +762,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
734
762
|
xs: {
|
|
735
763
|
$$buttonPadding: string;
|
|
736
764
|
$$buttonBorderRadius: string;
|
|
765
|
+
$$buttonHeight: string;
|
|
737
766
|
px: string;
|
|
738
767
|
height: string;
|
|
739
768
|
lh: string;
|
|
@@ -744,6 +773,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
744
773
|
sm: {
|
|
745
774
|
$$buttonPadding: string;
|
|
746
775
|
$$buttonBorderRadius: string;
|
|
776
|
+
$$buttonHeight: string;
|
|
747
777
|
px: string;
|
|
748
778
|
height: string;
|
|
749
779
|
lh: string;
|
|
@@ -754,6 +784,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
754
784
|
md: {
|
|
755
785
|
$$buttonPadding: string;
|
|
756
786
|
$$buttonBorderRadius: string;
|
|
787
|
+
$$buttonHeight: string;
|
|
757
788
|
px: string;
|
|
758
789
|
height: string;
|
|
759
790
|
lh: string;
|
|
@@ -764,6 +795,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
764
795
|
lg: {
|
|
765
796
|
$$buttonPadding: string;
|
|
766
797
|
$$buttonBorderRadius: string;
|
|
798
|
+
$$buttonHeight: string;
|
|
767
799
|
px: string;
|
|
768
800
|
height: string;
|
|
769
801
|
lh: string;
|
|
@@ -774,6 +806,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
774
806
|
xl: {
|
|
775
807
|
$$buttonPadding: string;
|
|
776
808
|
$$buttonBorderRadius: string;
|
|
809
|
+
$$buttonHeight: string;
|
|
777
810
|
px: string;
|
|
778
811
|
height: string;
|
|
779
812
|
lh: string;
|
|
@@ -847,6 +880,13 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
847
880
|
isHovered: {
|
|
848
881
|
true: {};
|
|
849
882
|
};
|
|
883
|
+
isChildLess: {
|
|
884
|
+
true: {
|
|
885
|
+
p: number;
|
|
886
|
+
width: string;
|
|
887
|
+
height: string;
|
|
888
|
+
};
|
|
889
|
+
};
|
|
850
890
|
};
|
|
851
891
|
compoundVariants: ({
|
|
852
892
|
isPressed: true;
|
|
@@ -871,6 +911,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
871
911
|
br?: undefined;
|
|
872
912
|
};
|
|
873
913
|
auto?: undefined;
|
|
914
|
+
isChildLess?: undefined;
|
|
874
915
|
size?: undefined;
|
|
875
916
|
shadow?: undefined;
|
|
876
917
|
color?: undefined;
|
|
@@ -882,6 +923,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
882
923
|
rounded?: undefined;
|
|
883
924
|
} | {
|
|
884
925
|
auto: true;
|
|
926
|
+
isChildLess: false;
|
|
885
927
|
size: string;
|
|
886
928
|
css: {
|
|
887
929
|
px: string;
|
|
@@ -937,6 +979,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
937
979
|
isPressed?: undefined;
|
|
938
980
|
animated?: undefined;
|
|
939
981
|
auto?: undefined;
|
|
982
|
+
isChildLess?: undefined;
|
|
940
983
|
size?: undefined;
|
|
941
984
|
light?: undefined;
|
|
942
985
|
bordered?: undefined;
|
|
@@ -975,6 +1018,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
975
1018
|
isPressed?: undefined;
|
|
976
1019
|
animated?: undefined;
|
|
977
1020
|
auto?: undefined;
|
|
1021
|
+
isChildLess?: undefined;
|
|
978
1022
|
size?: undefined;
|
|
979
1023
|
shadow?: undefined;
|
|
980
1024
|
bordered?: undefined;
|
|
@@ -1012,6 +1056,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1012
1056
|
isPressed?: undefined;
|
|
1013
1057
|
animated?: undefined;
|
|
1014
1058
|
auto?: undefined;
|
|
1059
|
+
isChildLess?: undefined;
|
|
1015
1060
|
size?: undefined;
|
|
1016
1061
|
shadow?: undefined;
|
|
1017
1062
|
light?: undefined;
|
|
@@ -1049,6 +1094,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1049
1094
|
isPressed?: undefined;
|
|
1050
1095
|
animated?: undefined;
|
|
1051
1096
|
auto?: undefined;
|
|
1097
|
+
isChildLess?: undefined;
|
|
1052
1098
|
size?: undefined;
|
|
1053
1099
|
shadow?: undefined;
|
|
1054
1100
|
light?: undefined;
|
|
@@ -1082,6 +1128,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1082
1128
|
isPressed?: undefined;
|
|
1083
1129
|
animated?: undefined;
|
|
1084
1130
|
auto?: undefined;
|
|
1131
|
+
isChildLess?: undefined;
|
|
1085
1132
|
size?: undefined;
|
|
1086
1133
|
shadow?: undefined;
|
|
1087
1134
|
light?: undefined;
|
|
@@ -1119,6 +1166,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1119
1166
|
isPressed?: undefined;
|
|
1120
1167
|
animated?: undefined;
|
|
1121
1168
|
auto?: undefined;
|
|
1169
|
+
isChildLess?: undefined;
|
|
1122
1170
|
size?: undefined;
|
|
1123
1171
|
shadow?: undefined;
|
|
1124
1172
|
light?: undefined;
|
|
@@ -1152,6 +1200,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1152
1200
|
isPressed?: undefined;
|
|
1153
1201
|
animated?: undefined;
|
|
1154
1202
|
auto?: undefined;
|
|
1203
|
+
isChildLess?: undefined;
|
|
1155
1204
|
size?: undefined;
|
|
1156
1205
|
shadow?: undefined;
|
|
1157
1206
|
light?: undefined;
|
|
@@ -1183,6 +1232,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1183
1232
|
};
|
|
1184
1233
|
animated?: undefined;
|
|
1185
1234
|
auto?: undefined;
|
|
1235
|
+
isChildLess?: undefined;
|
|
1186
1236
|
size?: undefined;
|
|
1187
1237
|
shadow?: undefined;
|
|
1188
1238
|
light?: undefined;
|
|
@@ -1225,6 +1275,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1225
1275
|
};
|
|
1226
1276
|
isPressed?: undefined;
|
|
1227
1277
|
animated?: undefined;
|
|
1278
|
+
isChildLess?: undefined;
|
|
1228
1279
|
size?: undefined;
|
|
1229
1280
|
shadow?: undefined;
|
|
1230
1281
|
light?: undefined;
|
|
@@ -1257,6 +1308,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1257
1308
|
isPressed?: undefined;
|
|
1258
1309
|
animated?: undefined;
|
|
1259
1310
|
auto?: undefined;
|
|
1311
|
+
isChildLess?: undefined;
|
|
1260
1312
|
shadow?: undefined;
|
|
1261
1313
|
color?: undefined;
|
|
1262
1314
|
light?: undefined;
|
|
@@ -1313,6 +1365,13 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1313
1365
|
lg: string;
|
|
1314
1366
|
xl: string;
|
|
1315
1367
|
};
|
|
1368
|
+
dropShadows: {
|
|
1369
|
+
xs: string;
|
|
1370
|
+
sm: string;
|
|
1371
|
+
md: string;
|
|
1372
|
+
lg: string;
|
|
1373
|
+
xl: string;
|
|
1374
|
+
};
|
|
1316
1375
|
colors: {
|
|
1317
1376
|
text: string;
|
|
1318
1377
|
link: string;
|
|
@@ -1454,6 +1513,16 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1454
1513
|
errorSolidHover: string;
|
|
1455
1514
|
errorSolidContrast: string;
|
|
1456
1515
|
errorShadow: string;
|
|
1516
|
+
neutralLight: string;
|
|
1517
|
+
neutralLightHover: string;
|
|
1518
|
+
neutralLightActive: string;
|
|
1519
|
+
neutralLightContrast: string;
|
|
1520
|
+
neutral: string;
|
|
1521
|
+
neutralBorder: string;
|
|
1522
|
+
neutralBorderHover: string;
|
|
1523
|
+
neutralSolidHover: string;
|
|
1524
|
+
neutralSolidContrast: string;
|
|
1525
|
+
neutralShadow: string;
|
|
1457
1526
|
gradient: string;
|
|
1458
1527
|
accents0: string;
|
|
1459
1528
|
accents1: string;
|
|
@@ -1472,13 +1541,20 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1472
1541
|
mono: string;
|
|
1473
1542
|
};
|
|
1474
1543
|
fontSizes: {
|
|
1475
|
-
tiny: string;
|
|
1476
1544
|
xs: string;
|
|
1477
|
-
base: string;
|
|
1478
1545
|
sm: string;
|
|
1546
|
+
base: string;
|
|
1479
1547
|
md: string;
|
|
1480
1548
|
lg: string;
|
|
1481
1549
|
xl: string;
|
|
1550
|
+
xl2: string;
|
|
1551
|
+
xl3: string;
|
|
1552
|
+
xl4: string;
|
|
1553
|
+
xl5: string;
|
|
1554
|
+
xl6: string;
|
|
1555
|
+
xl7: string;
|
|
1556
|
+
xl8: string;
|
|
1557
|
+
xl9: string;
|
|
1482
1558
|
};
|
|
1483
1559
|
fontWeights: {
|
|
1484
1560
|
hairline: number;
|
|
@@ -1494,9 +1570,18 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1494
1570
|
lineHeights: {
|
|
1495
1571
|
xs: number;
|
|
1496
1572
|
sm: number;
|
|
1573
|
+
base: number;
|
|
1497
1574
|
md: number;
|
|
1498
1575
|
lg: number;
|
|
1499
1576
|
xl: number;
|
|
1577
|
+
xl2: number;
|
|
1578
|
+
xl3: number;
|
|
1579
|
+
xl4: number;
|
|
1580
|
+
xl5: number;
|
|
1581
|
+
xl6: number;
|
|
1582
|
+
xl7: number;
|
|
1583
|
+
xl8: number;
|
|
1584
|
+
xl9: number;
|
|
1500
1585
|
};
|
|
1501
1586
|
letterSpacings: {
|
|
1502
1587
|
tighter: string;
|
|
@@ -1581,6 +1666,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1581
1666
|
avatar: string;
|
|
1582
1667
|
link: string;
|
|
1583
1668
|
card: string;
|
|
1669
|
+
dropdownItem: string;
|
|
1584
1670
|
};
|
|
1585
1671
|
breakpoints: {
|
|
1586
1672
|
xs: string;
|
|
@@ -1956,7 +2042,9 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
1956
2042
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
1957
2043
|
}) => {
|
|
1958
2044
|
bf: string;
|
|
1959
|
-
bg:
|
|
2045
|
+
bg: {
|
|
2046
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
2047
|
+
};
|
|
1960
2048
|
};
|
|
1961
2049
|
bgColor: (value: {
|
|
1962
2050
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -2034,6 +2122,32 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2034
2122
|
readonly [$$PropertyValue]: "boxShadow";
|
|
2035
2123
|
};
|
|
2036
2124
|
};
|
|
2125
|
+
ds: (value: {
|
|
2126
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2127
|
+
}) => {
|
|
2128
|
+
dropShadow: {
|
|
2129
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2130
|
+
};
|
|
2131
|
+
};
|
|
2132
|
+
shadow: (value: {
|
|
2133
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2134
|
+
}) => {
|
|
2135
|
+
boxShadow: {
|
|
2136
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2137
|
+
};
|
|
2138
|
+
};
|
|
2139
|
+
dshadow: (value: {
|
|
2140
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2141
|
+
}) => {
|
|
2142
|
+
dropShadow: {
|
|
2143
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2144
|
+
};
|
|
2145
|
+
};
|
|
2146
|
+
dropShadow: (value: {
|
|
2147
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
2148
|
+
}) => {
|
|
2149
|
+
filter: string;
|
|
2150
|
+
};
|
|
2037
2151
|
normalShadow: (value: {
|
|
2038
2152
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2039
2153
|
}) => {
|
|
@@ -2237,6 +2351,16 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2237
2351
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
2238
2352
|
};
|
|
2239
2353
|
};
|
|
2354
|
+
truncateText: (value: {
|
|
2355
|
+
readonly [$$PropertyValue]: "width";
|
|
2356
|
+
}) => {
|
|
2357
|
+
maxWidth: {
|
|
2358
|
+
readonly [$$PropertyValue]: "width";
|
|
2359
|
+
};
|
|
2360
|
+
whiteSpace: string;
|
|
2361
|
+
overflow: string;
|
|
2362
|
+
textOverflow: string;
|
|
2363
|
+
};
|
|
2240
2364
|
textGradient: (value: {
|
|
2241
2365
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
2242
2366
|
}) => {
|
|
@@ -2247,7 +2371,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2247
2371
|
WebkitTextFillColor: string;
|
|
2248
2372
|
};
|
|
2249
2373
|
};
|
|
2250
|
-
}
|
|
2374
|
+
}>>, import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
2251
2375
|
xs: string;
|
|
2252
2376
|
sm: string;
|
|
2253
2377
|
md: string;
|
|
@@ -2287,6 +2411,13 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2287
2411
|
lg: string;
|
|
2288
2412
|
xl: string;
|
|
2289
2413
|
};
|
|
2414
|
+
dropShadows: {
|
|
2415
|
+
xs: string;
|
|
2416
|
+
sm: string;
|
|
2417
|
+
md: string;
|
|
2418
|
+
lg: string;
|
|
2419
|
+
xl: string;
|
|
2420
|
+
};
|
|
2290
2421
|
colors: {
|
|
2291
2422
|
text: string;
|
|
2292
2423
|
link: string;
|
|
@@ -2428,6 +2559,16 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2428
2559
|
errorSolidHover: string;
|
|
2429
2560
|
errorSolidContrast: string;
|
|
2430
2561
|
errorShadow: string;
|
|
2562
|
+
neutralLight: string;
|
|
2563
|
+
neutralLightHover: string;
|
|
2564
|
+
neutralLightActive: string;
|
|
2565
|
+
neutralLightContrast: string;
|
|
2566
|
+
neutral: string;
|
|
2567
|
+
neutralBorder: string;
|
|
2568
|
+
neutralBorderHover: string;
|
|
2569
|
+
neutralSolidHover: string;
|
|
2570
|
+
neutralSolidContrast: string;
|
|
2571
|
+
neutralShadow: string;
|
|
2431
2572
|
gradient: string;
|
|
2432
2573
|
accents0: string;
|
|
2433
2574
|
accents1: string;
|
|
@@ -2446,13 +2587,20 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2446
2587
|
mono: string;
|
|
2447
2588
|
};
|
|
2448
2589
|
fontSizes: {
|
|
2449
|
-
tiny: string;
|
|
2450
2590
|
xs: string;
|
|
2451
|
-
base: string;
|
|
2452
2591
|
sm: string;
|
|
2592
|
+
base: string;
|
|
2453
2593
|
md: string;
|
|
2454
2594
|
lg: string;
|
|
2455
2595
|
xl: string;
|
|
2596
|
+
xl2: string;
|
|
2597
|
+
xl3: string;
|
|
2598
|
+
xl4: string;
|
|
2599
|
+
xl5: string;
|
|
2600
|
+
xl6: string;
|
|
2601
|
+
xl7: string;
|
|
2602
|
+
xl8: string;
|
|
2603
|
+
xl9: string;
|
|
2456
2604
|
};
|
|
2457
2605
|
fontWeights: {
|
|
2458
2606
|
hairline: number;
|
|
@@ -2468,9 +2616,18 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2468
2616
|
lineHeights: {
|
|
2469
2617
|
xs: number;
|
|
2470
2618
|
sm: number;
|
|
2619
|
+
base: number;
|
|
2471
2620
|
md: number;
|
|
2472
2621
|
lg: number;
|
|
2473
2622
|
xl: number;
|
|
2623
|
+
xl2: number;
|
|
2624
|
+
xl3: number;
|
|
2625
|
+
xl4: number;
|
|
2626
|
+
xl5: number;
|
|
2627
|
+
xl6: number;
|
|
2628
|
+
xl7: number;
|
|
2629
|
+
xl8: number;
|
|
2630
|
+
xl9: number;
|
|
2474
2631
|
};
|
|
2475
2632
|
letterSpacings: {
|
|
2476
2633
|
tighter: string;
|
|
@@ -2555,6 +2712,7 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2555
2712
|
avatar: string;
|
|
2556
2713
|
link: string;
|
|
2557
2714
|
card: string;
|
|
2715
|
+
dropdownItem: string;
|
|
2558
2716
|
};
|
|
2559
2717
|
breakpoints: {
|
|
2560
2718
|
xs: string;
|
|
@@ -2930,7 +3088,9 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
2930
3088
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
2931
3089
|
}) => {
|
|
2932
3090
|
bf: string;
|
|
2933
|
-
bg:
|
|
3091
|
+
bg: {
|
|
3092
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
3093
|
+
};
|
|
2934
3094
|
};
|
|
2935
3095
|
bgColor: (value: {
|
|
2936
3096
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
@@ -3008,6 +3168,32 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
3008
3168
|
readonly [$$PropertyValue]: "boxShadow";
|
|
3009
3169
|
};
|
|
3010
3170
|
};
|
|
3171
|
+
ds: (value: {
|
|
3172
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3173
|
+
}) => {
|
|
3174
|
+
dropShadow: {
|
|
3175
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3176
|
+
};
|
|
3177
|
+
};
|
|
3178
|
+
shadow: (value: {
|
|
3179
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3180
|
+
}) => {
|
|
3181
|
+
boxShadow: {
|
|
3182
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3183
|
+
};
|
|
3184
|
+
};
|
|
3185
|
+
dshadow: (value: {
|
|
3186
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3187
|
+
}) => {
|
|
3188
|
+
dropShadow: {
|
|
3189
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3190
|
+
};
|
|
3191
|
+
};
|
|
3192
|
+
dropShadow: (value: {
|
|
3193
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
3194
|
+
}) => {
|
|
3195
|
+
filter: string;
|
|
3196
|
+
};
|
|
3011
3197
|
normalShadow: (value: {
|
|
3012
3198
|
readonly [$$PropertyValue]: "backgroundColor";
|
|
3013
3199
|
}) => {
|
|
@@ -3211,6 +3397,1062 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
3211
3397
|
readonly [$$PropertyValue]: "textDecorationLine";
|
|
3212
3398
|
};
|
|
3213
3399
|
};
|
|
3400
|
+
truncateText: (value: {
|
|
3401
|
+
readonly [$$PropertyValue]: "width";
|
|
3402
|
+
}) => {
|
|
3403
|
+
maxWidth: {
|
|
3404
|
+
readonly [$$PropertyValue]: "width";
|
|
3405
|
+
};
|
|
3406
|
+
whiteSpace: string;
|
|
3407
|
+
overflow: string;
|
|
3408
|
+
textOverflow: string;
|
|
3409
|
+
};
|
|
3410
|
+
textGradient: (value: {
|
|
3411
|
+
readonly [$$PropertyValue]: "backgroundImage";
|
|
3412
|
+
}) => {
|
|
3413
|
+
backgroundImage: string;
|
|
3414
|
+
WebkitBackgroundClip: string;
|
|
3415
|
+
WebkitTextFillColor: string;
|
|
3416
|
+
'&::selection': {
|
|
3417
|
+
WebkitTextFillColor: string;
|
|
3418
|
+
};
|
|
3419
|
+
};
|
|
3420
|
+
}>>]>, {
|
|
3421
|
+
xs: string;
|
|
3422
|
+
sm: string;
|
|
3423
|
+
md: string;
|
|
3424
|
+
lg: string;
|
|
3425
|
+
xl: string;
|
|
3426
|
+
xsMax: string;
|
|
3427
|
+
smMax: string;
|
|
3428
|
+
mdMax: string;
|
|
3429
|
+
lgMax: string;
|
|
3430
|
+
xlMax: string;
|
|
3431
|
+
motion: string;
|
|
3432
|
+
safari: string;
|
|
3433
|
+
hover: string;
|
|
3434
|
+
dark: string;
|
|
3435
|
+
light: string;
|
|
3436
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
3437
|
+
xs: string;
|
|
3438
|
+
sm: string;
|
|
3439
|
+
md: string;
|
|
3440
|
+
lg: string;
|
|
3441
|
+
xl: string;
|
|
3442
|
+
xsMax: string;
|
|
3443
|
+
smMax: string;
|
|
3444
|
+
mdMax: string;
|
|
3445
|
+
lgMax: string;
|
|
3446
|
+
xlMax: string;
|
|
3447
|
+
motion: string;
|
|
3448
|
+
safari: string;
|
|
3449
|
+
hover: string;
|
|
3450
|
+
dark: string;
|
|
3451
|
+
light: string;
|
|
3452
|
+
}, {
|
|
3453
|
+
shadows: {
|
|
3454
|
+
xs: string;
|
|
3455
|
+
sm: string;
|
|
3456
|
+
md: string;
|
|
3457
|
+
lg: string;
|
|
3458
|
+
xl: string;
|
|
3459
|
+
};
|
|
3460
|
+
dropShadows: {
|
|
3461
|
+
xs: string;
|
|
3462
|
+
sm: string;
|
|
3463
|
+
md: string;
|
|
3464
|
+
lg: string;
|
|
3465
|
+
xl: string;
|
|
3466
|
+
};
|
|
3467
|
+
colors: {
|
|
3468
|
+
text: string;
|
|
3469
|
+
link: string;
|
|
3470
|
+
codeLight: string;
|
|
3471
|
+
code: string;
|
|
3472
|
+
selection: string;
|
|
3473
|
+
gray50: string;
|
|
3474
|
+
gray100: string;
|
|
3475
|
+
gray200: string;
|
|
3476
|
+
gray300: string;
|
|
3477
|
+
gray400: string;
|
|
3478
|
+
gray500: string;
|
|
3479
|
+
gray600: string;
|
|
3480
|
+
gray700: string;
|
|
3481
|
+
gray800: string;
|
|
3482
|
+
gray900: string;
|
|
3483
|
+
pink50: string;
|
|
3484
|
+
pink100: string;
|
|
3485
|
+
pink200: string;
|
|
3486
|
+
pink300: string;
|
|
3487
|
+
pink400: string;
|
|
3488
|
+
pink500: string;
|
|
3489
|
+
pink600: string;
|
|
3490
|
+
pink700: string;
|
|
3491
|
+
pink800: string;
|
|
3492
|
+
pink900: string;
|
|
3493
|
+
cyan50: string;
|
|
3494
|
+
cyan100: string;
|
|
3495
|
+
cyan200: string;
|
|
3496
|
+
cyan300: string;
|
|
3497
|
+
cyan400: string;
|
|
3498
|
+
cyan500: string;
|
|
3499
|
+
cyan600: string;
|
|
3500
|
+
cyan700: string;
|
|
3501
|
+
cyan800: string;
|
|
3502
|
+
cyan900: string;
|
|
3503
|
+
red50: string;
|
|
3504
|
+
red100: string;
|
|
3505
|
+
red200: string;
|
|
3506
|
+
red300: string;
|
|
3507
|
+
red400: string;
|
|
3508
|
+
red500: string;
|
|
3509
|
+
red600: string;
|
|
3510
|
+
red700: string;
|
|
3511
|
+
red800: string;
|
|
3512
|
+
red900: string;
|
|
3513
|
+
yellow50: string;
|
|
3514
|
+
yellow100: string;
|
|
3515
|
+
yellow200: string;
|
|
3516
|
+
yellow300: string;
|
|
3517
|
+
yellow400: string;
|
|
3518
|
+
yellow500: string;
|
|
3519
|
+
yellow600: string;
|
|
3520
|
+
yellow700: string;
|
|
3521
|
+
yellow800: string;
|
|
3522
|
+
yellow900: string;
|
|
3523
|
+
green50: string;
|
|
3524
|
+
green100: string;
|
|
3525
|
+
green200: string;
|
|
3526
|
+
green300: string;
|
|
3527
|
+
green400: string;
|
|
3528
|
+
green500: string;
|
|
3529
|
+
green600: string;
|
|
3530
|
+
green700: string;
|
|
3531
|
+
green800: string;
|
|
3532
|
+
green900: string;
|
|
3533
|
+
purple50: string;
|
|
3534
|
+
purple100: string;
|
|
3535
|
+
purple200: string;
|
|
3536
|
+
purple300: string;
|
|
3537
|
+
purple400: string;
|
|
3538
|
+
purple500: string;
|
|
3539
|
+
purple600: string;
|
|
3540
|
+
purple700: string;
|
|
3541
|
+
purple800: string;
|
|
3542
|
+
purple900: string;
|
|
3543
|
+
blue50: string;
|
|
3544
|
+
blue100: string;
|
|
3545
|
+
blue200: string;
|
|
3546
|
+
blue300: string;
|
|
3547
|
+
blue400: string;
|
|
3548
|
+
blue500: string;
|
|
3549
|
+
blue600: string;
|
|
3550
|
+
blue700: string;
|
|
3551
|
+
blue800: string;
|
|
3552
|
+
blue900: string;
|
|
3553
|
+
background: string;
|
|
3554
|
+
foreground: string;
|
|
3555
|
+
backgroundContrast: string;
|
|
3556
|
+
white: string;
|
|
3557
|
+
black: string;
|
|
3558
|
+
primaryLight: string;
|
|
3559
|
+
primaryLightHover: string;
|
|
3560
|
+
primaryLightActive: string;
|
|
3561
|
+
primaryLightContrast: string;
|
|
3562
|
+
primary: string;
|
|
3563
|
+
primaryBorder: string;
|
|
3564
|
+
primaryBorderHover: string;
|
|
3565
|
+
primarySolidHover: string;
|
|
3566
|
+
primarySolidContrast: string;
|
|
3567
|
+
primaryShadow: string;
|
|
3568
|
+
secondaryLight: string;
|
|
3569
|
+
secondaryLightHover: string;
|
|
3570
|
+
secondaryLightActive: string;
|
|
3571
|
+
secondaryLightContrast: string;
|
|
3572
|
+
secondary: string;
|
|
3573
|
+
secondaryBorder: string;
|
|
3574
|
+
secondaryBorderHover: string;
|
|
3575
|
+
secondarySolidHover: string;
|
|
3576
|
+
secondarySolidContrast: string;
|
|
3577
|
+
secondaryShadow: string;
|
|
3578
|
+
successLight: string;
|
|
3579
|
+
successLightHover: string;
|
|
3580
|
+
successLightActive: string;
|
|
3581
|
+
successLightContrast: string;
|
|
3582
|
+
success: string;
|
|
3583
|
+
successBorder: string;
|
|
3584
|
+
successBorderHover: string;
|
|
3585
|
+
successSolidHover: string;
|
|
3586
|
+
successSolidContrast: string;
|
|
3587
|
+
successShadow: string;
|
|
3588
|
+
warningLight: string;
|
|
3589
|
+
warningLightHover: string;
|
|
3590
|
+
warningLightActive: string;
|
|
3591
|
+
warningLightContrast: string;
|
|
3592
|
+
warning: string;
|
|
3593
|
+
warningBorder: string;
|
|
3594
|
+
warningBorderHover: string;
|
|
3595
|
+
warningSolidHover: string;
|
|
3596
|
+
warningSolidContrast: string;
|
|
3597
|
+
warningShadow: string;
|
|
3598
|
+
errorLight: string;
|
|
3599
|
+
errorLightHover: string;
|
|
3600
|
+
errorLightActive: string;
|
|
3601
|
+
errorLightContrast: string;
|
|
3602
|
+
error: string;
|
|
3603
|
+
errorBorder: string;
|
|
3604
|
+
errorBorderHover: string;
|
|
3605
|
+
errorSolidHover: string;
|
|
3606
|
+
errorSolidContrast: string;
|
|
3607
|
+
errorShadow: string;
|
|
3608
|
+
neutralLight: string;
|
|
3609
|
+
neutralLightHover: string;
|
|
3610
|
+
neutralLightActive: string;
|
|
3611
|
+
neutralLightContrast: string;
|
|
3612
|
+
neutral: string;
|
|
3613
|
+
neutralBorder: string;
|
|
3614
|
+
neutralBorderHover: string;
|
|
3615
|
+
neutralSolidHover: string;
|
|
3616
|
+
neutralSolidContrast: string;
|
|
3617
|
+
neutralShadow: string;
|
|
3618
|
+
gradient: string;
|
|
3619
|
+
accents0: string;
|
|
3620
|
+
accents1: string;
|
|
3621
|
+
accents2: string;
|
|
3622
|
+
accents3: string;
|
|
3623
|
+
accents4: string;
|
|
3624
|
+
accents5: string;
|
|
3625
|
+
accents6: string;
|
|
3626
|
+
accents7: string;
|
|
3627
|
+
accents8: string;
|
|
3628
|
+
accents9: string;
|
|
3629
|
+
border: string;
|
|
3630
|
+
};
|
|
3631
|
+
fonts: {
|
|
3632
|
+
sans: string;
|
|
3633
|
+
mono: string;
|
|
3634
|
+
};
|
|
3635
|
+
fontSizes: {
|
|
3636
|
+
xs: string;
|
|
3637
|
+
sm: string;
|
|
3638
|
+
base: string;
|
|
3639
|
+
md: string;
|
|
3640
|
+
lg: string;
|
|
3641
|
+
xl: string;
|
|
3642
|
+
xl2: string;
|
|
3643
|
+
xl3: string;
|
|
3644
|
+
xl4: string;
|
|
3645
|
+
xl5: string;
|
|
3646
|
+
xl6: string;
|
|
3647
|
+
xl7: string;
|
|
3648
|
+
xl8: string;
|
|
3649
|
+
xl9: string;
|
|
3650
|
+
};
|
|
3651
|
+
fontWeights: {
|
|
3652
|
+
hairline: number;
|
|
3653
|
+
thin: number;
|
|
3654
|
+
light: number;
|
|
3655
|
+
normal: number;
|
|
3656
|
+
medium: number;
|
|
3657
|
+
semibold: number;
|
|
3658
|
+
bold: number;
|
|
3659
|
+
extrabold: number;
|
|
3660
|
+
black: number;
|
|
3661
|
+
};
|
|
3662
|
+
lineHeights: {
|
|
3663
|
+
xs: number;
|
|
3664
|
+
sm: number;
|
|
3665
|
+
base: number;
|
|
3666
|
+
md: number;
|
|
3667
|
+
lg: number;
|
|
3668
|
+
xl: number;
|
|
3669
|
+
xl2: number;
|
|
3670
|
+
xl3: number;
|
|
3671
|
+
xl4: number;
|
|
3672
|
+
xl5: number;
|
|
3673
|
+
xl6: number;
|
|
3674
|
+
xl7: number;
|
|
3675
|
+
xl8: number;
|
|
3676
|
+
xl9: number;
|
|
3677
|
+
};
|
|
3678
|
+
letterSpacings: {
|
|
3679
|
+
tighter: string;
|
|
3680
|
+
tight: string;
|
|
3681
|
+
normal: string;
|
|
3682
|
+
wide: string;
|
|
3683
|
+
wider: string;
|
|
3684
|
+
widest: string;
|
|
3685
|
+
};
|
|
3686
|
+
space: {
|
|
3687
|
+
0: string;
|
|
3688
|
+
xs: string;
|
|
3689
|
+
sm: string;
|
|
3690
|
+
md: string;
|
|
3691
|
+
lg: string;
|
|
3692
|
+
xl: string;
|
|
3693
|
+
px: string;
|
|
3694
|
+
1: string;
|
|
3695
|
+
2: string;
|
|
3696
|
+
3: string;
|
|
3697
|
+
4: string;
|
|
3698
|
+
5: string;
|
|
3699
|
+
6: string;
|
|
3700
|
+
7: string;
|
|
3701
|
+
8: string;
|
|
3702
|
+
9: string;
|
|
3703
|
+
10: string;
|
|
3704
|
+
11: string;
|
|
3705
|
+
12: string;
|
|
3706
|
+
13: string;
|
|
3707
|
+
14: string;
|
|
3708
|
+
15: string;
|
|
3709
|
+
16: string;
|
|
3710
|
+
17: string;
|
|
3711
|
+
18: string;
|
|
3712
|
+
20: string;
|
|
3713
|
+
24: string;
|
|
3714
|
+
28: string;
|
|
3715
|
+
32: string;
|
|
3716
|
+
36: string;
|
|
3717
|
+
40: string;
|
|
3718
|
+
44: string;
|
|
3719
|
+
48: string;
|
|
3720
|
+
52: string;
|
|
3721
|
+
56: string;
|
|
3722
|
+
60: string;
|
|
3723
|
+
64: string;
|
|
3724
|
+
72: string;
|
|
3725
|
+
80: string;
|
|
3726
|
+
96: string;
|
|
3727
|
+
};
|
|
3728
|
+
radii: {
|
|
3729
|
+
xs: string;
|
|
3730
|
+
sm: string;
|
|
3731
|
+
md: string;
|
|
3732
|
+
base: string;
|
|
3733
|
+
lg: string;
|
|
3734
|
+
xl: string;
|
|
3735
|
+
squared: string;
|
|
3736
|
+
rounded: string;
|
|
3737
|
+
pill: string;
|
|
3738
|
+
};
|
|
3739
|
+
zIndices: {
|
|
3740
|
+
1: string;
|
|
3741
|
+
2: string;
|
|
3742
|
+
3: string;
|
|
3743
|
+
4: string;
|
|
3744
|
+
5: string;
|
|
3745
|
+
10: string;
|
|
3746
|
+
max: string;
|
|
3747
|
+
};
|
|
3748
|
+
borderWeights: {
|
|
3749
|
+
light: string;
|
|
3750
|
+
normal: string;
|
|
3751
|
+
bold: string;
|
|
3752
|
+
extrabold: string;
|
|
3753
|
+
black: string;
|
|
3754
|
+
};
|
|
3755
|
+
transitions: {
|
|
3756
|
+
default: string;
|
|
3757
|
+
button: string;
|
|
3758
|
+
avatar: string;
|
|
3759
|
+
link: string;
|
|
3760
|
+
card: string;
|
|
3761
|
+
dropdownItem: string;
|
|
3762
|
+
};
|
|
3763
|
+
breakpoints: {
|
|
3764
|
+
xs: string;
|
|
3765
|
+
sm: string;
|
|
3766
|
+
md: string;
|
|
3767
|
+
lg: string;
|
|
3768
|
+
xl: string;
|
|
3769
|
+
};
|
|
3770
|
+
}, {
|
|
3771
|
+
width: string;
|
|
3772
|
+
height: string;
|
|
3773
|
+
minWidth: string;
|
|
3774
|
+
maxWidth: string;
|
|
3775
|
+
minHeight: string;
|
|
3776
|
+
maxHeight: string;
|
|
3777
|
+
flexBasis: string;
|
|
3778
|
+
gridTemplateColumns: string;
|
|
3779
|
+
gridTemplateRows: string;
|
|
3780
|
+
blockSize: string;
|
|
3781
|
+
minBlockSize: string;
|
|
3782
|
+
maxBlockSize: string;
|
|
3783
|
+
inlineSize: string;
|
|
3784
|
+
minInlineSize: string;
|
|
3785
|
+
maxInlineSize: string;
|
|
3786
|
+
borderWidth: string;
|
|
3787
|
+
gap: "space";
|
|
3788
|
+
gridGap: "space";
|
|
3789
|
+
columnGap: "space";
|
|
3790
|
+
gridColumnGap: "space";
|
|
3791
|
+
rowGap: "space";
|
|
3792
|
+
gridRowGap: "space";
|
|
3793
|
+
inset: "space";
|
|
3794
|
+
insetBlock: "space";
|
|
3795
|
+
insetBlockEnd: "space";
|
|
3796
|
+
insetBlockStart: "space";
|
|
3797
|
+
insetInline: "space";
|
|
3798
|
+
insetInlineEnd: "space";
|
|
3799
|
+
insetInlineStart: "space";
|
|
3800
|
+
margin: "space";
|
|
3801
|
+
marginTop: "space";
|
|
3802
|
+
marginRight: "space";
|
|
3803
|
+
marginBottom: "space";
|
|
3804
|
+
marginLeft: "space";
|
|
3805
|
+
marginBlock: "space";
|
|
3806
|
+
marginBlockEnd: "space";
|
|
3807
|
+
marginBlockStart: "space";
|
|
3808
|
+
marginInline: "space";
|
|
3809
|
+
marginInlineEnd: "space";
|
|
3810
|
+
marginInlineStart: "space";
|
|
3811
|
+
padding: "space";
|
|
3812
|
+
paddingTop: "space";
|
|
3813
|
+
paddingRight: "space";
|
|
3814
|
+
paddingBottom: "space";
|
|
3815
|
+
paddingLeft: "space";
|
|
3816
|
+
paddingBlock: "space";
|
|
3817
|
+
paddingBlockEnd: "space";
|
|
3818
|
+
paddingBlockStart: "space";
|
|
3819
|
+
paddingInline: "space";
|
|
3820
|
+
paddingInlineEnd: "space";
|
|
3821
|
+
paddingInlineStart: "space";
|
|
3822
|
+
scrollMargin: "space";
|
|
3823
|
+
scrollMarginTop: "space";
|
|
3824
|
+
scrollMarginRight: "space";
|
|
3825
|
+
scrollMarginBottom: "space";
|
|
3826
|
+
scrollMarginLeft: "space";
|
|
3827
|
+
scrollMarginBlock: "space";
|
|
3828
|
+
scrollMarginBlockEnd: "space";
|
|
3829
|
+
scrollMarginBlockStart: "space";
|
|
3830
|
+
scrollMarginInline: "space";
|
|
3831
|
+
scrollMarginInlineEnd: "space";
|
|
3832
|
+
scrollMarginInlineStart: "space";
|
|
3833
|
+
scrollPadding: "space";
|
|
3834
|
+
scrollPaddingTop: "space";
|
|
3835
|
+
scrollPaddingRight: "space";
|
|
3836
|
+
scrollPaddingBottom: "space";
|
|
3837
|
+
scrollPaddingLeft: "space";
|
|
3838
|
+
scrollPaddingBlock: "space";
|
|
3839
|
+
scrollPaddingBlockEnd: "space";
|
|
3840
|
+
scrollPaddingBlockStart: "space";
|
|
3841
|
+
scrollPaddingInline: "space";
|
|
3842
|
+
scrollPaddingInlineEnd: "space";
|
|
3843
|
+
scrollPaddingInlineStart: "space";
|
|
3844
|
+
top: "space";
|
|
3845
|
+
right: "space";
|
|
3846
|
+
bottom: "space";
|
|
3847
|
+
left: "space";
|
|
3848
|
+
fontSize: "fontSizes";
|
|
3849
|
+
background: "colors";
|
|
3850
|
+
backgroundColor: "colors";
|
|
3851
|
+
backgroundImage: "colors";
|
|
3852
|
+
borderImage: "colors";
|
|
3853
|
+
border: "colors";
|
|
3854
|
+
borderBlock: "colors";
|
|
3855
|
+
borderBlockEnd: "colors";
|
|
3856
|
+
borderBlockStart: "colors";
|
|
3857
|
+
borderBottom: "colors";
|
|
3858
|
+
borderBottomColor: "colors";
|
|
3859
|
+
borderColor: "colors";
|
|
3860
|
+
borderInline: "colors";
|
|
3861
|
+
borderInlineEnd: "colors";
|
|
3862
|
+
borderInlineStart: "colors";
|
|
3863
|
+
borderLeft: "colors";
|
|
3864
|
+
borderLeftColor: "colors";
|
|
3865
|
+
borderRight: "colors";
|
|
3866
|
+
borderRightColor: "colors";
|
|
3867
|
+
borderTop: "colors";
|
|
3868
|
+
borderTopColor: "colors";
|
|
3869
|
+
caretColor: "colors";
|
|
3870
|
+
color: "colors";
|
|
3871
|
+
columnRuleColor: "colors";
|
|
3872
|
+
outline: "colors";
|
|
3873
|
+
outlineColor: "colors";
|
|
3874
|
+
fill: "colors";
|
|
3875
|
+
stroke: "colors";
|
|
3876
|
+
textDecorationColor: "colors";
|
|
3877
|
+
fontFamily: "fonts";
|
|
3878
|
+
fontWeight: "fontWeights";
|
|
3879
|
+
lineHeight: "lineHeights";
|
|
3880
|
+
letterSpacing: "letterSpacings";
|
|
3881
|
+
borderTopWidth: "borderWidths";
|
|
3882
|
+
borderLeftWidth: "borderWidths";
|
|
3883
|
+
borderRightWidth: "borderWidths";
|
|
3884
|
+
borderBottomWidth: "borderWidths";
|
|
3885
|
+
borderStyle: "borderStyles";
|
|
3886
|
+
borderTopStyle: "borderStyles";
|
|
3887
|
+
borderLeftStyle: "borderStyles";
|
|
3888
|
+
borderRightStyle: "borderStyles";
|
|
3889
|
+
borderBottomStyle: "borderStyles";
|
|
3890
|
+
borderRadius: "radii";
|
|
3891
|
+
borderTopLeftRadius: "radii";
|
|
3892
|
+
borderTopRightRadius: "radii";
|
|
3893
|
+
borderBottomRightRadius: "radii";
|
|
3894
|
+
borderBottomLeftRadius: "radii";
|
|
3895
|
+
boxShadow: "shadows";
|
|
3896
|
+
textShadow: "shadows";
|
|
3897
|
+
transition: "transitions";
|
|
3898
|
+
zIndex: "zIndices";
|
|
3899
|
+
}, {
|
|
3900
|
+
p: (value: {
|
|
3901
|
+
readonly [$$PropertyValue]: "padding";
|
|
3902
|
+
}) => {
|
|
3903
|
+
padding: {
|
|
3904
|
+
readonly [$$PropertyValue]: "padding";
|
|
3905
|
+
};
|
|
3906
|
+
};
|
|
3907
|
+
pt: (value: {
|
|
3908
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
3909
|
+
}) => {
|
|
3910
|
+
paddingTop: {
|
|
3911
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
3912
|
+
};
|
|
3913
|
+
};
|
|
3914
|
+
pr: (value: {
|
|
3915
|
+
readonly [$$PropertyValue]: "paddingRight";
|
|
3916
|
+
}) => {
|
|
3917
|
+
paddingRight: {
|
|
3918
|
+
readonly [$$PropertyValue]: "paddingRight";
|
|
3919
|
+
};
|
|
3920
|
+
};
|
|
3921
|
+
pb: (value: {
|
|
3922
|
+
readonly [$$PropertyValue]: "paddingBottom";
|
|
3923
|
+
}) => {
|
|
3924
|
+
paddingBottom: {
|
|
3925
|
+
readonly [$$PropertyValue]: "paddingBottom";
|
|
3926
|
+
};
|
|
3927
|
+
};
|
|
3928
|
+
pl: (value: {
|
|
3929
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
3930
|
+
}) => {
|
|
3931
|
+
paddingLeft: {
|
|
3932
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
3933
|
+
};
|
|
3934
|
+
};
|
|
3935
|
+
px: (value: {
|
|
3936
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
3937
|
+
}) => {
|
|
3938
|
+
paddingLeft: {
|
|
3939
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
3940
|
+
};
|
|
3941
|
+
paddingRight: {
|
|
3942
|
+
readonly [$$PropertyValue]: "paddingLeft";
|
|
3943
|
+
};
|
|
3944
|
+
};
|
|
3945
|
+
py: (value: {
|
|
3946
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
3947
|
+
}) => {
|
|
3948
|
+
paddingTop: {
|
|
3949
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
3950
|
+
};
|
|
3951
|
+
paddingBottom: {
|
|
3952
|
+
readonly [$$PropertyValue]: "paddingTop";
|
|
3953
|
+
};
|
|
3954
|
+
};
|
|
3955
|
+
m: (value: {
|
|
3956
|
+
readonly [$$PropertyValue]: "margin";
|
|
3957
|
+
}) => {
|
|
3958
|
+
margin: {
|
|
3959
|
+
readonly [$$PropertyValue]: "margin";
|
|
3960
|
+
};
|
|
3961
|
+
};
|
|
3962
|
+
mt: (value: {
|
|
3963
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
3964
|
+
}) => {
|
|
3965
|
+
marginTop: {
|
|
3966
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
3967
|
+
};
|
|
3968
|
+
};
|
|
3969
|
+
mr: (value: {
|
|
3970
|
+
readonly [$$PropertyValue]: "marginRight";
|
|
3971
|
+
}) => {
|
|
3972
|
+
marginRight: {
|
|
3973
|
+
readonly [$$PropertyValue]: "marginRight";
|
|
3974
|
+
};
|
|
3975
|
+
};
|
|
3976
|
+
mb: (value: {
|
|
3977
|
+
readonly [$$PropertyValue]: "marginBottom";
|
|
3978
|
+
}) => {
|
|
3979
|
+
marginBottom: {
|
|
3980
|
+
readonly [$$PropertyValue]: "marginBottom";
|
|
3981
|
+
};
|
|
3982
|
+
};
|
|
3983
|
+
ml: (value: {
|
|
3984
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
3985
|
+
}) => {
|
|
3986
|
+
marginLeft: {
|
|
3987
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
3988
|
+
};
|
|
3989
|
+
};
|
|
3990
|
+
mx: (value: {
|
|
3991
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
3992
|
+
}) => {
|
|
3993
|
+
marginLeft: {
|
|
3994
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
3995
|
+
};
|
|
3996
|
+
marginRight: {
|
|
3997
|
+
readonly [$$PropertyValue]: "marginLeft";
|
|
3998
|
+
};
|
|
3999
|
+
};
|
|
4000
|
+
my: (value: {
|
|
4001
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
4002
|
+
}) => {
|
|
4003
|
+
marginTop: {
|
|
4004
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
4005
|
+
};
|
|
4006
|
+
marginBottom: {
|
|
4007
|
+
readonly [$$PropertyValue]: "marginTop";
|
|
4008
|
+
};
|
|
4009
|
+
};
|
|
4010
|
+
ta: (value: {
|
|
4011
|
+
readonly [$$PropertyValue]: "textAlign";
|
|
4012
|
+
}) => {
|
|
4013
|
+
textAlign: {
|
|
4014
|
+
readonly [$$PropertyValue]: "textAlign";
|
|
4015
|
+
};
|
|
4016
|
+
};
|
|
4017
|
+
tt: (value: {
|
|
4018
|
+
readonly [$$PropertyValue]: "textTransform";
|
|
4019
|
+
}) => {
|
|
4020
|
+
textTransform: {
|
|
4021
|
+
readonly [$$PropertyValue]: "textTransform";
|
|
4022
|
+
};
|
|
4023
|
+
};
|
|
4024
|
+
to: (value: {
|
|
4025
|
+
readonly [$$PropertyValue]: "textOverflow";
|
|
4026
|
+
}) => {
|
|
4027
|
+
textOverflow: {
|
|
4028
|
+
readonly [$$PropertyValue]: "textOverflow";
|
|
4029
|
+
};
|
|
4030
|
+
};
|
|
4031
|
+
d: (value: {
|
|
4032
|
+
readonly [$$PropertyValue]: "display";
|
|
4033
|
+
}) => {
|
|
4034
|
+
display: {
|
|
4035
|
+
readonly [$$PropertyValue]: "display";
|
|
4036
|
+
};
|
|
4037
|
+
};
|
|
4038
|
+
dflex: (value: {
|
|
4039
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
4040
|
+
}) => {
|
|
4041
|
+
display: string;
|
|
4042
|
+
alignItems: {
|
|
4043
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
4044
|
+
};
|
|
4045
|
+
justifyContent: {
|
|
4046
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
4047
|
+
};
|
|
4048
|
+
};
|
|
4049
|
+
fd: (value: {
|
|
4050
|
+
readonly [$$PropertyValue]: "flexDirection";
|
|
4051
|
+
}) => {
|
|
4052
|
+
flexDirection: {
|
|
4053
|
+
readonly [$$PropertyValue]: "flexDirection";
|
|
4054
|
+
};
|
|
4055
|
+
};
|
|
4056
|
+
fw: (value: {
|
|
4057
|
+
readonly [$$PropertyValue]: "flexWrap";
|
|
4058
|
+
}) => {
|
|
4059
|
+
flexWrap: {
|
|
4060
|
+
readonly [$$PropertyValue]: "flexWrap";
|
|
4061
|
+
};
|
|
4062
|
+
};
|
|
4063
|
+
ai: (value: {
|
|
4064
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
4065
|
+
}) => {
|
|
4066
|
+
alignItems: {
|
|
4067
|
+
readonly [$$PropertyValue]: "alignItems";
|
|
4068
|
+
};
|
|
4069
|
+
};
|
|
4070
|
+
ac: (value: {
|
|
4071
|
+
readonly [$$PropertyValue]: "alignContent";
|
|
4072
|
+
}) => {
|
|
4073
|
+
alignContent: {
|
|
4074
|
+
readonly [$$PropertyValue]: "alignContent";
|
|
4075
|
+
};
|
|
4076
|
+
};
|
|
4077
|
+
jc: (value: {
|
|
4078
|
+
readonly [$$PropertyValue]: "justifyContent";
|
|
4079
|
+
}) => {
|
|
4080
|
+
justifyContent: {
|
|
4081
|
+
readonly [$$PropertyValue]: "justifyContent";
|
|
4082
|
+
};
|
|
4083
|
+
};
|
|
4084
|
+
as: (value: {
|
|
4085
|
+
readonly [$$PropertyValue]: "alignSelf";
|
|
4086
|
+
}) => {
|
|
4087
|
+
alignSelf: {
|
|
4088
|
+
readonly [$$PropertyValue]: "alignSelf";
|
|
4089
|
+
};
|
|
4090
|
+
};
|
|
4091
|
+
fg: (value: {
|
|
4092
|
+
readonly [$$PropertyValue]: "flexGrow";
|
|
4093
|
+
}) => {
|
|
4094
|
+
flexGrow: {
|
|
4095
|
+
readonly [$$PropertyValue]: "flexGrow";
|
|
4096
|
+
};
|
|
4097
|
+
};
|
|
4098
|
+
fs: (value: {
|
|
4099
|
+
readonly [$$PropertyValue]: "fontSize";
|
|
4100
|
+
}) => {
|
|
4101
|
+
fontSize: {
|
|
4102
|
+
readonly [$$PropertyValue]: "fontSize";
|
|
4103
|
+
};
|
|
4104
|
+
};
|
|
4105
|
+
fb: (value: {
|
|
4106
|
+
readonly [$$PropertyValue]: "flexBasis";
|
|
4107
|
+
}) => {
|
|
4108
|
+
flexBasis: {
|
|
4109
|
+
readonly [$$PropertyValue]: "flexBasis";
|
|
4110
|
+
};
|
|
4111
|
+
};
|
|
4112
|
+
bc: (value: {
|
|
4113
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4114
|
+
}) => {
|
|
4115
|
+
backgroundColor: {
|
|
4116
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4117
|
+
};
|
|
4118
|
+
};
|
|
4119
|
+
bf: (value: {
|
|
4120
|
+
readonly [$$PropertyValue]: "backdropFilter";
|
|
4121
|
+
}) => {
|
|
4122
|
+
backdropFilter: {
|
|
4123
|
+
readonly [$$PropertyValue]: "backdropFilter";
|
|
4124
|
+
};
|
|
4125
|
+
};
|
|
4126
|
+
bg: (value: {
|
|
4127
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4128
|
+
}) => {
|
|
4129
|
+
background: {
|
|
4130
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4131
|
+
};
|
|
4132
|
+
};
|
|
4133
|
+
bgBlur: (value: {
|
|
4134
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4135
|
+
}) => {
|
|
4136
|
+
bf: string;
|
|
4137
|
+
bg: {
|
|
4138
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4139
|
+
};
|
|
4140
|
+
};
|
|
4141
|
+
bgColor: (value: {
|
|
4142
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4143
|
+
}) => {
|
|
4144
|
+
backgroundColor: {
|
|
4145
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4146
|
+
};
|
|
4147
|
+
};
|
|
4148
|
+
backgroundClip: (value: {
|
|
4149
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
4150
|
+
}) => {
|
|
4151
|
+
WebkitBackgroundClip: {
|
|
4152
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
4153
|
+
};
|
|
4154
|
+
backgroundClip: {
|
|
4155
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
4156
|
+
};
|
|
4157
|
+
};
|
|
4158
|
+
bgClip: (value: {
|
|
4159
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
4160
|
+
}) => {
|
|
4161
|
+
WebkitBackgroundClip: {
|
|
4162
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
4163
|
+
};
|
|
4164
|
+
backgroundClip: {
|
|
4165
|
+
readonly [$$PropertyValue]: "backgroundClip";
|
|
4166
|
+
};
|
|
4167
|
+
};
|
|
4168
|
+
br: (value: {
|
|
4169
|
+
readonly [$$PropertyValue]: "borderRadius";
|
|
4170
|
+
}) => {
|
|
4171
|
+
borderRadius: {
|
|
4172
|
+
readonly [$$PropertyValue]: "borderRadius";
|
|
4173
|
+
};
|
|
4174
|
+
};
|
|
4175
|
+
bw: (value: {
|
|
4176
|
+
readonly [$$PropertyValue]: "borderWidth";
|
|
4177
|
+
}) => {
|
|
4178
|
+
borderWidth: {
|
|
4179
|
+
readonly [$$PropertyValue]: "borderWidth";
|
|
4180
|
+
};
|
|
4181
|
+
};
|
|
4182
|
+
btrr: (value: {
|
|
4183
|
+
readonly [$$PropertyValue]: "borderTopRightRadius";
|
|
4184
|
+
}) => {
|
|
4185
|
+
borderTopRightRadius: {
|
|
4186
|
+
readonly [$$PropertyValue]: "borderTopRightRadius";
|
|
4187
|
+
};
|
|
4188
|
+
};
|
|
4189
|
+
bbrr: (value: {
|
|
4190
|
+
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
|
4191
|
+
}) => {
|
|
4192
|
+
borderBottomRightRadius: {
|
|
4193
|
+
readonly [$$PropertyValue]: "borderBottomRightRadius";
|
|
4194
|
+
};
|
|
4195
|
+
};
|
|
4196
|
+
bblr: (value: {
|
|
4197
|
+
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
|
4198
|
+
}) => {
|
|
4199
|
+
borderBottomLeftRadius: {
|
|
4200
|
+
readonly [$$PropertyValue]: "borderBottomLeftRadius";
|
|
4201
|
+
};
|
|
4202
|
+
};
|
|
4203
|
+
btlr: (value: {
|
|
4204
|
+
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
|
4205
|
+
}) => {
|
|
4206
|
+
borderTopLeftRadius: {
|
|
4207
|
+
readonly [$$PropertyValue]: "borderTopLeftRadius";
|
|
4208
|
+
};
|
|
4209
|
+
};
|
|
4210
|
+
bs: (value: {
|
|
4211
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4212
|
+
}) => {
|
|
4213
|
+
boxShadow: {
|
|
4214
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4215
|
+
};
|
|
4216
|
+
};
|
|
4217
|
+
ds: (value: {
|
|
4218
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4219
|
+
}) => {
|
|
4220
|
+
dropShadow: {
|
|
4221
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4222
|
+
};
|
|
4223
|
+
};
|
|
4224
|
+
shadow: (value: {
|
|
4225
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4226
|
+
}) => {
|
|
4227
|
+
boxShadow: {
|
|
4228
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4229
|
+
};
|
|
4230
|
+
};
|
|
4231
|
+
dshadow: (value: {
|
|
4232
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4233
|
+
}) => {
|
|
4234
|
+
dropShadow: {
|
|
4235
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4236
|
+
};
|
|
4237
|
+
};
|
|
4238
|
+
dropShadow: (value: {
|
|
4239
|
+
readonly [$$PropertyValue]: "boxShadow";
|
|
4240
|
+
}) => {
|
|
4241
|
+
filter: string;
|
|
4242
|
+
};
|
|
4243
|
+
normalShadow: (value: {
|
|
4244
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4245
|
+
}) => {
|
|
4246
|
+
boxShadow: string;
|
|
4247
|
+
};
|
|
4248
|
+
normalShadowVar: (value: {
|
|
4249
|
+
readonly [$$PropertyValue]: "backgroundColor";
|
|
4250
|
+
}) => {
|
|
4251
|
+
boxShadow: string;
|
|
4252
|
+
};
|
|
4253
|
+
lh: (value: {
|
|
4254
|
+
readonly [$$PropertyValue]: "lineHeight";
|
|
4255
|
+
}) => {
|
|
4256
|
+
lineHeight: {
|
|
4257
|
+
readonly [$$PropertyValue]: "lineHeight";
|
|
4258
|
+
};
|
|
4259
|
+
};
|
|
4260
|
+
ov: (value: {
|
|
4261
|
+
readonly [$$PropertyValue]: "overflow";
|
|
4262
|
+
}) => {
|
|
4263
|
+
overflow: {
|
|
4264
|
+
readonly [$$PropertyValue]: "overflow";
|
|
4265
|
+
};
|
|
4266
|
+
};
|
|
4267
|
+
ox: (value: {
|
|
4268
|
+
readonly [$$PropertyValue]: "overflowX";
|
|
4269
|
+
}) => {
|
|
4270
|
+
overflowX: {
|
|
4271
|
+
readonly [$$PropertyValue]: "overflowX";
|
|
4272
|
+
};
|
|
4273
|
+
};
|
|
4274
|
+
oy: (value: {
|
|
4275
|
+
readonly [$$PropertyValue]: "overflowY";
|
|
4276
|
+
}) => {
|
|
4277
|
+
overflowY: {
|
|
4278
|
+
readonly [$$PropertyValue]: "overflowY";
|
|
4279
|
+
};
|
|
4280
|
+
};
|
|
4281
|
+
pe: (value: {
|
|
4282
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
|
4283
|
+
}) => {
|
|
4284
|
+
pointerEvents: {
|
|
4285
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
|
4286
|
+
};
|
|
4287
|
+
};
|
|
4288
|
+
events: (value: {
|
|
4289
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
|
4290
|
+
}) => {
|
|
4291
|
+
pointerEvents: {
|
|
4292
|
+
readonly [$$PropertyValue]: "pointerEvents";
|
|
4293
|
+
};
|
|
4294
|
+
};
|
|
4295
|
+
us: (value: {
|
|
4296
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
4297
|
+
}) => {
|
|
4298
|
+
WebkitUserSelect: {
|
|
4299
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
4300
|
+
};
|
|
4301
|
+
userSelect: {
|
|
4302
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
4303
|
+
};
|
|
4304
|
+
};
|
|
4305
|
+
userSelect: (value: {
|
|
4306
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
4307
|
+
}) => {
|
|
4308
|
+
WebkitUserSelect: {
|
|
4309
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
4310
|
+
};
|
|
4311
|
+
userSelect: {
|
|
4312
|
+
readonly [$$PropertyValue]: "userSelect";
|
|
4313
|
+
};
|
|
4314
|
+
};
|
|
4315
|
+
w: (value: {
|
|
4316
|
+
readonly [$$PropertyValue]: "width";
|
|
4317
|
+
}) => {
|
|
4318
|
+
width: {
|
|
4319
|
+
readonly [$$PropertyValue]: "width";
|
|
4320
|
+
};
|
|
4321
|
+
};
|
|
4322
|
+
h: (value: {
|
|
4323
|
+
readonly [$$PropertyValue]: "height";
|
|
4324
|
+
}) => {
|
|
4325
|
+
height: {
|
|
4326
|
+
readonly [$$PropertyValue]: "height";
|
|
4327
|
+
};
|
|
4328
|
+
};
|
|
4329
|
+
mw: (value: {
|
|
4330
|
+
readonly [$$PropertyValue]: "maxWidth";
|
|
4331
|
+
}) => {
|
|
4332
|
+
maxWidth: {
|
|
4333
|
+
readonly [$$PropertyValue]: "maxWidth";
|
|
4334
|
+
};
|
|
4335
|
+
};
|
|
4336
|
+
maxW: (value: {
|
|
4337
|
+
readonly [$$PropertyValue]: "maxWidth";
|
|
4338
|
+
}) => {
|
|
4339
|
+
maxWidth: {
|
|
4340
|
+
readonly [$$PropertyValue]: "maxWidth";
|
|
4341
|
+
};
|
|
4342
|
+
};
|
|
4343
|
+
mh: (value: {
|
|
4344
|
+
readonly [$$PropertyValue]: "maxHeight";
|
|
4345
|
+
}) => {
|
|
4346
|
+
maxHeight: {
|
|
4347
|
+
readonly [$$PropertyValue]: "maxHeight";
|
|
4348
|
+
};
|
|
4349
|
+
};
|
|
4350
|
+
maxH: (value: {
|
|
4351
|
+
readonly [$$PropertyValue]: "maxHeight";
|
|
4352
|
+
}) => {
|
|
4353
|
+
maxHeight: {
|
|
4354
|
+
readonly [$$PropertyValue]: "maxHeight";
|
|
4355
|
+
};
|
|
4356
|
+
};
|
|
4357
|
+
size: (value: {
|
|
4358
|
+
readonly [$$PropertyValue]: "width";
|
|
4359
|
+
}) => {
|
|
4360
|
+
width: {
|
|
4361
|
+
readonly [$$PropertyValue]: "width";
|
|
4362
|
+
};
|
|
4363
|
+
height: {
|
|
4364
|
+
readonly [$$PropertyValue]: "width";
|
|
4365
|
+
};
|
|
4366
|
+
};
|
|
4367
|
+
minSize: (value: {
|
|
4368
|
+
readonly [$$PropertyValue]: "width";
|
|
4369
|
+
}) => {
|
|
4370
|
+
minWidth: {
|
|
4371
|
+
readonly [$$PropertyValue]: "width";
|
|
4372
|
+
};
|
|
4373
|
+
minHeight: {
|
|
4374
|
+
readonly [$$PropertyValue]: "width";
|
|
4375
|
+
};
|
|
4376
|
+
width: {
|
|
4377
|
+
readonly [$$PropertyValue]: "width";
|
|
4378
|
+
};
|
|
4379
|
+
height: {
|
|
4380
|
+
readonly [$$PropertyValue]: "width";
|
|
4381
|
+
};
|
|
4382
|
+
};
|
|
4383
|
+
sizeMin: (value: {
|
|
4384
|
+
readonly [$$PropertyValue]: "width";
|
|
4385
|
+
}) => {
|
|
4386
|
+
minWidth: {
|
|
4387
|
+
readonly [$$PropertyValue]: "width";
|
|
4388
|
+
};
|
|
4389
|
+
minHeight: {
|
|
4390
|
+
readonly [$$PropertyValue]: "width";
|
|
4391
|
+
};
|
|
4392
|
+
width: {
|
|
4393
|
+
readonly [$$PropertyValue]: "width";
|
|
4394
|
+
};
|
|
4395
|
+
height: {
|
|
4396
|
+
readonly [$$PropertyValue]: "width";
|
|
4397
|
+
};
|
|
4398
|
+
};
|
|
4399
|
+
maxSize: (value: {
|
|
4400
|
+
readonly [$$PropertyValue]: "width";
|
|
4401
|
+
}) => {
|
|
4402
|
+
maxWidth: {
|
|
4403
|
+
readonly [$$PropertyValue]: "width";
|
|
4404
|
+
};
|
|
4405
|
+
maxHeight: {
|
|
4406
|
+
readonly [$$PropertyValue]: "width";
|
|
4407
|
+
};
|
|
4408
|
+
};
|
|
4409
|
+
sizeMax: (value: {
|
|
4410
|
+
readonly [$$PropertyValue]: "width";
|
|
4411
|
+
}) => {
|
|
4412
|
+
maxWidth: {
|
|
4413
|
+
readonly [$$PropertyValue]: "width";
|
|
4414
|
+
};
|
|
4415
|
+
maxHeight: {
|
|
4416
|
+
readonly [$$PropertyValue]: "width";
|
|
4417
|
+
};
|
|
4418
|
+
};
|
|
4419
|
+
appearance: (value: {
|
|
4420
|
+
readonly [$$PropertyValue]: "appearance";
|
|
4421
|
+
}) => {
|
|
4422
|
+
WebkitAppearance: {
|
|
4423
|
+
readonly [$$PropertyValue]: "appearance";
|
|
4424
|
+
};
|
|
4425
|
+
appearance: {
|
|
4426
|
+
readonly [$$PropertyValue]: "appearance";
|
|
4427
|
+
};
|
|
4428
|
+
};
|
|
4429
|
+
scale: (value: {
|
|
4430
|
+
readonly [$$PropertyValue]: "scale";
|
|
4431
|
+
}) => {
|
|
4432
|
+
transform: string;
|
|
4433
|
+
};
|
|
4434
|
+
linearGradient: (value: {
|
|
4435
|
+
readonly [$$PropertyValue]: "backgroundImage";
|
|
4436
|
+
}) => {
|
|
4437
|
+
backgroundImage: string;
|
|
4438
|
+
};
|
|
4439
|
+
tdl: (value: {
|
|
4440
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4441
|
+
}) => {
|
|
4442
|
+
textDecorationLine: {
|
|
4443
|
+
readonly [$$PropertyValue]: "textDecorationLine";
|
|
4444
|
+
};
|
|
4445
|
+
};
|
|
4446
|
+
truncateText: (value: {
|
|
4447
|
+
readonly [$$PropertyValue]: "width";
|
|
4448
|
+
}) => {
|
|
4449
|
+
maxWidth: {
|
|
4450
|
+
readonly [$$PropertyValue]: "width";
|
|
4451
|
+
};
|
|
4452
|
+
whiteSpace: string;
|
|
4453
|
+
overflow: string;
|
|
4454
|
+
textOverflow: string;
|
|
4455
|
+
};
|
|
3214
4456
|
textGradient: (value: {
|
|
3215
4457
|
readonly [$$PropertyValue]: "backgroundImage";
|
|
3216
4458
|
}) => {
|