@snack-uikit/button
Advanced tools
Comparing version 0.17.2 to 0.17.3-preview-8898cdde.0
@@ -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>>; |
@@ -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
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
176219
2941
+ Added@snack-uikit/counter@0.6.3-preview-8898cdde.0(transitive)
- Removed@snack-uikit/counter@0.6.2(transitive)