@justeattakeaway/pie-button 1.14.5 → 1.14.6

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/README.md CHANGED
@@ -121,7 +121,7 @@ import '@justeattakeaway/pie-webc/components/button.js'
121
121
  ```
122
122
 
123
123
  ```html
124
- <pie-button type="reset" isFullWidth="true" onclick="e => console.log(e)">
124
+ <pie-button type="reset" isFullWidth onclick="e => console.log(e)">
125
125
  Click me!
126
126
  </pie-button>
127
127
 
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.5";
485
+ _.v = "1.14.6";
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.5",
3
+ "version": "1.14.6",
4
4
  "description": "PIE design system button built using web components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,8 +54,8 @@
54
54
  "dist/*.js"
55
55
  ],
56
56
  "dependencies": {
57
- "@justeattakeaway/pie-spinner": "1.4.18",
58
- "@justeattakeaway/pie-webc-core": "15.0.1",
57
+ "@justeattakeaway/pie-spinner": "1.4.19",
58
+ "@justeattakeaway/pie-webc-core": "15.1.0",
59
59
  "element-internals-polyfill": "1.3.11"
60
60
  }
61
61
  }