@0xsquid/ui
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -6,4 +6,5 @@ /// <reference types="react" /> | ||
detail?: React.ReactNode; | ||
isLoading?: boolean; | ||
} | ||
export declare function SwapDetailListItem({ label, detail, icon, }: SwapDetailListItemProps): import("react/jsx-runtime").JSX.Element; | ||
export declare function SwapDetailListItem({ label, detail, icon, isLoading, }: SwapDetailListItemProps): import("react/jsx-runtime").JSX.Element; | ||
export {}; |
/// <reference types="react" /> | ||
interface CaptionProps extends React.HTMLAttributes<HTMLSpanElement> { | ||
children?: string; | ||
bold?: boolean; | ||
@@ -5,0 +4,0 @@ } |
@@ -1,1 +0,3 @@ | ||
export declare function SwapDetailsView(): import("react/jsx-runtime").JSX.Element; | ||
export declare function SwapDetailsView({ isLoading }: { | ||
isLoading?: boolean; | ||
}): import("react/jsx-runtime").JSX.Element; |
@@ -8,1 +8,2 @@ import { Meta, StoryObj } from '@storybook/react'; | ||
export declare const Boosted: Story; | ||
export declare const Disabled: Story; |
@@ -8,1 +8,2 @@ import { Meta, StoryObj } from '@storybook/react'; | ||
export declare const WithDetail: Story; | ||
export declare const Loading: Story; |
@@ -7,1 +7,2 @@ import { Meta, StoryObj } from '@storybook/react'; | ||
export declare const Default: Story; | ||
export declare const Loading: Story; |
@@ -6,4 +6,5 @@ /// <reference types="react" /> | ||
detail?: React.ReactNode; | ||
isLoading?: boolean; | ||
} | ||
export declare function SwapDetailListItem({ label, detail, icon, }: SwapDetailListItemProps): import("react/jsx-runtime").JSX.Element; | ||
export declare function SwapDetailListItem({ label, detail, icon, isLoading, }: SwapDetailListItemProps): import("react/jsx-runtime").JSX.Element; | ||
export {}; |
/// <reference types="react" /> | ||
interface CaptionProps extends React.HTMLAttributes<HTMLSpanElement> { | ||
children?: string; | ||
bold?: boolean; | ||
@@ -5,0 +4,0 @@ } |
@@ -1,1 +0,3 @@ | ||
export declare function SwapDetailsView(): import("react/jsx-runtime").JSX.Element; | ||
export declare function SwapDetailsView({ isLoading }: { | ||
isLoading?: boolean; | ||
}): import("react/jsx-runtime").JSX.Element; |
@@ -8,1 +8,2 @@ import { Meta, StoryObj } from '@storybook/react'; | ||
export declare const Boosted: Story; | ||
export declare const Disabled: Story; |
@@ -8,1 +8,2 @@ import { Meta, StoryObj } from '@storybook/react'; | ||
export declare const WithDetail: Story; | ||
export declare const Loading: Story; |
@@ -7,1 +7,2 @@ import { Meta, StoryObj } from '@storybook/react'; | ||
export declare const Default: Story; | ||
export declare const Loading: Story; |
@@ -225,4 +225,5 @@ /// <reference types="react" /> | ||
detail?: React.ReactNode; | ||
isLoading?: boolean; | ||
} | ||
declare function SwapDetailListItem({ label, detail, icon, }: SwapDetailListItemProps): react_jsx_runtime.JSX.Element; | ||
declare function SwapDetailListItem({ label, detail, icon, isLoading, }: SwapDetailListItemProps): react_jsx_runtime.JSX.Element; | ||
@@ -337,3 +338,2 @@ interface SwapStepItemProps { | ||
interface CaptionProps extends React.HTMLAttributes<HTMLSpanElement> { | ||
children?: string; | ||
bold?: boolean; | ||
@@ -340,0 +340,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
"description": "Squid's UI components", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"author": "", | ||
@@ -11,0 +11,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
566476
278
11261