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

@launchpad-ui/button

Package Overview
Dependencies
Maintainers
0
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/button - npm Package Compare versions

Comparing version 0.12.17 to 0.12.18

20

dist/Button.d.ts

@@ -21,12 +21,12 @@ import type { IconProps } from '@launchpad-ui/icons';

declare const Button: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<ButtonHTMLAttributes<HTMLButtonElement> & {
isLoading?: boolean | undefined;
loadingText?: string | JSX.Element | undefined;
size?: "big" | "small" | "medium" | "tiny" | undefined;
kind?: "link" | "default" | "close" | "primary" | "destructive" | "minimal" | "primaryFlair" | "defaultFlair" | "minimalFlair" | undefined;
fit?: boolean | undefined;
disabled?: boolean | undefined;
icon?: ReactElement<Omit<IconProps, "size">, string | import("react").JSXElementConstructor<any>> | undefined;
renderIconFirst?: boolean | undefined;
asChild?: boolean | undefined;
'data-test-id'?: string | undefined;
isLoading?: boolean;
loadingText?: string | JSX.Element;
size?: "tiny" | "small" | "medium" | "big";
kind?: "default" | "primary" | "destructive" | "minimal" | "link" | "close" | "primaryFlair" | "defaultFlair" | "minimalFlair";
fit?: boolean;
disabled?: boolean;
icon?: ReactElement<Omit<IconProps, "size">>;
renderIconFirst?: boolean;
asChild?: boolean;
'data-test-id'?: string;
} & import("react").RefAttributes<HTMLButtonElement>>>;

@@ -33,0 +33,0 @@ export { Button };

@@ -17,8 +17,8 @@ import type { IconProps } from '@launchpad-ui/icons';

declare const IconButton: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<ButtonHTMLAttributes<HTMLButtonElement> & {
kind?: "default" | "close" | "primary" | "destructive" | "minimal" | undefined;
icon: Omit<ReactElement<IconProps>, 'size'>;
size?: "small" | "medium" | undefined;
kind?: "default" | "primary" | "destructive" | "minimal" | "close";
icon: Omit<ReactElement<IconProps>, "size">;
size?: "small" | "medium";
'aria-label': string;
asChild?: boolean | undefined;
'data-test-id'?: string | undefined;
asChild?: boolean;
'data-test-id'?: string;
} & import("react").RefAttributes<HTMLButtonElement>>>;

@@ -25,0 +25,0 @@ export { IconButton };

{
"name": "@launchpad-ui/button",
"version": "0.12.17",
"version": "0.12.18",
"status": "beta",

@@ -34,5 +34,5 @@ "publishConfig": {

"dependencies": {
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-slot": "1.1.0",
"classix": "2.1.17",
"@launchpad-ui/icons": "~0.18.4",
"@launchpad-ui/icons": "~0.18.5",
"@launchpad-ui/tokens": "~0.9.12"

@@ -39,0 +39,0 @@ },

Sorry, the diff of this file is not supported yet

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