@obolnetwork/obol-ui 1.0.53 → 1.0.54

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 (61) hide show
  1. package/dist/components/atoms/LogoCard/LogoCard.d.ts +0 -1
  2. package/dist/components/atoms/Text/Text.d.ts +3 -3
  3. package/dist/components/atoms/TextField/TextField.d.ts +974 -2
  4. package/dist/components/icons/AlertIcon.d.ts +0 -1
  5. package/dist/components/icons/ArrowForward.d.ts +0 -1
  6. package/dist/components/icons/ChevronDownIcon.d.ts +0 -1
  7. package/dist/components/icons/ChevronUpIcon.d.ts +0 -1
  8. package/dist/components/icons/CloseIcon.d.ts +0 -1
  9. package/dist/components/icons/Download.d.ts +0 -1
  10. package/dist/components/icons/Hexapod.d.ts +0 -1
  11. package/dist/components/icons/OpenInNew.d.ts +0 -1
  12. package/dist/components/icons/static-icons/ActiveIcon.d.ts +0 -1
  13. package/dist/components/icons/static-icons/BulletCheckIcon.d.ts +0 -1
  14. package/dist/components/icons/static-icons/CheckIcon.d.ts +0 -1
  15. package/dist/components/icons/static-icons/CheckboxIcon.d.ts +0 -1
  16. package/dist/components/icons/static-icons/Coinbase.d.ts +0 -1
  17. package/dist/components/icons/static-icons/CopyIcon.d.ts +0 -1
  18. package/dist/components/icons/static-icons/ExitedIcon.d.ts +0 -1
  19. package/dist/components/icons/static-icons/ExitingIcon.d.ts +0 -1
  20. package/dist/components/icons/static-icons/GithubIcon.d.ts +0 -1
  21. package/dist/components/icons/static-icons/HelpIcon.d.ts +0 -1
  22. package/dist/components/icons/static-icons/InActiveIcon.d.ts +0 -1
  23. package/dist/components/icons/static-icons/InProgressIcon.d.ts +0 -1
  24. package/dist/components/icons/static-icons/MenuIcon.d.ts +0 -1
  25. package/dist/components/icons/static-icons/Metamask.d.ts +0 -1
  26. package/dist/components/icons/static-icons/MinusIcon.d.ts +0 -1
  27. package/dist/components/icons/static-icons/NewInviteIcon.d.ts +0 -1
  28. package/dist/components/icons/static-icons/PendingActivationIcon.d.ts +0 -1
  29. package/dist/components/icons/static-icons/PlusIcon.d.ts +0 -1
  30. package/dist/components/icons/static-icons/SortAscIcon.d.ts +0 -1
  31. package/dist/components/icons/static-icons/SortDefaultIcon.d.ts +0 -1
  32. package/dist/components/icons/static-icons/SortDescIcon.d.ts +0 -1
  33. package/dist/components/icons/static-icons/TrashIcon.d.ts +0 -1
  34. package/dist/components/icons/static-icons/TwitterIcon.d.ts +0 -1
  35. package/dist/components/icons/static-icons/WaitingIcon.d.ts +0 -1
  36. package/dist/components/icons/static-icons/WalletConnect.d.ts +0 -1
  37. package/dist/components/icons/static-icons/obol/circle/ObolDarkCircle.d.ts +0 -1
  38. package/dist/components/icons/static-icons/obol/circle/ObolLightCircle.d.ts +0 -1
  39. package/dist/components/icons/static-icons/obol/horizontal/ObolDarkBgH.d.ts +0 -1
  40. package/dist/components/icons/static-icons/obol/horizontal/ObolLightBgH.d.ts +0 -1
  41. package/dist/components/icons/static-icons/obol/horizontal/ObolSolidDarkBgH.d.ts +0 -1
  42. package/dist/components/icons/static-icons/obol/horizontal/ObolSolidLightBgH.d.ts +0 -1
  43. package/dist/components/icons/static-icons/obol/mark/ObolDarkBgMark.d.ts +0 -1
  44. package/dist/components/icons/static-icons/obol/mark/ObolLightBgMark.d.ts +0 -1
  45. package/dist/components/icons/static-icons/obol/mark/ObolSolidDarkBgMark.d.ts +0 -1
  46. package/dist/components/icons/static-icons/obol/mark/ObolSolidLightBgMark.d.ts +0 -1
  47. package/dist/components/icons/static-icons/obol/vertical/ObolDarkBgV.d.ts +0 -1
  48. package/dist/components/icons/static-icons/obol/vertical/ObolLightBgV.d.ts +0 -1
  49. package/dist/components/icons/static-icons/obol/vertical/ObolSolidDarkBgV.d.ts +0 -1
  50. package/dist/components/icons/static-icons/obol/vertical/ObolSolidLightBgV.d.ts +0 -1
  51. package/dist/components/icons/static-icons/planets/PlanetBlue.d.ts +0 -1
  52. package/dist/components/icons/static-icons/planets/PlanetGreen.d.ts +0 -1
  53. package/dist/components/icons/static-icons/planets/PlanetGrey.d.ts +0 -1
  54. package/dist/components/icons/static-icons/planets/PlanetMagenta.d.ts +0 -1
  55. package/dist/components/icons/static-icons/planets/PlanetOrange.d.ts +0 -1
  56. package/dist/components/molecules/MetricValidatorStatus/MetricValidatorStatus.d.ts +2 -2
  57. package/dist/components/molecules/Table/TableV2.d.ts +1 -1
  58. package/dist/components/utils/types.d.ts +0 -1
  59. package/dist/index.es.js +1 -1
  60. package/dist/index.js +1 -1
  61. package/package.json +1 -1
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const LogoCard: (props: {
3
2
  image: string;
4
3
  heading: string;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import type * as Stitches from "@stitches/react";
3
3
  export declare const Text: import("@stitches/react/types/styled-component").StyledComponent<"span", {
4
- variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | undefined;
4
+ variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
5
5
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
6
6
  color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | undefined;
7
7
  glow?: boolean | "true" | undefined;
@@ -489,7 +489,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
489
489
  }>>;
490
490
  export default Text;
491
491
  export declare const TextStory: (props: Omit<import("@stitches/react/types/styled-component").TransformProps<{
492
- variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | undefined;
492
+ variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
493
493
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
494
494
  color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | undefined;
495
495
  glow?: boolean | "true" | undefined;
@@ -505,7 +505,7 @@ export declare const TextStory: (props: Omit<import("@stitches/react/types/style
505
505
  md: "(max-width: 1200px)";
506
506
  lg: "(max-width: 1800px)";
507
507
  }>, "color" | "size" | "inline" | "variant" | "glow"> & {
508
- variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | undefined;
508
+ variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | undefined;
509
509
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
510
510
  color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | undefined;
511
511
  glow?: boolean | undefined;