@justeattakeaway/pie-button 1.14.3 → 1.14.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -482,7 +482,7 @@ const _ = class _ extends Tt {
482
482
  this.getAttribute("v") || this.setAttribute("v", _.v);
483
483
  }
484
484
  };
485
- _.v = "1.14.3";
485
+ _.v = "1.14.4";
486
486
  let U = _;
487
487
  const $t = ["button", "a"], Dt = ["xsmall", "small-productive", "small-expressive", "medium", "large"], Zt = ["productive", "expressive"], Rt = ["submit", "button", "reset"], Wt = [
488
488
  "primary",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-button",
3
- "version": "1.14.3",
3
+ "version": "1.14.4",
4
4
  "description": "PIE design system button built using web components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,8 +45,8 @@
45
45
  "license": "Apache-2.0",
46
46
  "devDependencies": {
47
47
  "@justeattakeaway/pie-components-config": "0.21.3",
48
- "@justeattakeaway/pie-css": "1.1.3",
49
- "@justeattakeaway/pie-monorepo-utils": "0.9.4",
48
+ "@justeattakeaway/pie-css": "1.2.0",
49
+ "@justeattakeaway/pie-monorepo-utils": "0.9.5",
50
50
  "@justeattakeaway/pie-wrapper-react": "0.14.5"
51
51
  },
52
52
  "customElements": "custom-elements.json",
@@ -54,8 +54,8 @@
54
54
  "dist/*.js"
55
55
  ],
56
56
  "dependencies": {
57
- "@justeattakeaway/pie-spinner": "1.4.16",
58
- "@justeattakeaway/pie-webc-core": "14.0.2",
57
+ "@justeattakeaway/pie-spinner": "1.4.17",
58
+ "@justeattakeaway/pie-webc-core": "15.0.0",
59
59
  "element-internals-polyfill": "1.3.11"
60
60
  }
61
61
  }