@obolnetwork/obol-ui 1.0.8 → 1.0.9

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 (32) hide show
  1. package/dist/components/atoms/Box/Box.d.ts +3 -0
  2. package/dist/components/atoms/Button/Button.d.ts +5 -2
  3. package/dist/components/atoms/Container/Container.d.ts +6 -0
  4. package/dist/components/atoms/Dialog/Dialog.d.ts +15 -5
  5. package/dist/components/atoms/IconButton/IconButton.d.ts +15 -3
  6. package/dist/components/atoms/Image/Image.d.ts +3 -0
  7. package/dist/components/atoms/Link/Link.d.ts +7 -1
  8. package/dist/components/atoms/Spin/Spin.d.ts +4 -1
  9. package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +4 -1
  10. package/dist/components/atoms/Tabs/Tabs.d.ts +12 -0
  11. package/dist/components/atoms/Text/Text.d.ts +9 -6
  12. package/dist/components/atoms/TextField/TextField.d.ts +6 -0
  13. package/dist/components/atoms/Toggle/Toggle.d.ts +6 -0
  14. package/dist/components/icons/GlowIconBox.d.ts +3 -0
  15. package/dist/components/icons/Planet.d.ts +3 -0
  16. package/dist/components/icons/index.d.ts +4 -2
  17. package/dist/components/icons/static-icons/BulletCheckIcon.d.ts +1 -0
  18. package/dist/components/icons/static-icons/TrashIcon.d.ts +1 -0
  19. package/dist/components/molecules/Accordion/Accordion.d.ts +6 -0
  20. package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +968 -0
  21. package/dist/components/molecules/Card/Card.d.ts +6 -0
  22. package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +6 -0
  23. package/dist/components/molecules/ProgressTracker/ProgressTracker.d.ts +11 -0
  24. package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +9 -0
  25. package/dist/components/molecules/Table/Table.d.ts +20 -0
  26. package/dist/components/organisms/Advisory/Advisory.d.ts +978 -0
  27. package/dist/components/utils/color-variants.d.ts +3 -0
  28. package/dist/components/utils/styles.d.ts +3 -0
  29. package/dist/index.es.js +82 -28
  30. package/dist/index.js +83 -27
  31. package/dist/stitches.config.d.ts +30 -0
  32. package/package.json +5 -2
@@ -40,6 +40,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
40
40
  cardBackgroundLight: string;
41
41
  textMiddle: string;
42
42
  textLight: string;
43
+ textLighter: string;
43
44
  textTabHover: string;
44
45
  textTabInactive: string;
45
46
  textGreenDark: string;
@@ -52,11 +53,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
52
53
  textGrayHover: string;
53
54
  txButton: string;
54
55
  obolGreen: string;
56
+ obolMidGreen: string;
55
57
  obolGreenHover: string;
56
58
  obolGreenLight: string;
57
59
  obolDarkDark: string;
58
60
  obolDisabled: string;
59
61
  linkButtonHover: string;
62
+ progressTrackerGreen: string;
60
63
  coordinate: string;
61
64
  coordinateHover: string;
62
65
  test: string;
@@ -447,6 +450,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
447
450
  cardBackgroundLight: string;
448
451
  textMiddle: string;
449
452
  textLight: string;
453
+ textLighter: string;
450
454
  textTabHover: string;
451
455
  textTabInactive: string;
452
456
  textGreenDark: string;
@@ -459,11 +463,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
459
463
  textGrayHover: string;
460
464
  txButton: string;
461
465
  obolGreen: string;
466
+ obolMidGreen: string;
462
467
  obolGreenHover: string;
463
468
  obolGreenLight: string;
464
469
  obolDarkDark: string;
465
470
  obolDisabled: string;
466
471
  linkButtonHover: string;
472
+ progressTrackerGreen: string;
467
473
  coordinate: string;
468
474
  coordinateHover: string;
469
475
  test: string;
@@ -835,6 +841,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
835
841
  cardBackgroundLight: string;
836
842
  textMiddle: string;
837
843
  textLight: string;
844
+ textLighter: string;
838
845
  textTabHover: string;
839
846
  textTabInactive: string;
840
847
  textGreenDark: string;
@@ -847,11 +854,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
847
854
  textGrayHover: string;
848
855
  txButton: string;
849
856
  obolGreen: string;
857
+ obolMidGreen: string;
850
858
  obolGreenHover: string;
851
859
  obolGreenLight: string;
852
860
  obolDarkDark: string;
853
861
  obolDisabled: string;
854
862
  linkButtonHover: string;
863
+ progressTrackerGreen: string;
855
864
  coordinate: string;
856
865
  coordinateHover: string;
857
866
  test: string;
@@ -1248,6 +1257,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1248
1257
  cardBackgroundLight: string;
1249
1258
  textMiddle: string;
1250
1259
  textLight: string;
1260
+ textLighter: string;
1251
1261
  textTabHover: string;
1252
1262
  textTabInactive: string;
1253
1263
  textGreenDark: string;
@@ -1260,11 +1270,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1260
1270
  textGrayHover: string;
1261
1271
  txButton: string;
1262
1272
  obolGreen: string;
1273
+ obolMidGreen: string;
1263
1274
  obolGreenHover: string;
1264
1275
  obolGreenLight: string;
1265
1276
  obolDarkDark: string;
1266
1277
  obolDisabled: string;
1267
1278
  linkButtonHover: string;
1279
+ progressTrackerGreen: string;
1268
1280
  coordinate: string;
1269
1281
  coordinateHover: string;
1270
1282
  test: string;
@@ -1635,6 +1647,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1635
1647
  cardBackgroundLight: string;
1636
1648
  textMiddle: string;
1637
1649
  textLight: string;
1650
+ textLighter: string;
1638
1651
  textTabHover: string;
1639
1652
  textTabInactive: string;
1640
1653
  textGreenDark: string;
@@ -1647,11 +1660,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
1647
1660
  textGrayHover: string;
1648
1661
  txButton: string;
1649
1662
  obolGreen: string;
1663
+ obolMidGreen: string;
1650
1664
  obolGreenHover: string;
1651
1665
  obolGreenLight: string;
1652
1666
  obolDarkDark: string;
1653
1667
  obolDisabled: string;
1654
1668
  linkButtonHover: string;
1669
+ progressTrackerGreen: string;
1655
1670
  coordinate: string;
1656
1671
  coordinateHover: string;
1657
1672
  test: string;
@@ -2022,6 +2037,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2022
2037
  cardBackgroundLight: string;
2023
2038
  textMiddle: string;
2024
2039
  textLight: string;
2040
+ textLighter: string;
2025
2041
  textTabHover: string;
2026
2042
  textTabInactive: string;
2027
2043
  textGreenDark: string;
@@ -2034,11 +2050,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2034
2050
  textGrayHover: string;
2035
2051
  txButton: string;
2036
2052
  obolGreen: string;
2053
+ obolMidGreen: string;
2037
2054
  obolGreenHover: string;
2038
2055
  obolGreenLight: string;
2039
2056
  obolDarkDark: string;
2040
2057
  obolDisabled: string;
2041
2058
  linkButtonHover: string;
2059
+ progressTrackerGreen: string;
2042
2060
  coordinate: string;
2043
2061
  coordinateHover: string;
2044
2062
  test: string;
@@ -2405,6 +2423,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2405
2423
  cardBackgroundLight: import("@stitches/react/types/theme").Token<"cardBackgroundLight", string, "colors", "">;
2406
2424
  textMiddle: import("@stitches/react/types/theme").Token<"textMiddle", string, "colors", "">;
2407
2425
  textLight: import("@stitches/react/types/theme").Token<"textLight", string, "colors", "">;
2426
+ textLighter: import("@stitches/react/types/theme").Token<"textLighter", string, "colors", "">;
2408
2427
  textTabHover: import("@stitches/react/types/theme").Token<"textTabHover", string, "colors", "">;
2409
2428
  textTabInactive: import("@stitches/react/types/theme").Token<"textTabInactive", string, "colors", "">;
2410
2429
  textGreenDark: import("@stitches/react/types/theme").Token<"textGreenDark", string, "colors", "">;
@@ -2417,11 +2436,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2417
2436
  textGrayHover: import("@stitches/react/types/theme").Token<"textGrayHover", string, "colors", "">;
2418
2437
  txButton: import("@stitches/react/types/theme").Token<"txButton", string, "colors", "">;
2419
2438
  obolGreen: import("@stitches/react/types/theme").Token<"obolGreen", string, "colors", "">;
2439
+ obolMidGreen: import("@stitches/react/types/theme").Token<"obolMidGreen", string, "colors", "">;
2420
2440
  obolGreenHover: import("@stitches/react/types/theme").Token<"obolGreenHover", string, "colors", "">;
2421
2441
  obolGreenLight: import("@stitches/react/types/theme").Token<"obolGreenLight", string, "colors", "">;
2422
2442
  obolDarkDark: import("@stitches/react/types/theme").Token<"obolDarkDark", string, "colors", "">;
2423
2443
  obolDisabled: import("@stitches/react/types/theme").Token<"obolDisabled", string, "colors", "">;
2424
2444
  linkButtonHover: import("@stitches/react/types/theme").Token<"linkButtonHover", string, "colors", "">;
2445
+ progressTrackerGreen: import("@stitches/react/types/theme").Token<"progressTrackerGreen", string, "colors", "">;
2425
2446
  coordinate: import("@stitches/react/types/theme").Token<"coordinate", string, "colors", "">;
2426
2447
  coordinateHover: import("@stitches/react/types/theme").Token<"coordinateHover", string, "colors", "">;
2427
2448
  test: import("@stitches/react/types/theme").Token<"test", string, "colors", "">;
@@ -2553,6 +2574,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2553
2574
  cardBackgroundLight?: string | number | boolean | undefined;
2554
2575
  textMiddle?: string | number | boolean | undefined;
2555
2576
  textLight?: string | number | boolean | undefined;
2577
+ textLighter?: string | number | boolean | undefined;
2556
2578
  textTabHover?: string | number | boolean | undefined;
2557
2579
  textTabInactive?: string | number | boolean | undefined;
2558
2580
  textGreenDark?: string | number | boolean | undefined;
@@ -2565,11 +2587,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2565
2587
  textGrayHover?: string | number | boolean | undefined;
2566
2588
  txButton?: string | number | boolean | undefined;
2567
2589
  obolGreen?: string | number | boolean | undefined;
2590
+ obolMidGreen?: string | number | boolean | undefined;
2568
2591
  obolGreenHover?: string | number | boolean | undefined;
2569
2592
  obolGreenLight?: string | number | boolean | undefined;
2570
2593
  obolDarkDark?: string | number | boolean | undefined;
2571
2594
  obolDisabled?: string | number | boolean | undefined;
2572
2595
  linkButtonHover?: string | number | boolean | undefined;
2596
+ progressTrackerGreen?: string | number | boolean | undefined;
2573
2597
  coordinate?: string | number | boolean | undefined;
2574
2598
  coordinateHover?: string | number | boolean | undefined;
2575
2599
  test?: string | number | boolean | undefined;
@@ -2706,6 +2730,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2706
2730
  cardBackgroundLight?: string | number | boolean | undefined;
2707
2731
  textMiddle?: string | number | boolean | undefined;
2708
2732
  textLight?: string | number | boolean | undefined;
2733
+ textLighter?: string | number | boolean | undefined;
2709
2734
  textTabHover?: string | number | boolean | undefined;
2710
2735
  textTabInactive?: string | number | boolean | undefined;
2711
2736
  textGreenDark?: string | number | boolean | undefined;
@@ -2718,11 +2743,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2718
2743
  textGrayHover?: string | number | boolean | undefined;
2719
2744
  txButton?: string | number | boolean | undefined;
2720
2745
  obolGreen?: string | number | boolean | undefined;
2746
+ obolMidGreen?: string | number | boolean | undefined;
2721
2747
  obolGreenHover?: string | number | boolean | undefined;
2722
2748
  obolGreenLight?: string | number | boolean | undefined;
2723
2749
  obolDarkDark?: string | number | boolean | undefined;
2724
2750
  obolDisabled?: string | number | boolean | undefined;
2725
2751
  linkButtonHover?: string | number | boolean | undefined;
2752
+ progressTrackerGreen?: string | number | boolean | undefined;
2726
2753
  coordinate?: string | number | boolean | undefined;
2727
2754
  coordinateHover?: string | number | boolean | undefined;
2728
2755
  test?: string | number | boolean | undefined;
@@ -2875,6 +2902,7 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2875
2902
  cardBackgroundLight: string;
2876
2903
  textMiddle: string;
2877
2904
  textLight: string;
2905
+ textLighter: string;
2878
2906
  textTabHover: string;
2879
2907
  textTabInactive: string;
2880
2908
  textGreenDark: string;
@@ -2887,11 +2915,13 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
2887
2915
  textGrayHover: string;
2888
2916
  txButton: string;
2889
2917
  obolGreen: string;
2918
+ obolMidGreen: string;
2890
2919
  obolGreenHover: string;
2891
2920
  obolGreenLight: string;
2892
2921
  obolDarkDark: string;
2893
2922
  obolDisabled: string;
2894
2923
  linkButtonHover: string;
2924
+ progressTrackerGreen: string;
2895
2925
  coordinate: string;
2896
2926
  coordinateHover: string;
2897
2927
  test: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-ui",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "license": "MIT",
@@ -20,6 +20,8 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@radix-ui/react-accordion": "^0.1.6",
23
+ "@radix-ui/react-dialog": "^0.1.7",
24
+ "@radix-ui/react-icons": "^1.1.1",
23
25
  "@radix-ui/react-radio-group": "^0.1.5",
24
26
  "@radix-ui/react-tabs": "^0.1.5",
25
27
  "@radix-ui/react-toggle-group": "^0.1.5",
@@ -27,7 +29,8 @@
27
29
  "@stitches/react": "~1.2.8",
28
30
  "next": "12.1.0",
29
31
  "react": "17.0.2",
30
- "react-dom": "17.0.2"
32
+ "react-dom": "17.0.2",
33
+ "uuidv4": "^6.2.13"
31
34
  },
32
35
  "devDependencies": {
33
36
  "@babel/core": "^7.17.8",