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.9.0 to 0.9.1

dist/cjs/types/components/layout/ModalContent.d.ts

4

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

@@ -9,1 +9,5 @@ export declare function ClockIcon({ className, size, }: {

}): import("react/jsx-runtime").JSX.Element;
export declare const SettingsGearIcon: ({ size, className, }: {
className?: string;
size?: string;
}) => import("react/jsx-runtime").JSX.Element;

3

dist/cjs/types/components/layout/Modal.d.ts

@@ -7,4 +7,5 @@ /// <reference types="react" />

isOpen?: boolean;
maxHeight?: boolean;
}
export declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, }: ModalProps): false | import("react/jsx-runtime").JSX.Element;
export declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, maxHeight, }: ModalProps): false | import("react/jsx-runtime").JSX.Element;
export {};

@@ -0,1 +1,6 @@

/// <reference types="react" />
type ActionButton = {
labelOrIcon: string | React.ReactNode;
onClick?: () => void;
};
interface NavigationBarProps {

@@ -8,7 +13,5 @@ title?: string;

onBackButtonClick?: () => void;
onAddressButtonClick?: () => void;
label?: string;
isLoading?: boolean;
actions?: ActionButton[];
}
export declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, label, onAddressButtonClick, isLoading, }: NavigationBarProps): import("react/jsx-runtime").JSX.Element;
export declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, actions, }: NavigationBarProps): import("react/jsx-runtime").JSX.Element;
export {};

@@ -10,3 +10,4 @@ import { Meta, StoryObj } from '@storybook/react';

export declare const Logo: Story;
export declare const WithActions: Story;
export declare const AllProps: Story;
export declare const Transparent: Story;

@@ -9,1 +9,5 @@ export declare function ClockIcon({ className, size, }: {

}): import("react/jsx-runtime").JSX.Element;
export declare const SettingsGearIcon: ({ size, className, }: {
className?: string;
size?: string;
}) => import("react/jsx-runtime").JSX.Element;

@@ -7,4 +7,5 @@ /// <reference types="react" />

isOpen?: boolean;
maxHeight?: boolean;
}
export declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, }: ModalProps): false | import("react/jsx-runtime").JSX.Element;
export declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, maxHeight, }: ModalProps): false | import("react/jsx-runtime").JSX.Element;
export {};

@@ -0,1 +1,6 @@

/// <reference types="react" />
type ActionButton = {
labelOrIcon: string | React.ReactNode;
onClick?: () => void;
};
interface NavigationBarProps {

@@ -8,7 +13,5 @@ title?: string;

onBackButtonClick?: () => void;
onAddressButtonClick?: () => void;
label?: string;
isLoading?: boolean;
actions?: ActionButton[];
}
export declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, label, onAddressButtonClick, isLoading, }: NavigationBarProps): import("react/jsx-runtime").JSX.Element;
export declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, actions, }: NavigationBarProps): import("react/jsx-runtime").JSX.Element;
export {};

@@ -10,3 +10,4 @@ import { Meta, StoryObj } from '@storybook/react';

export declare const Logo: Story;
export declare const WithActions: Story;
export declare const AllProps: Story;
export declare const Transparent: Story;

@@ -312,5 +312,10 @@ /// <reference types="react" />

isOpen?: boolean;
maxHeight?: boolean;
}
declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, }: ModalProps): false | react_jsx_runtime.JSX.Element;
declare function Modal({ children, className, onBackdropClick, isOpen: _isOpen, maxHeight, }: ModalProps): false | react_jsx_runtime.JSX.Element;
type ActionButton = {
labelOrIcon: string | React.ReactNode;
onClick?: () => void;
};
interface NavigationBarProps {

@@ -323,7 +328,5 @@ title?: string;

onBackButtonClick?: () => void;
onAddressButtonClick?: () => void;
label?: string;
isLoading?: boolean;
actions?: ActionButton[];
}
declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, label, onAddressButtonClick, isLoading, }: NavigationBarProps): react_jsx_runtime.JSX.Element;
declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, actions, }: NavigationBarProps): react_jsx_runtime.JSX.Element;

@@ -330,0 +333,0 @@ declare function ProductCard({ children }: React.PropsWithChildren): react_jsx_runtime.JSX.Element;

@@ -8,3 +8,3 @@ {

"description": "Squid's UI components",
"version": "0.9.0",
"version": "0.9.1",
"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