@gardenfi/garden-book 0.2.12 → 0.2.14

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.
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ type SvgProps = React.SVGProps<SVGSVGElement>;
4
+ export declare const GardenLogoDark: React.FC<SvgProps>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ type SvgProps = React.SVGProps<SVGSVGElement>;
4
+ export declare const GardenLogoLight: React.FC<SvgProps>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ type SvgProps = React.SVGProps<SVGSVGElement>;
4
+ export declare const GardenLogoMarkDark: React.FC<SvgProps>;
5
+ export {};
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ type SvgProps = React.SVGProps<SVGSVGElement>;
4
+ export declare const GardenLogoMarkLight: React.FC<SvgProps>;
5
+ export {};
@@ -31,3 +31,7 @@ export { GardenIconOutline } from './GardenIconOutline';
31
31
  export { NFTIcon } from './NFTIcon';
32
32
  export { GardenExplorerAlt } from './GardenExplorerAlt';
33
33
  export { GardenDocs } from './GardenDocs';
34
+ export { GardenLogoMarkDark } from './GardenLogoMarkDark';
35
+ export { GardenLogoMarkLight } from './GardenLogoMarkLight';
36
+ export { GardenLogoDark } from './GardenLogoDark';
37
+ export { GardenLogoLight } from './GardenLogoLight';
@@ -5,6 +5,7 @@ type TokenNetworkLogosProps = HTMLAttributes<HTMLDivElement> & {
5
5
  chainLogo?: string;
6
6
  className?: string;
7
7
  iconStyle?: string;
8
+ iconSize?: number;
8
9
  };
9
10
  export declare const TokenNetworkLogos: FC<TokenNetworkLogosProps>;
10
11
  export {};
@@ -7,6 +7,7 @@ declare const meta: {
7
7
  chainLogo?: string;
8
8
  className?: string;
9
9
  iconStyle?: string;
10
+ iconSize?: number;
10
11
  }>;
11
12
  parameters: {
12
13
  layout: string;