@justeattakeaway/pie-icon-button 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/react.d.ts +1 -1
- package/package.json +5 -5
- package/declaration.d.ts +0 -9
package/dist/index.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare interface IconButtonProps {
|
|
|
48
48
|
export declare class PieIconButton extends PieElement implements IconButtonProps {
|
|
49
49
|
aria: IconButtonProps['aria'];
|
|
50
50
|
size: "xsmall" | "small" | "medium" | "large";
|
|
51
|
-
variant: "
|
|
51
|
+
variant: "primary" | "secondary" | "outline" | "ghost" | "ghost-secondary" | "inverse" | "ghost-inverse";
|
|
52
52
|
disabled: boolean;
|
|
53
53
|
isLoading: boolean;
|
|
54
54
|
/**
|
package/dist/index.js
CHANGED
package/dist/react.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export declare const PieIconButton: React_2.ForwardRefExoticComponent<IconButton
|
|
|
51
51
|
declare class PieIconButton_2 extends PieElement implements IconButtonProps {
|
|
52
52
|
aria: IconButtonProps['aria'];
|
|
53
53
|
size: "xsmall" | "small" | "medium" | "large";
|
|
54
|
-
variant: "
|
|
54
|
+
variant: "primary" | "secondary" | "outline" | "ghost" | "ghost-secondary" | "inverse" | "ghost-inverse";
|
|
55
55
|
disabled: boolean;
|
|
56
56
|
isLoading: boolean;
|
|
57
57
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-icon-button",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "PIE Design System Icon Button built using Web Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
41
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
41
|
+
"@justeattakeaway/pie-components-config": "0.20.0",
|
|
42
42
|
"@justeattakeaway/pie-css": "0.16.0",
|
|
43
43
|
"@justeattakeaway/pie-monorepo-utils": "0.5.0",
|
|
44
44
|
"@justeattakeaway/pie-wrapper-react": "0.14.3",
|
|
45
45
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@justeattakeaway/pie-icons-webc": "1.
|
|
49
|
-
"@justeattakeaway/pie-spinner": "1.1.
|
|
50
|
-
"@justeattakeaway/pie-webc-core": "0.25.
|
|
48
|
+
"@justeattakeaway/pie-icons-webc": "1.7.0",
|
|
49
|
+
"@justeattakeaway/pie-spinner": "1.1.1",
|
|
50
|
+
"@justeattakeaway/pie-webc-core": "0.25.1"
|
|
51
51
|
},
|
|
52
52
|
"volta": {
|
|
53
53
|
"extends": "../../../package.json"
|