@obolnetwork/obol-ui 1.0.34 → 1.0.35

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 (45) hide show
  1. package/dist/components/atoms/LogoCard/LogoCard.d.ts +1 -0
  2. package/dist/components/icons/AlertIcon.d.ts +1 -0
  3. package/dist/components/icons/ArrowForward.d.ts +1 -0
  4. package/dist/components/icons/ChevronDownIcon.d.ts +1 -0
  5. package/dist/components/icons/ChevronUpIcon.d.ts +1 -0
  6. package/dist/components/icons/CloseIcon.d.ts +1 -0
  7. package/dist/components/icons/Download.d.ts +1 -0
  8. package/dist/components/icons/Hexapod.d.ts +1 -0
  9. package/dist/components/icons/OpenInNew.d.ts +1 -0
  10. package/dist/components/icons/static-icons/BulletCheckIcon.d.ts +1 -0
  11. package/dist/components/icons/static-icons/CheckIcon.d.ts +1 -0
  12. package/dist/components/icons/static-icons/CheckboxIcon.d.ts +1 -0
  13. package/dist/components/icons/static-icons/Coinbase.d.ts +1 -0
  14. package/dist/components/icons/static-icons/CopyIcon.d.ts +1 -0
  15. package/dist/components/icons/static-icons/GithubIcon.d.ts +1 -0
  16. package/dist/components/icons/static-icons/HelpIcon.d.ts +1 -0
  17. package/dist/components/icons/static-icons/MenuIcon.d.ts +1 -0
  18. package/dist/components/icons/static-icons/Metamask.d.ts +1 -0
  19. package/dist/components/icons/static-icons/MinusIcon.d.ts +1 -0
  20. package/dist/components/icons/static-icons/PlusIcon.d.ts +1 -0
  21. package/dist/components/icons/static-icons/TrashIcon.d.ts +1 -0
  22. package/dist/components/icons/static-icons/TwitterIcon.d.ts +1 -0
  23. package/dist/components/icons/static-icons/WaitingIcon.d.ts +1 -0
  24. package/dist/components/icons/static-icons/WalletConnect.d.ts +1 -0
  25. package/dist/components/icons/static-icons/obol/circle/ObolDarkCircle.d.ts +1 -0
  26. package/dist/components/icons/static-icons/obol/circle/ObolLightCircle.d.ts +1 -0
  27. package/dist/components/icons/static-icons/obol/horizontal/ObolDarkBgH.d.ts +1 -0
  28. package/dist/components/icons/static-icons/obol/horizontal/ObolLightBgH.d.ts +1 -0
  29. package/dist/components/icons/static-icons/obol/horizontal/ObolSolidDarkBgH.d.ts +1 -0
  30. package/dist/components/icons/static-icons/obol/horizontal/ObolSolidLightBgH.d.ts +1 -0
  31. package/dist/components/icons/static-icons/obol/mark/ObolDarkBgMark.d.ts +1 -0
  32. package/dist/components/icons/static-icons/obol/mark/ObolLightBgMark.d.ts +1 -0
  33. package/dist/components/icons/static-icons/obol/mark/ObolSolidDarkBgMark.d.ts +1 -0
  34. package/dist/components/icons/static-icons/obol/mark/ObolSolidLightBgMark.d.ts +1 -0
  35. package/dist/components/icons/static-icons/obol/vertical/ObolDarkBgV.d.ts +1 -0
  36. package/dist/components/icons/static-icons/obol/vertical/ObolLightBgV.d.ts +1 -0
  37. package/dist/components/icons/static-icons/obol/vertical/ObolSolidDarkBgV.d.ts +1 -0
  38. package/dist/components/icons/static-icons/obol/vertical/ObolSolidLightBgV.d.ts +1 -0
  39. package/dist/components/icons/static-icons/planets/PlanetBlue.d.ts +1 -0
  40. package/dist/components/icons/static-icons/planets/PlanetGreen.d.ts +1 -0
  41. package/dist/components/icons/static-icons/planets/PlanetGrey.d.ts +1 -0
  42. package/dist/components/icons/static-icons/planets/PlanetMagenta.d.ts +1 -0
  43. package/dist/components/icons/static-icons/planets/PlanetOrange.d.ts +1 -0
  44. package/dist/components/utils/types.d.ts +1 -0
  45. package/package.json +1 -1
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const LogoCard: (props: {
2
3
  image: string;
3
4
  heading: string;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
2
3
  export declare const AlertIcon: (props: SvgIconProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
2
3
  export declare const ArrowForward: (props: SvgIconProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
2
3
  export declare const ChevronDownIcon: (props: SvgIconProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
2
3
  export declare const ChevronUpIcon: (props: SvgIconProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
2
3
  export declare const CloseIcon: (props: SvgIconProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
2
3
  export declare const Download: (props: SvgIconProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  export declare const Hexapod: () => JSX.Element;
2
3
  export declare const HexapodMobile: () => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
2
3
  export declare const OpenInNew: (props: SvgIconProps) => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const BulletCheckIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const CheckIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const CheckboxIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const Coinbase: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const CopyIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const GithubIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const HelpIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const MenuIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const Metamask: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const MinusIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const PlusIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const TrashIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const TwitterIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const WaitingIcon: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const WalletConnect: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolDarkCircle: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolLightCircle: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolDarkBgH: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolLightBgH: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolSolidDarkBgH: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolSolidLightBgH: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolDarkBgMark: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolLightBgMark: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolSolidDarkBgMark: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolSolidLightBgMark: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolDarkBgV: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolLightBgV: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolSolidDarkBgV: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const ObolSolidLightBgV: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const PlanetBlue: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const PlanetGreen: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const PlanetGrey: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const PlanetMagenta: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const PlanetOrange: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type * as Stitches from "@stitches/react";
2
3
  interface StitchesMedia {
3
4
  [x: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obolnetwork/obol-ui",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "license": "MIT",