@gardenfi/garden-book 0.2.3-beta.1 → 0.2.3-beta.2

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.
@@ -1,5 +1,4 @@
1
1
  import { ScaleY } from './ScaleY/ScaleY';
2
2
  import { Shine } from './Shine/Shine';
3
- import { StackText } from './StackText/StackText';
4
3
 
5
- export { ScaleY, Shine, StackText };
4
+ export { ScaleY, Shine };
@@ -72,6 +72,3 @@ export { XSolidIcon } from './XSolidIcon';
72
72
  export { XIcon } from './XIcon';
73
73
  export { ZellicIcon } from './ZellicIcon';
74
74
  export { SearchIconThin } from './SearchIconThin';
75
- export { Rotate360Icon } from './Rotate360Icon';
76
- export { EncryptedIcon } from './EncryptedIcon';
77
- export { RoutingIcon } from './RoutingIcon';
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
3
  type SvgProps = React.SVGProps<SVGSVGElement>;
4
- export declare const EncryptedIcon: React.FC<SvgProps>;
4
+ export declare const GardenIconOutline: React.FC<SvgProps>;
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
3
  type SvgProps = React.SVGProps<SVGSVGElement>;
4
- export declare const RoutingIcon: React.FC<SvgProps>;
4
+ export declare const NFTIcon: React.FC<SvgProps>;
5
5
  export {};
@@ -27,3 +27,5 @@ export { Dodo } from './DODO';
27
27
  export { Vertex } from './Vertex';
28
28
  export { Radiant } from './Radiant';
29
29
  export { GardenIcon } from './GardenIcon';
30
+ export { GardenIconOutline } from './GardenIconOutline';
31
+ export { NFTIcon } from './NFTIcon';
@@ -2,8 +2,6 @@ import { default as React } from 'react';
2
2
 
3
3
  type FooterProps = React.HTMLAttributes<HTMLDivElement> & {
4
4
  network?: string;
5
- navigate?: (path: string) => void;
6
- maskUrl?: string;
7
5
  };
8
6
  export declare const Footer: React.FC<FooterProps>;
9
7
  export {};
@@ -4,8 +4,6 @@ declare const meta: {
4
4
  title: string;
5
5
  component: import('react').FC<import('react').HTMLAttributes<HTMLDivElement> & {
6
6
  network?: string;
7
- navigate?: (path: string) => void;
8
- maskUrl?: string;
9
7
  }>;
10
8
  tags: string[];
11
9
  parameters: {