@obolnetwork/obol-ui 1.0.6 → 1.0.7
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/Box/Box.d.ts +2 -0
- package/dist/components/atoms/Button/Button.d.ts +2 -0
- package/dist/components/atoms/Container/Container.d.ts +4 -0
- package/dist/components/atoms/Image/Image.d.ts +2 -0
- package/dist/components/atoms/Link/Link.d.ts +2 -0
- package/dist/components/atoms/Spin/Spin.d.ts +3 -1
- package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +3 -1
- package/dist/components/atoms/Tabs/Tabs.d.ts +8 -0
- package/dist/components/atoms/Text/Text.d.ts +5 -3
- package/dist/components/atoms/TextField/TextField.d.ts +507 -0
- package/dist/components/atoms/Toggle/Toggle.d.ts +4 -0
- package/dist/components/atoms/Tooltip/Tooltip.d.ts +13 -0
- package/dist/components/icons/AlertIcon.d.ts +2 -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 +3 -0
- package/dist/components/icons/static-icons/CheckIcon.d.ts +1 -0
- package/dist/components/icons/static-icons/CopyIcon.d.ts +1 -0
- package/dist/components/molecules/Accordion/Accordion.d.ts +4 -0
- package/dist/components/molecules/Card/Card.d.ts +4 -0
- package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +961 -0
- package/dist/components/utils/color-variants.d.ts +2 -0
- package/dist/components/utils/styles.d.ts +2 -0
- package/dist/index.es.js +17 -8
- package/dist/index.js +19 -7
- package/dist/stitches.config.d.ts +20 -0
- package/package.json +2 -1
|
@@ -72,6 +72,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
72
72
|
bg03: string;
|
|
73
73
|
bg04: string;
|
|
74
74
|
bg05: string;
|
|
75
|
+
tooltip: string;
|
|
76
|
+
tooltip2: string;
|
|
75
77
|
};
|
|
76
78
|
space: {
|
|
77
79
|
1: string;
|
|
@@ -477,6 +479,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
477
479
|
bg03: string;
|
|
478
480
|
bg04: string;
|
|
479
481
|
bg05: string;
|
|
482
|
+
tooltip: string;
|
|
483
|
+
tooltip2: string;
|
|
480
484
|
};
|
|
481
485
|
space: {
|
|
482
486
|
1: string;
|
|
@@ -863,6 +867,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
863
867
|
bg03: string;
|
|
864
868
|
bg04: string;
|
|
865
869
|
bg05: string;
|
|
870
|
+
tooltip: string;
|
|
871
|
+
tooltip2: string;
|
|
866
872
|
};
|
|
867
873
|
space: {
|
|
868
874
|
1: string;
|
|
@@ -1274,6 +1280,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1274
1280
|
bg03: string;
|
|
1275
1281
|
bg04: string;
|
|
1276
1282
|
bg05: string;
|
|
1283
|
+
tooltip: string;
|
|
1284
|
+
tooltip2: string;
|
|
1277
1285
|
};
|
|
1278
1286
|
space: {
|
|
1279
1287
|
1: string;
|
|
@@ -1659,6 +1667,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
1659
1667
|
bg03: string;
|
|
1660
1668
|
bg04: string;
|
|
1661
1669
|
bg05: string;
|
|
1670
|
+
tooltip: string;
|
|
1671
|
+
tooltip2: string;
|
|
1662
1672
|
};
|
|
1663
1673
|
space: {
|
|
1664
1674
|
1: string;
|
|
@@ -2044,6 +2054,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2044
2054
|
bg03: string;
|
|
2045
2055
|
bg04: string;
|
|
2046
2056
|
bg05: string;
|
|
2057
|
+
tooltip: string;
|
|
2058
|
+
tooltip2: string;
|
|
2047
2059
|
};
|
|
2048
2060
|
space: {
|
|
2049
2061
|
1: string;
|
|
@@ -2425,6 +2437,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2425
2437
|
bg03: import("@stitches/react/types/theme").Token<"bg03", string, "colors", "">;
|
|
2426
2438
|
bg04: import("@stitches/react/types/theme").Token<"bg04", string, "colors", "">;
|
|
2427
2439
|
bg05: import("@stitches/react/types/theme").Token<"bg05", string, "colors", "">;
|
|
2440
|
+
tooltip: import("@stitches/react/types/theme").Token<"tooltip", string, "colors", "">;
|
|
2441
|
+
tooltip2: import("@stitches/react/types/theme").Token<"tooltip2", string, "colors", "">;
|
|
2428
2442
|
};
|
|
2429
2443
|
space: {
|
|
2430
2444
|
1: import("@stitches/react/types/theme").Token<"1", string, "space", "">;
|
|
@@ -2571,6 +2585,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2571
2585
|
bg03?: string | number | boolean | undefined;
|
|
2572
2586
|
bg04?: string | number | boolean | undefined;
|
|
2573
2587
|
bg05?: string | number | boolean | undefined;
|
|
2588
|
+
tooltip?: string | number | boolean | undefined;
|
|
2589
|
+
tooltip2?: string | number | boolean | undefined;
|
|
2574
2590
|
} | undefined;
|
|
2575
2591
|
space?: {
|
|
2576
2592
|
1?: string | number | boolean | undefined;
|
|
@@ -2722,6 +2738,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2722
2738
|
bg03?: string | number | boolean | undefined;
|
|
2723
2739
|
bg04?: string | number | boolean | undefined;
|
|
2724
2740
|
bg05?: string | number | boolean | undefined;
|
|
2741
|
+
tooltip?: string | number | boolean | undefined;
|
|
2742
|
+
tooltip2?: string | number | boolean | undefined;
|
|
2725
2743
|
} | undefined;
|
|
2726
2744
|
space?: {
|
|
2727
2745
|
1?: string | number | boolean | undefined;
|
|
@@ -2889,6 +2907,8 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
|
|
|
2889
2907
|
bg03: string;
|
|
2890
2908
|
bg04: string;
|
|
2891
2909
|
bg05: string;
|
|
2910
|
+
tooltip: string;
|
|
2911
|
+
tooltip2: string;
|
|
2892
2912
|
};
|
|
2893
2913
|
space: {
|
|
2894
2914
|
1: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obolnetwork/obol-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"@radix-ui/react-accordion": "^0.1.6",
|
|
23
23
|
"@radix-ui/react-tabs": "^0.1.5",
|
|
24
24
|
"@radix-ui/react-toggle-group": "^0.1.5",
|
|
25
|
+
"@radix-ui/react-tooltip": "^0.1.7",
|
|
25
26
|
"@stitches/react": "~1.2.8",
|
|
26
27
|
"next": "12.1.0",
|
|
27
28
|
"react": "17.0.2",
|