@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
|
@@ -6,6 +6,7 @@ export declare const mediaQueryKeys: {
|
|
|
6
6
|
readonly sm: "(max-width: 900px)";
|
|
7
7
|
readonly bp1: "(min-width: 520px)";
|
|
8
8
|
readonly bp2: "(min-width: 900px)";
|
|
9
|
+
readonly bp3: "(min-width: 1200px)";
|
|
9
10
|
readonly md: "(max-width: 1200px)";
|
|
10
11
|
readonly lg: "(max-width: 1800px)";
|
|
11
12
|
};
|
|
@@ -20,6 +21,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
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
|
}, {
|
|
@@ -427,6 +429,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
427
429
|
sm: "(max-width: 900px)";
|
|
428
430
|
bp1: "(min-width: 520px)";
|
|
429
431
|
bp2: "(min-width: 900px)";
|
|
432
|
+
bp3: "(min-width: 1200px)";
|
|
430
433
|
md: "(max-width: 1200px)";
|
|
431
434
|
lg: "(max-width: 1800px)";
|
|
432
435
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
@@ -438,6 +441,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
438
441
|
sm: "(max-width: 900px)";
|
|
439
442
|
bp1: "(min-width: 520px)";
|
|
440
443
|
bp2: "(min-width: 900px)";
|
|
444
|
+
bp3: "(min-width: 1200px)";
|
|
441
445
|
md: "(max-width: 1200px)";
|
|
442
446
|
lg: "(max-width: 1800px)";
|
|
443
447
|
}, {
|
|
@@ -836,6 +840,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
836
840
|
sm: "(max-width: 900px)";
|
|
837
841
|
bp1: "(min-width: 520px)";
|
|
838
842
|
bp2: "(min-width: 900px)";
|
|
843
|
+
bp3: "(min-width: 1200px)";
|
|
839
844
|
md: "(max-width: 1200px)";
|
|
840
845
|
lg: "(max-width: 1800px)";
|
|
841
846
|
}, {
|
|
@@ -1243,6 +1248,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1243
1248
|
sm: "(max-width: 900px)";
|
|
1244
1249
|
bp1: "(min-width: 520px)";
|
|
1245
1250
|
bp2: "(min-width: 900px)";
|
|
1251
|
+
bp3: "(min-width: 1200px)";
|
|
1246
1252
|
md: "(max-width: 1200px)";
|
|
1247
1253
|
lg: "(max-width: 1800px)";
|
|
1248
1254
|
}, CSS_1>, globalCss: <Styles extends {
|
|
@@ -1260,6 +1266,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1260
1266
|
sm: "(max-width: 900px)";
|
|
1261
1267
|
bp1: "(min-width: 520px)";
|
|
1262
1268
|
bp2: "(min-width: 900px)";
|
|
1269
|
+
bp3: "(min-width: 1200px)";
|
|
1263
1270
|
md: "(max-width: 1200px)";
|
|
1264
1271
|
lg: "(max-width: 1800px)";
|
|
1265
1272
|
}, {
|
|
@@ -1657,6 +1664,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1657
1664
|
sm: "(max-width: 900px)";
|
|
1658
1665
|
bp1: "(min-width: 520px)";
|
|
1659
1666
|
bp2: "(min-width: 900px)";
|
|
1667
|
+
bp3: "(min-width: 1200px)";
|
|
1660
1668
|
md: "(max-width: 1200px)";
|
|
1661
1669
|
lg: "(max-width: 1800px)";
|
|
1662
1670
|
}, {
|
|
@@ -2054,6 +2062,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2054
2062
|
sm: "(max-width: 900px)";
|
|
2055
2063
|
bp1: "(min-width: 520px)";
|
|
2056
2064
|
bp2: "(min-width: 900px)";
|
|
2065
|
+
bp3: "(min-width: 1200px)";
|
|
2057
2066
|
md: "(max-width: 1200px)";
|
|
2058
2067
|
lg: "(max-width: 1800px)";
|
|
2059
2068
|
}, {
|
|
@@ -2943,6 +2952,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2943
2952
|
sm: "(max-width: 900px)";
|
|
2944
2953
|
bp1: "(min-width: 520px)";
|
|
2945
2954
|
bp2: "(min-width: 900px)";
|
|
2955
|
+
bp3: "(min-width: 1200px)";
|
|
2946
2956
|
md: "(max-width: 1200px)";
|
|
2947
2957
|
lg: "(max-width: 1800px)";
|
|
2948
2958
|
};
|