@obolnetwork/obol-ui 1.1.14 → 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.
Files changed (38) hide show
  1. package/dist/components/atoms/Avatar/Avatar.d.ts +4 -0
  2. package/dist/components/atoms/Box/Box.d.ts +2 -0
  3. package/dist/components/atoms/Button/Button.d.ts +2 -0
  4. package/dist/components/atoms/Checkbox/Checkbox.d.ts +2 -0
  5. package/dist/components/atoms/Container/Container.d.ts +4 -0
  6. package/dist/components/atoms/Flex/Flex.d.ts +2 -0
  7. package/dist/components/atoms/Grid/Grid.d.ts +2 -0
  8. package/dist/components/atoms/IconButton/IconButton.d.ts +3 -0
  9. package/dist/components/atoms/Image/Image.d.ts +2 -0
  10. package/dist/components/atoms/Link/Link.d.ts +3 -0
  11. package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +10 -0
  12. package/dist/components/atoms/Separator/Separator.d.ts +2 -0
  13. package/dist/components/atoms/Skeleton/Skeleton.d.ts +2 -0
  14. package/dist/components/atoms/Spin/Spin.d.ts +2 -0
  15. package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +2 -0
  16. package/dist/components/atoms/Switch/Switch.d.ts +4 -0
  17. package/dist/components/atoms/Text/Text.d.ts +3 -0
  18. package/dist/components/atoms/TextField/TextField.d.ts +8 -0
  19. package/dist/components/atoms/Toggle/Toggle.d.ts +4 -0
  20. package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +4 -0
  21. package/dist/components/icons/GlowIconBox.d.ts +2 -0
  22. package/dist/components/icons/Planet.d.ts +2 -0
  23. package/dist/components/icons/index.d.ts +1 -0
  24. package/dist/components/icons/static-icons/WalletIcon.d.ts +2 -0
  25. package/dist/components/molecules/Accordion/Accordion.d.ts +4 -0
  26. package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +4 -0
  27. package/dist/components/molecules/Card/Card.d.ts +8 -0
  28. package/dist/components/molecules/Dialog/Dialog.d.ts +12 -0
  29. package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +4 -0
  30. package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +6 -0
  31. package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +4 -0
  32. package/dist/components/molecules/TableV3/ExpandedTable.d.ts +12 -0
  33. package/dist/components/molecules/Tabs/Tabs.d.ts +8 -0
  34. package/dist/components/utils/styles.d.ts +2 -0
  35. package/dist/index.es.js +1 -1
  36. package/dist/index.js +1 -1
  37. package/dist/stitches.config.d.ts +10 -0
  38. package/package.json +1 -1
@@ -10,6 +10,7 @@ export declare const AvatarComponent: 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 AvatarComponent: 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 AvatarImage: import("@stitches/react/types/styled-component
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 AvatarImage: import("@stitches/react/types/styled-component
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
  }, {
@@ -7,6 +7,7 @@ export declare const Box: import("@stitches/react/types/styled-component").Style
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 Box: import("@stitches/react/types/styled-component").Style
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
  }, {
@@ -18,6 +18,7 @@ export declare const Button: import("@stitches/react/types/styled-component").St
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 Button: import("@stitches/react/types/styled-component").St
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
  }, {
@@ -9,6 +9,7 @@ export declare const CheckboxRoot: import("@stitches/react/types/styled-componen
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 CheckboxRoot: import("@stitches/react/types/styled-componen
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
  }, {
@@ -7,6 +7,7 @@ export declare const Container: 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 Container: 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
  }, {
@@ -500,6 +502,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
500
502
  sm: "(max-width: 900px)";
501
503
  bp1: "(min-width: 520px)";
502
504
  bp2: "(min-width: 900px)";
505
+ bp3: "(min-width: 1200px)";
503
506
  md: "(max-width: 1200px)";
504
507
  lg: "(max-width: 1800px)";
505
508
  }, import("@stitches/react/types/css-util").CSS<{
@@ -511,6 +514,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
511
514
  sm: "(max-width: 900px)";
512
515
  bp1: "(min-width: 520px)";
513
516
  bp2: "(min-width: 900px)";
517
+ bp3: "(min-width: 1200px)";
514
518
  md: "(max-width: 1200px)";
515
519
  lg: "(max-width: 1800px)";
516
520
  }, {
@@ -9,6 +9,7 @@ export declare const Flex: 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 Flex: 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
  }, {
@@ -9,6 +9,7 @@ export declare const GridRoot: import("@stitches/react/types/styled-component").
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 GridRoot: import("@stitches/react/types/styled-component").
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
  }, {
@@ -13,6 +13,7 @@ export declare const IconButton: import("@stitches/react/types/styled-component"
13
13
  sm: "(max-width: 900px)";
14
14
  bp1: "(min-width: 520px)";
15
15
  bp2: "(min-width: 900px)";
16
+ bp3: "(min-width: 1200px)";
16
17
  md: "(max-width: 1200px)";
17
18
  lg: "(max-width: 1800px)";
18
19
  }, import("@stitches/react/types/css-util").CSS<{
@@ -24,6 +25,7 @@ export declare const IconButton: import("@stitches/react/types/styled-component"
24
25
  sm: "(max-width: 900px)";
25
26
  bp1: "(min-width: 520px)";
26
27
  bp2: "(min-width: 900px)";
28
+ bp3: "(min-width: 1200px)";
27
29
  md: "(max-width: 1200px)";
28
30
  lg: "(max-width: 1800px)";
29
31
  }, {
@@ -507,6 +509,7 @@ export declare const IconButtonStory: (props: Omit<import("@stitches/react/types
507
509
  sm: "(max-width: 900px)";
508
510
  bp1: "(min-width: 520px)";
509
511
  bp2: "(min-width: 900px)";
512
+ bp3: "(min-width: 1200px)";
510
513
  md: "(max-width: 1200px)";
511
514
  lg: "(max-width: 1800px)";
512
515
  }>, "ghost" | "fullWidth" | "borderDisabled"> & {
@@ -7,6 +7,7 @@ export declare const Image: import("@stitches/react/types/styled-component").Sty
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 Image: import("@stitches/react/types/styled-component").Sty
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
  }, {
@@ -41,6 +41,7 @@ export declare const Link: import("@stitches/react/types/styled-component").Styl
41
41
  sm: "(max-width: 900px)";
42
42
  bp1: "(min-width: 520px)";
43
43
  bp2: "(min-width: 900px)";
44
+ bp3: "(min-width: 1200px)";
44
45
  md: "(max-width: 1200px)";
45
46
  lg: "(max-width: 1800px)";
46
47
  }, import("@stitches/react/types/css-util").CSS<{
@@ -52,6 +53,7 @@ export declare const Link: import("@stitches/react/types/styled-component").Styl
52
53
  sm: "(max-width: 900px)";
53
54
  bp1: "(min-width: 520px)";
54
55
  bp2: "(min-width: 900px)";
56
+ bp3: "(min-width: 1200px)";
55
57
  md: "(max-width: 1200px)";
56
58
  lg: "(max-width: 1800px)";
57
59
  }, {
@@ -532,6 +534,7 @@ export declare const LinkStory: (props: Omit<import("@stitches/react/types/style
532
534
  sm: "(max-width: 900px)";
533
535
  bp1: "(min-width: 520px)";
534
536
  bp2: "(min-width: 900px)";
537
+ bp3: "(min-width: 1200px)";
535
538
  md: "(max-width: 1200px)";
536
539
  lg: "(max-width: 1800px)";
537
540
  }>, "variant" | "disabled"> & {
@@ -17,6 +17,7 @@ export declare const NavigationMenubarItemRightSlot: import("@stitches/react/typ
17
17
  sm: "(max-width: 900px)";
18
18
  bp1: "(min-width: 520px)";
19
19
  bp2: "(min-width: 900px)";
20
+ bp3: "(min-width: 1200px)";
20
21
  md: "(max-width: 1200px)";
21
22
  lg: "(max-width: 1800px)";
22
23
  }, import("@stitches/react/types/css-util").CSS<{
@@ -28,6 +29,7 @@ export declare const NavigationMenubarItemRightSlot: import("@stitches/react/typ
28
29
  sm: "(max-width: 900px)";
29
30
  bp1: "(min-width: 520px)";
30
31
  bp2: "(min-width: 900px)";
32
+ bp3: "(min-width: 1200px)";
31
33
  md: "(max-width: 1200px)";
32
34
  lg: "(max-width: 1800px)";
33
35
  }, {
@@ -505,6 +507,7 @@ export declare const NavigationMenubarItem: import("@stitches/react/types/styled
505
507
  sm: "(max-width: 900px)";
506
508
  bp1: "(min-width: 520px)";
507
509
  bp2: "(min-width: 900px)";
510
+ bp3: "(min-width: 1200px)";
508
511
  md: "(max-width: 1200px)";
509
512
  lg: "(max-width: 1800px)";
510
513
  }, import("@stitches/react/types/css-util").CSS<{
@@ -516,6 +519,7 @@ export declare const NavigationMenubarItem: import("@stitches/react/types/styled
516
519
  sm: "(max-width: 900px)";
517
520
  bp1: "(min-width: 520px)";
518
521
  bp2: "(min-width: 900px)";
522
+ bp3: "(min-width: 1200px)";
519
523
  md: "(max-width: 1200px)";
520
524
  lg: "(max-width: 1800px)";
521
525
  }, {
@@ -993,6 +997,7 @@ export declare const NavigationMenubarContent: import("@stitches/react/types/sty
993
997
  sm: "(max-width: 900px)";
994
998
  bp1: "(min-width: 520px)";
995
999
  bp2: "(min-width: 900px)";
1000
+ bp3: "(min-width: 1200px)";
996
1001
  md: "(max-width: 1200px)";
997
1002
  lg: "(max-width: 1800px)";
998
1003
  }, import("@stitches/react/types/css-util").CSS<{
@@ -1004,6 +1009,7 @@ export declare const NavigationMenubarContent: import("@stitches/react/types/sty
1004
1009
  sm: "(max-width: 900px)";
1005
1010
  bp1: "(min-width: 520px)";
1006
1011
  bp2: "(min-width: 900px)";
1012
+ bp3: "(min-width: 1200px)";
1007
1013
  md: "(max-width: 1200px)";
1008
1014
  lg: "(max-width: 1800px)";
1009
1015
  }, {
@@ -1481,6 +1487,7 @@ export declare const NavigationMenubarTrigger: import("@stitches/react/types/sty
1481
1487
  sm: "(max-width: 900px)";
1482
1488
  bp1: "(min-width: 520px)";
1483
1489
  bp2: "(min-width: 900px)";
1490
+ bp3: "(min-width: 1200px)";
1484
1491
  md: "(max-width: 1200px)";
1485
1492
  lg: "(max-width: 1800px)";
1486
1493
  }, import("@stitches/react/types/css-util").CSS<{
@@ -1492,6 +1499,7 @@ export declare const NavigationMenubarTrigger: import("@stitches/react/types/sty
1492
1499
  sm: "(max-width: 900px)";
1493
1500
  bp1: "(min-width: 520px)";
1494
1501
  bp2: "(min-width: 900px)";
1502
+ bp3: "(min-width: 1200px)";
1495
1503
  md: "(max-width: 1200px)";
1496
1504
  lg: "(max-width: 1800px)";
1497
1505
  }, {
@@ -1969,6 +1977,7 @@ export declare const NavigationMenubarRoot: import("@stitches/react/types/styled
1969
1977
  sm: "(max-width: 900px)";
1970
1978
  bp1: "(min-width: 520px)";
1971
1979
  bp2: "(min-width: 900px)";
1980
+ bp3: "(min-width: 1200px)";
1972
1981
  md: "(max-width: 1200px)";
1973
1982
  lg: "(max-width: 1800px)";
1974
1983
  }, import("@stitches/react/types/css-util").CSS<{
@@ -1980,6 +1989,7 @@ export declare const NavigationMenubarRoot: import("@stitches/react/types/styled
1980
1989
  sm: "(max-width: 900px)";
1981
1990
  bp1: "(min-width: 520px)";
1982
1991
  bp2: "(min-width: 900px)";
1992
+ bp3: "(min-width: 1200px)";
1983
1993
  md: "(max-width: 1200px)";
1984
1994
  lg: "(max-width: 1800px)";
1985
1995
  }, {
@@ -9,6 +9,7 @@ export declare const Separator: import("@stitches/react/types/styled-component")
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 Separator: import("@stitches/react/types/styled-component")
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
  }, {
@@ -9,6 +9,7 @@ export declare const Skeleton: import("@stitches/react/types/styled-component").
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 Skeleton: import("@stitches/react/types/styled-component").
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
  }, {
@@ -11,6 +11,7 @@ export declare const Spin: import("@stitches/react/types/styled-component").Styl
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 Spin: import("@stitches/react/types/styled-component").Styl
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
  }, {
@@ -15,6 +15,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
15
15
  sm: "(max-width: 900px)";
16
16
  bp1: "(min-width: 520px)";
17
17
  bp2: "(min-width: 900px)";
18
+ bp3: "(min-width: 1200px)";
18
19
  md: "(max-width: 1200px)";
19
20
  lg: "(max-width: 1800px)";
20
21
  }, import("@stitches/react/types/css-util").CSS<{
@@ -26,6 +27,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
26
27
  sm: "(max-width: 900px)";
27
28
  bp1: "(min-width: 520px)";
28
29
  bp2: "(min-width: 900px)";
30
+ bp3: "(min-width: 1200px)";
29
31
  md: "(max-width: 1200px)";
30
32
  lg: "(max-width: 1800px)";
31
33
  }, {
@@ -9,6 +9,7 @@ export declare const SwitchRoot: import("@stitches/react/types/styled-component"
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 SwitchRoot: import("@stitches/react/types/styled-component"
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 SwitchThumb: 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 SwitchThumb: 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
  }, {
@@ -15,6 +15,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
15
15
  sm: "(max-width: 900px)";
16
16
  bp1: "(min-width: 520px)";
17
17
  bp2: "(min-width: 900px)";
18
+ bp3: "(min-width: 1200px)";
18
19
  md: "(max-width: 1200px)";
19
20
  lg: "(max-width: 1800px)";
20
21
  }, import("@stitches/react/types/css-util").CSS<{
@@ -26,6 +27,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
26
27
  sm: "(max-width: 900px)";
27
28
  bp1: "(min-width: 520px)";
28
29
  bp2: "(min-width: 900px)";
30
+ bp3: "(min-width: 1200px)";
29
31
  md: "(max-width: 1200px)";
30
32
  lg: "(max-width: 1800px)";
31
33
  }, {
@@ -510,6 +512,7 @@ export declare const TextStory: (props: Omit<import("@stitches/react/types/style
510
512
  sm: "(max-width: 900px)";
511
513
  bp1: "(min-width: 520px)";
512
514
  bp2: "(min-width: 900px)";
515
+ bp3: "(min-width: 1200px)";
513
516
  md: "(max-width: 1200px)";
514
517
  lg: "(max-width: 1800px)";
515
518
  }>, "color" | "size" | "inline" | "variant" | "glow"> & {
@@ -12,6 +12,7 @@ export declare const TextField: import("@stitches/react/types/styled-component")
12
12
  sm: "(max-width: 900px)";
13
13
  bp1: "(min-width: 520px)";
14
14
  bp2: "(min-width: 900px)";
15
+ bp3: "(min-width: 1200px)";
15
16
  md: "(max-width: 1200px)";
16
17
  lg: "(max-width: 1800px)";
17
18
  }, import("@stitches/react/types/css-util").CSS<{
@@ -23,6 +24,7 @@ export declare const TextField: import("@stitches/react/types/styled-component")
23
24
  sm: "(max-width: 900px)";
24
25
  bp1: "(min-width: 520px)";
25
26
  bp2: "(min-width: 900px)";
27
+ bp3: "(min-width: 1200px)";
26
28
  md: "(max-width: 1200px)";
27
29
  lg: "(max-width: 1800px)";
28
30
  }, {
@@ -502,6 +504,7 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
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 TextAreaField: import("@stitches/react/types/styled-compone
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
  }, {
@@ -1001,6 +1005,7 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
1001
1005
  sm: "(max-width: 900px)";
1002
1006
  bp1: "(min-width: 520px)";
1003
1007
  bp2: "(min-width: 900px)";
1008
+ bp3: "(min-width: 1200px)";
1004
1009
  md: "(max-width: 1200px)";
1005
1010
  lg: "(max-width: 1800px)";
1006
1011
  }> & {
@@ -1013,6 +1018,7 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
1013
1018
  sm: "(max-width: 900px)";
1014
1019
  bp1: "(min-width: 520px)";
1015
1020
  bp2: "(min-width: 900px)";
1021
+ bp3: "(min-width: 1200px)";
1016
1022
  md: "(max-width: 1200px)";
1017
1023
  lg: "(max-width: 1800px)";
1018
1024
  }, {
@@ -1495,6 +1501,7 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
1495
1501
  sm: "(max-width: 900px)";
1496
1502
  bp1: "(min-width: 520px)";
1497
1503
  bp2: "(min-width: 900px)";
1504
+ bp3: "(min-width: 1200px)";
1498
1505
  md: "(max-width: 1200px)";
1499
1506
  lg: "(max-width: 1800px)";
1500
1507
  }> & {
@@ -1507,6 +1514,7 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
1507
1514
  sm: "(max-width: 900px)";
1508
1515
  bp1: "(min-width: 520px)";
1509
1516
  bp2: "(min-width: 900px)";
1517
+ bp3: "(min-width: 1200px)";
1510
1518
  md: "(max-width: 1200px)";
1511
1519
  lg: "(max-width: 1800px)";
1512
1520
  }, {
@@ -9,6 +9,7 @@ export declare const ToggleGroup: import("@stitches/react/types/styled-component
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 ToggleGroup: import("@stitches/react/types/styled-component
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 ToggleGroupItem: import("@stitches/react/types/styled-compo
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 ToggleGroupItem: import("@stitches/react/types/styled-compo
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
  }, {
@@ -9,6 +9,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
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 UnstyledTextField: import("@stitches/react/types/styled-com
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
  }, {
@@ -498,6 +500,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
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 UnstyledTextField: import("@stitches/react/types/styled-com
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
  }, {
@@ -9,6 +9,7 @@ export declare const GlowIconBox: import("@stitches/react/types/styled-component
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 GlowIconBox: import("@stitches/react/types/styled-component
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
  }, {
@@ -11,6 +11,7 @@ declare const SvgIconPlanet: import("@stitches/react/types/styled-component").St
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 @@ declare const SvgIconPlanet: import("@stitches/react/types/styled-component").St
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
  }, {
@@ -51,3 +51,4 @@ export * from "./static-icons/AlarmIcon";
51
51
  export * from "./static-icons/DistributeIcon";
52
52
  export * from "./static-icons/RequestWithdrawIcon";
53
53
  export * from "./static-icons/ExitIcon";
54
+ export * from "./static-icons/WalletIcon";
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
2
+ export declare const WalletIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -9,6 +9,7 @@ export declare const Root: 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 Root: 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 Item: import("@stitches/react/types/styled-component").Styl
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 Item: import("@stitches/react/types/styled-component").Styl
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
  }, {
@@ -15,6 +15,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
15
15
  sm: "(max-width: 900px)";
16
16
  bp1: "(min-width: 520px)";
17
17
  bp2: "(min-width: 900px)";
18
+ bp3: "(min-width: 1200px)";
18
19
  md: "(max-width: 1200px)";
19
20
  lg: "(max-width: 1800px)";
20
21
  }, import("@stitches/react/types/css-util").CSS<{
@@ -26,6 +27,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
26
27
  sm: "(max-width: 900px)";
27
28
  bp1: "(min-width: 520px)";
28
29
  bp2: "(min-width: 900px)";
30
+ bp3: "(min-width: 1200px)";
29
31
  md: "(max-width: 1200px)";
30
32
  lg: "(max-width: 1800px)";
31
33
  }, {
@@ -502,6 +504,7 @@ export declare const AdvisoryToggleItem: import("@stitches/react/types/styled-co
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 AdvisoryToggleItem: import("@stitches/react/types/styled-co
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
  }, {