@obolnetwork/obol-ui 1.1.13 → 1.1.15
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/components/atoms/Avatar/Avatar.d.ts +4 -0
- package/dist/components/atoms/Box/Box.d.ts +2 -0
- package/dist/components/atoms/Button/Button.d.ts +2 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +2 -0
- package/dist/components/atoms/Container/Container.d.ts +4 -0
- package/dist/components/atoms/Flex/Flex.d.ts +2 -0
- package/dist/components/atoms/Grid/Grid.d.ts +2 -0
- package/dist/components/atoms/IconButton/IconButton.d.ts +3 -0
- package/dist/components/atoms/Image/Image.d.ts +2 -0
- package/dist/components/atoms/Link/Link.d.ts +3 -0
- package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +10 -0
- package/dist/components/atoms/Separator/Separator.d.ts +2 -0
- package/dist/components/atoms/Skeleton/Skeleton.d.ts +2 -0
- package/dist/components/atoms/Spin/Spin.d.ts +2 -0
- package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +2 -0
- package/dist/components/atoms/Switch/Switch.d.ts +4 -0
- package/dist/components/atoms/Text/Text.d.ts +3 -0
- package/dist/components/atoms/TextField/TextField.d.ts +8 -0
- package/dist/components/atoms/Toggle/Toggle.d.ts +4 -0
- package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +4 -0
- package/dist/components/icons/GlowIconBox.d.ts +2 -0
- package/dist/components/icons/Planet.d.ts +2 -0
- package/dist/components/icons/index.d.ts +1 -0
- package/dist/components/icons/static-icons/WalletIcon.d.ts +2 -0
- package/dist/components/molecules/Accordion/Accordion.d.ts +4 -0
- package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +4 -0
- package/dist/components/molecules/Card/Card.d.ts +8 -0
- package/dist/components/molecules/Dialog/Dialog.d.ts +12 -0
- package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +4 -0
- package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +6 -0
- package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +4 -0
- package/dist/components/molecules/TableV3/ExpandedTable.d.ts +12 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +8 -0
- package/dist/components/utils/styles.d.ts +2 -0
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.config.d.ts +10 -0
- package/package.json +1 -1
|
@@ -24,6 +24,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
24
24
|
sm: "(max-width: 900px)";
|
|
25
25
|
bp1: "(min-width: 520px)";
|
|
26
26
|
bp2: "(min-width: 900px)";
|
|
27
|
+
bp3: "(min-width: 1200px)";
|
|
27
28
|
md: "(max-width: 1200px)";
|
|
28
29
|
lg: "(max-width: 1800px)";
|
|
29
30
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -35,6 +36,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
35
36
|
sm: "(max-width: 900px)";
|
|
36
37
|
bp1: "(min-width: 520px)";
|
|
37
38
|
bp2: "(min-width: 900px)";
|
|
39
|
+
bp3: "(min-width: 1200px)";
|
|
38
40
|
md: "(max-width: 1200px)";
|
|
39
41
|
lg: "(max-width: 1800px)";
|
|
40
42
|
}, {
|
|
@@ -511,6 +513,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
511
513
|
sm: "(max-width: 900px)";
|
|
512
514
|
bp1: "(min-width: 520px)";
|
|
513
515
|
bp2: "(min-width: 900px)";
|
|
516
|
+
bp3: "(min-width: 1200px)";
|
|
514
517
|
md: "(max-width: 1200px)";
|
|
515
518
|
lg: "(max-width: 1800px)";
|
|
516
519
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -522,6 +525,7 @@ export declare const ToggleCardItem: import("@stitches/react/types/styled-compon
|
|
|
522
525
|
sm: "(max-width: 900px)";
|
|
523
526
|
bp1: "(min-width: 520px)";
|
|
524
527
|
bp2: "(min-width: 900px)";
|
|
528
|
+
bp3: "(min-width: 1200px)";
|
|
525
529
|
md: "(max-width: 1200px)";
|
|
526
530
|
lg: "(max-width: 1800px)";
|
|
527
531
|
}, {
|
|
@@ -999,6 +1003,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
999
1003
|
sm: "(max-width: 900px)";
|
|
1000
1004
|
bp1: "(min-width: 520px)";
|
|
1001
1005
|
bp2: "(min-width: 900px)";
|
|
1006
|
+
bp3: "(min-width: 1200px)";
|
|
1002
1007
|
md: "(max-width: 1200px)";
|
|
1003
1008
|
lg: "(max-width: 1800px)";
|
|
1004
1009
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1010,6 +1015,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1010
1015
|
sm: "(max-width: 900px)";
|
|
1011
1016
|
bp1: "(min-width: 520px)";
|
|
1012
1017
|
bp2: "(min-width: 900px)";
|
|
1018
|
+
bp3: "(min-width: 1200px)";
|
|
1013
1019
|
md: "(max-width: 1200px)";
|
|
1014
1020
|
lg: "(max-width: 1800px)";
|
|
1015
1021
|
}, {
|
|
@@ -1490,6 +1496,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1490
1496
|
sm: "(max-width: 900px)";
|
|
1491
1497
|
bp1: "(min-width: 520px)";
|
|
1492
1498
|
bp2: "(min-width: 900px)";
|
|
1499
|
+
bp3: "(min-width: 1200px)";
|
|
1493
1500
|
md: "(max-width: 1200px)";
|
|
1494
1501
|
lg: "(max-width: 1800px)";
|
|
1495
1502
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1501,6 +1508,7 @@ export declare const BoxCard: import("@stitches/react/types/styled-component").S
|
|
|
1501
1508
|
sm: "(max-width: 900px)";
|
|
1502
1509
|
bp1: "(min-width: 520px)";
|
|
1503
1510
|
bp2: "(min-width: 900px)";
|
|
1511
|
+
bp3: "(min-width: 1200px)";
|
|
1504
1512
|
md: "(max-width: 1200px)";
|
|
1505
1513
|
lg: "(max-width: 1800px)";
|
|
1506
1514
|
}, {
|
|
@@ -10,6 +10,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
10
10
|
sm: "(max-width: 900px)";
|
|
11
11
|
bp1: "(min-width: 520px)";
|
|
12
12
|
bp2: "(min-width: 900px)";
|
|
13
|
+
bp3: "(min-width: 1200px)";
|
|
13
14
|
md: "(max-width: 1200px)";
|
|
14
15
|
lg: "(max-width: 1800px)";
|
|
15
16
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -21,6 +22,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
21
22
|
sm: "(max-width: 900px)";
|
|
22
23
|
bp1: "(min-width: 520px)";
|
|
23
24
|
bp2: "(min-width: 900px)";
|
|
25
|
+
bp3: "(min-width: 1200px)";
|
|
24
26
|
md: "(max-width: 1200px)";
|
|
25
27
|
lg: "(max-width: 1800px)";
|
|
26
28
|
}, {
|
|
@@ -502,6 +504,7 @@ export declare const DialogTitle: import("@stitches/react/types/styled-component
|
|
|
502
504
|
sm: "(max-width: 900px)";
|
|
503
505
|
bp1: "(min-width: 520px)";
|
|
504
506
|
bp2: "(min-width: 900px)";
|
|
507
|
+
bp3: "(min-width: 1200px)";
|
|
505
508
|
md: "(max-width: 1200px)";
|
|
506
509
|
lg: "(max-width: 1800px)";
|
|
507
510
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -513,6 +516,7 @@ export declare const DialogTitle: import("@stitches/react/types/styled-component
|
|
|
513
516
|
sm: "(max-width: 900px)";
|
|
514
517
|
bp1: "(min-width: 520px)";
|
|
515
518
|
bp2: "(min-width: 900px)";
|
|
519
|
+
bp3: "(min-width: 1200px)";
|
|
516
520
|
md: "(max-width: 1200px)";
|
|
517
521
|
lg: "(max-width: 1800px)";
|
|
518
522
|
}, {
|
|
@@ -990,6 +994,7 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
|
|
|
990
994
|
sm: "(max-width: 900px)";
|
|
991
995
|
bp1: "(min-width: 520px)";
|
|
992
996
|
bp2: "(min-width: 900px)";
|
|
997
|
+
bp3: "(min-width: 1200px)";
|
|
993
998
|
md: "(max-width: 1200px)";
|
|
994
999
|
lg: "(max-width: 1800px)";
|
|
995
1000
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1001,6 +1006,7 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
|
|
|
1001
1006
|
sm: "(max-width: 900px)";
|
|
1002
1007
|
bp1: "(min-width: 520px)";
|
|
1003
1008
|
bp2: "(min-width: 900px)";
|
|
1009
|
+
bp3: "(min-width: 1200px)";
|
|
1004
1010
|
md: "(max-width: 1200px)";
|
|
1005
1011
|
lg: "(max-width: 1800px)";
|
|
1006
1012
|
}, {
|
|
@@ -1479,6 +1485,7 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
|
|
|
1479
1485
|
sm: "(max-width: 900px)";
|
|
1480
1486
|
bp1: "(min-width: 520px)";
|
|
1481
1487
|
bp2: "(min-width: 900px)";
|
|
1488
|
+
bp3: "(min-width: 1200px)";
|
|
1482
1489
|
md: "(max-width: 1200px)";
|
|
1483
1490
|
lg: "(max-width: 1800px)";
|
|
1484
1491
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1490,6 +1497,7 @@ export declare const DialogStyledContent: import("@stitches/react/types/styled-c
|
|
|
1490
1497
|
sm: "(max-width: 900px)";
|
|
1491
1498
|
bp1: "(min-width: 520px)";
|
|
1492
1499
|
bp2: "(min-width: 900px)";
|
|
1500
|
+
bp3: "(min-width: 1200px)";
|
|
1493
1501
|
md: "(max-width: 1200px)";
|
|
1494
1502
|
lg: "(max-width: 1800px)";
|
|
1495
1503
|
}, {
|
|
@@ -1967,6 +1975,7 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
|
|
|
1967
1975
|
sm: "(max-width: 900px)";
|
|
1968
1976
|
bp1: "(min-width: 520px)";
|
|
1969
1977
|
bp2: "(min-width: 900px)";
|
|
1978
|
+
bp3: "(min-width: 1200px)";
|
|
1970
1979
|
md: "(max-width: 1200px)";
|
|
1971
1980
|
lg: "(max-width: 1800px)";
|
|
1972
1981
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1978,6 +1987,7 @@ export declare const DialogOverlay: import("@stitches/react/types/styled-compone
|
|
|
1978
1987
|
sm: "(max-width: 900px)";
|
|
1979
1988
|
bp1: "(min-width: 520px)";
|
|
1980
1989
|
bp2: "(min-width: 900px)";
|
|
1990
|
+
bp3: "(min-width: 1200px)";
|
|
1981
1991
|
md: "(max-width: 1200px)";
|
|
1982
1992
|
lg: "(max-width: 1800px)";
|
|
1983
1993
|
}, {
|
|
@@ -2456,6 +2466,7 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2456
2466
|
sm: "(max-width: 900px)";
|
|
2457
2467
|
bp1: "(min-width: 520px)";
|
|
2458
2468
|
bp2: "(min-width: 900px)";
|
|
2469
|
+
bp3: "(min-width: 1200px)";
|
|
2459
2470
|
md: "(max-width: 1200px)";
|
|
2460
2471
|
lg: "(max-width: 1800px)";
|
|
2461
2472
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -2467,6 +2478,7 @@ export declare const DialogIconButton: import("@stitches/react/types/styled-comp
|
|
|
2467
2478
|
sm: "(max-width: 900px)";
|
|
2468
2479
|
bp1: "(min-width: 520px)";
|
|
2469
2480
|
bp2: "(min-width: 900px)";
|
|
2481
|
+
bp3: "(min-width: 1200px)";
|
|
2470
2482
|
md: "(max-width: 1200px)";
|
|
2471
2483
|
lg: "(max-width: 1800px)";
|
|
2472
2484
|
}, {
|
|
@@ -8,6 +8,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
8
8
|
sm: "(max-width: 900px)";
|
|
9
9
|
bp1: "(min-width: 520px)";
|
|
10
10
|
bp2: "(min-width: 900px)";
|
|
11
|
+
bp3: "(min-width: 1200px)";
|
|
11
12
|
md: "(max-width: 1200px)";
|
|
12
13
|
lg: "(max-width: 1800px)";
|
|
13
14
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -19,6 +20,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
19
20
|
sm: "(max-width: 900px)";
|
|
20
21
|
bp1: "(min-width: 520px)";
|
|
21
22
|
bp2: "(min-width: 900px)";
|
|
23
|
+
bp3: "(min-width: 1200px)";
|
|
22
24
|
md: "(max-width: 1200px)";
|
|
23
25
|
lg: "(max-width: 1800px)";
|
|
24
26
|
}, {
|
|
@@ -495,6 +497,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
495
497
|
sm: "(max-width: 900px)";
|
|
496
498
|
bp1: "(min-width: 520px)";
|
|
497
499
|
bp2: "(min-width: 900px)";
|
|
500
|
+
bp3: "(min-width: 1200px)";
|
|
498
501
|
md: "(max-width: 1200px)";
|
|
499
502
|
lg: "(max-width: 1800px)";
|
|
500
503
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -506,6 +509,7 @@ export declare const NotificationContainer: import("@stitches/react/types/styled
|
|
|
506
509
|
sm: "(max-width: 900px)";
|
|
507
510
|
bp1: "(min-width: 520px)";
|
|
508
511
|
bp2: "(min-width: 900px)";
|
|
512
|
+
bp3: "(min-width: 1200px)";
|
|
509
513
|
md: "(max-width: 1200px)";
|
|
510
514
|
lg: "(max-width: 1800px)";
|
|
511
515
|
}, {
|
|
@@ -10,6 +10,7 @@ export declare const RadioGroupRadio: import("@stitches/react/types/styled-compo
|
|
|
10
10
|
sm: "(max-width: 900px)";
|
|
11
11
|
bp1: "(min-width: 520px)";
|
|
12
12
|
bp2: "(min-width: 900px)";
|
|
13
|
+
bp3: "(min-width: 1200px)";
|
|
13
14
|
md: "(max-width: 1200px)";
|
|
14
15
|
lg: "(max-width: 1800px)";
|
|
15
16
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -21,6 +22,7 @@ export declare const RadioGroupRadio: import("@stitches/react/types/styled-compo
|
|
|
21
22
|
sm: "(max-width: 900px)";
|
|
22
23
|
bp1: "(min-width: 520px)";
|
|
23
24
|
bp2: "(min-width: 900px)";
|
|
25
|
+
bp3: "(min-width: 1200px)";
|
|
24
26
|
md: "(max-width: 1200px)";
|
|
25
27
|
lg: "(max-width: 1800px)";
|
|
26
28
|
}, {
|
|
@@ -498,6 +500,7 @@ export declare const RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
498
500
|
sm: "(max-width: 900px)";
|
|
499
501
|
bp1: "(min-width: 520px)";
|
|
500
502
|
bp2: "(min-width: 900px)";
|
|
503
|
+
bp3: "(min-width: 1200px)";
|
|
501
504
|
md: "(max-width: 1200px)";
|
|
502
505
|
lg: "(max-width: 1800px)";
|
|
503
506
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -509,6 +512,7 @@ export declare const RadioGroupIndicator: import("@stitches/react/types/styled-c
|
|
|
509
512
|
sm: "(max-width: 900px)";
|
|
510
513
|
bp1: "(min-width: 520px)";
|
|
511
514
|
bp2: "(min-width: 900px)";
|
|
515
|
+
bp3: "(min-width: 1200px)";
|
|
512
516
|
md: "(max-width: 1200px)";
|
|
513
517
|
lg: "(max-width: 1800px)";
|
|
514
518
|
}, {
|
|
@@ -986,6 +990,7 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
986
990
|
sm: "(max-width: 900px)";
|
|
987
991
|
bp1: "(min-width: 520px)";
|
|
988
992
|
bp2: "(min-width: 900px)";
|
|
993
|
+
bp3: "(min-width: 1200px)";
|
|
989
994
|
md: "(max-width: 1200px)";
|
|
990
995
|
lg: "(max-width: 1800px)";
|
|
991
996
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -997,6 +1002,7 @@ export declare const RadioGroupItemLabel: import("@stitches/react/types/styled-c
|
|
|
997
1002
|
sm: "(max-width: 900px)";
|
|
998
1003
|
bp1: "(min-width: 520px)";
|
|
999
1004
|
bp2: "(min-width: 900px)";
|
|
1005
|
+
bp3: "(min-width: 1200px)";
|
|
1000
1006
|
md: "(max-width: 1200px)";
|
|
1001
1007
|
lg: "(max-width: 1800px)";
|
|
1002
1008
|
}, {
|
|
@@ -18,6 +18,7 @@ export declare const ResponsiveDialogStyledContent: import("@stitches/react/type
|
|
|
18
18
|
sm: "(max-width: 900px)";
|
|
19
19
|
bp1: "(min-width: 520px)";
|
|
20
20
|
bp2: "(min-width: 900px)";
|
|
21
|
+
bp3: "(min-width: 1200px)";
|
|
21
22
|
md: "(max-width: 1200px)";
|
|
22
23
|
lg: "(max-width: 1800px)";
|
|
23
24
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -29,6 +30,7 @@ export declare const ResponsiveDialogStyledContent: import("@stitches/react/type
|
|
|
29
30
|
sm: "(max-width: 900px)";
|
|
30
31
|
bp1: "(min-width: 520px)";
|
|
31
32
|
bp2: "(min-width: 900px)";
|
|
33
|
+
bp3: "(min-width: 1200px)";
|
|
32
34
|
md: "(max-width: 1200px)";
|
|
33
35
|
lg: "(max-width: 1800px)";
|
|
34
36
|
}, {
|
|
@@ -506,6 +508,7 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
|
|
|
506
508
|
sm: "(max-width: 900px)";
|
|
507
509
|
bp1: "(min-width: 520px)";
|
|
508
510
|
bp2: "(min-width: 900px)";
|
|
511
|
+
bp3: "(min-width: 1200px)";
|
|
509
512
|
md: "(max-width: 1200px)";
|
|
510
513
|
lg: "(max-width: 1800px)";
|
|
511
514
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -517,6 +520,7 @@ export declare const ResponsiveDialogIconButton: import("@stitches/react/types/s
|
|
|
517
520
|
sm: "(max-width: 900px)";
|
|
518
521
|
bp1: "(min-width: 520px)";
|
|
519
522
|
bp2: "(min-width: 900px)";
|
|
523
|
+
bp3: "(min-width: 1200px)";
|
|
520
524
|
md: "(max-width: 1200px)";
|
|
521
525
|
lg: "(max-width: 1800px)";
|
|
522
526
|
}, {
|
|
@@ -11,6 +11,7 @@ export declare const ExpandedTableBody: import("@stitches/react/types/styled-com
|
|
|
11
11
|
sm: "(max-width: 900px)";
|
|
12
12
|
bp1: "(min-width: 520px)";
|
|
13
13
|
bp2: "(min-width: 900px)";
|
|
14
|
+
bp3: "(min-width: 1200px)";
|
|
14
15
|
md: "(max-width: 1200px)";
|
|
15
16
|
lg: "(max-width: 1800px)";
|
|
16
17
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -22,6 +23,7 @@ export declare const ExpandedTableBody: import("@stitches/react/types/styled-com
|
|
|
22
23
|
sm: "(max-width: 900px)";
|
|
23
24
|
bp1: "(min-width: 520px)";
|
|
24
25
|
bp2: "(min-width: 900px)";
|
|
26
|
+
bp3: "(min-width: 1200px)";
|
|
25
27
|
md: "(max-width: 1200px)";
|
|
26
28
|
lg: "(max-width: 1800px)";
|
|
27
29
|
}, {
|
|
@@ -499,6 +501,7 @@ export declare const ExpandedTableRow: import("@stitches/react/types/styled-comp
|
|
|
499
501
|
sm: "(max-width: 900px)";
|
|
500
502
|
bp1: "(min-width: 520px)";
|
|
501
503
|
bp2: "(min-width: 900px)";
|
|
504
|
+
bp3: "(min-width: 1200px)";
|
|
502
505
|
md: "(max-width: 1200px)";
|
|
503
506
|
lg: "(max-width: 1800px)";
|
|
504
507
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -510,6 +513,7 @@ export declare const ExpandedTableRow: import("@stitches/react/types/styled-comp
|
|
|
510
513
|
sm: "(max-width: 900px)";
|
|
511
514
|
bp1: "(min-width: 520px)";
|
|
512
515
|
bp2: "(min-width: 900px)";
|
|
516
|
+
bp3: "(min-width: 1200px)";
|
|
513
517
|
md: "(max-width: 1200px)";
|
|
514
518
|
lg: "(max-width: 1800px)";
|
|
515
519
|
}, {
|
|
@@ -987,6 +991,7 @@ export declare const ExpandedTableCell: import("@stitches/react/types/styled-com
|
|
|
987
991
|
sm: "(max-width: 900px)";
|
|
988
992
|
bp1: "(min-width: 520px)";
|
|
989
993
|
bp2: "(min-width: 900px)";
|
|
994
|
+
bp3: "(min-width: 1200px)";
|
|
990
995
|
md: "(max-width: 1200px)";
|
|
991
996
|
lg: "(max-width: 1800px)";
|
|
992
997
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -998,6 +1003,7 @@ export declare const ExpandedTableCell: import("@stitches/react/types/styled-com
|
|
|
998
1003
|
sm: "(max-width: 900px)";
|
|
999
1004
|
bp1: "(min-width: 520px)";
|
|
1000
1005
|
bp2: "(min-width: 900px)";
|
|
1006
|
+
bp3: "(min-width: 1200px)";
|
|
1001
1007
|
md: "(max-width: 1200px)";
|
|
1002
1008
|
lg: "(max-width: 1800px)";
|
|
1003
1009
|
}, {
|
|
@@ -1488,6 +1494,7 @@ export declare const ExpandedTable: {
|
|
|
1488
1494
|
sm: "(max-width: 900px)";
|
|
1489
1495
|
bp1: "(min-width: 520px)";
|
|
1490
1496
|
bp2: "(min-width: 900px)";
|
|
1497
|
+
bp3: "(min-width: 1200px)";
|
|
1491
1498
|
md: "(max-width: 1200px)";
|
|
1492
1499
|
lg: "(max-width: 1800px)";
|
|
1493
1500
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1499,6 +1506,7 @@ export declare const ExpandedTable: {
|
|
|
1499
1506
|
sm: "(max-width: 900px)";
|
|
1500
1507
|
bp1: "(min-width: 520px)";
|
|
1501
1508
|
bp2: "(min-width: 900px)";
|
|
1509
|
+
bp3: "(min-width: 1200px)";
|
|
1502
1510
|
md: "(max-width: 1200px)";
|
|
1503
1511
|
lg: "(max-width: 1800px)";
|
|
1504
1512
|
}, {
|
|
@@ -1976,6 +1984,7 @@ export declare const ExpandedTable: {
|
|
|
1976
1984
|
sm: "(max-width: 900px)";
|
|
1977
1985
|
bp1: "(min-width: 520px)";
|
|
1978
1986
|
bp2: "(min-width: 900px)";
|
|
1987
|
+
bp3: "(min-width: 1200px)";
|
|
1979
1988
|
md: "(max-width: 1200px)";
|
|
1980
1989
|
lg: "(max-width: 1800px)";
|
|
1981
1990
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1987,6 +1996,7 @@ export declare const ExpandedTable: {
|
|
|
1987
1996
|
sm: "(max-width: 900px)";
|
|
1988
1997
|
bp1: "(min-width: 520px)";
|
|
1989
1998
|
bp2: "(min-width: 900px)";
|
|
1999
|
+
bp3: "(min-width: 1200px)";
|
|
1990
2000
|
md: "(max-width: 1200px)";
|
|
1991
2001
|
lg: "(max-width: 1800px)";
|
|
1992
2002
|
}, {
|
|
@@ -2464,6 +2474,7 @@ export declare const ExpandedTable: {
|
|
|
2464
2474
|
sm: "(max-width: 900px)";
|
|
2465
2475
|
bp1: "(min-width: 520px)";
|
|
2466
2476
|
bp2: "(min-width: 900px)";
|
|
2477
|
+
bp3: "(min-width: 1200px)";
|
|
2467
2478
|
md: "(max-width: 1200px)";
|
|
2468
2479
|
lg: "(max-width: 1800px)";
|
|
2469
2480
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -2475,6 +2486,7 @@ export declare const ExpandedTable: {
|
|
|
2475
2486
|
sm: "(max-width: 900px)";
|
|
2476
2487
|
bp1: "(min-width: 520px)";
|
|
2477
2488
|
bp2: "(min-width: 900px)";
|
|
2489
|
+
bp3: "(min-width: 1200px)";
|
|
2478
2490
|
md: "(max-width: 1200px)";
|
|
2479
2491
|
lg: "(max-width: 1800px)";
|
|
2480
2492
|
}, {
|
|
@@ -9,6 +9,7 @@ export declare const Tabs: import("@stitches/react/types/styled-component").Styl
|
|
|
9
9
|
sm: "(max-width: 900px)";
|
|
10
10
|
bp1: "(min-width: 520px)";
|
|
11
11
|
bp2: "(min-width: 900px)";
|
|
12
|
+
bp3: "(min-width: 1200px)";
|
|
12
13
|
md: "(max-width: 1200px)";
|
|
13
14
|
lg: "(max-width: 1800px)";
|
|
14
15
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -20,6 +21,7 @@ export declare const Tabs: import("@stitches/react/types/styled-component").Styl
|
|
|
20
21
|
sm: "(max-width: 900px)";
|
|
21
22
|
bp1: "(min-width: 520px)";
|
|
22
23
|
bp2: "(min-width: 900px)";
|
|
24
|
+
bp3: "(min-width: 1200px)";
|
|
23
25
|
md: "(max-width: 1200px)";
|
|
24
26
|
lg: "(max-width: 1800px)";
|
|
25
27
|
}, {
|
|
@@ -497,6 +499,7 @@ export declare const TabsList: import("@stitches/react/types/styled-component").
|
|
|
497
499
|
sm: "(max-width: 900px)";
|
|
498
500
|
bp1: "(min-width: 520px)";
|
|
499
501
|
bp2: "(min-width: 900px)";
|
|
502
|
+
bp3: "(min-width: 1200px)";
|
|
500
503
|
md: "(max-width: 1200px)";
|
|
501
504
|
lg: "(max-width: 1800px)";
|
|
502
505
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -508,6 +511,7 @@ export declare const TabsList: import("@stitches/react/types/styled-component").
|
|
|
508
511
|
sm: "(max-width: 900px)";
|
|
509
512
|
bp1: "(min-width: 520px)";
|
|
510
513
|
bp2: "(min-width: 900px)";
|
|
514
|
+
bp3: "(min-width: 1200px)";
|
|
511
515
|
md: "(max-width: 1200px)";
|
|
512
516
|
lg: "(max-width: 1800px)";
|
|
513
517
|
}, {
|
|
@@ -987,6 +991,7 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
|
|
|
987
991
|
sm: "(max-width: 900px)";
|
|
988
992
|
bp1: "(min-width: 520px)";
|
|
989
993
|
bp2: "(min-width: 900px)";
|
|
994
|
+
bp3: "(min-width: 1200px)";
|
|
990
995
|
md: "(max-width: 1200px)";
|
|
991
996
|
lg: "(max-width: 1800px)";
|
|
992
997
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -998,6 +1003,7 @@ export declare const TabsTrigger: import("@stitches/react/types/styled-component
|
|
|
998
1003
|
sm: "(max-width: 900px)";
|
|
999
1004
|
bp1: "(min-width: 520px)";
|
|
1000
1005
|
bp2: "(min-width: 900px)";
|
|
1006
|
+
bp3: "(min-width: 1200px)";
|
|
1001
1007
|
md: "(max-width: 1200px)";
|
|
1002
1008
|
lg: "(max-width: 1800px)";
|
|
1003
1009
|
}, {
|
|
@@ -1475,6 +1481,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
|
|
|
1475
1481
|
sm: "(max-width: 900px)";
|
|
1476
1482
|
bp1: "(min-width: 520px)";
|
|
1477
1483
|
bp2: "(min-width: 900px)";
|
|
1484
|
+
bp3: "(min-width: 1200px)";
|
|
1478
1485
|
md: "(max-width: 1200px)";
|
|
1479
1486
|
lg: "(max-width: 1800px)";
|
|
1480
1487
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -1486,6 +1493,7 @@ export declare const TabsContent: import("@stitches/react/types/styled-component
|
|
|
1486
1493
|
sm: "(max-width: 900px)";
|
|
1487
1494
|
bp1: "(min-width: 520px)";
|
|
1488
1495
|
bp2: "(min-width: 900px)";
|
|
1496
|
+
bp3: "(min-width: 1200px)";
|
|
1489
1497
|
md: "(max-width: 1200px)";
|
|
1490
1498
|
lg: "(max-width: 1800px)";
|
|
1491
1499
|
}, {
|
|
@@ -7,6 +7,7 @@ export declare const GlowIcon: import("@stitches/react/types/styled-component").
|
|
|
7
7
|
sm: "(max-width: 900px)";
|
|
8
8
|
bp1: "(min-width: 520px)";
|
|
9
9
|
bp2: "(min-width: 900px)";
|
|
10
|
+
bp3: "(min-width: 1200px)";
|
|
10
11
|
md: "(max-width: 1200px)";
|
|
11
12
|
lg: "(max-width: 1800px)";
|
|
12
13
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -18,6 +19,7 @@ export declare const GlowIcon: import("@stitches/react/types/styled-component").
|
|
|
18
19
|
sm: "(max-width: 900px)";
|
|
19
20
|
bp1: "(min-width: 520px)";
|
|
20
21
|
bp2: "(min-width: 900px)";
|
|
22
|
+
bp3: "(min-width: 1200px)";
|
|
21
23
|
md: "(max-width: 1200px)";
|
|
22
24
|
lg: "(max-width: 1800px)";
|
|
23
25
|
}, {
|