@ctlyst.id/voila-ui 11.0.26 → 11.0.28
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/dist/index.css +7357 -7196
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +368 -333
- package/dist/index.d.ts +368 -333
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -58,7 +58,7 @@ declare const AspectRatio: FC<PropsWithChildren<AspectRatioProps>>;
|
|
|
58
58
|
type BadgeProperties = Omit<HTMLAttributes<HTMLSpanElement>, 'as' | 'height' | 'width' | 'size' | 'ref' | 'disabled' | 'wrap' | 'sizes'>;
|
|
59
59
|
declare const Badge: react.ForwardRefExoticComponent<{
|
|
60
60
|
colorScheme?: "disabled" | "primary" | "blue" | "red" | "yellow" | "neutral" | undefined;
|
|
61
|
-
size?: "small" | "medium" | "large" | undefined;
|
|
61
|
+
size?: "small" | "xs" | "medium" | "large" | undefined;
|
|
62
62
|
isRounded?: boolean | undefined;
|
|
63
63
|
variant?: "primary" | "secondary" | undefined;
|
|
64
64
|
} & BadgeProperties & {
|
|
@@ -509,6 +509,10 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
509
509
|
default: string;
|
|
510
510
|
conditions: Record<string | number, string>;
|
|
511
511
|
};
|
|
512
|
+
12: {
|
|
513
|
+
default: string;
|
|
514
|
+
conditions: Record<string | number, string>;
|
|
515
|
+
};
|
|
512
516
|
10: {
|
|
513
517
|
default: string;
|
|
514
518
|
conditions: Record<string | number, string>;
|
|
@@ -533,10 +537,6 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
533
537
|
default: string;
|
|
534
538
|
conditions: Record<string | number, string>;
|
|
535
539
|
};
|
|
536
|
-
12: {
|
|
537
|
-
default: string;
|
|
538
|
-
conditions: Record<string | number, string>;
|
|
539
|
-
};
|
|
540
540
|
14: {
|
|
541
541
|
default: string;
|
|
542
542
|
conditions: Record<string | number, string>;
|
|
@@ -771,6 +771,10 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
771
771
|
default: string;
|
|
772
772
|
conditions: Record<string | number, string>;
|
|
773
773
|
};
|
|
774
|
+
12: {
|
|
775
|
+
default: string;
|
|
776
|
+
conditions: Record<string | number, string>;
|
|
777
|
+
};
|
|
774
778
|
10: {
|
|
775
779
|
default: string;
|
|
776
780
|
conditions: Record<string | number, string>;
|
|
@@ -795,10 +799,6 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
795
799
|
default: string;
|
|
796
800
|
conditions: Record<string | number, string>;
|
|
797
801
|
};
|
|
798
|
-
12: {
|
|
799
|
-
default: string;
|
|
800
|
-
conditions: Record<string | number, string>;
|
|
801
|
-
};
|
|
802
802
|
14: {
|
|
803
803
|
default: string;
|
|
804
804
|
conditions: Record<string | number, string>;
|
|
@@ -1033,6 +1033,10 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
1033
1033
|
default: string;
|
|
1034
1034
|
conditions: Record<string | number, string>;
|
|
1035
1035
|
};
|
|
1036
|
+
12: {
|
|
1037
|
+
default: string;
|
|
1038
|
+
conditions: Record<string | number, string>;
|
|
1039
|
+
};
|
|
1036
1040
|
10: {
|
|
1037
1041
|
default: string;
|
|
1038
1042
|
conditions: Record<string | number, string>;
|
|
@@ -1057,10 +1061,6 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
1057
1061
|
default: string;
|
|
1058
1062
|
conditions: Record<string | number, string>;
|
|
1059
1063
|
};
|
|
1060
|
-
12: {
|
|
1061
|
-
default: string;
|
|
1062
|
-
conditions: Record<string | number, string>;
|
|
1063
|
-
};
|
|
1064
1064
|
14: {
|
|
1065
1065
|
default: string;
|
|
1066
1066
|
conditions: Record<string | number, string>;
|
|
@@ -1295,6 +1295,10 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
1295
1295
|
default: string;
|
|
1296
1296
|
conditions: Record<string | number, string>;
|
|
1297
1297
|
};
|
|
1298
|
+
12: {
|
|
1299
|
+
default: string;
|
|
1300
|
+
conditions: Record<string | number, string>;
|
|
1301
|
+
};
|
|
1298
1302
|
10: {
|
|
1299
1303
|
default: string;
|
|
1300
1304
|
conditions: Record<string | number, string>;
|
|
@@ -1319,10 +1323,6 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
1319
1323
|
default: string;
|
|
1320
1324
|
conditions: Record<string | number, string>;
|
|
1321
1325
|
};
|
|
1322
|
-
12: {
|
|
1323
|
-
default: string;
|
|
1324
|
-
conditions: Record<string | number, string>;
|
|
1325
|
-
};
|
|
1326
1326
|
14: {
|
|
1327
1327
|
default: string;
|
|
1328
1328
|
conditions: Record<string | number, string>;
|
|
@@ -1557,6 +1557,10 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
1557
1557
|
default: string;
|
|
1558
1558
|
conditions: Record<string | number, string>;
|
|
1559
1559
|
};
|
|
1560
|
+
12: {
|
|
1561
|
+
default: string;
|
|
1562
|
+
conditions: Record<string | number, string>;
|
|
1563
|
+
};
|
|
1560
1564
|
10: {
|
|
1561
1565
|
default: string;
|
|
1562
1566
|
conditions: Record<string | number, string>;
|
|
@@ -1581,10 +1585,6 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
1581
1585
|
default: string;
|
|
1582
1586
|
conditions: Record<string | number, string>;
|
|
1583
1587
|
};
|
|
1584
|
-
12: {
|
|
1585
|
-
default: string;
|
|
1586
|
-
conditions: Record<string | number, string>;
|
|
1587
|
-
};
|
|
1588
1588
|
14: {
|
|
1589
1589
|
default: string;
|
|
1590
1590
|
conditions: Record<string | number, string>;
|
|
@@ -1819,6 +1819,10 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
1819
1819
|
default: string;
|
|
1820
1820
|
conditions: Record<string | number, string>;
|
|
1821
1821
|
};
|
|
1822
|
+
12: {
|
|
1823
|
+
default: string;
|
|
1824
|
+
conditions: Record<string | number, string>;
|
|
1825
|
+
};
|
|
1822
1826
|
10: {
|
|
1823
1827
|
default: string;
|
|
1824
1828
|
conditions: Record<string | number, string>;
|
|
@@ -1843,10 +1847,6 @@ declare const Divider: react.ForwardRefExoticComponent<DividerProperties & {
|
|
|
1843
1847
|
default: string;
|
|
1844
1848
|
conditions: Record<string | number, string>;
|
|
1845
1849
|
};
|
|
1846
|
-
12: {
|
|
1847
|
-
default: string;
|
|
1848
|
-
conditions: Record<string | number, string>;
|
|
1849
|
-
};
|
|
1850
1850
|
14: {
|
|
1851
1851
|
default: string;
|
|
1852
1852
|
conditions: Record<string | number, string>;
|
|
@@ -2561,6 +2561,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
2561
2561
|
default: string;
|
|
2562
2562
|
conditions: Record<string | number, string>;
|
|
2563
2563
|
};
|
|
2564
|
+
12: {
|
|
2565
|
+
default: string;
|
|
2566
|
+
conditions: Record<string | number, string>;
|
|
2567
|
+
};
|
|
2564
2568
|
10: {
|
|
2565
2569
|
default: string;
|
|
2566
2570
|
conditions: Record<string | number, string>;
|
|
@@ -2585,10 +2589,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
2585
2589
|
default: string;
|
|
2586
2590
|
conditions: Record<string | number, string>;
|
|
2587
2591
|
};
|
|
2588
|
-
12: {
|
|
2589
|
-
default: string;
|
|
2590
|
-
conditions: Record<string | number, string>;
|
|
2591
|
-
};
|
|
2592
2592
|
14: {
|
|
2593
2593
|
default: string;
|
|
2594
2594
|
conditions: Record<string | number, string>;
|
|
@@ -2798,6 +2798,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
2798
2798
|
default: string;
|
|
2799
2799
|
conditions: Record<string | number, string>;
|
|
2800
2800
|
};
|
|
2801
|
+
12: {
|
|
2802
|
+
default: string;
|
|
2803
|
+
conditions: Record<string | number, string>;
|
|
2804
|
+
};
|
|
2801
2805
|
10: {
|
|
2802
2806
|
default: string;
|
|
2803
2807
|
conditions: Record<string | number, string>;
|
|
@@ -2822,10 +2826,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
2822
2826
|
default: string;
|
|
2823
2827
|
conditions: Record<string | number, string>;
|
|
2824
2828
|
};
|
|
2825
|
-
12: {
|
|
2826
|
-
default: string;
|
|
2827
|
-
conditions: Record<string | number, string>;
|
|
2828
|
-
};
|
|
2829
2829
|
14: {
|
|
2830
2830
|
default: string;
|
|
2831
2831
|
conditions: Record<string | number, string>;
|
|
@@ -3035,6 +3035,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3035
3035
|
default: string;
|
|
3036
3036
|
conditions: Record<string | number, string>;
|
|
3037
3037
|
};
|
|
3038
|
+
12: {
|
|
3039
|
+
default: string;
|
|
3040
|
+
conditions: Record<string | number, string>;
|
|
3041
|
+
};
|
|
3038
3042
|
10: {
|
|
3039
3043
|
default: string;
|
|
3040
3044
|
conditions: Record<string | number, string>;
|
|
@@ -3059,10 +3063,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3059
3063
|
default: string;
|
|
3060
3064
|
conditions: Record<string | number, string>;
|
|
3061
3065
|
};
|
|
3062
|
-
12: {
|
|
3063
|
-
default: string;
|
|
3064
|
-
conditions: Record<string | number, string>;
|
|
3065
|
-
};
|
|
3066
3066
|
14: {
|
|
3067
3067
|
default: string;
|
|
3068
3068
|
conditions: Record<string | number, string>;
|
|
@@ -3272,6 +3272,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3272
3272
|
default: string;
|
|
3273
3273
|
conditions: Record<string | number, string>;
|
|
3274
3274
|
};
|
|
3275
|
+
12: {
|
|
3276
|
+
default: string;
|
|
3277
|
+
conditions: Record<string | number, string>;
|
|
3278
|
+
};
|
|
3275
3279
|
10: {
|
|
3276
3280
|
default: string;
|
|
3277
3281
|
conditions: Record<string | number, string>;
|
|
@@ -3296,10 +3300,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3296
3300
|
default: string;
|
|
3297
3301
|
conditions: Record<string | number, string>;
|
|
3298
3302
|
};
|
|
3299
|
-
12: {
|
|
3300
|
-
default: string;
|
|
3301
|
-
conditions: Record<string | number, string>;
|
|
3302
|
-
};
|
|
3303
3303
|
14: {
|
|
3304
3304
|
default: string;
|
|
3305
3305
|
conditions: Record<string | number, string>;
|
|
@@ -3509,6 +3509,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3509
3509
|
default: string;
|
|
3510
3510
|
conditions: Record<string | number, string>;
|
|
3511
3511
|
};
|
|
3512
|
+
12: {
|
|
3513
|
+
default: string;
|
|
3514
|
+
conditions: Record<string | number, string>;
|
|
3515
|
+
};
|
|
3512
3516
|
10: {
|
|
3513
3517
|
default: string;
|
|
3514
3518
|
conditions: Record<string | number, string>;
|
|
@@ -3533,10 +3537,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3533
3537
|
default: string;
|
|
3534
3538
|
conditions: Record<string | number, string>;
|
|
3535
3539
|
};
|
|
3536
|
-
12: {
|
|
3537
|
-
default: string;
|
|
3538
|
-
conditions: Record<string | number, string>;
|
|
3539
|
-
};
|
|
3540
3540
|
14: {
|
|
3541
3541
|
default: string;
|
|
3542
3542
|
conditions: Record<string | number, string>;
|
|
@@ -3746,6 +3746,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3746
3746
|
default: string;
|
|
3747
3747
|
conditions: Record<string | number, string>;
|
|
3748
3748
|
};
|
|
3749
|
+
12: {
|
|
3750
|
+
default: string;
|
|
3751
|
+
conditions: Record<string | number, string>;
|
|
3752
|
+
};
|
|
3749
3753
|
10: {
|
|
3750
3754
|
default: string;
|
|
3751
3755
|
conditions: Record<string | number, string>;
|
|
@@ -3770,10 +3774,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3770
3774
|
default: string;
|
|
3771
3775
|
conditions: Record<string | number, string>;
|
|
3772
3776
|
};
|
|
3773
|
-
12: {
|
|
3774
|
-
default: string;
|
|
3775
|
-
conditions: Record<string | number, string>;
|
|
3776
|
-
};
|
|
3777
3777
|
14: {
|
|
3778
3778
|
default: string;
|
|
3779
3779
|
conditions: Record<string | number, string>;
|
|
@@ -3983,6 +3983,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
3983
3983
|
default: string;
|
|
3984
3984
|
conditions: Record<string | number, string>;
|
|
3985
3985
|
};
|
|
3986
|
+
12: {
|
|
3987
|
+
default: string;
|
|
3988
|
+
conditions: Record<string | number, string>;
|
|
3989
|
+
};
|
|
3986
3990
|
10: {
|
|
3987
3991
|
default: string;
|
|
3988
3992
|
conditions: Record<string | number, string>;
|
|
@@ -4007,10 +4011,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
4007
4011
|
default: string;
|
|
4008
4012
|
conditions: Record<string | number, string>;
|
|
4009
4013
|
};
|
|
4010
|
-
12: {
|
|
4011
|
-
default: string;
|
|
4012
|
-
conditions: Record<string | number, string>;
|
|
4013
|
-
};
|
|
4014
4014
|
14: {
|
|
4015
4015
|
default: string;
|
|
4016
4016
|
conditions: Record<string | number, string>;
|
|
@@ -4220,6 +4220,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
4220
4220
|
default: string;
|
|
4221
4221
|
conditions: Record<string | number, string>;
|
|
4222
4222
|
};
|
|
4223
|
+
12: {
|
|
4224
|
+
default: string;
|
|
4225
|
+
conditions: Record<string | number, string>;
|
|
4226
|
+
};
|
|
4223
4227
|
10: {
|
|
4224
4228
|
default: string;
|
|
4225
4229
|
conditions: Record<string | number, string>;
|
|
@@ -4244,10 +4248,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
4244
4248
|
default: string;
|
|
4245
4249
|
conditions: Record<string | number, string>;
|
|
4246
4250
|
};
|
|
4247
|
-
12: {
|
|
4248
|
-
default: string;
|
|
4249
|
-
conditions: Record<string | number, string>;
|
|
4250
|
-
};
|
|
4251
4251
|
14: {
|
|
4252
4252
|
default: string;
|
|
4253
4253
|
conditions: Record<string | number, string>;
|
|
@@ -4457,6 +4457,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
4457
4457
|
default: string;
|
|
4458
4458
|
conditions: Record<string | number, string>;
|
|
4459
4459
|
};
|
|
4460
|
+
12: {
|
|
4461
|
+
default: string;
|
|
4462
|
+
conditions: Record<string | number, string>;
|
|
4463
|
+
};
|
|
4460
4464
|
10: {
|
|
4461
4465
|
default: string;
|
|
4462
4466
|
conditions: Record<string | number, string>;
|
|
@@ -4481,10 +4485,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
4481
4485
|
default: string;
|
|
4482
4486
|
conditions: Record<string | number, string>;
|
|
4483
4487
|
};
|
|
4484
|
-
12: {
|
|
4485
|
-
default: string;
|
|
4486
|
-
conditions: Record<string | number, string>;
|
|
4487
|
-
};
|
|
4488
4488
|
14: {
|
|
4489
4489
|
default: string;
|
|
4490
4490
|
conditions: Record<string | number, string>;
|
|
@@ -4694,6 +4694,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
4694
4694
|
default: string;
|
|
4695
4695
|
conditions: Record<string | number, string>;
|
|
4696
4696
|
};
|
|
4697
|
+
12: {
|
|
4698
|
+
default: string;
|
|
4699
|
+
conditions: Record<string | number, string>;
|
|
4700
|
+
};
|
|
4697
4701
|
10: {
|
|
4698
4702
|
default: string;
|
|
4699
4703
|
conditions: Record<string | number, string>;
|
|
@@ -4718,10 +4722,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
4718
4722
|
default: string;
|
|
4719
4723
|
conditions: Record<string | number, string>;
|
|
4720
4724
|
};
|
|
4721
|
-
12: {
|
|
4722
|
-
default: string;
|
|
4723
|
-
conditions: Record<string | number, string>;
|
|
4724
|
-
};
|
|
4725
4725
|
14: {
|
|
4726
4726
|
default: string;
|
|
4727
4727
|
conditions: Record<string | number, string>;
|
|
@@ -5116,6 +5116,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
5116
5116
|
default: string;
|
|
5117
5117
|
conditions: Record<string | number, string>;
|
|
5118
5118
|
};
|
|
5119
|
+
12: {
|
|
5120
|
+
default: string;
|
|
5121
|
+
conditions: Record<string | number, string>;
|
|
5122
|
+
};
|
|
5119
5123
|
10: {
|
|
5120
5124
|
default: string;
|
|
5121
5125
|
conditions: Record<string | number, string>;
|
|
@@ -5140,10 +5144,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
5140
5144
|
default: string;
|
|
5141
5145
|
conditions: Record<string | number, string>;
|
|
5142
5146
|
};
|
|
5143
|
-
12: {
|
|
5144
|
-
default: string;
|
|
5145
|
-
conditions: Record<string | number, string>;
|
|
5146
|
-
};
|
|
5147
5147
|
14: {
|
|
5148
5148
|
default: string;
|
|
5149
5149
|
conditions: Record<string | number, string>;
|
|
@@ -5378,6 +5378,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
5378
5378
|
default: string;
|
|
5379
5379
|
conditions: Record<string | number, string>;
|
|
5380
5380
|
};
|
|
5381
|
+
12: {
|
|
5382
|
+
default: string;
|
|
5383
|
+
conditions: Record<string | number, string>;
|
|
5384
|
+
};
|
|
5381
5385
|
10: {
|
|
5382
5386
|
default: string;
|
|
5383
5387
|
conditions: Record<string | number, string>;
|
|
@@ -5402,10 +5406,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
5402
5406
|
default: string;
|
|
5403
5407
|
conditions: Record<string | number, string>;
|
|
5404
5408
|
};
|
|
5405
|
-
12: {
|
|
5406
|
-
default: string;
|
|
5407
|
-
conditions: Record<string | number, string>;
|
|
5408
|
-
};
|
|
5409
5409
|
14: {
|
|
5410
5410
|
default: string;
|
|
5411
5411
|
conditions: Record<string | number, string>;
|
|
@@ -5640,6 +5640,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
5640
5640
|
default: string;
|
|
5641
5641
|
conditions: Record<string | number, string>;
|
|
5642
5642
|
};
|
|
5643
|
+
12: {
|
|
5644
|
+
default: string;
|
|
5645
|
+
conditions: Record<string | number, string>;
|
|
5646
|
+
};
|
|
5643
5647
|
10: {
|
|
5644
5648
|
default: string;
|
|
5645
5649
|
conditions: Record<string | number, string>;
|
|
@@ -5664,10 +5668,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
5664
5668
|
default: string;
|
|
5665
5669
|
conditions: Record<string | number, string>;
|
|
5666
5670
|
};
|
|
5667
|
-
12: {
|
|
5668
|
-
default: string;
|
|
5669
|
-
conditions: Record<string | number, string>;
|
|
5670
|
-
};
|
|
5671
5671
|
14: {
|
|
5672
5672
|
default: string;
|
|
5673
5673
|
conditions: Record<string | number, string>;
|
|
@@ -5902,6 +5902,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
5902
5902
|
default: string;
|
|
5903
5903
|
conditions: Record<string | number, string>;
|
|
5904
5904
|
};
|
|
5905
|
+
12: {
|
|
5906
|
+
default: string;
|
|
5907
|
+
conditions: Record<string | number, string>;
|
|
5908
|
+
};
|
|
5905
5909
|
10: {
|
|
5906
5910
|
default: string;
|
|
5907
5911
|
conditions: Record<string | number, string>;
|
|
@@ -5926,10 +5930,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
5926
5930
|
default: string;
|
|
5927
5931
|
conditions: Record<string | number, string>;
|
|
5928
5932
|
};
|
|
5929
|
-
12: {
|
|
5930
|
-
default: string;
|
|
5931
|
-
conditions: Record<string | number, string>;
|
|
5932
|
-
};
|
|
5933
5933
|
14: {
|
|
5934
5934
|
default: string;
|
|
5935
5935
|
conditions: Record<string | number, string>;
|
|
@@ -6164,6 +6164,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
6164
6164
|
default: string;
|
|
6165
6165
|
conditions: Record<string | number, string>;
|
|
6166
6166
|
};
|
|
6167
|
+
12: {
|
|
6168
|
+
default: string;
|
|
6169
|
+
conditions: Record<string | number, string>;
|
|
6170
|
+
};
|
|
6167
6171
|
10: {
|
|
6168
6172
|
default: string;
|
|
6169
6173
|
conditions: Record<string | number, string>;
|
|
@@ -6188,10 +6192,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
6188
6192
|
default: string;
|
|
6189
6193
|
conditions: Record<string | number, string>;
|
|
6190
6194
|
};
|
|
6191
|
-
12: {
|
|
6192
|
-
default: string;
|
|
6193
|
-
conditions: Record<string | number, string>;
|
|
6194
|
-
};
|
|
6195
6195
|
14: {
|
|
6196
6196
|
default: string;
|
|
6197
6197
|
conditions: Record<string | number, string>;
|
|
@@ -6426,6 +6426,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
6426
6426
|
default: string;
|
|
6427
6427
|
conditions: Record<string | number, string>;
|
|
6428
6428
|
};
|
|
6429
|
+
12: {
|
|
6430
|
+
default: string;
|
|
6431
|
+
conditions: Record<string | number, string>;
|
|
6432
|
+
};
|
|
6429
6433
|
10: {
|
|
6430
6434
|
default: string;
|
|
6431
6435
|
conditions: Record<string | number, string>;
|
|
@@ -6450,10 +6454,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
6450
6454
|
default: string;
|
|
6451
6455
|
conditions: Record<string | number, string>;
|
|
6452
6456
|
};
|
|
6453
|
-
12: {
|
|
6454
|
-
default: string;
|
|
6455
|
-
conditions: Record<string | number, string>;
|
|
6456
|
-
};
|
|
6457
6457
|
14: {
|
|
6458
6458
|
default: string;
|
|
6459
6459
|
conditions: Record<string | number, string>;
|
|
@@ -6889,6 +6889,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
6889
6889
|
default: string;
|
|
6890
6890
|
conditions: Record<string | number, string>;
|
|
6891
6891
|
};
|
|
6892
|
+
12: {
|
|
6893
|
+
default: string;
|
|
6894
|
+
conditions: Record<string | number, string>;
|
|
6895
|
+
};
|
|
6892
6896
|
10: {
|
|
6893
6897
|
default: string;
|
|
6894
6898
|
conditions: Record<string | number, string>;
|
|
@@ -6913,10 +6917,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
6913
6917
|
default: string;
|
|
6914
6918
|
conditions: Record<string | number, string>;
|
|
6915
6919
|
};
|
|
6916
|
-
12: {
|
|
6917
|
-
default: string;
|
|
6918
|
-
conditions: Record<string | number, string>;
|
|
6919
|
-
};
|
|
6920
6920
|
14: {
|
|
6921
6921
|
default: string;
|
|
6922
6922
|
conditions: Record<string | number, string>;
|
|
@@ -8339,6 +8339,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
8339
8339
|
default: string;
|
|
8340
8340
|
conditions: Record<string | number, string>;
|
|
8341
8341
|
};
|
|
8342
|
+
12: {
|
|
8343
|
+
default: string;
|
|
8344
|
+
conditions: Record<string | number, string>;
|
|
8345
|
+
};
|
|
8342
8346
|
10: {
|
|
8343
8347
|
default: string;
|
|
8344
8348
|
conditions: Record<string | number, string>;
|
|
@@ -8363,10 +8367,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
8363
8367
|
default: string;
|
|
8364
8368
|
conditions: Record<string | number, string>;
|
|
8365
8369
|
};
|
|
8366
|
-
12: {
|
|
8367
|
-
default: string;
|
|
8368
|
-
conditions: Record<string | number, string>;
|
|
8369
|
-
};
|
|
8370
8370
|
14: {
|
|
8371
8371
|
default: string;
|
|
8372
8372
|
conditions: Record<string | number, string>;
|
|
@@ -8576,6 +8576,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
8576
8576
|
default: string;
|
|
8577
8577
|
conditions: Record<string | number, string>;
|
|
8578
8578
|
};
|
|
8579
|
+
12: {
|
|
8580
|
+
default: string;
|
|
8581
|
+
conditions: Record<string | number, string>;
|
|
8582
|
+
};
|
|
8579
8583
|
10: {
|
|
8580
8584
|
default: string;
|
|
8581
8585
|
conditions: Record<string | number, string>;
|
|
@@ -8600,10 +8604,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
8600
8604
|
default: string;
|
|
8601
8605
|
conditions: Record<string | number, string>;
|
|
8602
8606
|
};
|
|
8603
|
-
12: {
|
|
8604
|
-
default: string;
|
|
8605
|
-
conditions: Record<string | number, string>;
|
|
8606
|
-
};
|
|
8607
8607
|
14: {
|
|
8608
8608
|
default: string;
|
|
8609
8609
|
conditions: Record<string | number, string>;
|
|
@@ -8813,6 +8813,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
8813
8813
|
default: string;
|
|
8814
8814
|
conditions: Record<string | number, string>;
|
|
8815
8815
|
};
|
|
8816
|
+
12: {
|
|
8817
|
+
default: string;
|
|
8818
|
+
conditions: Record<string | number, string>;
|
|
8819
|
+
};
|
|
8816
8820
|
10: {
|
|
8817
8821
|
default: string;
|
|
8818
8822
|
conditions: Record<string | number, string>;
|
|
@@ -8837,10 +8841,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
8837
8841
|
default: string;
|
|
8838
8842
|
conditions: Record<string | number, string>;
|
|
8839
8843
|
};
|
|
8840
|
-
12: {
|
|
8841
|
-
default: string;
|
|
8842
|
-
conditions: Record<string | number, string>;
|
|
8843
|
-
};
|
|
8844
8844
|
14: {
|
|
8845
8845
|
default: string;
|
|
8846
8846
|
conditions: Record<string | number, string>;
|
|
@@ -9050,6 +9050,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
9050
9050
|
default: string;
|
|
9051
9051
|
conditions: Record<string | number, string>;
|
|
9052
9052
|
};
|
|
9053
|
+
12: {
|
|
9054
|
+
default: string;
|
|
9055
|
+
conditions: Record<string | number, string>;
|
|
9056
|
+
};
|
|
9053
9057
|
10: {
|
|
9054
9058
|
default: string;
|
|
9055
9059
|
conditions: Record<string | number, string>;
|
|
@@ -9074,10 +9078,6 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
9074
9078
|
default: string;
|
|
9075
9079
|
conditions: Record<string | number, string>;
|
|
9076
9080
|
};
|
|
9077
|
-
12: {
|
|
9078
|
-
default: string;
|
|
9079
|
-
conditions: Record<string | number, string>;
|
|
9080
|
-
};
|
|
9081
9081
|
14: {
|
|
9082
9082
|
default: string;
|
|
9083
9083
|
conditions: Record<string | number, string>;
|
|
@@ -11122,6 +11122,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
11122
11122
|
default: string;
|
|
11123
11123
|
conditions: Record<string | number, string>;
|
|
11124
11124
|
};
|
|
11125
|
+
footer2: {
|
|
11126
|
+
default: string;
|
|
11127
|
+
conditions: Record<string | number, string>;
|
|
11128
|
+
};
|
|
11125
11129
|
};
|
|
11126
11130
|
staticScale: {
|
|
11127
11131
|
readonly heading1: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -11138,6 +11142,7 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
11138
11142
|
readonly body2: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11139
11143
|
readonly caption: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11140
11144
|
readonly footer: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11145
|
+
readonly footer2: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11141
11146
|
};
|
|
11142
11147
|
name: "fontSize";
|
|
11143
11148
|
};
|
|
@@ -11235,10 +11240,15 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
11235
11240
|
default: string;
|
|
11236
11241
|
conditions: Record<string | number, string>;
|
|
11237
11242
|
};
|
|
11243
|
+
12: {
|
|
11244
|
+
default: string;
|
|
11245
|
+
conditions: Record<string | number, string>;
|
|
11246
|
+
};
|
|
11238
11247
|
};
|
|
11239
11248
|
staticScale: {
|
|
11240
11249
|
readonly normal: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11241
11250
|
readonly none: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11251
|
+
readonly '12': `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11242
11252
|
readonly '16': `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11243
11253
|
readonly '20': `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11244
11254
|
readonly '24': `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -11272,6 +11282,10 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
11272
11282
|
default: string;
|
|
11273
11283
|
conditions: Record<string | number, string>;
|
|
11274
11284
|
};
|
|
11285
|
+
widest: {
|
|
11286
|
+
default: string;
|
|
11287
|
+
conditions: Record<string | number, string>;
|
|
11288
|
+
};
|
|
11275
11289
|
};
|
|
11276
11290
|
staticScale: {
|
|
11277
11291
|
readonly tighter: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -11279,6 +11293,7 @@ declare const Box: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_declar
|
|
|
11279
11293
|
readonly normal: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11280
11294
|
readonly wide: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11281
11295
|
readonly wider: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11296
|
+
readonly widest: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
11282
11297
|
};
|
|
11283
11298
|
name: "letterSpacing";
|
|
11284
11299
|
};
|
|
@@ -11696,6 +11711,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
11696
11711
|
default: string;
|
|
11697
11712
|
conditions: Record<string | number, string>;
|
|
11698
11713
|
};
|
|
11714
|
+
12: {
|
|
11715
|
+
default: string;
|
|
11716
|
+
conditions: Record<string | number, string>;
|
|
11717
|
+
};
|
|
11699
11718
|
10: {
|
|
11700
11719
|
default: string;
|
|
11701
11720
|
conditions: Record<string | number, string>;
|
|
@@ -11720,10 +11739,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
11720
11739
|
default: string;
|
|
11721
11740
|
conditions: Record<string | number, string>;
|
|
11722
11741
|
};
|
|
11723
|
-
12: {
|
|
11724
|
-
default: string;
|
|
11725
|
-
conditions: Record<string | number, string>;
|
|
11726
|
-
};
|
|
11727
11742
|
14: {
|
|
11728
11743
|
default: string;
|
|
11729
11744
|
conditions: Record<string | number, string>;
|
|
@@ -12324,6 +12339,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
12324
12339
|
default: string;
|
|
12325
12340
|
conditions: Record<string | number, string>;
|
|
12326
12341
|
};
|
|
12342
|
+
12: {
|
|
12343
|
+
default: string;
|
|
12344
|
+
conditions: Record<string | number, string>;
|
|
12345
|
+
};
|
|
12327
12346
|
10: {
|
|
12328
12347
|
default: string;
|
|
12329
12348
|
conditions: Record<string | number, string>;
|
|
@@ -12348,10 +12367,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
12348
12367
|
default: string;
|
|
12349
12368
|
conditions: Record<string | number, string>;
|
|
12350
12369
|
};
|
|
12351
|
-
12: {
|
|
12352
|
-
default: string;
|
|
12353
|
-
conditions: Record<string | number, string>;
|
|
12354
|
-
};
|
|
12355
12370
|
14: {
|
|
12356
12371
|
default: string;
|
|
12357
12372
|
conditions: Record<string | number, string>;
|
|
@@ -12561,6 +12576,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
12561
12576
|
default: string;
|
|
12562
12577
|
conditions: Record<string | number, string>;
|
|
12563
12578
|
};
|
|
12579
|
+
12: {
|
|
12580
|
+
default: string;
|
|
12581
|
+
conditions: Record<string | number, string>;
|
|
12582
|
+
};
|
|
12564
12583
|
10: {
|
|
12565
12584
|
default: string;
|
|
12566
12585
|
conditions: Record<string | number, string>;
|
|
@@ -12585,10 +12604,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
12585
12604
|
default: string;
|
|
12586
12605
|
conditions: Record<string | number, string>;
|
|
12587
12606
|
};
|
|
12588
|
-
12: {
|
|
12589
|
-
default: string;
|
|
12590
|
-
conditions: Record<string | number, string>;
|
|
12591
|
-
};
|
|
12592
12607
|
14: {
|
|
12593
12608
|
default: string;
|
|
12594
12609
|
conditions: Record<string | number, string>;
|
|
@@ -12798,6 +12813,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
12798
12813
|
default: string;
|
|
12799
12814
|
conditions: Record<string | number, string>;
|
|
12800
12815
|
};
|
|
12816
|
+
12: {
|
|
12817
|
+
default: string;
|
|
12818
|
+
conditions: Record<string | number, string>;
|
|
12819
|
+
};
|
|
12801
12820
|
10: {
|
|
12802
12821
|
default: string;
|
|
12803
12822
|
conditions: Record<string | number, string>;
|
|
@@ -12822,10 +12841,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
12822
12841
|
default: string;
|
|
12823
12842
|
conditions: Record<string | number, string>;
|
|
12824
12843
|
};
|
|
12825
|
-
12: {
|
|
12826
|
-
default: string;
|
|
12827
|
-
conditions: Record<string | number, string>;
|
|
12828
|
-
};
|
|
12829
12844
|
14: {
|
|
12830
12845
|
default: string;
|
|
12831
12846
|
conditions: Record<string | number, string>;
|
|
@@ -13035,6 +13050,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13035
13050
|
default: string;
|
|
13036
13051
|
conditions: Record<string | number, string>;
|
|
13037
13052
|
};
|
|
13053
|
+
12: {
|
|
13054
|
+
default: string;
|
|
13055
|
+
conditions: Record<string | number, string>;
|
|
13056
|
+
};
|
|
13038
13057
|
10: {
|
|
13039
13058
|
default: string;
|
|
13040
13059
|
conditions: Record<string | number, string>;
|
|
@@ -13059,10 +13078,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13059
13078
|
default: string;
|
|
13060
13079
|
conditions: Record<string | number, string>;
|
|
13061
13080
|
};
|
|
13062
|
-
12: {
|
|
13063
|
-
default: string;
|
|
13064
|
-
conditions: Record<string | number, string>;
|
|
13065
|
-
};
|
|
13066
13081
|
14: {
|
|
13067
13082
|
default: string;
|
|
13068
13083
|
conditions: Record<string | number, string>;
|
|
@@ -13272,6 +13287,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13272
13287
|
default: string;
|
|
13273
13288
|
conditions: Record<string | number, string>;
|
|
13274
13289
|
};
|
|
13290
|
+
12: {
|
|
13291
|
+
default: string;
|
|
13292
|
+
conditions: Record<string | number, string>;
|
|
13293
|
+
};
|
|
13275
13294
|
10: {
|
|
13276
13295
|
default: string;
|
|
13277
13296
|
conditions: Record<string | number, string>;
|
|
@@ -13296,10 +13315,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13296
13315
|
default: string;
|
|
13297
13316
|
conditions: Record<string | number, string>;
|
|
13298
13317
|
};
|
|
13299
|
-
12: {
|
|
13300
|
-
default: string;
|
|
13301
|
-
conditions: Record<string | number, string>;
|
|
13302
|
-
};
|
|
13303
13318
|
14: {
|
|
13304
13319
|
default: string;
|
|
13305
13320
|
conditions: Record<string | number, string>;
|
|
@@ -13509,6 +13524,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13509
13524
|
default: string;
|
|
13510
13525
|
conditions: Record<string | number, string>;
|
|
13511
13526
|
};
|
|
13527
|
+
12: {
|
|
13528
|
+
default: string;
|
|
13529
|
+
conditions: Record<string | number, string>;
|
|
13530
|
+
};
|
|
13512
13531
|
10: {
|
|
13513
13532
|
default: string;
|
|
13514
13533
|
conditions: Record<string | number, string>;
|
|
@@ -13533,10 +13552,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13533
13552
|
default: string;
|
|
13534
13553
|
conditions: Record<string | number, string>;
|
|
13535
13554
|
};
|
|
13536
|
-
12: {
|
|
13537
|
-
default: string;
|
|
13538
|
-
conditions: Record<string | number, string>;
|
|
13539
|
-
};
|
|
13540
13555
|
14: {
|
|
13541
13556
|
default: string;
|
|
13542
13557
|
conditions: Record<string | number, string>;
|
|
@@ -13746,6 +13761,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13746
13761
|
default: string;
|
|
13747
13762
|
conditions: Record<string | number, string>;
|
|
13748
13763
|
};
|
|
13764
|
+
12: {
|
|
13765
|
+
default: string;
|
|
13766
|
+
conditions: Record<string | number, string>;
|
|
13767
|
+
};
|
|
13749
13768
|
10: {
|
|
13750
13769
|
default: string;
|
|
13751
13770
|
conditions: Record<string | number, string>;
|
|
@@ -13770,10 +13789,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13770
13789
|
default: string;
|
|
13771
13790
|
conditions: Record<string | number, string>;
|
|
13772
13791
|
};
|
|
13773
|
-
12: {
|
|
13774
|
-
default: string;
|
|
13775
|
-
conditions: Record<string | number, string>;
|
|
13776
|
-
};
|
|
13777
13792
|
14: {
|
|
13778
13793
|
default: string;
|
|
13779
13794
|
conditions: Record<string | number, string>;
|
|
@@ -13983,6 +13998,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
13983
13998
|
default: string;
|
|
13984
13999
|
conditions: Record<string | number, string>;
|
|
13985
14000
|
};
|
|
14001
|
+
12: {
|
|
14002
|
+
default: string;
|
|
14003
|
+
conditions: Record<string | number, string>;
|
|
14004
|
+
};
|
|
13986
14005
|
10: {
|
|
13987
14006
|
default: string;
|
|
13988
14007
|
conditions: Record<string | number, string>;
|
|
@@ -14007,10 +14026,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
14007
14026
|
default: string;
|
|
14008
14027
|
conditions: Record<string | number, string>;
|
|
14009
14028
|
};
|
|
14010
|
-
12: {
|
|
14011
|
-
default: string;
|
|
14012
|
-
conditions: Record<string | number, string>;
|
|
14013
|
-
};
|
|
14014
14029
|
14: {
|
|
14015
14030
|
default: string;
|
|
14016
14031
|
conditions: Record<string | number, string>;
|
|
@@ -14220,6 +14235,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
14220
14235
|
default: string;
|
|
14221
14236
|
conditions: Record<string | number, string>;
|
|
14222
14237
|
};
|
|
14238
|
+
12: {
|
|
14239
|
+
default: string;
|
|
14240
|
+
conditions: Record<string | number, string>;
|
|
14241
|
+
};
|
|
14223
14242
|
10: {
|
|
14224
14243
|
default: string;
|
|
14225
14244
|
conditions: Record<string | number, string>;
|
|
@@ -14244,10 +14263,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
14244
14263
|
default: string;
|
|
14245
14264
|
conditions: Record<string | number, string>;
|
|
14246
14265
|
};
|
|
14247
|
-
12: {
|
|
14248
|
-
default: string;
|
|
14249
|
-
conditions: Record<string | number, string>;
|
|
14250
|
-
};
|
|
14251
14266
|
14: {
|
|
14252
14267
|
default: string;
|
|
14253
14268
|
conditions: Record<string | number, string>;
|
|
@@ -14457,6 +14472,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
14457
14472
|
default: string;
|
|
14458
14473
|
conditions: Record<string | number, string>;
|
|
14459
14474
|
};
|
|
14475
|
+
12: {
|
|
14476
|
+
default: string;
|
|
14477
|
+
conditions: Record<string | number, string>;
|
|
14478
|
+
};
|
|
14460
14479
|
10: {
|
|
14461
14480
|
default: string;
|
|
14462
14481
|
conditions: Record<string | number, string>;
|
|
@@ -14481,10 +14500,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
14481
14500
|
default: string;
|
|
14482
14501
|
conditions: Record<string | number, string>;
|
|
14483
14502
|
};
|
|
14484
|
-
12: {
|
|
14485
|
-
default: string;
|
|
14486
|
-
conditions: Record<string | number, string>;
|
|
14487
|
-
};
|
|
14488
14503
|
14: {
|
|
14489
14504
|
default: string;
|
|
14490
14505
|
conditions: Record<string | number, string>;
|
|
@@ -15767,6 +15782,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
15767
15782
|
default: string;
|
|
15768
15783
|
conditions: Record<string | number, string>;
|
|
15769
15784
|
};
|
|
15785
|
+
12: {
|
|
15786
|
+
default: string;
|
|
15787
|
+
conditions: Record<string | number, string>;
|
|
15788
|
+
};
|
|
15770
15789
|
10: {
|
|
15771
15790
|
default: string;
|
|
15772
15791
|
conditions: Record<string | number, string>;
|
|
@@ -15791,10 +15810,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
15791
15810
|
default: string;
|
|
15792
15811
|
conditions: Record<string | number, string>;
|
|
15793
15812
|
};
|
|
15794
|
-
12: {
|
|
15795
|
-
default: string;
|
|
15796
|
-
conditions: Record<string | number, string>;
|
|
15797
|
-
};
|
|
15798
15813
|
14: {
|
|
15799
15814
|
default: string;
|
|
15800
15815
|
conditions: Record<string | number, string>;
|
|
@@ -16029,6 +16044,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
16029
16044
|
default: string;
|
|
16030
16045
|
conditions: Record<string | number, string>;
|
|
16031
16046
|
};
|
|
16047
|
+
12: {
|
|
16048
|
+
default: string;
|
|
16049
|
+
conditions: Record<string | number, string>;
|
|
16050
|
+
};
|
|
16032
16051
|
10: {
|
|
16033
16052
|
default: string;
|
|
16034
16053
|
conditions: Record<string | number, string>;
|
|
@@ -16053,10 +16072,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
16053
16072
|
default: string;
|
|
16054
16073
|
conditions: Record<string | number, string>;
|
|
16055
16074
|
};
|
|
16056
|
-
12: {
|
|
16057
|
-
default: string;
|
|
16058
|
-
conditions: Record<string | number, string>;
|
|
16059
|
-
};
|
|
16060
16075
|
14: {
|
|
16061
16076
|
default: string;
|
|
16062
16077
|
conditions: Record<string | number, string>;
|
|
@@ -16291,6 +16306,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
16291
16306
|
default: string;
|
|
16292
16307
|
conditions: Record<string | number, string>;
|
|
16293
16308
|
};
|
|
16309
|
+
12: {
|
|
16310
|
+
default: string;
|
|
16311
|
+
conditions: Record<string | number, string>;
|
|
16312
|
+
};
|
|
16294
16313
|
10: {
|
|
16295
16314
|
default: string;
|
|
16296
16315
|
conditions: Record<string | number, string>;
|
|
@@ -16315,10 +16334,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
16315
16334
|
default: string;
|
|
16316
16335
|
conditions: Record<string | number, string>;
|
|
16317
16336
|
};
|
|
16318
|
-
12: {
|
|
16319
|
-
default: string;
|
|
16320
|
-
conditions: Record<string | number, string>;
|
|
16321
|
-
};
|
|
16322
16337
|
14: {
|
|
16323
16338
|
default: string;
|
|
16324
16339
|
conditions: Record<string | number, string>;
|
|
@@ -16553,6 +16568,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
16553
16568
|
default: string;
|
|
16554
16569
|
conditions: Record<string | number, string>;
|
|
16555
16570
|
};
|
|
16571
|
+
12: {
|
|
16572
|
+
default: string;
|
|
16573
|
+
conditions: Record<string | number, string>;
|
|
16574
|
+
};
|
|
16556
16575
|
10: {
|
|
16557
16576
|
default: string;
|
|
16558
16577
|
conditions: Record<string | number, string>;
|
|
@@ -16577,10 +16596,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
16577
16596
|
default: string;
|
|
16578
16597
|
conditions: Record<string | number, string>;
|
|
16579
16598
|
};
|
|
16580
|
-
12: {
|
|
16581
|
-
default: string;
|
|
16582
|
-
conditions: Record<string | number, string>;
|
|
16583
|
-
};
|
|
16584
16599
|
14: {
|
|
16585
16600
|
default: string;
|
|
16586
16601
|
conditions: Record<string | number, string>;
|
|
@@ -16815,6 +16830,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
16815
16830
|
default: string;
|
|
16816
16831
|
conditions: Record<string | number, string>;
|
|
16817
16832
|
};
|
|
16833
|
+
12: {
|
|
16834
|
+
default: string;
|
|
16835
|
+
conditions: Record<string | number, string>;
|
|
16836
|
+
};
|
|
16818
16837
|
10: {
|
|
16819
16838
|
default: string;
|
|
16820
16839
|
conditions: Record<string | number, string>;
|
|
@@ -16839,10 +16858,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
16839
16858
|
default: string;
|
|
16840
16859
|
conditions: Record<string | number, string>;
|
|
16841
16860
|
};
|
|
16842
|
-
12: {
|
|
16843
|
-
default: string;
|
|
16844
|
-
conditions: Record<string | number, string>;
|
|
16845
|
-
};
|
|
16846
16861
|
14: {
|
|
16847
16862
|
default: string;
|
|
16848
16863
|
conditions: Record<string | number, string>;
|
|
@@ -17077,6 +17092,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
17077
17092
|
default: string;
|
|
17078
17093
|
conditions: Record<string | number, string>;
|
|
17079
17094
|
};
|
|
17095
|
+
12: {
|
|
17096
|
+
default: string;
|
|
17097
|
+
conditions: Record<string | number, string>;
|
|
17098
|
+
};
|
|
17080
17099
|
10: {
|
|
17081
17100
|
default: string;
|
|
17082
17101
|
conditions: Record<string | number, string>;
|
|
@@ -17101,10 +17120,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
17101
17120
|
default: string;
|
|
17102
17121
|
conditions: Record<string | number, string>;
|
|
17103
17122
|
};
|
|
17104
|
-
12: {
|
|
17105
|
-
default: string;
|
|
17106
|
-
conditions: Record<string | number, string>;
|
|
17107
|
-
};
|
|
17108
17123
|
14: {
|
|
17109
17124
|
default: string;
|
|
17110
17125
|
conditions: Record<string | number, string>;
|
|
@@ -17606,6 +17621,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
17606
17621
|
default: string;
|
|
17607
17622
|
conditions: Record<string | number, string>;
|
|
17608
17623
|
};
|
|
17624
|
+
12: {
|
|
17625
|
+
default: string;
|
|
17626
|
+
conditions: Record<string | number, string>;
|
|
17627
|
+
};
|
|
17609
17628
|
10: {
|
|
17610
17629
|
default: string;
|
|
17611
17630
|
conditions: Record<string | number, string>;
|
|
@@ -17630,10 +17649,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
17630
17649
|
default: string;
|
|
17631
17650
|
conditions: Record<string | number, string>;
|
|
17632
17651
|
};
|
|
17633
|
-
12: {
|
|
17634
|
-
default: string;
|
|
17635
|
-
conditions: Record<string | number, string>;
|
|
17636
|
-
};
|
|
17637
17652
|
14: {
|
|
17638
17653
|
default: string;
|
|
17639
17654
|
conditions: Record<string | number, string>;
|
|
@@ -17843,6 +17858,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
17843
17858
|
default: string;
|
|
17844
17859
|
conditions: Record<string | number, string>;
|
|
17845
17860
|
};
|
|
17861
|
+
12: {
|
|
17862
|
+
default: string;
|
|
17863
|
+
conditions: Record<string | number, string>;
|
|
17864
|
+
};
|
|
17846
17865
|
10: {
|
|
17847
17866
|
default: string;
|
|
17848
17867
|
conditions: Record<string | number, string>;
|
|
@@ -17867,10 +17886,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
17867
17886
|
default: string;
|
|
17868
17887
|
conditions: Record<string | number, string>;
|
|
17869
17888
|
};
|
|
17870
|
-
12: {
|
|
17871
|
-
default: string;
|
|
17872
|
-
conditions: Record<string | number, string>;
|
|
17873
|
-
};
|
|
17874
17889
|
14: {
|
|
17875
17890
|
default: string;
|
|
17876
17891
|
conditions: Record<string | number, string>;
|
|
@@ -18080,6 +18095,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18080
18095
|
default: string;
|
|
18081
18096
|
conditions: Record<string | number, string>;
|
|
18082
18097
|
};
|
|
18098
|
+
12: {
|
|
18099
|
+
default: string;
|
|
18100
|
+
conditions: Record<string | number, string>;
|
|
18101
|
+
};
|
|
18083
18102
|
10: {
|
|
18084
18103
|
default: string;
|
|
18085
18104
|
conditions: Record<string | number, string>;
|
|
@@ -18104,10 +18123,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18104
18123
|
default: string;
|
|
18105
18124
|
conditions: Record<string | number, string>;
|
|
18106
18125
|
};
|
|
18107
|
-
12: {
|
|
18108
|
-
default: string;
|
|
18109
|
-
conditions: Record<string | number, string>;
|
|
18110
|
-
};
|
|
18111
18126
|
14: {
|
|
18112
18127
|
default: string;
|
|
18113
18128
|
conditions: Record<string | number, string>;
|
|
@@ -18317,6 +18332,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18317
18332
|
default: string;
|
|
18318
18333
|
conditions: Record<string | number, string>;
|
|
18319
18334
|
};
|
|
18335
|
+
12: {
|
|
18336
|
+
default: string;
|
|
18337
|
+
conditions: Record<string | number, string>;
|
|
18338
|
+
};
|
|
18320
18339
|
10: {
|
|
18321
18340
|
default: string;
|
|
18322
18341
|
conditions: Record<string | number, string>;
|
|
@@ -18341,10 +18360,6 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18341
18360
|
default: string;
|
|
18342
18361
|
conditions: Record<string | number, string>;
|
|
18343
18362
|
};
|
|
18344
|
-
12: {
|
|
18345
|
-
default: string;
|
|
18346
|
-
conditions: Record<string | number, string>;
|
|
18347
|
-
};
|
|
18348
18363
|
14: {
|
|
18349
18364
|
default: string;
|
|
18350
18365
|
conditions: Record<string | number, string>;
|
|
@@ -18647,6 +18662,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18647
18662
|
default: string;
|
|
18648
18663
|
conditions: Record<string | number, string>;
|
|
18649
18664
|
};
|
|
18665
|
+
footer2: {
|
|
18666
|
+
default: string;
|
|
18667
|
+
conditions: Record<string | number, string>;
|
|
18668
|
+
};
|
|
18650
18669
|
};
|
|
18651
18670
|
staticScale: {
|
|
18652
18671
|
readonly heading1: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -18663,6 +18682,7 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18663
18682
|
readonly body2: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18664
18683
|
readonly caption: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18665
18684
|
readonly footer: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18685
|
+
readonly footer2: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18666
18686
|
};
|
|
18667
18687
|
name: "fontSize";
|
|
18668
18688
|
};
|
|
@@ -18760,10 +18780,15 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18760
18780
|
default: string;
|
|
18761
18781
|
conditions: Record<string | number, string>;
|
|
18762
18782
|
};
|
|
18783
|
+
12: {
|
|
18784
|
+
default: string;
|
|
18785
|
+
conditions: Record<string | number, string>;
|
|
18786
|
+
};
|
|
18763
18787
|
};
|
|
18764
18788
|
staticScale: {
|
|
18765
18789
|
readonly normal: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18766
18790
|
readonly none: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18791
|
+
readonly '12': `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18767
18792
|
readonly '16': `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18768
18793
|
readonly '20': `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18769
18794
|
readonly '24': `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -18797,6 +18822,10 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18797
18822
|
default: string;
|
|
18798
18823
|
conditions: Record<string | number, string>;
|
|
18799
18824
|
};
|
|
18825
|
+
widest: {
|
|
18826
|
+
default: string;
|
|
18827
|
+
conditions: Record<string | number, string>;
|
|
18828
|
+
};
|
|
18800
18829
|
};
|
|
18801
18830
|
staticScale: {
|
|
18802
18831
|
readonly tighter: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -18804,6 +18833,7 @@ declare const Flex: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
18804
18833
|
readonly normal: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18805
18834
|
readonly wide: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18806
18835
|
readonly wider: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18836
|
+
readonly widest: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
18807
18837
|
};
|
|
18808
18838
|
name: "letterSpacing";
|
|
18809
18839
|
};
|
|
@@ -19038,6 +19068,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
19038
19068
|
default: string;
|
|
19039
19069
|
conditions: Record<string | number, string>;
|
|
19040
19070
|
};
|
|
19071
|
+
12: {
|
|
19072
|
+
default: string;
|
|
19073
|
+
conditions: Record<string | number, string>;
|
|
19074
|
+
};
|
|
19041
19075
|
10: {
|
|
19042
19076
|
default: string;
|
|
19043
19077
|
conditions: Record<string | number, string>;
|
|
@@ -19062,10 +19096,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
19062
19096
|
default: string;
|
|
19063
19097
|
conditions: Record<string | number, string>;
|
|
19064
19098
|
};
|
|
19065
|
-
12: {
|
|
19066
|
-
default: string;
|
|
19067
|
-
conditions: Record<string | number, string>;
|
|
19068
|
-
};
|
|
19069
19099
|
14: {
|
|
19070
19100
|
default: string;
|
|
19071
19101
|
conditions: Record<string | number, string>;
|
|
@@ -19275,6 +19305,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
19275
19305
|
default: string;
|
|
19276
19306
|
conditions: Record<string | number, string>;
|
|
19277
19307
|
};
|
|
19308
|
+
12: {
|
|
19309
|
+
default: string;
|
|
19310
|
+
conditions: Record<string | number, string>;
|
|
19311
|
+
};
|
|
19278
19312
|
10: {
|
|
19279
19313
|
default: string;
|
|
19280
19314
|
conditions: Record<string | number, string>;
|
|
@@ -19299,10 +19333,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
19299
19333
|
default: string;
|
|
19300
19334
|
conditions: Record<string | number, string>;
|
|
19301
19335
|
};
|
|
19302
|
-
12: {
|
|
19303
|
-
default: string;
|
|
19304
|
-
conditions: Record<string | number, string>;
|
|
19305
|
-
};
|
|
19306
19336
|
14: {
|
|
19307
19337
|
default: string;
|
|
19308
19338
|
conditions: Record<string | number, string>;
|
|
@@ -19512,6 +19542,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
19512
19542
|
default: string;
|
|
19513
19543
|
conditions: Record<string | number, string>;
|
|
19514
19544
|
};
|
|
19545
|
+
12: {
|
|
19546
|
+
default: string;
|
|
19547
|
+
conditions: Record<string | number, string>;
|
|
19548
|
+
};
|
|
19515
19549
|
10: {
|
|
19516
19550
|
default: string;
|
|
19517
19551
|
conditions: Record<string | number, string>;
|
|
@@ -19536,10 +19570,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
19536
19570
|
default: string;
|
|
19537
19571
|
conditions: Record<string | number, string>;
|
|
19538
19572
|
};
|
|
19539
|
-
12: {
|
|
19540
|
-
default: string;
|
|
19541
|
-
conditions: Record<string | number, string>;
|
|
19542
|
-
};
|
|
19543
19573
|
14: {
|
|
19544
19574
|
default: string;
|
|
19545
19575
|
conditions: Record<string | number, string>;
|
|
@@ -19885,6 +19915,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
19885
19915
|
default: string;
|
|
19886
19916
|
conditions: Record<string | number, string>;
|
|
19887
19917
|
};
|
|
19918
|
+
12: {
|
|
19919
|
+
default: string;
|
|
19920
|
+
conditions: Record<string | number, string>;
|
|
19921
|
+
};
|
|
19888
19922
|
10: {
|
|
19889
19923
|
default: string;
|
|
19890
19924
|
conditions: Record<string | number, string>;
|
|
@@ -19909,10 +19943,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
19909
19943
|
default: string;
|
|
19910
19944
|
conditions: Record<string | number, string>;
|
|
19911
19945
|
};
|
|
19912
|
-
12: {
|
|
19913
|
-
default: string;
|
|
19914
|
-
conditions: Record<string | number, string>;
|
|
19915
|
-
};
|
|
19916
19946
|
14: {
|
|
19917
19947
|
default: string;
|
|
19918
19948
|
conditions: Record<string | number, string>;
|
|
@@ -20122,6 +20152,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
20122
20152
|
default: string;
|
|
20123
20153
|
conditions: Record<string | number, string>;
|
|
20124
20154
|
};
|
|
20155
|
+
12: {
|
|
20156
|
+
default: string;
|
|
20157
|
+
conditions: Record<string | number, string>;
|
|
20158
|
+
};
|
|
20125
20159
|
10: {
|
|
20126
20160
|
default: string;
|
|
20127
20161
|
conditions: Record<string | number, string>;
|
|
@@ -20146,10 +20180,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
20146
20180
|
default: string;
|
|
20147
20181
|
conditions: Record<string | number, string>;
|
|
20148
20182
|
};
|
|
20149
|
-
12: {
|
|
20150
|
-
default: string;
|
|
20151
|
-
conditions: Record<string | number, string>;
|
|
20152
|
-
};
|
|
20153
20183
|
14: {
|
|
20154
20184
|
default: string;
|
|
20155
20185
|
conditions: Record<string | number, string>;
|
|
@@ -20359,6 +20389,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
20359
20389
|
default: string;
|
|
20360
20390
|
conditions: Record<string | number, string>;
|
|
20361
20391
|
};
|
|
20392
|
+
12: {
|
|
20393
|
+
default: string;
|
|
20394
|
+
conditions: Record<string | number, string>;
|
|
20395
|
+
};
|
|
20362
20396
|
10: {
|
|
20363
20397
|
default: string;
|
|
20364
20398
|
conditions: Record<string | number, string>;
|
|
@@ -20383,10 +20417,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
20383
20417
|
default: string;
|
|
20384
20418
|
conditions: Record<string | number, string>;
|
|
20385
20419
|
};
|
|
20386
|
-
12: {
|
|
20387
|
-
default: string;
|
|
20388
|
-
conditions: Record<string | number, string>;
|
|
20389
|
-
};
|
|
20390
20420
|
14: {
|
|
20391
20421
|
default: string;
|
|
20392
20422
|
conditions: Record<string | number, string>;
|
|
@@ -20596,6 +20626,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
20596
20626
|
default: string;
|
|
20597
20627
|
conditions: Record<string | number, string>;
|
|
20598
20628
|
};
|
|
20629
|
+
12: {
|
|
20630
|
+
default: string;
|
|
20631
|
+
conditions: Record<string | number, string>;
|
|
20632
|
+
};
|
|
20599
20633
|
10: {
|
|
20600
20634
|
default: string;
|
|
20601
20635
|
conditions: Record<string | number, string>;
|
|
@@ -20620,10 +20654,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
20620
20654
|
default: string;
|
|
20621
20655
|
conditions: Record<string | number, string>;
|
|
20622
20656
|
};
|
|
20623
|
-
12: {
|
|
20624
|
-
default: string;
|
|
20625
|
-
conditions: Record<string | number, string>;
|
|
20626
|
-
};
|
|
20627
20657
|
14: {
|
|
20628
20658
|
default: string;
|
|
20629
20659
|
conditions: Record<string | number, string>;
|
|
@@ -20833,6 +20863,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
20833
20863
|
default: string;
|
|
20834
20864
|
conditions: Record<string | number, string>;
|
|
20835
20865
|
};
|
|
20866
|
+
12: {
|
|
20867
|
+
default: string;
|
|
20868
|
+
conditions: Record<string | number, string>;
|
|
20869
|
+
};
|
|
20836
20870
|
10: {
|
|
20837
20871
|
default: string;
|
|
20838
20872
|
conditions: Record<string | number, string>;
|
|
@@ -20857,10 +20891,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
20857
20891
|
default: string;
|
|
20858
20892
|
conditions: Record<string | number, string>;
|
|
20859
20893
|
};
|
|
20860
|
-
12: {
|
|
20861
|
-
default: string;
|
|
20862
|
-
conditions: Record<string | number, string>;
|
|
20863
|
-
};
|
|
20864
20894
|
14: {
|
|
20865
20895
|
default: string;
|
|
20866
20896
|
conditions: Record<string | number, string>;
|
|
@@ -21070,6 +21100,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
21070
21100
|
default: string;
|
|
21071
21101
|
conditions: Record<string | number, string>;
|
|
21072
21102
|
};
|
|
21103
|
+
12: {
|
|
21104
|
+
default: string;
|
|
21105
|
+
conditions: Record<string | number, string>;
|
|
21106
|
+
};
|
|
21073
21107
|
10: {
|
|
21074
21108
|
default: string;
|
|
21075
21109
|
conditions: Record<string | number, string>;
|
|
@@ -21094,10 +21128,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
21094
21128
|
default: string;
|
|
21095
21129
|
conditions: Record<string | number, string>;
|
|
21096
21130
|
};
|
|
21097
|
-
12: {
|
|
21098
|
-
default: string;
|
|
21099
|
-
conditions: Record<string | number, string>;
|
|
21100
|
-
};
|
|
21101
21131
|
14: {
|
|
21102
21132
|
default: string;
|
|
21103
21133
|
conditions: Record<string | number, string>;
|
|
@@ -21307,6 +21337,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
21307
21337
|
default: string;
|
|
21308
21338
|
conditions: Record<string | number, string>;
|
|
21309
21339
|
};
|
|
21340
|
+
12: {
|
|
21341
|
+
default: string;
|
|
21342
|
+
conditions: Record<string | number, string>;
|
|
21343
|
+
};
|
|
21310
21344
|
10: {
|
|
21311
21345
|
default: string;
|
|
21312
21346
|
conditions: Record<string | number, string>;
|
|
@@ -21331,10 +21365,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
21331
21365
|
default: string;
|
|
21332
21366
|
conditions: Record<string | number, string>;
|
|
21333
21367
|
};
|
|
21334
|
-
12: {
|
|
21335
|
-
default: string;
|
|
21336
|
-
conditions: Record<string | number, string>;
|
|
21337
|
-
};
|
|
21338
21368
|
14: {
|
|
21339
21369
|
default: string;
|
|
21340
21370
|
conditions: Record<string | number, string>;
|
|
@@ -21544,6 +21574,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
21544
21574
|
default: string;
|
|
21545
21575
|
conditions: Record<string | number, string>;
|
|
21546
21576
|
};
|
|
21577
|
+
12: {
|
|
21578
|
+
default: string;
|
|
21579
|
+
conditions: Record<string | number, string>;
|
|
21580
|
+
};
|
|
21547
21581
|
10: {
|
|
21548
21582
|
default: string;
|
|
21549
21583
|
conditions: Record<string | number, string>;
|
|
@@ -21568,10 +21602,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
21568
21602
|
default: string;
|
|
21569
21603
|
conditions: Record<string | number, string>;
|
|
21570
21604
|
};
|
|
21571
|
-
12: {
|
|
21572
|
-
default: string;
|
|
21573
|
-
conditions: Record<string | number, string>;
|
|
21574
|
-
};
|
|
21575
21605
|
14: {
|
|
21576
21606
|
default: string;
|
|
21577
21607
|
conditions: Record<string | number, string>;
|
|
@@ -21781,6 +21811,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
21781
21811
|
default: string;
|
|
21782
21812
|
conditions: Record<string | number, string>;
|
|
21783
21813
|
};
|
|
21814
|
+
12: {
|
|
21815
|
+
default: string;
|
|
21816
|
+
conditions: Record<string | number, string>;
|
|
21817
|
+
};
|
|
21784
21818
|
10: {
|
|
21785
21819
|
default: string;
|
|
21786
21820
|
conditions: Record<string | number, string>;
|
|
@@ -21805,10 +21839,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
21805
21839
|
default: string;
|
|
21806
21840
|
conditions: Record<string | number, string>;
|
|
21807
21841
|
};
|
|
21808
|
-
12: {
|
|
21809
|
-
default: string;
|
|
21810
|
-
conditions: Record<string | number, string>;
|
|
21811
|
-
};
|
|
21812
21842
|
14: {
|
|
21813
21843
|
default: string;
|
|
21814
21844
|
conditions: Record<string | number, string>;
|
|
@@ -22018,6 +22048,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
22018
22048
|
default: string;
|
|
22019
22049
|
conditions: Record<string | number, string>;
|
|
22020
22050
|
};
|
|
22051
|
+
12: {
|
|
22052
|
+
default: string;
|
|
22053
|
+
conditions: Record<string | number, string>;
|
|
22054
|
+
};
|
|
22021
22055
|
10: {
|
|
22022
22056
|
default: string;
|
|
22023
22057
|
conditions: Record<string | number, string>;
|
|
@@ -22042,10 +22076,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
22042
22076
|
default: string;
|
|
22043
22077
|
conditions: Record<string | number, string>;
|
|
22044
22078
|
};
|
|
22045
|
-
12: {
|
|
22046
|
-
default: string;
|
|
22047
|
-
conditions: Record<string | number, string>;
|
|
22048
|
-
};
|
|
22049
22079
|
14: {
|
|
22050
22080
|
default: string;
|
|
22051
22081
|
conditions: Record<string | number, string>;
|
|
@@ -23236,6 +23266,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
23236
23266
|
default: string;
|
|
23237
23267
|
conditions: Record<string | number, string>;
|
|
23238
23268
|
};
|
|
23269
|
+
12: {
|
|
23270
|
+
default: string;
|
|
23271
|
+
conditions: Record<string | number, string>;
|
|
23272
|
+
};
|
|
23239
23273
|
10: {
|
|
23240
23274
|
default: string;
|
|
23241
23275
|
conditions: Record<string | number, string>;
|
|
@@ -23260,10 +23294,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
23260
23294
|
default: string;
|
|
23261
23295
|
conditions: Record<string | number, string>;
|
|
23262
23296
|
};
|
|
23263
|
-
12: {
|
|
23264
|
-
default: string;
|
|
23265
|
-
conditions: Record<string | number, string>;
|
|
23266
|
-
};
|
|
23267
23297
|
14: {
|
|
23268
23298
|
default: string;
|
|
23269
23299
|
conditions: Record<string | number, string>;
|
|
@@ -23498,6 +23528,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
23498
23528
|
default: string;
|
|
23499
23529
|
conditions: Record<string | number, string>;
|
|
23500
23530
|
};
|
|
23531
|
+
12: {
|
|
23532
|
+
default: string;
|
|
23533
|
+
conditions: Record<string | number, string>;
|
|
23534
|
+
};
|
|
23501
23535
|
10: {
|
|
23502
23536
|
default: string;
|
|
23503
23537
|
conditions: Record<string | number, string>;
|
|
@@ -23522,10 +23556,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
23522
23556
|
default: string;
|
|
23523
23557
|
conditions: Record<string | number, string>;
|
|
23524
23558
|
};
|
|
23525
|
-
12: {
|
|
23526
|
-
default: string;
|
|
23527
|
-
conditions: Record<string | number, string>;
|
|
23528
|
-
};
|
|
23529
23559
|
14: {
|
|
23530
23560
|
default: string;
|
|
23531
23561
|
conditions: Record<string | number, string>;
|
|
@@ -23760,6 +23790,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
23760
23790
|
default: string;
|
|
23761
23791
|
conditions: Record<string | number, string>;
|
|
23762
23792
|
};
|
|
23793
|
+
12: {
|
|
23794
|
+
default: string;
|
|
23795
|
+
conditions: Record<string | number, string>;
|
|
23796
|
+
};
|
|
23763
23797
|
10: {
|
|
23764
23798
|
default: string;
|
|
23765
23799
|
conditions: Record<string | number, string>;
|
|
@@ -23784,10 +23818,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
23784
23818
|
default: string;
|
|
23785
23819
|
conditions: Record<string | number, string>;
|
|
23786
23820
|
};
|
|
23787
|
-
12: {
|
|
23788
|
-
default: string;
|
|
23789
|
-
conditions: Record<string | number, string>;
|
|
23790
|
-
};
|
|
23791
23821
|
14: {
|
|
23792
23822
|
default: string;
|
|
23793
23823
|
conditions: Record<string | number, string>;
|
|
@@ -24022,6 +24052,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
24022
24052
|
default: string;
|
|
24023
24053
|
conditions: Record<string | number, string>;
|
|
24024
24054
|
};
|
|
24055
|
+
12: {
|
|
24056
|
+
default: string;
|
|
24057
|
+
conditions: Record<string | number, string>;
|
|
24058
|
+
};
|
|
24025
24059
|
10: {
|
|
24026
24060
|
default: string;
|
|
24027
24061
|
conditions: Record<string | number, string>;
|
|
@@ -24046,10 +24080,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
24046
24080
|
default: string;
|
|
24047
24081
|
conditions: Record<string | number, string>;
|
|
24048
24082
|
};
|
|
24049
|
-
12: {
|
|
24050
|
-
default: string;
|
|
24051
|
-
conditions: Record<string | number, string>;
|
|
24052
|
-
};
|
|
24053
24083
|
14: {
|
|
24054
24084
|
default: string;
|
|
24055
24085
|
conditions: Record<string | number, string>;
|
|
@@ -24284,6 +24314,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
24284
24314
|
default: string;
|
|
24285
24315
|
conditions: Record<string | number, string>;
|
|
24286
24316
|
};
|
|
24317
|
+
12: {
|
|
24318
|
+
default: string;
|
|
24319
|
+
conditions: Record<string | number, string>;
|
|
24320
|
+
};
|
|
24287
24321
|
10: {
|
|
24288
24322
|
default: string;
|
|
24289
24323
|
conditions: Record<string | number, string>;
|
|
@@ -24308,10 +24342,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
24308
24342
|
default: string;
|
|
24309
24343
|
conditions: Record<string | number, string>;
|
|
24310
24344
|
};
|
|
24311
|
-
12: {
|
|
24312
|
-
default: string;
|
|
24313
|
-
conditions: Record<string | number, string>;
|
|
24314
|
-
};
|
|
24315
24345
|
14: {
|
|
24316
24346
|
default: string;
|
|
24317
24347
|
conditions: Record<string | number, string>;
|
|
@@ -24546,6 +24576,10 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
24546
24576
|
default: string;
|
|
24547
24577
|
conditions: Record<string | number, string>;
|
|
24548
24578
|
};
|
|
24579
|
+
12: {
|
|
24580
|
+
default: string;
|
|
24581
|
+
conditions: Record<string | number, string>;
|
|
24582
|
+
};
|
|
24549
24583
|
10: {
|
|
24550
24584
|
default: string;
|
|
24551
24585
|
conditions: Record<string | number, string>;
|
|
@@ -24570,10 +24604,6 @@ declare const Grid: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decla
|
|
|
24570
24604
|
default: string;
|
|
24571
24605
|
conditions: Record<string | number, string>;
|
|
24572
24606
|
};
|
|
24573
|
-
12: {
|
|
24574
|
-
default: string;
|
|
24575
|
-
conditions: Record<string | number, string>;
|
|
24576
|
-
};
|
|
24577
24607
|
14: {
|
|
24578
24608
|
default: string;
|
|
24579
24609
|
conditions: Record<string | number, string>;
|
|
@@ -25080,6 +25110,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
25080
25110
|
default: string;
|
|
25081
25111
|
conditions: Record<string | number, string>;
|
|
25082
25112
|
};
|
|
25113
|
+
12: {
|
|
25114
|
+
default: string;
|
|
25115
|
+
conditions: Record<string | number, string>;
|
|
25116
|
+
};
|
|
25083
25117
|
10: {
|
|
25084
25118
|
default: string;
|
|
25085
25119
|
conditions: Record<string | number, string>;
|
|
@@ -25104,10 +25138,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
25104
25138
|
default: string;
|
|
25105
25139
|
conditions: Record<string | number, string>;
|
|
25106
25140
|
};
|
|
25107
|
-
12: {
|
|
25108
|
-
default: string;
|
|
25109
|
-
conditions: Record<string | number, string>;
|
|
25110
|
-
};
|
|
25111
25141
|
14: {
|
|
25112
25142
|
default: string;
|
|
25113
25143
|
conditions: Record<string | number, string>;
|
|
@@ -25342,6 +25372,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
25342
25372
|
default: string;
|
|
25343
25373
|
conditions: Record<string | number, string>;
|
|
25344
25374
|
};
|
|
25375
|
+
12: {
|
|
25376
|
+
default: string;
|
|
25377
|
+
conditions: Record<string | number, string>;
|
|
25378
|
+
};
|
|
25345
25379
|
10: {
|
|
25346
25380
|
default: string;
|
|
25347
25381
|
conditions: Record<string | number, string>;
|
|
@@ -25366,10 +25400,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
25366
25400
|
default: string;
|
|
25367
25401
|
conditions: Record<string | number, string>;
|
|
25368
25402
|
};
|
|
25369
|
-
12: {
|
|
25370
|
-
default: string;
|
|
25371
|
-
conditions: Record<string | number, string>;
|
|
25372
|
-
};
|
|
25373
25403
|
14: {
|
|
25374
25404
|
default: string;
|
|
25375
25405
|
conditions: Record<string | number, string>;
|
|
@@ -25604,6 +25634,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
25604
25634
|
default: string;
|
|
25605
25635
|
conditions: Record<string | number, string>;
|
|
25606
25636
|
};
|
|
25637
|
+
12: {
|
|
25638
|
+
default: string;
|
|
25639
|
+
conditions: Record<string | number, string>;
|
|
25640
|
+
};
|
|
25607
25641
|
10: {
|
|
25608
25642
|
default: string;
|
|
25609
25643
|
conditions: Record<string | number, string>;
|
|
@@ -25628,10 +25662,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
25628
25662
|
default: string;
|
|
25629
25663
|
conditions: Record<string | number, string>;
|
|
25630
25664
|
};
|
|
25631
|
-
12: {
|
|
25632
|
-
default: string;
|
|
25633
|
-
conditions: Record<string | number, string>;
|
|
25634
|
-
};
|
|
25635
25665
|
14: {
|
|
25636
25666
|
default: string;
|
|
25637
25667
|
conditions: Record<string | number, string>;
|
|
@@ -25866,6 +25896,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
25866
25896
|
default: string;
|
|
25867
25897
|
conditions: Record<string | number, string>;
|
|
25868
25898
|
};
|
|
25899
|
+
12: {
|
|
25900
|
+
default: string;
|
|
25901
|
+
conditions: Record<string | number, string>;
|
|
25902
|
+
};
|
|
25869
25903
|
10: {
|
|
25870
25904
|
default: string;
|
|
25871
25905
|
conditions: Record<string | number, string>;
|
|
@@ -25890,10 +25924,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
25890
25924
|
default: string;
|
|
25891
25925
|
conditions: Record<string | number, string>;
|
|
25892
25926
|
};
|
|
25893
|
-
12: {
|
|
25894
|
-
default: string;
|
|
25895
|
-
conditions: Record<string | number, string>;
|
|
25896
|
-
};
|
|
25897
25927
|
14: {
|
|
25898
25928
|
default: string;
|
|
25899
25929
|
conditions: Record<string | number, string>;
|
|
@@ -26128,6 +26158,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
26128
26158
|
default: string;
|
|
26129
26159
|
conditions: Record<string | number, string>;
|
|
26130
26160
|
};
|
|
26161
|
+
12: {
|
|
26162
|
+
default: string;
|
|
26163
|
+
conditions: Record<string | number, string>;
|
|
26164
|
+
};
|
|
26131
26165
|
10: {
|
|
26132
26166
|
default: string;
|
|
26133
26167
|
conditions: Record<string | number, string>;
|
|
@@ -26152,10 +26186,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
26152
26186
|
default: string;
|
|
26153
26187
|
conditions: Record<string | number, string>;
|
|
26154
26188
|
};
|
|
26155
|
-
12: {
|
|
26156
|
-
default: string;
|
|
26157
|
-
conditions: Record<string | number, string>;
|
|
26158
|
-
};
|
|
26159
26189
|
14: {
|
|
26160
26190
|
default: string;
|
|
26161
26191
|
conditions: Record<string | number, string>;
|
|
@@ -26390,6 +26420,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
26390
26420
|
default: string;
|
|
26391
26421
|
conditions: Record<string | number, string>;
|
|
26392
26422
|
};
|
|
26423
|
+
12: {
|
|
26424
|
+
default: string;
|
|
26425
|
+
conditions: Record<string | number, string>;
|
|
26426
|
+
};
|
|
26393
26427
|
10: {
|
|
26394
26428
|
default: string;
|
|
26395
26429
|
conditions: Record<string | number, string>;
|
|
@@ -26414,10 +26448,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
26414
26448
|
default: string;
|
|
26415
26449
|
conditions: Record<string | number, string>;
|
|
26416
26450
|
};
|
|
26417
|
-
12: {
|
|
26418
|
-
default: string;
|
|
26419
|
-
conditions: Record<string | number, string>;
|
|
26420
|
-
};
|
|
26421
26451
|
14: {
|
|
26422
26452
|
default: string;
|
|
26423
26453
|
conditions: Record<string | number, string>;
|
|
@@ -26853,6 +26883,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
26853
26883
|
default: string;
|
|
26854
26884
|
conditions: Record<string | number, string>;
|
|
26855
26885
|
};
|
|
26886
|
+
12: {
|
|
26887
|
+
default: string;
|
|
26888
|
+
conditions: Record<string | number, string>;
|
|
26889
|
+
};
|
|
26856
26890
|
10: {
|
|
26857
26891
|
default: string;
|
|
26858
26892
|
conditions: Record<string | number, string>;
|
|
@@ -26877,10 +26911,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
26877
26911
|
default: string;
|
|
26878
26912
|
conditions: Record<string | number, string>;
|
|
26879
26913
|
};
|
|
26880
|
-
12: {
|
|
26881
|
-
default: string;
|
|
26882
|
-
conditions: Record<string | number, string>;
|
|
26883
|
-
};
|
|
26884
26914
|
14: {
|
|
26885
26915
|
default: string;
|
|
26886
26916
|
conditions: Record<string | number, string>;
|
|
@@ -27090,6 +27120,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
27090
27120
|
default: string;
|
|
27091
27121
|
conditions: Record<string | number, string>;
|
|
27092
27122
|
};
|
|
27123
|
+
12: {
|
|
27124
|
+
default: string;
|
|
27125
|
+
conditions: Record<string | number, string>;
|
|
27126
|
+
};
|
|
27093
27127
|
10: {
|
|
27094
27128
|
default: string;
|
|
27095
27129
|
conditions: Record<string | number, string>;
|
|
@@ -27114,10 +27148,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
27114
27148
|
default: string;
|
|
27115
27149
|
conditions: Record<string | number, string>;
|
|
27116
27150
|
};
|
|
27117
|
-
12: {
|
|
27118
|
-
default: string;
|
|
27119
|
-
conditions: Record<string | number, string>;
|
|
27120
|
-
};
|
|
27121
27151
|
14: {
|
|
27122
27152
|
default: string;
|
|
27123
27153
|
conditions: Record<string | number, string>;
|
|
@@ -27327,6 +27357,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
27327
27357
|
default: string;
|
|
27328
27358
|
conditions: Record<string | number, string>;
|
|
27329
27359
|
};
|
|
27360
|
+
12: {
|
|
27361
|
+
default: string;
|
|
27362
|
+
conditions: Record<string | number, string>;
|
|
27363
|
+
};
|
|
27330
27364
|
10: {
|
|
27331
27365
|
default: string;
|
|
27332
27366
|
conditions: Record<string | number, string>;
|
|
@@ -27351,10 +27385,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
27351
27385
|
default: string;
|
|
27352
27386
|
conditions: Record<string | number, string>;
|
|
27353
27387
|
};
|
|
27354
|
-
12: {
|
|
27355
|
-
default: string;
|
|
27356
|
-
conditions: Record<string | number, string>;
|
|
27357
|
-
};
|
|
27358
27388
|
14: {
|
|
27359
27389
|
default: string;
|
|
27360
27390
|
conditions: Record<string | number, string>;
|
|
@@ -27564,6 +27594,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
27564
27594
|
default: string;
|
|
27565
27595
|
conditions: Record<string | number, string>;
|
|
27566
27596
|
};
|
|
27597
|
+
12: {
|
|
27598
|
+
default: string;
|
|
27599
|
+
conditions: Record<string | number, string>;
|
|
27600
|
+
};
|
|
27567
27601
|
10: {
|
|
27568
27602
|
default: string;
|
|
27569
27603
|
conditions: Record<string | number, string>;
|
|
@@ -27588,10 +27622,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
27588
27622
|
default: string;
|
|
27589
27623
|
conditions: Record<string | number, string>;
|
|
27590
27624
|
};
|
|
27591
|
-
12: {
|
|
27592
|
-
default: string;
|
|
27593
|
-
conditions: Record<string | number, string>;
|
|
27594
|
-
};
|
|
27595
27625
|
14: {
|
|
27596
27626
|
default: string;
|
|
27597
27627
|
conditions: Record<string | number, string>;
|
|
@@ -27801,6 +27831,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
27801
27831
|
default: string;
|
|
27802
27832
|
conditions: Record<string | number, string>;
|
|
27803
27833
|
};
|
|
27834
|
+
12: {
|
|
27835
|
+
default: string;
|
|
27836
|
+
conditions: Record<string | number, string>;
|
|
27837
|
+
};
|
|
27804
27838
|
10: {
|
|
27805
27839
|
default: string;
|
|
27806
27840
|
conditions: Record<string | number, string>;
|
|
@@ -27825,10 +27859,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
27825
27859
|
default: string;
|
|
27826
27860
|
conditions: Record<string | number, string>;
|
|
27827
27861
|
};
|
|
27828
|
-
12: {
|
|
27829
|
-
default: string;
|
|
27830
|
-
conditions: Record<string | number, string>;
|
|
27831
|
-
};
|
|
27832
27862
|
14: {
|
|
27833
27863
|
default: string;
|
|
27834
27864
|
conditions: Record<string | number, string>;
|
|
@@ -28038,6 +28068,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28038
28068
|
default: string;
|
|
28039
28069
|
conditions: Record<string | number, string>;
|
|
28040
28070
|
};
|
|
28071
|
+
12: {
|
|
28072
|
+
default: string;
|
|
28073
|
+
conditions: Record<string | number, string>;
|
|
28074
|
+
};
|
|
28041
28075
|
10: {
|
|
28042
28076
|
default: string;
|
|
28043
28077
|
conditions: Record<string | number, string>;
|
|
@@ -28062,10 +28096,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28062
28096
|
default: string;
|
|
28063
28097
|
conditions: Record<string | number, string>;
|
|
28064
28098
|
};
|
|
28065
|
-
12: {
|
|
28066
|
-
default: string;
|
|
28067
|
-
conditions: Record<string | number, string>;
|
|
28068
|
-
};
|
|
28069
28099
|
14: {
|
|
28070
28100
|
default: string;
|
|
28071
28101
|
conditions: Record<string | number, string>;
|
|
@@ -28275,6 +28305,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28275
28305
|
default: string;
|
|
28276
28306
|
conditions: Record<string | number, string>;
|
|
28277
28307
|
};
|
|
28308
|
+
12: {
|
|
28309
|
+
default: string;
|
|
28310
|
+
conditions: Record<string | number, string>;
|
|
28311
|
+
};
|
|
28278
28312
|
10: {
|
|
28279
28313
|
default: string;
|
|
28280
28314
|
conditions: Record<string | number, string>;
|
|
@@ -28299,10 +28333,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28299
28333
|
default: string;
|
|
28300
28334
|
conditions: Record<string | number, string>;
|
|
28301
28335
|
};
|
|
28302
|
-
12: {
|
|
28303
|
-
default: string;
|
|
28304
|
-
conditions: Record<string | number, string>;
|
|
28305
|
-
};
|
|
28306
28336
|
14: {
|
|
28307
28337
|
default: string;
|
|
28308
28338
|
conditions: Record<string | number, string>;
|
|
@@ -28512,6 +28542,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28512
28542
|
default: string;
|
|
28513
28543
|
conditions: Record<string | number, string>;
|
|
28514
28544
|
};
|
|
28545
|
+
12: {
|
|
28546
|
+
default: string;
|
|
28547
|
+
conditions: Record<string | number, string>;
|
|
28548
|
+
};
|
|
28515
28549
|
10: {
|
|
28516
28550
|
default: string;
|
|
28517
28551
|
conditions: Record<string | number, string>;
|
|
@@ -28536,10 +28570,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28536
28570
|
default: string;
|
|
28537
28571
|
conditions: Record<string | number, string>;
|
|
28538
28572
|
};
|
|
28539
|
-
12: {
|
|
28540
|
-
default: string;
|
|
28541
|
-
conditions: Record<string | number, string>;
|
|
28542
|
-
};
|
|
28543
28573
|
14: {
|
|
28544
28574
|
default: string;
|
|
28545
28575
|
conditions: Record<string | number, string>;
|
|
@@ -28749,6 +28779,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28749
28779
|
default: string;
|
|
28750
28780
|
conditions: Record<string | number, string>;
|
|
28751
28781
|
};
|
|
28782
|
+
12: {
|
|
28783
|
+
default: string;
|
|
28784
|
+
conditions: Record<string | number, string>;
|
|
28785
|
+
};
|
|
28752
28786
|
10: {
|
|
28753
28787
|
default: string;
|
|
28754
28788
|
conditions: Record<string | number, string>;
|
|
@@ -28773,10 +28807,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28773
28807
|
default: string;
|
|
28774
28808
|
conditions: Record<string | number, string>;
|
|
28775
28809
|
};
|
|
28776
|
-
12: {
|
|
28777
|
-
default: string;
|
|
28778
|
-
conditions: Record<string | number, string>;
|
|
28779
|
-
};
|
|
28780
28810
|
14: {
|
|
28781
28811
|
default: string;
|
|
28782
28812
|
conditions: Record<string | number, string>;
|
|
@@ -28986,6 +29016,10 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
28986
29016
|
default: string;
|
|
28987
29017
|
conditions: Record<string | number, string>;
|
|
28988
29018
|
};
|
|
29019
|
+
12: {
|
|
29020
|
+
default: string;
|
|
29021
|
+
conditions: Record<string | number, string>;
|
|
29022
|
+
};
|
|
28989
29023
|
10: {
|
|
28990
29024
|
default: string;
|
|
28991
29025
|
conditions: Record<string | number, string>;
|
|
@@ -29010,10 +29044,6 @@ declare const Stack: react.ForwardRefExoticComponent<rainbow_sprinkles_dist_decl
|
|
|
29010
29044
|
default: string;
|
|
29011
29045
|
conditions: Record<string | number, string>;
|
|
29012
29046
|
};
|
|
29013
|
-
12: {
|
|
29014
|
-
default: string;
|
|
29015
|
-
conditions: Record<string | number, string>;
|
|
29016
|
-
};
|
|
29017
29047
|
14: {
|
|
29018
29048
|
default: string;
|
|
29019
29049
|
conditions: Record<string | number, string>;
|
|
@@ -30264,6 +30294,11 @@ declare const textRecipe: _vanilla_extract_recipes.RuntimeFn<{
|
|
|
30264
30294
|
readonly lineHeight: "16px";
|
|
30265
30295
|
readonly letterSpacing: "0.5px";
|
|
30266
30296
|
};
|
|
30297
|
+
footerXS: {
|
|
30298
|
+
readonly fontSize: "8px";
|
|
30299
|
+
readonly lineHeight: "12px";
|
|
30300
|
+
readonly letterSpacing: "0.75px";
|
|
30301
|
+
};
|
|
30267
30302
|
};
|
|
30268
30303
|
isStrikethrough: {
|
|
30269
30304
|
true: {
|