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

@snack-uikit/button

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snack-uikit/button - npm Package Compare versions

Comparing version 0.17.2 to 0.17.3-preview-8898cdde.0

5

dist/components/ButtonElevated/ButtonElevated.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { WithSupportProps } from '@snack-uikit/utils';

@@ -10,6 +9,6 @@ import { CommonButtonProps } from '../../types';

export declare const ButtonElevated: import("react").ForwardRefExoticComponent<{
'data-test-id'?: string | undefined;
'data-test-id'?: string;
} & import("react").AriaAttributes & Omit<CommonButtonProps, "appearance" | "size" | "label" | "iconPosition" | "fullWidth" | "labelClassName"> & Required<Pick<CommonButtonProps, "icon">> & {
/** Размер */
size?: Size | undefined;
size?: Size;
} & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;

3

dist/components/ButtonFilled/ButtonFilled.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { WithSupportProps } from '@snack-uikit/utils';

@@ -6,3 +5,3 @@ import { CommonButtonProps } from '../../types';

export declare const ButtonFilled: import("react").ForwardRefExoticComponent<{
'data-test-id'?: string | undefined;
'data-test-id'?: string;
} & import("react").AriaAttributes & Omit<CommonButtonProps, "iconPosition"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { WithSupportProps } from '@snack-uikit/utils';

@@ -6,3 +5,3 @@ import { CommonButtonProps, CounterButtonProps } from '../../types';

export declare const ButtonFunction: import("react").ForwardRefExoticComponent<{
'data-test-id'?: string | undefined;
'data-test-id'?: string;
} & import("react").AriaAttributes & import("../../types").AnchorButtonProps & import("../../types").BaseButtonProps & CounterButtonProps & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { WithSupportProps } from '@snack-uikit/utils';

@@ -6,3 +5,3 @@ import { CommonButtonProps } from '../../types';

export declare const ButtonOutline: import("react").ForwardRefExoticComponent<{
'data-test-id'?: string | undefined;
'data-test-id'?: string;
} & import("react").AriaAttributes & Omit<CommonButtonProps, "iconPosition"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { WithSupportProps } from '@snack-uikit/utils';

@@ -6,3 +5,3 @@ import { CommonButtonProps } from '../../types';

export declare const ButtonSimple: import("react").ForwardRefExoticComponent<{
'data-test-id'?: string | undefined;
'data-test-id'?: string;
} & import("react").AriaAttributes & Omit<CommonButtonProps, "iconPosition"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { WithSupportProps } from '@snack-uikit/utils';

@@ -6,3 +5,3 @@ import { CommonButtonProps } from '../../types';

export declare const ButtonTonal: import("react").ForwardRefExoticComponent<{
'data-test-id'?: string | undefined;
'data-test-id'?: string;
} & import("react").AriaAttributes & Omit<CommonButtonProps, "iconPosition"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { WithSupportProps } from '@snack-uikit/utils';

@@ -10,7 +9,7 @@ import { CommonButtonProps, CounterButtonProps } from '../../types';

export declare const ButtonPrivate: import("react").ForwardRefExoticComponent<{
'data-test-id'?: string | undefined;
'data-test-id'?: string;
} & import("react").AriaAttributes & import("../../types").AnchorButtonProps & import("../../types").BaseButtonProps & CounterButtonProps & {
iconClassName: string;
labelClassName: string;
fullWidth?: boolean | undefined;
fullWidth?: boolean;
} & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { ButtonPrivateProps } from './ButtonPrivate';

@@ -3,0 +2,0 @@ import { Variant } from './constants';

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { CommonButtonProps, CounterButtonProps } from './types';

@@ -3,0 +2,0 @@ export declare function extractCounterButtonProps({ counter }: CounterButtonProps): {

@@ -7,3 +7,3 @@ {

"title": "Button",
"version": "0.17.2",
"version": "0.17.3-preview-8898cdde.0",
"sideEffects": [

@@ -36,3 +36,3 @@ "*.css",

"dependencies": {
"@snack-uikit/counter": "0.6.2",
"@snack-uikit/counter": "0.6.3-preview-8898cdde.0",
"@snack-uikit/loaders": "0.5.2",

@@ -42,3 +42,3 @@ "@snack-uikit/utils": "3.3.0",

},
"gitHead": "d19da5dedbb93af1e6d86330b6f2590ef117a7c9"
"gitHead": "a0351f376ac28462b847d1bf99ad3f7ba7a1d0cd"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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