@justeattakeaway/pie-button
Advanced tools
Comparing version 0.47.7 to 0.47.8
@@ -1,2 +0,2 @@ | ||
import { ComponentDefaultPropsGeneric } from '@justeattakeaway/pie-webc-core'; | ||
import { ComponentDefaultProps } from '@justeattakeaway/pie-webc-core'; | ||
import type { CSSResult } from 'lit'; | ||
@@ -86,3 +86,3 @@ import type { FormControlInterface } from '@justeattakeaway/pie-webc-core'; | ||
export declare type DefaultProps = ComponentDefaultPropsGeneric<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isLoading' | 'isFullWidth' | 'isResponsive'>; | ||
export declare type DefaultProps = ComponentDefaultProps<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isFullWidth' | 'isLoading' | 'isResponsive'>; | ||
@@ -89,0 +89,0 @@ export declare const defaultProps: DefaultProps; |
@@ -1,2 +0,2 @@ | ||
import { ComponentDefaultPropsGeneric } from '@justeattakeaway/pie-webc-core'; | ||
import { ComponentDefaultProps } from '@justeattakeaway/pie-webc-core'; | ||
import type { CSSResult } from 'lit'; | ||
@@ -87,3 +87,3 @@ import type { FormControlInterface } from '@justeattakeaway/pie-webc-core'; | ||
export declare type DefaultProps = ComponentDefaultPropsGeneric<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isLoading' | 'isFullWidth' | 'isResponsive'>; | ||
export declare type DefaultProps = ComponentDefaultProps<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isFullWidth' | 'isLoading' | 'isResponsive'>; | ||
@@ -90,0 +90,0 @@ export declare const defaultProps: DefaultProps; |
{ | ||
"name": "@justeattakeaway/pie-button", | ||
"version": "0.47.7", | ||
"version": "0.47.8", | ||
"description": "PIE design system button built using web components", | ||
@@ -51,6 +51,6 @@ "type": "module", | ||
"dependencies": { | ||
"@justeattakeaway/pie-spinner": "0.6.5", | ||
"@justeattakeaway/pie-webc-core": "0.23.0", | ||
"@justeattakeaway/pie-spinner": "0.6.6", | ||
"@justeattakeaway/pie-webc-core": "0.24.0", | ||
"element-internals-polyfill": "1.3.11" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { type ComponentDefaultPropsGeneric } from '@justeattakeaway/pie-webc-core'; | ||
import { type ComponentDefaultProps } from '@justeattakeaway/pie-webc-core'; | ||
@@ -104,3 +104,3 @@ export const sizes = ['xsmall', 'small-productive', 'small-expressive', 'medium', 'large'] as const; | ||
export type DefaultProps = ComponentDefaultPropsGeneric<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isLoading' | 'isFullWidth' | 'isResponsive'>; | ||
export type DefaultProps = ComponentDefaultProps<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isFullWidth' | 'isLoading' | 'isResponsive'>; | ||
@@ -107,0 +107,0 @@ export const defaultProps: DefaultProps = { |
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
95231
+ Added@justeattakeaway/pie-spinner@0.6.6(transitive)
+ Added@justeattakeaway/pie-webc-core@0.24.0(transitive)
- Removed@justeattakeaway/pie-spinner@0.6.5(transitive)
- Removed@justeattakeaway/pie-webc-core@0.23.0(transitive)