@justeattakeaway/pie-icon-button 1.4.0 → 1.4.1

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 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: "secondary" | "inverse" | "primary" | "outline" | "ghost" | "ghost-secondary" | "ghost-inverse";
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
@@ -11,7 +11,7 @@ var y = Object.defineProperty, k = (a, r, t, l) => {
11
11
  };
12
12
  class p extends B {
13
13
  constructor() {
14
- super(...arguments), this.v = "1.4.0";
14
+ super(...arguments), this.v = "1.4.1";
15
15
  }
16
16
  }
17
17
  k([
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: "secondary" | "inverse" | "primary" | "outline" | "ghost" | "ghost-secondary" | "ghost-inverse";
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.0",
3
+ "version": "1.4.1",
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.19.0",
41
+ "@justeattakeaway/pie-components-config": "0.19.1",
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.6.1",
49
- "@justeattakeaway/pie-spinner": "1.1.0",
50
- "@justeattakeaway/pie-webc-core": "0.25.0"
48
+ "@justeattakeaway/pie-icons-webc": "1.6.2",
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"
package/declaration.d.ts DELETED
@@ -1,9 +0,0 @@
1
- declare module '*.scss' {
2
- const content: Record<string, string>;
3
- export default content;
4
- }
5
-
6
- declare module '*.scss?inline' {
7
- const content: Record<string, string>;
8
- export default content;
9
- }