Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0xsquid/ui

Package Overview
Dependencies
Maintainers
3
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsquid/ui - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

dist/cjs/types/components/icons/Percent.d.ts

3

dist/cjs/types/components/lists/SwapDetailListItem.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc