@parrot-co/parrot-ui 0.0.57 → 0.0.59
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/main.js +13 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +13 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +968 -55
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -819,7 +819,18 @@ declare const colors: {
|
|
|
819
819
|
};
|
|
820
820
|
declare const config: {
|
|
821
821
|
prefix: "";
|
|
822
|
-
media: {
|
|
822
|
+
media: {
|
|
823
|
+
xs: "(min-width: 320px)";
|
|
824
|
+
sm: "(min-width: 425px)";
|
|
825
|
+
md: "(min-width: 768px)";
|
|
826
|
+
lg: "(min-width: 1204px)";
|
|
827
|
+
xl: "(min-width: 1440px)";
|
|
828
|
+
"2xl": "(min-width: 1536px)";
|
|
829
|
+
motion: "(prefers-reduced-motion)";
|
|
830
|
+
hover: "(any-hover: hover)";
|
|
831
|
+
dark: "(prefers-color-scheme: dark)";
|
|
832
|
+
light: "(prefers-color-scheme: light)";
|
|
833
|
+
};
|
|
823
834
|
theme: {
|
|
824
835
|
colors: {
|
|
825
836
|
primary: string;
|
|
@@ -1612,7 +1623,29 @@ export const Box: import("@stitches/react/types/styled-component").StyledCompone
|
|
|
1612
1623
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
1613
1624
|
stretchX?: boolean | "true" | undefined;
|
|
1614
1625
|
stretchY?: boolean | "true" | undefined;
|
|
1615
|
-
}, {
|
|
1626
|
+
}, {
|
|
1627
|
+
xs: "(min-width: 320px)";
|
|
1628
|
+
sm: "(min-width: 425px)";
|
|
1629
|
+
md: "(min-width: 768px)";
|
|
1630
|
+
lg: "(min-width: 1204px)";
|
|
1631
|
+
xl: "(min-width: 1440px)";
|
|
1632
|
+
"2xl": "(min-width: 1536px)";
|
|
1633
|
+
motion: "(prefers-reduced-motion)";
|
|
1634
|
+
hover: "(any-hover: hover)";
|
|
1635
|
+
dark: "(prefers-color-scheme: dark)";
|
|
1636
|
+
light: "(prefers-color-scheme: light)";
|
|
1637
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
1638
|
+
xs: "(min-width: 320px)";
|
|
1639
|
+
sm: "(min-width: 425px)";
|
|
1640
|
+
md: "(min-width: 768px)";
|
|
1641
|
+
lg: "(min-width: 1204px)";
|
|
1642
|
+
xl: "(min-width: 1440px)";
|
|
1643
|
+
"2xl": "(min-width: 1536px)";
|
|
1644
|
+
motion: "(prefers-reduced-motion)";
|
|
1645
|
+
hover: "(any-hover: hover)";
|
|
1646
|
+
dark: "(prefers-color-scheme: dark)";
|
|
1647
|
+
light: "(prefers-color-scheme: light)";
|
|
1648
|
+
}, {
|
|
1616
1649
|
colors: {
|
|
1617
1650
|
primary: string;
|
|
1618
1651
|
blackA1: string;
|
|
@@ -2400,7 +2433,29 @@ export const Flex: import("@stitches/react/types/styled-component").StyledCompon
|
|
|
2400
2433
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
2401
2434
|
stretchX?: boolean | "true" | undefined;
|
|
2402
2435
|
stretchY?: boolean | "true" | undefined;
|
|
2403
|
-
}, {
|
|
2436
|
+
}, {
|
|
2437
|
+
xs: "(min-width: 320px)";
|
|
2438
|
+
sm: "(min-width: 425px)";
|
|
2439
|
+
md: "(min-width: 768px)";
|
|
2440
|
+
lg: "(min-width: 1204px)";
|
|
2441
|
+
xl: "(min-width: 1440px)";
|
|
2442
|
+
"2xl": "(min-width: 1536px)";
|
|
2443
|
+
motion: "(prefers-reduced-motion)";
|
|
2444
|
+
hover: "(any-hover: hover)";
|
|
2445
|
+
dark: "(prefers-color-scheme: dark)";
|
|
2446
|
+
light: "(prefers-color-scheme: light)";
|
|
2447
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
2448
|
+
xs: "(min-width: 320px)";
|
|
2449
|
+
sm: "(min-width: 425px)";
|
|
2450
|
+
md: "(min-width: 768px)";
|
|
2451
|
+
lg: "(min-width: 1204px)";
|
|
2452
|
+
xl: "(min-width: 1440px)";
|
|
2453
|
+
"2xl": "(min-width: 1536px)";
|
|
2454
|
+
motion: "(prefers-reduced-motion)";
|
|
2455
|
+
hover: "(any-hover: hover)";
|
|
2456
|
+
dark: "(prefers-color-scheme: dark)";
|
|
2457
|
+
light: "(prefers-color-scheme: light)";
|
|
2458
|
+
}, {
|
|
2404
2459
|
colors: {
|
|
2405
2460
|
primary: string;
|
|
2406
2461
|
blackA1: string;
|
|
@@ -3193,7 +3248,29 @@ export const Flex: import("@stitches/react/types/styled-component").StyledCompon
|
|
|
3193
3248
|
gap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | 1 | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined;
|
|
3194
3249
|
rowGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
3195
3250
|
columnGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
3196
|
-
}, {
|
|
3251
|
+
}, {
|
|
3252
|
+
xs: "(min-width: 320px)";
|
|
3253
|
+
sm: "(min-width: 425px)";
|
|
3254
|
+
md: "(min-width: 768px)";
|
|
3255
|
+
lg: "(min-width: 1204px)";
|
|
3256
|
+
xl: "(min-width: 1440px)";
|
|
3257
|
+
"2xl": "(min-width: 1536px)";
|
|
3258
|
+
motion: "(prefers-reduced-motion)";
|
|
3259
|
+
hover: "(any-hover: hover)";
|
|
3260
|
+
dark: "(prefers-color-scheme: dark)";
|
|
3261
|
+
light: "(prefers-color-scheme: light)";
|
|
3262
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
3263
|
+
xs: "(min-width: 320px)";
|
|
3264
|
+
sm: "(min-width: 425px)";
|
|
3265
|
+
md: "(min-width: 768px)";
|
|
3266
|
+
lg: "(min-width: 1204px)";
|
|
3267
|
+
xl: "(min-width: 1440px)";
|
|
3268
|
+
"2xl": "(min-width: 1536px)";
|
|
3269
|
+
motion: "(prefers-reduced-motion)";
|
|
3270
|
+
hover: "(any-hover: hover)";
|
|
3271
|
+
dark: "(prefers-color-scheme: dark)";
|
|
3272
|
+
light: "(prefers-color-scheme: light)";
|
|
3273
|
+
}, {
|
|
3197
3274
|
colors: {
|
|
3198
3275
|
primary: string;
|
|
3199
3276
|
blackA1: string;
|
|
@@ -3982,7 +4059,29 @@ export const Grid: import("@stitches/react/types/styled-component").StyledCompon
|
|
|
3982
4059
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
3983
4060
|
stretchX?: boolean | "true" | undefined;
|
|
3984
4061
|
stretchY?: boolean | "true" | undefined;
|
|
3985
|
-
}, {
|
|
4062
|
+
}, {
|
|
4063
|
+
xs: "(min-width: 320px)";
|
|
4064
|
+
sm: "(min-width: 425px)";
|
|
4065
|
+
md: "(min-width: 768px)";
|
|
4066
|
+
lg: "(min-width: 1204px)";
|
|
4067
|
+
xl: "(min-width: 1440px)";
|
|
4068
|
+
"2xl": "(min-width: 1536px)";
|
|
4069
|
+
motion: "(prefers-reduced-motion)";
|
|
4070
|
+
hover: "(any-hover: hover)";
|
|
4071
|
+
dark: "(prefers-color-scheme: dark)";
|
|
4072
|
+
light: "(prefers-color-scheme: light)";
|
|
4073
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
4074
|
+
xs: "(min-width: 320px)";
|
|
4075
|
+
sm: "(min-width: 425px)";
|
|
4076
|
+
md: "(min-width: 768px)";
|
|
4077
|
+
lg: "(min-width: 1204px)";
|
|
4078
|
+
xl: "(min-width: 1440px)";
|
|
4079
|
+
"2xl": "(min-width: 1536px)";
|
|
4080
|
+
motion: "(prefers-reduced-motion)";
|
|
4081
|
+
hover: "(any-hover: hover)";
|
|
4082
|
+
dark: "(prefers-color-scheme: dark)";
|
|
4083
|
+
light: "(prefers-color-scheme: light)";
|
|
4084
|
+
}, {
|
|
3986
4085
|
colors: {
|
|
3987
4086
|
primary: string;
|
|
3988
4087
|
blackA1: string;
|
|
@@ -4772,7 +4871,29 @@ export const Grid: import("@stitches/react/types/styled-component").StyledCompon
|
|
|
4772
4871
|
gap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
4773
4872
|
gapX?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
4774
4873
|
gapY?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
4775
|
-
}, {
|
|
4874
|
+
}, {
|
|
4875
|
+
xs: "(min-width: 320px)";
|
|
4876
|
+
sm: "(min-width: 425px)";
|
|
4877
|
+
md: "(min-width: 768px)";
|
|
4878
|
+
lg: "(min-width: 1204px)";
|
|
4879
|
+
xl: "(min-width: 1440px)";
|
|
4880
|
+
"2xl": "(min-width: 1536px)";
|
|
4881
|
+
motion: "(prefers-reduced-motion)";
|
|
4882
|
+
hover: "(any-hover: hover)";
|
|
4883
|
+
dark: "(prefers-color-scheme: dark)";
|
|
4884
|
+
light: "(prefers-color-scheme: light)";
|
|
4885
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
4886
|
+
xs: "(min-width: 320px)";
|
|
4887
|
+
sm: "(min-width: 425px)";
|
|
4888
|
+
md: "(min-width: 768px)";
|
|
4889
|
+
lg: "(min-width: 1204px)";
|
|
4890
|
+
xl: "(min-width: 1440px)";
|
|
4891
|
+
"2xl": "(min-width: 1536px)";
|
|
4892
|
+
motion: "(prefers-reduced-motion)";
|
|
4893
|
+
hover: "(any-hover: hover)";
|
|
4894
|
+
dark: "(prefers-color-scheme: dark)";
|
|
4895
|
+
light: "(prefers-color-scheme: light)";
|
|
4896
|
+
}, {
|
|
4776
4897
|
colors: {
|
|
4777
4898
|
primary: string;
|
|
4778
4899
|
blackA1: string;
|
|
@@ -5560,7 +5681,29 @@ export const GridItem: import("@stitches/react/types/styled-component").StyledCo
|
|
|
5560
5681
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
5561
5682
|
stretchX?: boolean | "true" | undefined;
|
|
5562
5683
|
stretchY?: boolean | "true" | undefined;
|
|
5563
|
-
}, {
|
|
5684
|
+
}, {
|
|
5685
|
+
xs: "(min-width: 320px)";
|
|
5686
|
+
sm: "(min-width: 425px)";
|
|
5687
|
+
md: "(min-width: 768px)";
|
|
5688
|
+
lg: "(min-width: 1204px)";
|
|
5689
|
+
xl: "(min-width: 1440px)";
|
|
5690
|
+
"2xl": "(min-width: 1536px)";
|
|
5691
|
+
motion: "(prefers-reduced-motion)";
|
|
5692
|
+
hover: "(any-hover: hover)";
|
|
5693
|
+
dark: "(prefers-color-scheme: dark)";
|
|
5694
|
+
light: "(prefers-color-scheme: light)";
|
|
5695
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
5696
|
+
xs: "(min-width: 320px)";
|
|
5697
|
+
sm: "(min-width: 425px)";
|
|
5698
|
+
md: "(min-width: 768px)";
|
|
5699
|
+
lg: "(min-width: 1204px)";
|
|
5700
|
+
xl: "(min-width: 1440px)";
|
|
5701
|
+
"2xl": "(min-width: 1536px)";
|
|
5702
|
+
motion: "(prefers-reduced-motion)";
|
|
5703
|
+
hover: "(any-hover: hover)";
|
|
5704
|
+
dark: "(prefers-color-scheme: dark)";
|
|
5705
|
+
light: "(prefers-color-scheme: light)";
|
|
5706
|
+
}, {
|
|
5564
5707
|
colors: {
|
|
5565
5708
|
primary: string;
|
|
5566
5709
|
blackA1: string;
|
|
@@ -6353,7 +6496,29 @@ export const GridItem: import("@stitches/react/types/styled-component").StyledCo
|
|
|
6353
6496
|
gap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | 1 | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined;
|
|
6354
6497
|
rowGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
6355
6498
|
columnGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
6356
|
-
}, {
|
|
6499
|
+
}, {
|
|
6500
|
+
xs: "(min-width: 320px)";
|
|
6501
|
+
sm: "(min-width: 425px)";
|
|
6502
|
+
md: "(min-width: 768px)";
|
|
6503
|
+
lg: "(min-width: 1204px)";
|
|
6504
|
+
xl: "(min-width: 1440px)";
|
|
6505
|
+
"2xl": "(min-width: 1536px)";
|
|
6506
|
+
motion: "(prefers-reduced-motion)";
|
|
6507
|
+
hover: "(any-hover: hover)";
|
|
6508
|
+
dark: "(prefers-color-scheme: dark)";
|
|
6509
|
+
light: "(prefers-color-scheme: light)";
|
|
6510
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
6511
|
+
xs: "(min-width: 320px)";
|
|
6512
|
+
sm: "(min-width: 425px)";
|
|
6513
|
+
md: "(min-width: 768px)";
|
|
6514
|
+
lg: "(min-width: 1204px)";
|
|
6515
|
+
xl: "(min-width: 1440px)";
|
|
6516
|
+
"2xl": "(min-width: 1536px)";
|
|
6517
|
+
motion: "(prefers-reduced-motion)";
|
|
6518
|
+
hover: "(any-hover: hover)";
|
|
6519
|
+
dark: "(prefers-color-scheme: dark)";
|
|
6520
|
+
light: "(prefers-color-scheme: light)";
|
|
6521
|
+
}, {
|
|
6357
6522
|
colors: {
|
|
6358
6523
|
primary: string;
|
|
6359
6524
|
blackA1: string;
|
|
@@ -7138,7 +7303,29 @@ export const GridItem: import("@stitches/react/types/styled-component").StyledCo
|
|
|
7138
7303
|
};
|
|
7139
7304
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {
|
|
7140
7305
|
colSpan?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
7141
|
-
}, {
|
|
7306
|
+
}, {
|
|
7307
|
+
xs: "(min-width: 320px)";
|
|
7308
|
+
sm: "(min-width: 425px)";
|
|
7309
|
+
md: "(min-width: 768px)";
|
|
7310
|
+
lg: "(min-width: 1204px)";
|
|
7311
|
+
xl: "(min-width: 1440px)";
|
|
7312
|
+
"2xl": "(min-width: 1536px)";
|
|
7313
|
+
motion: "(prefers-reduced-motion)";
|
|
7314
|
+
hover: "(any-hover: hover)";
|
|
7315
|
+
dark: "(prefers-color-scheme: dark)";
|
|
7316
|
+
light: "(prefers-color-scheme: light)";
|
|
7317
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
7318
|
+
xs: "(min-width: 320px)";
|
|
7319
|
+
sm: "(min-width: 425px)";
|
|
7320
|
+
md: "(min-width: 768px)";
|
|
7321
|
+
lg: "(min-width: 1204px)";
|
|
7322
|
+
xl: "(min-width: 1440px)";
|
|
7323
|
+
"2xl": "(min-width: 1536px)";
|
|
7324
|
+
motion: "(prefers-reduced-motion)";
|
|
7325
|
+
hover: "(any-hover: hover)";
|
|
7326
|
+
dark: "(prefers-color-scheme: dark)";
|
|
7327
|
+
light: "(prefers-color-scheme: light)";
|
|
7328
|
+
}, {
|
|
7142
7329
|
colors: {
|
|
7143
7330
|
primary: string;
|
|
7144
7331
|
blackA1: string;
|
|
@@ -7926,7 +8113,29 @@ export const Column: import("@stitches/react/types/styled-component").StyledComp
|
|
|
7926
8113
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
7927
8114
|
stretchX?: boolean | "true" | undefined;
|
|
7928
8115
|
stretchY?: boolean | "true" | undefined;
|
|
7929
|
-
}, {
|
|
8116
|
+
}, {
|
|
8117
|
+
xs: "(min-width: 320px)";
|
|
8118
|
+
sm: "(min-width: 425px)";
|
|
8119
|
+
md: "(min-width: 768px)";
|
|
8120
|
+
lg: "(min-width: 1204px)";
|
|
8121
|
+
xl: "(min-width: 1440px)";
|
|
8122
|
+
"2xl": "(min-width: 1536px)";
|
|
8123
|
+
motion: "(prefers-reduced-motion)";
|
|
8124
|
+
hover: "(any-hover: hover)";
|
|
8125
|
+
dark: "(prefers-color-scheme: dark)";
|
|
8126
|
+
light: "(prefers-color-scheme: light)";
|
|
8127
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
8128
|
+
xs: "(min-width: 320px)";
|
|
8129
|
+
sm: "(min-width: 425px)";
|
|
8130
|
+
md: "(min-width: 768px)";
|
|
8131
|
+
lg: "(min-width: 1204px)";
|
|
8132
|
+
xl: "(min-width: 1440px)";
|
|
8133
|
+
"2xl": "(min-width: 1536px)";
|
|
8134
|
+
motion: "(prefers-reduced-motion)";
|
|
8135
|
+
hover: "(any-hover: hover)";
|
|
8136
|
+
dark: "(prefers-color-scheme: dark)";
|
|
8137
|
+
light: "(prefers-color-scheme: light)";
|
|
8138
|
+
}, {
|
|
7930
8139
|
colors: {
|
|
7931
8140
|
primary: string;
|
|
7932
8141
|
blackA1: string;
|
|
@@ -8719,7 +8928,29 @@ export const Column: import("@stitches/react/types/styled-component").StyledComp
|
|
|
8719
8928
|
gap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | 1 | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined;
|
|
8720
8929
|
rowGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
8721
8930
|
columnGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
8722
|
-
}, {
|
|
8931
|
+
}, {
|
|
8932
|
+
xs: "(min-width: 320px)";
|
|
8933
|
+
sm: "(min-width: 425px)";
|
|
8934
|
+
md: "(min-width: 768px)";
|
|
8935
|
+
lg: "(min-width: 1204px)";
|
|
8936
|
+
xl: "(min-width: 1440px)";
|
|
8937
|
+
"2xl": "(min-width: 1536px)";
|
|
8938
|
+
motion: "(prefers-reduced-motion)";
|
|
8939
|
+
hover: "(any-hover: hover)";
|
|
8940
|
+
dark: "(prefers-color-scheme: dark)";
|
|
8941
|
+
light: "(prefers-color-scheme: light)";
|
|
8942
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
8943
|
+
xs: "(min-width: 320px)";
|
|
8944
|
+
sm: "(min-width: 425px)";
|
|
8945
|
+
md: "(min-width: 768px)";
|
|
8946
|
+
lg: "(min-width: 1204px)";
|
|
8947
|
+
xl: "(min-width: 1440px)";
|
|
8948
|
+
"2xl": "(min-width: 1536px)";
|
|
8949
|
+
motion: "(prefers-reduced-motion)";
|
|
8950
|
+
hover: "(any-hover: hover)";
|
|
8951
|
+
dark: "(prefers-color-scheme: dark)";
|
|
8952
|
+
light: "(prefers-color-scheme: light)";
|
|
8953
|
+
}, {
|
|
8723
8954
|
colors: {
|
|
8724
8955
|
primary: string;
|
|
8725
8956
|
blackA1: string;
|
|
@@ -9504,7 +9735,29 @@ export const Column: import("@stitches/react/types/styled-component").StyledComp
|
|
|
9504
9735
|
};
|
|
9505
9736
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {
|
|
9506
9737
|
span?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | undefined;
|
|
9507
|
-
}, {
|
|
9738
|
+
}, {
|
|
9739
|
+
xs: "(min-width: 320px)";
|
|
9740
|
+
sm: "(min-width: 425px)";
|
|
9741
|
+
md: "(min-width: 768px)";
|
|
9742
|
+
lg: "(min-width: 1204px)";
|
|
9743
|
+
xl: "(min-width: 1440px)";
|
|
9744
|
+
"2xl": "(min-width: 1536px)";
|
|
9745
|
+
motion: "(prefers-reduced-motion)";
|
|
9746
|
+
hover: "(any-hover: hover)";
|
|
9747
|
+
dark: "(prefers-color-scheme: dark)";
|
|
9748
|
+
light: "(prefers-color-scheme: light)";
|
|
9749
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
9750
|
+
xs: "(min-width: 320px)";
|
|
9751
|
+
sm: "(min-width: 425px)";
|
|
9752
|
+
md: "(min-width: 768px)";
|
|
9753
|
+
lg: "(min-width: 1204px)";
|
|
9754
|
+
xl: "(min-width: 1440px)";
|
|
9755
|
+
"2xl": "(min-width: 1536px)";
|
|
9756
|
+
motion: "(prefers-reduced-motion)";
|
|
9757
|
+
hover: "(any-hover: hover)";
|
|
9758
|
+
dark: "(prefers-color-scheme: dark)";
|
|
9759
|
+
light: "(prefers-color-scheme: light)";
|
|
9760
|
+
}, {
|
|
9508
9761
|
colors: {
|
|
9509
9762
|
primary: string;
|
|
9510
9763
|
blackA1: string;
|
|
@@ -10301,15 +10554,37 @@ type Color = (typeof supportedColors)[number];
|
|
|
10301
10554
|
declare const supportedColors: readonly ["white", "black", "gray", "mauve", "slate", "sage", "olive", "sand", "tomato", "red", "crimson", "pink", "plum", "purple", "violet", "indigo", "blue", "cyan", "teal", "green", "grass", "brown", "orange", "sky", "mint", "lime", "yellow", "amber"];
|
|
10302
10555
|
export const Text: import("@stitches/react/types/styled-component").StyledComponent<"p", {
|
|
10303
10556
|
numeric?: boolean | "true" | undefined;
|
|
10304
|
-
size?: "sm" | "
|
|
10305
|
-
color?: "primary" | "
|
|
10557
|
+
size?: "sm" | "xs" | "md" | "lg" | "xl" | "2xl" | "inherit" | "2xs" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | undefined;
|
|
10558
|
+
color?: "primary" | "dark" | "light" | "inherit" | "lighter" | "error" | "success" | "warning" | "white" | "black" | undefined;
|
|
10306
10559
|
lineHeight?: "normal" | "none" | "shorter" | "short" | "base" | "tall" | "taller" | undefined;
|
|
10307
10560
|
align?: "left" | "right" | "center" | undefined;
|
|
10308
10561
|
weight?: "regular" | "medium" | "bold" | "heavy" | "semi" | undefined;
|
|
10309
10562
|
rounded?: boolean | "true" | undefined;
|
|
10310
10563
|
case?: "capitalize" | "lowercase" | "uppercase" | undefined;
|
|
10311
10564
|
underline?: boolean | "true" | undefined;
|
|
10312
|
-
}, {
|
|
10565
|
+
}, {
|
|
10566
|
+
xs: "(min-width: 320px)";
|
|
10567
|
+
sm: "(min-width: 425px)";
|
|
10568
|
+
md: "(min-width: 768px)";
|
|
10569
|
+
lg: "(min-width: 1204px)";
|
|
10570
|
+
xl: "(min-width: 1440px)";
|
|
10571
|
+
"2xl": "(min-width: 1536px)";
|
|
10572
|
+
motion: "(prefers-reduced-motion)";
|
|
10573
|
+
hover: "(any-hover: hover)";
|
|
10574
|
+
dark: "(prefers-color-scheme: dark)";
|
|
10575
|
+
light: "(prefers-color-scheme: light)";
|
|
10576
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
10577
|
+
xs: "(min-width: 320px)";
|
|
10578
|
+
sm: "(min-width: 425px)";
|
|
10579
|
+
md: "(min-width: 768px)";
|
|
10580
|
+
lg: "(min-width: 1204px)";
|
|
10581
|
+
xl: "(min-width: 1440px)";
|
|
10582
|
+
"2xl": "(min-width: 1536px)";
|
|
10583
|
+
motion: "(prefers-reduced-motion)";
|
|
10584
|
+
hover: "(any-hover: hover)";
|
|
10585
|
+
dark: "(prefers-color-scheme: dark)";
|
|
10586
|
+
light: "(prefers-color-scheme: light)";
|
|
10587
|
+
}, {
|
|
10313
10588
|
colors: {
|
|
10314
10589
|
primary: string;
|
|
10315
10590
|
blackA1: string;
|
|
@@ -11099,14 +11374,47 @@ export const Input: React.ForwardRefExoticComponent<InputProps & Omit<AriaTextFi
|
|
|
11099
11374
|
appearance?: "outline" | "filled" | undefined;
|
|
11100
11375
|
shape?: "round" | "sharp" | undefined;
|
|
11101
11376
|
size?: "sm" | "xs" | "md" | "lg" | "xl" | undefined;
|
|
11102
|
-
}, {
|
|
11377
|
+
}, {
|
|
11378
|
+
xs: "(min-width: 320px)";
|
|
11379
|
+
sm: "(min-width: 425px)";
|
|
11380
|
+
md: "(min-width: 768px)";
|
|
11381
|
+
lg: "(min-width: 1204px)";
|
|
11382
|
+
xl: "(min-width: 1440px)";
|
|
11383
|
+
"2xl": "(min-width: 1536px)";
|
|
11384
|
+
motion: "(prefers-reduced-motion)";
|
|
11385
|
+
hover: "(any-hover: hover)";
|
|
11386
|
+
dark: "(prefers-color-scheme: dark)";
|
|
11387
|
+
light: "(prefers-color-scheme: light)";
|
|
11388
|
+
}> & {
|
|
11103
11389
|
css?: _CSS | undefined;
|
|
11104
11390
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
11105
11391
|
declare const Wrapper: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
11106
11392
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
11107
11393
|
stretchX?: boolean | "true" | undefined;
|
|
11108
11394
|
stretchY?: boolean | "true" | undefined;
|
|
11109
|
-
}, {
|
|
11395
|
+
}, {
|
|
11396
|
+
xs: "(min-width: 320px)";
|
|
11397
|
+
sm: "(min-width: 425px)";
|
|
11398
|
+
md: "(min-width: 768px)";
|
|
11399
|
+
lg: "(min-width: 1204px)";
|
|
11400
|
+
xl: "(min-width: 1440px)";
|
|
11401
|
+
"2xl": "(min-width: 1536px)";
|
|
11402
|
+
motion: "(prefers-reduced-motion)";
|
|
11403
|
+
hover: "(any-hover: hover)";
|
|
11404
|
+
dark: "(prefers-color-scheme: dark)";
|
|
11405
|
+
light: "(prefers-color-scheme: light)";
|
|
11406
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
11407
|
+
xs: "(min-width: 320px)";
|
|
11408
|
+
sm: "(min-width: 425px)";
|
|
11409
|
+
md: "(min-width: 768px)";
|
|
11410
|
+
lg: "(min-width: 1204px)";
|
|
11411
|
+
xl: "(min-width: 1440px)";
|
|
11412
|
+
"2xl": "(min-width: 1536px)";
|
|
11413
|
+
motion: "(prefers-reduced-motion)";
|
|
11414
|
+
hover: "(any-hover: hover)";
|
|
11415
|
+
dark: "(prefers-color-scheme: dark)";
|
|
11416
|
+
light: "(prefers-color-scheme: light)";
|
|
11417
|
+
}, {
|
|
11110
11418
|
colors: {
|
|
11111
11419
|
primary: string;
|
|
11112
11420
|
blackA1: string;
|
|
@@ -11889,7 +12197,29 @@ declare const Wrapper: import("@stitches/react/types/styled-component").StyledCo
|
|
|
11889
12197
|
80: string;
|
|
11890
12198
|
96: string;
|
|
11891
12199
|
};
|
|
11892
|
-
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
|
|
12200
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {}, {
|
|
12201
|
+
xs: "(min-width: 320px)";
|
|
12202
|
+
sm: "(min-width: 425px)";
|
|
12203
|
+
md: "(min-width: 768px)";
|
|
12204
|
+
lg: "(min-width: 1204px)";
|
|
12205
|
+
xl: "(min-width: 1440px)";
|
|
12206
|
+
"2xl": "(min-width: 1536px)";
|
|
12207
|
+
motion: "(prefers-reduced-motion)";
|
|
12208
|
+
hover: "(any-hover: hover)";
|
|
12209
|
+
dark: "(prefers-color-scheme: dark)";
|
|
12210
|
+
light: "(prefers-color-scheme: light)";
|
|
12211
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
12212
|
+
xs: "(min-width: 320px)";
|
|
12213
|
+
sm: "(min-width: 425px)";
|
|
12214
|
+
md: "(min-width: 768px)";
|
|
12215
|
+
lg: "(min-width: 1204px)";
|
|
12216
|
+
xl: "(min-width: 1440px)";
|
|
12217
|
+
"2xl": "(min-width: 1536px)";
|
|
12218
|
+
motion: "(prefers-reduced-motion)";
|
|
12219
|
+
hover: "(any-hover: hover)";
|
|
12220
|
+
dark: "(prefers-color-scheme: dark)";
|
|
12221
|
+
light: "(prefers-color-scheme: light)";
|
|
12222
|
+
}, {
|
|
11893
12223
|
colors: {
|
|
11894
12224
|
primary: string;
|
|
11895
12225
|
blackA1: string;
|
|
@@ -12675,7 +13005,29 @@ declare const Wrapper: import("@stitches/react/types/styled-component").StyledCo
|
|
|
12675
13005
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
12676
13006
|
declare const SVG: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
|
|
12677
13007
|
size?: "sm" | "xs" | "md" | "lg" | "xl" | "2xs" | "3xs" | undefined;
|
|
12678
|
-
}, {
|
|
13008
|
+
}, {
|
|
13009
|
+
xs: "(min-width: 320px)";
|
|
13010
|
+
sm: "(min-width: 425px)";
|
|
13011
|
+
md: "(min-width: 768px)";
|
|
13012
|
+
lg: "(min-width: 1204px)";
|
|
13013
|
+
xl: "(min-width: 1440px)";
|
|
13014
|
+
"2xl": "(min-width: 1536px)";
|
|
13015
|
+
motion: "(prefers-reduced-motion)";
|
|
13016
|
+
hover: "(any-hover: hover)";
|
|
13017
|
+
dark: "(prefers-color-scheme: dark)";
|
|
13018
|
+
light: "(prefers-color-scheme: light)";
|
|
13019
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
13020
|
+
xs: "(min-width: 320px)";
|
|
13021
|
+
sm: "(min-width: 425px)";
|
|
13022
|
+
md: "(min-width: 768px)";
|
|
13023
|
+
lg: "(min-width: 1204px)";
|
|
13024
|
+
xl: "(min-width: 1440px)";
|
|
13025
|
+
"2xl": "(min-width: 1536px)";
|
|
13026
|
+
motion: "(prefers-reduced-motion)";
|
|
13027
|
+
hover: "(any-hover: hover)";
|
|
13028
|
+
dark: "(prefers-color-scheme: dark)";
|
|
13029
|
+
light: "(prefers-color-scheme: light)";
|
|
13030
|
+
}, {
|
|
12679
13031
|
colors: {
|
|
12680
13032
|
primary: string;
|
|
12681
13033
|
blackA1: string;
|
|
@@ -13465,9 +13817,31 @@ type LoaderProps = React.ComponentProps<typeof Wrapper> & {
|
|
|
13465
13817
|
export const Loader: React.ForwardRefExoticComponent<Omit<LoaderProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13466
13818
|
export const Button: React.ForwardRefExoticComponent<AriaButtonProps<"div" | "a" | "button"> & import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
13467
13819
|
color?: "white" | "black" | "gray" | "mauve" | "slate" | "sage" | "olive" | "sand" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "brown" | "orange" | "sky" | "mint" | "lime" | "yellow" | "amber" | undefined;
|
|
13468
|
-
variant?: "
|
|
13820
|
+
variant?: "light" | "outline" | "solid" | "lightOutline" | "solidMono" | "plain" | undefined;
|
|
13469
13821
|
isInteractive?: undefined;
|
|
13470
|
-
}, {
|
|
13822
|
+
}, {
|
|
13823
|
+
xs: "(min-width: 320px)";
|
|
13824
|
+
sm: "(min-width: 425px)";
|
|
13825
|
+
md: "(min-width: 768px)";
|
|
13826
|
+
lg: "(min-width: 1204px)";
|
|
13827
|
+
xl: "(min-width: 1440px)";
|
|
13828
|
+
"2xl": "(min-width: 1536px)";
|
|
13829
|
+
motion: "(prefers-reduced-motion)";
|
|
13830
|
+
hover: "(any-hover: hover)";
|
|
13831
|
+
dark: "(prefers-color-scheme: dark)";
|
|
13832
|
+
light: "(prefers-color-scheme: light)";
|
|
13833
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
13834
|
+
xs: "(min-width: 320px)";
|
|
13835
|
+
sm: "(min-width: 425px)";
|
|
13836
|
+
md: "(min-width: 768px)";
|
|
13837
|
+
lg: "(min-width: 1204px)";
|
|
13838
|
+
xl: "(min-width: 1440px)";
|
|
13839
|
+
"2xl": "(min-width: 1536px)";
|
|
13840
|
+
motion: "(prefers-reduced-motion)";
|
|
13841
|
+
hover: "(any-hover: hover)";
|
|
13842
|
+
dark: "(prefers-color-scheme: dark)";
|
|
13843
|
+
light: "(prefers-color-scheme: light)";
|
|
13844
|
+
}, {
|
|
13471
13845
|
colors: {
|
|
13472
13846
|
primary: string;
|
|
13473
13847
|
blackA1: string;
|
|
@@ -14252,9 +14626,31 @@ export const Button: React.ForwardRefExoticComponent<AriaButtonProps<"div" | "a"
|
|
|
14252
14626
|
};
|
|
14253
14627
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
14254
14628
|
color?: "white" | "black" | "gray" | "mauve" | "slate" | "sage" | "olive" | "sand" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "brown" | "orange" | "sky" | "mint" | "lime" | "yellow" | "amber" | undefined;
|
|
14255
|
-
variant?: "
|
|
14629
|
+
variant?: "light" | "outline" | "solid" | "lightOutline" | "solidMono" | "plain" | undefined;
|
|
14256
14630
|
isInteractive?: undefined;
|
|
14257
|
-
}, {
|
|
14631
|
+
}, {
|
|
14632
|
+
xs: "(min-width: 320px)";
|
|
14633
|
+
sm: "(min-width: 425px)";
|
|
14634
|
+
md: "(min-width: 768px)";
|
|
14635
|
+
lg: "(min-width: 1204px)";
|
|
14636
|
+
xl: "(min-width: 1440px)";
|
|
14637
|
+
"2xl": "(min-width: 1536px)";
|
|
14638
|
+
motion: "(prefers-reduced-motion)";
|
|
14639
|
+
hover: "(any-hover: hover)";
|
|
14640
|
+
dark: "(prefers-color-scheme: dark)";
|
|
14641
|
+
light: "(prefers-color-scheme: light)";
|
|
14642
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
14643
|
+
xs: "(min-width: 320px)";
|
|
14644
|
+
sm: "(min-width: 425px)";
|
|
14645
|
+
md: "(min-width: 768px)";
|
|
14646
|
+
lg: "(min-width: 1204px)";
|
|
14647
|
+
xl: "(min-width: 1440px)";
|
|
14648
|
+
"2xl": "(min-width: 1536px)";
|
|
14649
|
+
motion: "(prefers-reduced-motion)";
|
|
14650
|
+
hover: "(any-hover: hover)";
|
|
14651
|
+
dark: "(prefers-color-scheme: dark)";
|
|
14652
|
+
light: "(prefers-color-scheme: light)";
|
|
14653
|
+
}, {
|
|
14258
14654
|
colors: {
|
|
14259
14655
|
primary: string;
|
|
14260
14656
|
blackA1: string;
|
|
@@ -15103,7 +15499,29 @@ export const Button: React.ForwardRefExoticComponent<AriaButtonProps<"div" | "a"
|
|
|
15103
15499
|
};
|
|
15104
15500
|
};
|
|
15105
15501
|
};
|
|
15106
|
-
}]>, {
|
|
15502
|
+
}]>, {
|
|
15503
|
+
xs: "(min-width: 320px)";
|
|
15504
|
+
sm: "(min-width: 425px)";
|
|
15505
|
+
md: "(min-width: 768px)";
|
|
15506
|
+
lg: "(min-width: 1204px)";
|
|
15507
|
+
xl: "(min-width: 1440px)";
|
|
15508
|
+
"2xl": "(min-width: 1536px)";
|
|
15509
|
+
motion: "(prefers-reduced-motion)";
|
|
15510
|
+
hover: "(any-hover: hover)";
|
|
15511
|
+
dark: "(prefers-color-scheme: dark)";
|
|
15512
|
+
light: "(prefers-color-scheme: light)";
|
|
15513
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
15514
|
+
xs: "(min-width: 320px)";
|
|
15515
|
+
sm: "(min-width: 425px)";
|
|
15516
|
+
md: "(min-width: 768px)";
|
|
15517
|
+
lg: "(min-width: 1204px)";
|
|
15518
|
+
xl: "(min-width: 1440px)";
|
|
15519
|
+
"2xl": "(min-width: 1536px)";
|
|
15520
|
+
motion: "(prefers-reduced-motion)";
|
|
15521
|
+
hover: "(any-hover: hover)";
|
|
15522
|
+
dark: "(prefers-color-scheme: dark)";
|
|
15523
|
+
light: "(prefers-color-scheme: light)";
|
|
15524
|
+
}, {
|
|
15107
15525
|
colors: {
|
|
15108
15526
|
primary: string;
|
|
15109
15527
|
blackA1: string;
|
|
@@ -15893,7 +16311,18 @@ export const Button: React.ForwardRefExoticComponent<AriaButtonProps<"div" | "a"
|
|
|
15893
16311
|
size: "sm";
|
|
15894
16312
|
shape: "round";
|
|
15895
16313
|
};
|
|
15896
|
-
}]>, {
|
|
16314
|
+
}]>, {
|
|
16315
|
+
xs: "(min-width: 320px)";
|
|
16316
|
+
sm: "(min-width: 425px)";
|
|
16317
|
+
md: "(min-width: 768px)";
|
|
16318
|
+
lg: "(min-width: 1204px)";
|
|
16319
|
+
xl: "(min-width: 1440px)";
|
|
16320
|
+
"2xl": "(min-width: 1536px)";
|
|
16321
|
+
motion: "(prefers-reduced-motion)";
|
|
16322
|
+
hover: "(any-hover: hover)";
|
|
16323
|
+
dark: "(prefers-color-scheme: dark)";
|
|
16324
|
+
light: "(prefers-color-scheme: light)";
|
|
16325
|
+
}> & {
|
|
15897
16326
|
append?: React.ReactNode;
|
|
15898
16327
|
prepend?: React.ReactNode;
|
|
15899
16328
|
as?: React.ElementType<any> | undefined;
|
|
@@ -15902,9 +16331,31 @@ export const Button: React.ForwardRefExoticComponent<AriaButtonProps<"div" | "a"
|
|
|
15902
16331
|
} & React.HTMLAttributes<HTMLButtonElement> & React.RefAttributes<HTMLButtonElement>>;
|
|
15903
16332
|
export const IconButton: React.ForwardRefExoticComponent<AriaButtonProps<"div" | "a" | "button"> & import("@stitches/react/types/styled-component").TransformProps<import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
15904
16333
|
color?: "white" | "black" | "gray" | "mauve" | "slate" | "sage" | "olive" | "sand" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "brown" | "orange" | "sky" | "mint" | "lime" | "yellow" | "amber" | undefined;
|
|
15905
|
-
variant?: "
|
|
16334
|
+
variant?: "light" | "outline" | "solid" | "lightOutline" | "solidMono" | "plain" | undefined;
|
|
15906
16335
|
isInteractive?: undefined;
|
|
15907
|
-
}, {
|
|
16336
|
+
}, {
|
|
16337
|
+
xs: "(min-width: 320px)";
|
|
16338
|
+
sm: "(min-width: 425px)";
|
|
16339
|
+
md: "(min-width: 768px)";
|
|
16340
|
+
lg: "(min-width: 1204px)";
|
|
16341
|
+
xl: "(min-width: 1440px)";
|
|
16342
|
+
"2xl": "(min-width: 1536px)";
|
|
16343
|
+
motion: "(prefers-reduced-motion)";
|
|
16344
|
+
hover: "(any-hover: hover)";
|
|
16345
|
+
dark: "(prefers-color-scheme: dark)";
|
|
16346
|
+
light: "(prefers-color-scheme: light)";
|
|
16347
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
16348
|
+
xs: "(min-width: 320px)";
|
|
16349
|
+
sm: "(min-width: 425px)";
|
|
16350
|
+
md: "(min-width: 768px)";
|
|
16351
|
+
lg: "(min-width: 1204px)";
|
|
16352
|
+
xl: "(min-width: 1440px)";
|
|
16353
|
+
"2xl": "(min-width: 1536px)";
|
|
16354
|
+
motion: "(prefers-reduced-motion)";
|
|
16355
|
+
hover: "(any-hover: hover)";
|
|
16356
|
+
dark: "(prefers-color-scheme: dark)";
|
|
16357
|
+
light: "(prefers-color-scheme: light)";
|
|
16358
|
+
}, {
|
|
15908
16359
|
colors: {
|
|
15909
16360
|
primary: string;
|
|
15910
16361
|
blackA1: string;
|
|
@@ -16732,7 +17183,18 @@ export const IconButton: React.ForwardRefExoticComponent<AriaButtonProps<"div" |
|
|
|
16732
17183
|
};
|
|
16733
17184
|
};
|
|
16734
17185
|
};
|
|
16735
|
-
}]>, {
|
|
17186
|
+
}]>, {
|
|
17187
|
+
xs: "(min-width: 320px)";
|
|
17188
|
+
sm: "(min-width: 425px)";
|
|
17189
|
+
md: "(min-width: 768px)";
|
|
17190
|
+
lg: "(min-width: 1204px)";
|
|
17191
|
+
xl: "(min-width: 1440px)";
|
|
17192
|
+
"2xl": "(min-width: 1536px)";
|
|
17193
|
+
motion: "(prefers-reduced-motion)";
|
|
17194
|
+
hover: "(any-hover: hover)";
|
|
17195
|
+
dark: "(prefers-color-scheme: dark)";
|
|
17196
|
+
light: "(prefers-color-scheme: light)";
|
|
17197
|
+
}> & {
|
|
16736
17198
|
as?: "div" | "a" | "button" | undefined;
|
|
16737
17199
|
css?: _CSS | undefined;
|
|
16738
17200
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -16742,7 +17204,29 @@ export const Textarea: React.ForwardRefExoticComponent<Omit<InputProps, "append"
|
|
|
16742
17204
|
appearance?: "outline" | "filled" | undefined;
|
|
16743
17205
|
shape?: "round" | "sharp" | undefined;
|
|
16744
17206
|
size?: "sm" | "xs" | "md" | "lg" | "xl" | undefined;
|
|
16745
|
-
}, {
|
|
17207
|
+
}, {
|
|
17208
|
+
xs: "(min-width: 320px)";
|
|
17209
|
+
sm: "(min-width: 425px)";
|
|
17210
|
+
md: "(min-width: 768px)";
|
|
17211
|
+
lg: "(min-width: 1204px)";
|
|
17212
|
+
xl: "(min-width: 1440px)";
|
|
17213
|
+
"2xl": "(min-width: 1536px)";
|
|
17214
|
+
motion: "(prefers-reduced-motion)";
|
|
17215
|
+
hover: "(any-hover: hover)";
|
|
17216
|
+
dark: "(prefers-color-scheme: dark)";
|
|
17217
|
+
light: "(prefers-color-scheme: light)";
|
|
17218
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
17219
|
+
xs: "(min-width: 320px)";
|
|
17220
|
+
sm: "(min-width: 425px)";
|
|
17221
|
+
md: "(min-width: 768px)";
|
|
17222
|
+
lg: "(min-width: 1204px)";
|
|
17223
|
+
xl: "(min-width: 1440px)";
|
|
17224
|
+
"2xl": "(min-width: 1536px)";
|
|
17225
|
+
motion: "(prefers-reduced-motion)";
|
|
17226
|
+
hover: "(any-hover: hover)";
|
|
17227
|
+
dark: "(prefers-color-scheme: dark)";
|
|
17228
|
+
light: "(prefers-color-scheme: light)";
|
|
17229
|
+
}, {
|
|
16746
17230
|
colors: {
|
|
16747
17231
|
primary: string;
|
|
16748
17232
|
blackA1: string;
|
|
@@ -17547,7 +18031,18 @@ export const Textarea: React.ForwardRefExoticComponent<Omit<InputProps, "append"
|
|
|
17547
18031
|
};
|
|
17548
18032
|
};
|
|
17549
18033
|
};
|
|
17550
|
-
}]>, {
|
|
18034
|
+
}]>, {
|
|
18035
|
+
xs: "(min-width: 320px)";
|
|
18036
|
+
sm: "(min-width: 425px)";
|
|
18037
|
+
md: "(min-width: 768px)";
|
|
18038
|
+
lg: "(min-width: 1204px)";
|
|
18039
|
+
xl: "(min-width: 1440px)";
|
|
18040
|
+
"2xl": "(min-width: 1536px)";
|
|
18041
|
+
motion: "(prefers-reduced-motion)";
|
|
18042
|
+
hover: "(any-hover: hover)";
|
|
18043
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18044
|
+
light: "(prefers-color-scheme: light)";
|
|
18045
|
+
}> & {
|
|
17551
18046
|
css?: _CSS | undefined;
|
|
17552
18047
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
17553
18048
|
type Props = AriaCheckboxGroupProps & React.ComponentProps<typeof Flex>;
|
|
@@ -17556,12 +18051,34 @@ export const Checkbox: React.ForwardRefExoticComponent<AriaCheckboxProps & impor
|
|
|
17556
18051
|
shape?: "round" | "sharp" | undefined;
|
|
17557
18052
|
appearance?: "outline" | "flushed" | undefined;
|
|
17558
18053
|
size?: "sm" | "xs" | "md" | "lg" | "xl" | undefined;
|
|
17559
|
-
}, {
|
|
18054
|
+
}, {
|
|
18055
|
+
xs: "(min-width: 320px)";
|
|
18056
|
+
sm: "(min-width: 425px)";
|
|
18057
|
+
md: "(min-width: 768px)";
|
|
18058
|
+
lg: "(min-width: 1204px)";
|
|
18059
|
+
xl: "(min-width: 1440px)";
|
|
18060
|
+
"2xl": "(min-width: 1536px)";
|
|
18061
|
+
motion: "(prefers-reduced-motion)";
|
|
18062
|
+
hover: "(any-hover: hover)";
|
|
18063
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18064
|
+
light: "(prefers-color-scheme: light)";
|
|
18065
|
+
}> & AriaCheckboxGroupItemProps & React.RefAttributes<HTMLLabelElement>>;
|
|
17560
18066
|
export const Radio: React.ForwardRefExoticComponent<AriaRadioProps & import("@stitches/react/types/styled-component").TransformProps<{
|
|
17561
18067
|
shape?: "round" | "sharp" | undefined;
|
|
17562
18068
|
appearance?: "outline" | "flushed" | undefined;
|
|
17563
18069
|
size?: "sm" | "xs" | "md" | "lg" | "xl" | undefined;
|
|
17564
|
-
}, {
|
|
18070
|
+
}, {
|
|
18071
|
+
xs: "(min-width: 320px)";
|
|
18072
|
+
sm: "(min-width: 425px)";
|
|
18073
|
+
md: "(min-width: 768px)";
|
|
18074
|
+
lg: "(min-width: 1204px)";
|
|
18075
|
+
xl: "(min-width: 1440px)";
|
|
18076
|
+
"2xl": "(min-width: 1536px)";
|
|
18077
|
+
motion: "(prefers-reduced-motion)";
|
|
18078
|
+
hover: "(any-hover: hover)";
|
|
18079
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18080
|
+
light: "(prefers-color-scheme: light)";
|
|
18081
|
+
}> & React.RefAttributes<HTMLLabelElement>>;
|
|
17565
18082
|
export const RadioGroup: React.ForwardRefExoticComponent<AriaRadioGroupProps & {
|
|
17566
18083
|
children?: React.ReactNode;
|
|
17567
18084
|
css?: _CSS | undefined;
|
|
@@ -17575,10 +18092,32 @@ export const RadioGroup: React.ForwardRefExoticComponent<AriaRadioGroupProps & {
|
|
|
17575
18092
|
gap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | 1 | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined;
|
|
17576
18093
|
rowGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
17577
18094
|
columnGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
17578
|
-
}, {
|
|
18095
|
+
}, {
|
|
18096
|
+
xs: "(min-width: 320px)";
|
|
18097
|
+
sm: "(min-width: 425px)";
|
|
18098
|
+
md: "(min-width: 768px)";
|
|
18099
|
+
lg: "(min-width: 1204px)";
|
|
18100
|
+
xl: "(min-width: 1440px)";
|
|
18101
|
+
"2xl": "(min-width: 1536px)";
|
|
18102
|
+
motion: "(prefers-reduced-motion)";
|
|
18103
|
+
hover: "(any-hover: hover)";
|
|
18104
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18105
|
+
light: "(prefers-color-scheme: light)";
|
|
18106
|
+
}> & React.RefAttributes<HTMLDivElement>>;
|
|
17579
18107
|
export const RadioCard: React.ForwardRefExoticComponent<AriaRadioProps & import("@stitches/react/types/styled-component").TransformProps<{
|
|
17580
18108
|
appearance?: "outline" | "flushed" | undefined;
|
|
17581
|
-
}, {
|
|
18109
|
+
}, {
|
|
18110
|
+
xs: "(min-width: 320px)";
|
|
18111
|
+
sm: "(min-width: 425px)";
|
|
18112
|
+
md: "(min-width: 768px)";
|
|
18113
|
+
lg: "(min-width: 1204px)";
|
|
18114
|
+
xl: "(min-width: 1440px)";
|
|
18115
|
+
"2xl": "(min-width: 1536px)";
|
|
18116
|
+
motion: "(prefers-reduced-motion)";
|
|
18117
|
+
hover: "(any-hover: hover)";
|
|
18118
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18119
|
+
light: "(prefers-color-scheme: light)";
|
|
18120
|
+
}> & {
|
|
17582
18121
|
title?: React.ReactNode;
|
|
17583
18122
|
description?: React.ReactNode;
|
|
17584
18123
|
children?: React.ReactNode;
|
|
@@ -17591,7 +18130,29 @@ declare const SelectTrigger: import("@stitches/react/types/styled-component").St
|
|
|
17591
18130
|
appearance?: "outline" | "filled" | undefined;
|
|
17592
18131
|
shape?: "round" | "sharp" | undefined;
|
|
17593
18132
|
size?: "sm" | "xs" | "md" | "lg" | "xl" | undefined;
|
|
17594
|
-
}, {
|
|
18133
|
+
}, {
|
|
18134
|
+
xs: "(min-width: 320px)";
|
|
18135
|
+
sm: "(min-width: 425px)";
|
|
18136
|
+
md: "(min-width: 768px)";
|
|
18137
|
+
lg: "(min-width: 1204px)";
|
|
18138
|
+
xl: "(min-width: 1440px)";
|
|
18139
|
+
"2xl": "(min-width: 1536px)";
|
|
18140
|
+
motion: "(prefers-reduced-motion)";
|
|
18141
|
+
hover: "(any-hover: hover)";
|
|
18142
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18143
|
+
light: "(prefers-color-scheme: light)";
|
|
18144
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
18145
|
+
xs: "(min-width: 320px)";
|
|
18146
|
+
sm: "(min-width: 425px)";
|
|
18147
|
+
md: "(min-width: 768px)";
|
|
18148
|
+
lg: "(min-width: 1204px)";
|
|
18149
|
+
xl: "(min-width: 1440px)";
|
|
18150
|
+
"2xl": "(min-width: 1536px)";
|
|
18151
|
+
motion: "(prefers-reduced-motion)";
|
|
18152
|
+
hover: "(any-hover: hover)";
|
|
18153
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18154
|
+
light: "(prefers-color-scheme: light)";
|
|
18155
|
+
}, {
|
|
17595
18156
|
colors: {
|
|
17596
18157
|
primary: string;
|
|
17597
18158
|
blackA1: string;
|
|
@@ -18388,7 +18949,29 @@ declare const StyledDateField: import("@stitches/react/types/styled-component").
|
|
|
18388
18949
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
18389
18950
|
stretchX?: boolean | "true" | undefined;
|
|
18390
18951
|
stretchY?: boolean | "true" | undefined;
|
|
18391
|
-
}, {
|
|
18952
|
+
}, {
|
|
18953
|
+
xs: "(min-width: 320px)";
|
|
18954
|
+
sm: "(min-width: 425px)";
|
|
18955
|
+
md: "(min-width: 768px)";
|
|
18956
|
+
lg: "(min-width: 1204px)";
|
|
18957
|
+
xl: "(min-width: 1440px)";
|
|
18958
|
+
"2xl": "(min-width: 1536px)";
|
|
18959
|
+
motion: "(prefers-reduced-motion)";
|
|
18960
|
+
hover: "(any-hover: hover)";
|
|
18961
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18962
|
+
light: "(prefers-color-scheme: light)";
|
|
18963
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
18964
|
+
xs: "(min-width: 320px)";
|
|
18965
|
+
sm: "(min-width: 425px)";
|
|
18966
|
+
md: "(min-width: 768px)";
|
|
18967
|
+
lg: "(min-width: 1204px)";
|
|
18968
|
+
xl: "(min-width: 1440px)";
|
|
18969
|
+
"2xl": "(min-width: 1536px)";
|
|
18970
|
+
motion: "(prefers-reduced-motion)";
|
|
18971
|
+
hover: "(any-hover: hover)";
|
|
18972
|
+
dark: "(prefers-color-scheme: dark)";
|
|
18973
|
+
light: "(prefers-color-scheme: light)";
|
|
18974
|
+
}, {
|
|
18392
18975
|
colors: {
|
|
18393
18976
|
primary: string;
|
|
18394
18977
|
blackA1: string;
|
|
@@ -19181,7 +19764,29 @@ declare const StyledDateField: import("@stitches/react/types/styled-component").
|
|
|
19181
19764
|
gap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | 1 | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined;
|
|
19182
19765
|
rowGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
19183
19766
|
columnGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
19184
|
-
}, {
|
|
19767
|
+
}, {
|
|
19768
|
+
xs: "(min-width: 320px)";
|
|
19769
|
+
sm: "(min-width: 425px)";
|
|
19770
|
+
md: "(min-width: 768px)";
|
|
19771
|
+
lg: "(min-width: 1204px)";
|
|
19772
|
+
xl: "(min-width: 1440px)";
|
|
19773
|
+
"2xl": "(min-width: 1536px)";
|
|
19774
|
+
motion: "(prefers-reduced-motion)";
|
|
19775
|
+
hover: "(any-hover: hover)";
|
|
19776
|
+
dark: "(prefers-color-scheme: dark)";
|
|
19777
|
+
light: "(prefers-color-scheme: light)";
|
|
19778
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
19779
|
+
xs: "(min-width: 320px)";
|
|
19780
|
+
sm: "(min-width: 425px)";
|
|
19781
|
+
md: "(min-width: 768px)";
|
|
19782
|
+
lg: "(min-width: 1204px)";
|
|
19783
|
+
xl: "(min-width: 1440px)";
|
|
19784
|
+
"2xl": "(min-width: 1536px)";
|
|
19785
|
+
motion: "(prefers-reduced-motion)";
|
|
19786
|
+
hover: "(any-hover: hover)";
|
|
19787
|
+
dark: "(prefers-color-scheme: dark)";
|
|
19788
|
+
light: "(prefers-color-scheme: light)";
|
|
19789
|
+
}, {
|
|
19185
19790
|
colors: {
|
|
19186
19791
|
primary: string;
|
|
19187
19792
|
blackA1: string;
|
|
@@ -19970,7 +20575,29 @@ declare const StyledDateField: import("@stitches/react/types/styled-component").
|
|
|
19970
20575
|
appearance?: "outline" | "filled" | undefined;
|
|
19971
20576
|
shape?: "round" | "sharp" | undefined;
|
|
19972
20577
|
size?: "sm" | "xs" | "md" | "lg" | "xl" | undefined;
|
|
19973
|
-
}, {
|
|
20578
|
+
}, {
|
|
20579
|
+
xs: "(min-width: 320px)";
|
|
20580
|
+
sm: "(min-width: 425px)";
|
|
20581
|
+
md: "(min-width: 768px)";
|
|
20582
|
+
lg: "(min-width: 1204px)";
|
|
20583
|
+
xl: "(min-width: 1440px)";
|
|
20584
|
+
"2xl": "(min-width: 1536px)";
|
|
20585
|
+
motion: "(prefers-reduced-motion)";
|
|
20586
|
+
hover: "(any-hover: hover)";
|
|
20587
|
+
dark: "(prefers-color-scheme: dark)";
|
|
20588
|
+
light: "(prefers-color-scheme: light)";
|
|
20589
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
20590
|
+
xs: "(min-width: 320px)";
|
|
20591
|
+
sm: "(min-width: 425px)";
|
|
20592
|
+
md: "(min-width: 768px)";
|
|
20593
|
+
lg: "(min-width: 1204px)";
|
|
20594
|
+
xl: "(min-width: 1440px)";
|
|
20595
|
+
"2xl": "(min-width: 1536px)";
|
|
20596
|
+
motion: "(prefers-reduced-motion)";
|
|
20597
|
+
hover: "(any-hover: hover)";
|
|
20598
|
+
dark: "(prefers-color-scheme: dark)";
|
|
20599
|
+
light: "(prefers-color-scheme: light)";
|
|
20600
|
+
}, {
|
|
19974
20601
|
colors: {
|
|
19975
20602
|
primary: string;
|
|
19976
20603
|
blackA1: string;
|
|
@@ -20769,7 +21396,29 @@ declare const AvatarWrapper: import("@stitches/react/types/styled-component").St
|
|
|
20769
21396
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
20770
21397
|
stretchX?: boolean | "true" | undefined;
|
|
20771
21398
|
stretchY?: boolean | "true" | undefined;
|
|
20772
|
-
}, {
|
|
21399
|
+
}, {
|
|
21400
|
+
xs: "(min-width: 320px)";
|
|
21401
|
+
sm: "(min-width: 425px)";
|
|
21402
|
+
md: "(min-width: 768px)";
|
|
21403
|
+
lg: "(min-width: 1204px)";
|
|
21404
|
+
xl: "(min-width: 1440px)";
|
|
21405
|
+
"2xl": "(min-width: 1536px)";
|
|
21406
|
+
motion: "(prefers-reduced-motion)";
|
|
21407
|
+
hover: "(any-hover: hover)";
|
|
21408
|
+
dark: "(prefers-color-scheme: dark)";
|
|
21409
|
+
light: "(prefers-color-scheme: light)";
|
|
21410
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
21411
|
+
xs: "(min-width: 320px)";
|
|
21412
|
+
sm: "(min-width: 425px)";
|
|
21413
|
+
md: "(min-width: 768px)";
|
|
21414
|
+
lg: "(min-width: 1204px)";
|
|
21415
|
+
xl: "(min-width: 1440px)";
|
|
21416
|
+
"2xl": "(min-width: 1536px)";
|
|
21417
|
+
motion: "(prefers-reduced-motion)";
|
|
21418
|
+
hover: "(any-hover: hover)";
|
|
21419
|
+
dark: "(prefers-color-scheme: dark)";
|
|
21420
|
+
light: "(prefers-color-scheme: light)";
|
|
21421
|
+
}, {
|
|
20773
21422
|
colors: {
|
|
20774
21423
|
primary: string;
|
|
20775
21424
|
blackA1: string;
|
|
@@ -21554,9 +22203,31 @@ declare const AvatarWrapper: import("@stitches/react/types/styled-component").St
|
|
|
21554
22203
|
};
|
|
21555
22204
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
21556
22205
|
color?: "white" | "black" | "gray" | "mauve" | "slate" | "sage" | "olive" | "sand" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "brown" | "orange" | "sky" | "mint" | "lime" | "yellow" | "amber" | undefined;
|
|
21557
|
-
variant?: "
|
|
22206
|
+
variant?: "light" | "outline" | "solid" | "lightOutline" | "solidMono" | "plain" | undefined;
|
|
21558
22207
|
isInteractive?: undefined;
|
|
21559
|
-
}, {
|
|
22208
|
+
}, {
|
|
22209
|
+
xs: "(min-width: 320px)";
|
|
22210
|
+
sm: "(min-width: 425px)";
|
|
22211
|
+
md: "(min-width: 768px)";
|
|
22212
|
+
lg: "(min-width: 1204px)";
|
|
22213
|
+
xl: "(min-width: 1440px)";
|
|
22214
|
+
"2xl": "(min-width: 1536px)";
|
|
22215
|
+
motion: "(prefers-reduced-motion)";
|
|
22216
|
+
hover: "(any-hover: hover)";
|
|
22217
|
+
dark: "(prefers-color-scheme: dark)";
|
|
22218
|
+
light: "(prefers-color-scheme: light)";
|
|
22219
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
22220
|
+
xs: "(min-width: 320px)";
|
|
22221
|
+
sm: "(min-width: 425px)";
|
|
22222
|
+
md: "(min-width: 768px)";
|
|
22223
|
+
lg: "(min-width: 1204px)";
|
|
22224
|
+
xl: "(min-width: 1440px)";
|
|
22225
|
+
"2xl": "(min-width: 1536px)";
|
|
22226
|
+
motion: "(prefers-reduced-motion)";
|
|
22227
|
+
hover: "(any-hover: hover)";
|
|
22228
|
+
dark: "(prefers-color-scheme: dark)";
|
|
22229
|
+
light: "(prefers-color-scheme: light)";
|
|
22230
|
+
}, {
|
|
21560
22231
|
colors: {
|
|
21561
22232
|
primary: string;
|
|
21562
22233
|
blackA1: string;
|
|
@@ -22401,7 +23072,29 @@ declare const AvatarWrapper: import("@stitches/react/types/styled-component").St
|
|
|
22401
23072
|
};
|
|
22402
23073
|
};
|
|
22403
23074
|
};
|
|
22404
|
-
}]>, {
|
|
23075
|
+
}]>, {
|
|
23076
|
+
xs: "(min-width: 320px)";
|
|
23077
|
+
sm: "(min-width: 425px)";
|
|
23078
|
+
md: "(min-width: 768px)";
|
|
23079
|
+
lg: "(min-width: 1204px)";
|
|
23080
|
+
xl: "(min-width: 1440px)";
|
|
23081
|
+
"2xl": "(min-width: 1536px)";
|
|
23082
|
+
motion: "(prefers-reduced-motion)";
|
|
23083
|
+
hover: "(any-hover: hover)";
|
|
23084
|
+
dark: "(prefers-color-scheme: dark)";
|
|
23085
|
+
light: "(prefers-color-scheme: light)";
|
|
23086
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
23087
|
+
xs: "(min-width: 320px)";
|
|
23088
|
+
sm: "(min-width: 425px)";
|
|
23089
|
+
md: "(min-width: 768px)";
|
|
23090
|
+
lg: "(min-width: 1204px)";
|
|
23091
|
+
xl: "(min-width: 1440px)";
|
|
23092
|
+
"2xl": "(min-width: 1536px)";
|
|
23093
|
+
motion: "(prefers-reduced-motion)";
|
|
23094
|
+
hover: "(any-hover: hover)";
|
|
23095
|
+
dark: "(prefers-color-scheme: dark)";
|
|
23096
|
+
light: "(prefers-color-scheme: light)";
|
|
23097
|
+
}, {
|
|
22405
23098
|
colors: {
|
|
22406
23099
|
primary: string;
|
|
22407
23100
|
blackA1: string;
|
|
@@ -23215,8 +23908,30 @@ export const Separator: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.Det
|
|
|
23215
23908
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
23216
23909
|
}, "direction" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
23217
23910
|
direction?: "horizontal" | "vertical" | undefined;
|
|
23218
|
-
}, {
|
|
23219
|
-
|
|
23911
|
+
}, {
|
|
23912
|
+
xs: "(min-width: 320px)";
|
|
23913
|
+
sm: "(min-width: 425px)";
|
|
23914
|
+
md: "(min-width: 768px)";
|
|
23915
|
+
lg: "(min-width: 1204px)";
|
|
23916
|
+
xl: "(min-width: 1440px)";
|
|
23917
|
+
"2xl": "(min-width: 1536px)";
|
|
23918
|
+
motion: "(prefers-reduced-motion)";
|
|
23919
|
+
hover: "(any-hover: hover)";
|
|
23920
|
+
dark: "(prefers-color-scheme: dark)";
|
|
23921
|
+
light: "(prefers-color-scheme: light)";
|
|
23922
|
+
}> & {
|
|
23923
|
+
css?: import("@stitches/react/types/css-util").CSS<{
|
|
23924
|
+
xs: "(min-width: 320px)";
|
|
23925
|
+
sm: "(min-width: 425px)";
|
|
23926
|
+
md: "(min-width: 768px)";
|
|
23927
|
+
lg: "(min-width: 1204px)";
|
|
23928
|
+
xl: "(min-width: 1440px)";
|
|
23929
|
+
"2xl": "(min-width: 1536px)";
|
|
23930
|
+
motion: "(prefers-reduced-motion)";
|
|
23931
|
+
hover: "(any-hover: hover)";
|
|
23932
|
+
dark: "(prefers-color-scheme: dark)";
|
|
23933
|
+
light: "(prefers-color-scheme: light)";
|
|
23934
|
+
}, {
|
|
23220
23935
|
colors: {
|
|
23221
23936
|
primary: string;
|
|
23222
23937
|
blackA1: string;
|
|
@@ -24001,7 +24716,29 @@ export const Separator: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.Det
|
|
|
24001
24716
|
};
|
|
24002
24717
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}> | undefined;
|
|
24003
24718
|
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
24004
|
-
declare const StyledProgressWrapper: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
24719
|
+
declare const StyledProgressWrapper: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
24720
|
+
xs: "(min-width: 320px)";
|
|
24721
|
+
sm: "(min-width: 425px)";
|
|
24722
|
+
md: "(min-width: 768px)";
|
|
24723
|
+
lg: "(min-width: 1204px)";
|
|
24724
|
+
xl: "(min-width: 1440px)";
|
|
24725
|
+
"2xl": "(min-width: 1536px)";
|
|
24726
|
+
motion: "(prefers-reduced-motion)";
|
|
24727
|
+
hover: "(any-hover: hover)";
|
|
24728
|
+
dark: "(prefers-color-scheme: dark)";
|
|
24729
|
+
light: "(prefers-color-scheme: light)";
|
|
24730
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
24731
|
+
xs: "(min-width: 320px)";
|
|
24732
|
+
sm: "(min-width: 425px)";
|
|
24733
|
+
md: "(min-width: 768px)";
|
|
24734
|
+
lg: "(min-width: 1204px)";
|
|
24735
|
+
xl: "(min-width: 1440px)";
|
|
24736
|
+
"2xl": "(min-width: 1536px)";
|
|
24737
|
+
motion: "(prefers-reduced-motion)";
|
|
24738
|
+
hover: "(any-hover: hover)";
|
|
24739
|
+
dark: "(prefers-color-scheme: dark)";
|
|
24740
|
+
light: "(prefers-color-scheme: light)";
|
|
24741
|
+
}, {
|
|
24005
24742
|
colors: {
|
|
24006
24743
|
primary: string;
|
|
24007
24744
|
blackA1: string;
|
|
@@ -24794,9 +25531,31 @@ export const Root: React.ForwardRefExoticComponent<TabsProps & React.RefAttribut
|
|
|
24794
25531
|
export const Item: <T>(props: import("react-stately").ItemProps<T>) => JSX.Element;
|
|
24795
25532
|
declare const StyledTag: import("@stitches/react/types/styled-component").StyledComponent<"div", import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, {
|
|
24796
25533
|
color?: "white" | "black" | "gray" | "mauve" | "slate" | "sage" | "olive" | "sand" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "brown" | "orange" | "sky" | "mint" | "lime" | "yellow" | "amber" | undefined;
|
|
24797
|
-
variant?: "
|
|
25534
|
+
variant?: "light" | "outline" | "solid" | "lightOutline" | "solidMono" | "plain" | undefined;
|
|
24798
25535
|
isInteractive?: undefined;
|
|
24799
|
-
}, {
|
|
25536
|
+
}, {
|
|
25537
|
+
xs: "(min-width: 320px)";
|
|
25538
|
+
sm: "(min-width: 425px)";
|
|
25539
|
+
md: "(min-width: 768px)";
|
|
25540
|
+
lg: "(min-width: 1204px)";
|
|
25541
|
+
xl: "(min-width: 1440px)";
|
|
25542
|
+
"2xl": "(min-width: 1536px)";
|
|
25543
|
+
motion: "(prefers-reduced-motion)";
|
|
25544
|
+
hover: "(any-hover: hover)";
|
|
25545
|
+
dark: "(prefers-color-scheme: dark)";
|
|
25546
|
+
light: "(prefers-color-scheme: light)";
|
|
25547
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
25548
|
+
xs: "(min-width: 320px)";
|
|
25549
|
+
sm: "(min-width: 425px)";
|
|
25550
|
+
md: "(min-width: 768px)";
|
|
25551
|
+
lg: "(min-width: 1204px)";
|
|
25552
|
+
xl: "(min-width: 1440px)";
|
|
25553
|
+
"2xl": "(min-width: 1536px)";
|
|
25554
|
+
motion: "(prefers-reduced-motion)";
|
|
25555
|
+
hover: "(any-hover: hover)";
|
|
25556
|
+
dark: "(prefers-color-scheme: dark)";
|
|
25557
|
+
light: "(prefers-color-scheme: light)";
|
|
25558
|
+
}, {
|
|
24800
25559
|
colors: {
|
|
24801
25560
|
primary: string;
|
|
24802
25561
|
blackA1: string;
|
|
@@ -25634,7 +26393,29 @@ declare const StyledTag: import("@stitches/react/types/styled-component").Styled
|
|
|
25634
26393
|
borderRadius: number;
|
|
25635
26394
|
};
|
|
25636
26395
|
}[];
|
|
25637
|
-
}]>, {
|
|
26396
|
+
}]>, {
|
|
26397
|
+
xs: "(min-width: 320px)";
|
|
26398
|
+
sm: "(min-width: 425px)";
|
|
26399
|
+
md: "(min-width: 768px)";
|
|
26400
|
+
lg: "(min-width: 1204px)";
|
|
26401
|
+
xl: "(min-width: 1440px)";
|
|
26402
|
+
"2xl": "(min-width: 1536px)";
|
|
26403
|
+
motion: "(prefers-reduced-motion)";
|
|
26404
|
+
hover: "(any-hover: hover)";
|
|
26405
|
+
dark: "(prefers-color-scheme: dark)";
|
|
26406
|
+
light: "(prefers-color-scheme: light)";
|
|
26407
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
26408
|
+
xs: "(min-width: 320px)";
|
|
26409
|
+
sm: "(min-width: 425px)";
|
|
26410
|
+
md: "(min-width: 768px)";
|
|
26411
|
+
lg: "(min-width: 1204px)";
|
|
26412
|
+
xl: "(min-width: 1440px)";
|
|
26413
|
+
"2xl": "(min-width: 1536px)";
|
|
26414
|
+
motion: "(prefers-reduced-motion)";
|
|
26415
|
+
hover: "(any-hover: hover)";
|
|
26416
|
+
dark: "(prefers-color-scheme: dark)";
|
|
26417
|
+
light: "(prefers-color-scheme: light)";
|
|
26418
|
+
}, {
|
|
25638
26419
|
colors: {
|
|
25639
26420
|
primary: string;
|
|
25640
26421
|
blackA1: string;
|
|
@@ -26425,7 +27206,29 @@ type TagProps = React.ComponentProps<typeof StyledTag> & {
|
|
|
26425
27206
|
export const Tag: React.ForwardRefExoticComponent<Omit<TagProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
26426
27207
|
declare const CustomSwitch: import("@stitches/react/types/styled-component").StyledComponent<"span", {
|
|
26427
27208
|
size?: "sm" | "md" | "lg" | undefined;
|
|
26428
|
-
}, {
|
|
27209
|
+
}, {
|
|
27210
|
+
xs: "(min-width: 320px)";
|
|
27211
|
+
sm: "(min-width: 425px)";
|
|
27212
|
+
md: "(min-width: 768px)";
|
|
27213
|
+
lg: "(min-width: 1204px)";
|
|
27214
|
+
xl: "(min-width: 1440px)";
|
|
27215
|
+
"2xl": "(min-width: 1536px)";
|
|
27216
|
+
motion: "(prefers-reduced-motion)";
|
|
27217
|
+
hover: "(any-hover: hover)";
|
|
27218
|
+
dark: "(prefers-color-scheme: dark)";
|
|
27219
|
+
light: "(prefers-color-scheme: light)";
|
|
27220
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
27221
|
+
xs: "(min-width: 320px)";
|
|
27222
|
+
sm: "(min-width: 425px)";
|
|
27223
|
+
md: "(min-width: 768px)";
|
|
27224
|
+
lg: "(min-width: 1204px)";
|
|
27225
|
+
xl: "(min-width: 1440px)";
|
|
27226
|
+
"2xl": "(min-width: 1536px)";
|
|
27227
|
+
motion: "(prefers-reduced-motion)";
|
|
27228
|
+
hover: "(any-hover: hover)";
|
|
27229
|
+
dark: "(prefers-color-scheme: dark)";
|
|
27230
|
+
light: "(prefers-color-scheme: light)";
|
|
27231
|
+
}, {
|
|
26429
27232
|
colors: {
|
|
26430
27233
|
primary: string;
|
|
26431
27234
|
blackA1: string;
|
|
@@ -27217,7 +28020,29 @@ interface _Props1 extends AriaSwitchProps, VariantProps<typeof CustomSwitch> {
|
|
|
27217
28020
|
export const Switch: React.ForwardRefExoticComponent<_Props1 & React.RefAttributes<HTMLLabelElement>>;
|
|
27218
28021
|
declare const ColorButton: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
27219
28022
|
size?: "sm" | "md" | "lg" | undefined;
|
|
27220
|
-
}, {
|
|
28023
|
+
}, {
|
|
28024
|
+
xs: "(min-width: 320px)";
|
|
28025
|
+
sm: "(min-width: 425px)";
|
|
28026
|
+
md: "(min-width: 768px)";
|
|
28027
|
+
lg: "(min-width: 1204px)";
|
|
28028
|
+
xl: "(min-width: 1440px)";
|
|
28029
|
+
"2xl": "(min-width: 1536px)";
|
|
28030
|
+
motion: "(prefers-reduced-motion)";
|
|
28031
|
+
hover: "(any-hover: hover)";
|
|
28032
|
+
dark: "(prefers-color-scheme: dark)";
|
|
28033
|
+
light: "(prefers-color-scheme: light)";
|
|
28034
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
28035
|
+
xs: "(min-width: 320px)";
|
|
28036
|
+
sm: "(min-width: 425px)";
|
|
28037
|
+
md: "(min-width: 768px)";
|
|
28038
|
+
lg: "(min-width: 1204px)";
|
|
28039
|
+
xl: "(min-width: 1440px)";
|
|
28040
|
+
"2xl": "(min-width: 1536px)";
|
|
28041
|
+
motion: "(prefers-reduced-motion)";
|
|
28042
|
+
hover: "(any-hover: hover)";
|
|
28043
|
+
dark: "(prefers-color-scheme: dark)";
|
|
28044
|
+
light: "(prefers-color-scheme: light)";
|
|
28045
|
+
}, {
|
|
27221
28046
|
colors: {
|
|
27222
28047
|
primary: string;
|
|
27223
28048
|
blackA1: string;
|
|
@@ -28007,7 +28832,29 @@ interface ColorTrayProps extends React.ComponentProps<typeof RadioGroup>, Varian
|
|
|
28007
28832
|
export const ColorTray: React.ForwardRefExoticComponent<Omit<ColorTrayProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
28008
28833
|
declare const _IconButton1: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
28009
28834
|
size?: "sm" | "md" | "lg" | undefined;
|
|
28010
|
-
}, {
|
|
28835
|
+
}, {
|
|
28836
|
+
xs: "(min-width: 320px)";
|
|
28837
|
+
sm: "(min-width: 425px)";
|
|
28838
|
+
md: "(min-width: 768px)";
|
|
28839
|
+
lg: "(min-width: 1204px)";
|
|
28840
|
+
xl: "(min-width: 1440px)";
|
|
28841
|
+
"2xl": "(min-width: 1536px)";
|
|
28842
|
+
motion: "(prefers-reduced-motion)";
|
|
28843
|
+
hover: "(any-hover: hover)";
|
|
28844
|
+
dark: "(prefers-color-scheme: dark)";
|
|
28845
|
+
light: "(prefers-color-scheme: light)";
|
|
28846
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
28847
|
+
xs: "(min-width: 320px)";
|
|
28848
|
+
sm: "(min-width: 425px)";
|
|
28849
|
+
md: "(min-width: 768px)";
|
|
28850
|
+
lg: "(min-width: 1204px)";
|
|
28851
|
+
xl: "(min-width: 1440px)";
|
|
28852
|
+
"2xl": "(min-width: 1536px)";
|
|
28853
|
+
motion: "(prefers-reduced-motion)";
|
|
28854
|
+
hover: "(any-hover: hover)";
|
|
28855
|
+
dark: "(prefers-color-scheme: dark)";
|
|
28856
|
+
light: "(prefers-color-scheme: light)";
|
|
28857
|
+
}, {
|
|
28011
28858
|
colors: {
|
|
28012
28859
|
primary: string;
|
|
28013
28860
|
blackA1: string;
|
|
@@ -28804,7 +29651,29 @@ declare const _Wrapper1: import("@stitches/react/types/styled-component").Styled
|
|
|
28804
29651
|
position?: "fixed" | "relative" | "absolute" | undefined;
|
|
28805
29652
|
stretchX?: boolean | "true" | undefined;
|
|
28806
29653
|
stretchY?: boolean | "true" | undefined;
|
|
28807
|
-
}, {
|
|
29654
|
+
}, {
|
|
29655
|
+
xs: "(min-width: 320px)";
|
|
29656
|
+
sm: "(min-width: 425px)";
|
|
29657
|
+
md: "(min-width: 768px)";
|
|
29658
|
+
lg: "(min-width: 1204px)";
|
|
29659
|
+
xl: "(min-width: 1440px)";
|
|
29660
|
+
"2xl": "(min-width: 1536px)";
|
|
29661
|
+
motion: "(prefers-reduced-motion)";
|
|
29662
|
+
hover: "(any-hover: hover)";
|
|
29663
|
+
dark: "(prefers-color-scheme: dark)";
|
|
29664
|
+
light: "(prefers-color-scheme: light)";
|
|
29665
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
29666
|
+
xs: "(min-width: 320px)";
|
|
29667
|
+
sm: "(min-width: 425px)";
|
|
29668
|
+
md: "(min-width: 768px)";
|
|
29669
|
+
lg: "(min-width: 1204px)";
|
|
29670
|
+
xl: "(min-width: 1440px)";
|
|
29671
|
+
"2xl": "(min-width: 1536px)";
|
|
29672
|
+
motion: "(prefers-reduced-motion)";
|
|
29673
|
+
hover: "(any-hover: hover)";
|
|
29674
|
+
dark: "(prefers-color-scheme: dark)";
|
|
29675
|
+
light: "(prefers-color-scheme: light)";
|
|
29676
|
+
}, {
|
|
28808
29677
|
colors: {
|
|
28809
29678
|
primary: string;
|
|
28810
29679
|
blackA1: string;
|
|
@@ -29597,7 +30466,29 @@ declare const _Wrapper1: import("@stitches/react/types/styled-component").Styled
|
|
|
29597
30466
|
gap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | 1 | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 14 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 56 | 60 | 64 | 72 | 80 | 96 | undefined;
|
|
29598
30467
|
rowGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
29599
30468
|
columnGap?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | undefined;
|
|
29600
|
-
}, {
|
|
30469
|
+
}, {
|
|
30470
|
+
xs: "(min-width: 320px)";
|
|
30471
|
+
sm: "(min-width: 425px)";
|
|
30472
|
+
md: "(min-width: 768px)";
|
|
30473
|
+
lg: "(min-width: 1204px)";
|
|
30474
|
+
xl: "(min-width: 1440px)";
|
|
30475
|
+
"2xl": "(min-width: 1536px)";
|
|
30476
|
+
motion: "(prefers-reduced-motion)";
|
|
30477
|
+
hover: "(any-hover: hover)";
|
|
30478
|
+
dark: "(prefers-color-scheme: dark)";
|
|
30479
|
+
light: "(prefers-color-scheme: light)";
|
|
30480
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
30481
|
+
xs: "(min-width: 320px)";
|
|
30482
|
+
sm: "(min-width: 425px)";
|
|
30483
|
+
md: "(min-width: 768px)";
|
|
30484
|
+
lg: "(min-width: 1204px)";
|
|
30485
|
+
xl: "(min-width: 1440px)";
|
|
30486
|
+
"2xl": "(min-width: 1536px)";
|
|
30487
|
+
motion: "(prefers-reduced-motion)";
|
|
30488
|
+
hover: "(any-hover: hover)";
|
|
30489
|
+
dark: "(prefers-color-scheme: dark)";
|
|
30490
|
+
light: "(prefers-color-scheme: light)";
|
|
30491
|
+
}, {
|
|
29601
30492
|
colors: {
|
|
29602
30493
|
primary: string;
|
|
29603
30494
|
blackA1: string;
|
|
@@ -30382,9 +31273,31 @@ declare const _Wrapper1: import("@stitches/react/types/styled-component").Styled
|
|
|
30382
31273
|
};
|
|
30383
31274
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>, {
|
|
30384
31275
|
color?: "white" | "black" | "gray" | "mauve" | "slate" | "sage" | "olive" | "sand" | "tomato" | "red" | "crimson" | "pink" | "plum" | "purple" | "violet" | "indigo" | "blue" | "cyan" | "teal" | "green" | "grass" | "brown" | "orange" | "sky" | "mint" | "lime" | "yellow" | "amber" | undefined;
|
|
30385
|
-
variant?: "
|
|
31276
|
+
variant?: "light" | "outline" | "solid" | "lightOutline" | "solidMono" | "plain" | undefined;
|
|
30386
31277
|
isInteractive?: undefined;
|
|
30387
|
-
}, {
|
|
31278
|
+
}, {
|
|
31279
|
+
xs: "(min-width: 320px)";
|
|
31280
|
+
sm: "(min-width: 425px)";
|
|
31281
|
+
md: "(min-width: 768px)";
|
|
31282
|
+
lg: "(min-width: 1204px)";
|
|
31283
|
+
xl: "(min-width: 1440px)";
|
|
31284
|
+
"2xl": "(min-width: 1536px)";
|
|
31285
|
+
motion: "(prefers-reduced-motion)";
|
|
31286
|
+
hover: "(any-hover: hover)";
|
|
31287
|
+
dark: "(prefers-color-scheme: dark)";
|
|
31288
|
+
light: "(prefers-color-scheme: light)";
|
|
31289
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
31290
|
+
xs: "(min-width: 320px)";
|
|
31291
|
+
sm: "(min-width: 425px)";
|
|
31292
|
+
md: "(min-width: 768px)";
|
|
31293
|
+
lg: "(min-width: 1204px)";
|
|
31294
|
+
xl: "(min-width: 1440px)";
|
|
31295
|
+
"2xl": "(min-width: 1536px)";
|
|
31296
|
+
motion: "(prefers-reduced-motion)";
|
|
31297
|
+
hover: "(any-hover: hover)";
|
|
31298
|
+
dark: "(prefers-color-scheme: dark)";
|
|
31299
|
+
light: "(prefers-color-scheme: light)";
|
|
31300
|
+
}, {
|
|
30388
31301
|
colors: {
|
|
30389
31302
|
primary: string;
|
|
30390
31303
|
blackA1: string;
|