@validationcloud/fractal-ui 1.16.0 → 1.18.0

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.
@@ -8,7 +8,7 @@ import { default as React } from 'react';
8
8
  */
9
9
  export declare const Button: React.ForwardRefExoticComponent<{
10
10
  className?: string;
11
- variant?: "primary" | "warning" | "info" | "gradient" | "secondary" | "ghost" | "text";
11
+ variant?: "primary" | "warning" | "info" | "gradient" | "secondary" | "ghost" | "text" | "light";
12
12
  size?: "large" | "medium" | "small" | "xsmall";
13
13
  } & Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
14
14
  asChild?: boolean;
@@ -2,7 +2,7 @@ import { StoryObj } from '@storybook/react';
2
2
  declare const meta: {
3
3
  component: import('react').ForwardRefExoticComponent<{
4
4
  className?: string;
5
- variant?: "primary" | "warning" | "info" | "gradient" | "secondary" | "ghost" | "text";
5
+ variant?: "primary" | "warning" | "info" | "gradient" | "secondary" | "ghost" | "text" | "light";
6
6
  size?: "large" | "medium" | "small" | "xsmall";
7
7
  } & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
8
8
  asChild?: boolean;
@@ -15,6 +15,7 @@ export default meta;
15
15
  type Story = StoryObj<typeof meta>;
16
16
  export declare const Primary: Story;
17
17
  export declare const Secondary: Story;
18
+ export declare const Light: Story;
18
19
  export declare const Gradient: Story;
19
20
  export declare const Warning: Story;
20
21
  export declare const Info: Story;
@@ -1 +1 @@
1
- export declare const protocolLogoIds: readonly ["aleo", "apt", "arb", "avax", "axl", "babylon", "base", "bera", "bnb", "btc", "cfx", "cspr", "eigenlayer", "eth", "eth_light", "hash", "hbar", "icp", "matic", "mezo", "mnt", "obol", "op", "opbnb", "optimism", "saga", "sauce", "sol", "ssv", "starknet", "ton", "wemix", "xlm"];
1
+ export declare const protocolLogoIds: readonly ["aleo", "apt", "arb", "avax", "axl", "babylon", "base", "bera", "bnb", "btc", "cfx", "cspr", "eigenlayer", "eth", "eth_light", "hash", "hbar", "icp", "matic", "mezo", "mnt", "monad", "obol", "op", "opbnb", "optimism", "saga", "sauce", "sol", "ssv", "starknet", "ton", "wemix", "xlm"];