@justeattakeaway/pie-button 1.6.4 → 1.6.5

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 +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -254,7 +254,7 @@ import "@justeattakeaway/pie-spinner";
254
254
  }
255
255
  }
256
256
  function lt(e, t, i, o) {
257
- if (typeof t == "function" ? e !== t || !0 : !t.has(e)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
257
+ if (typeof t == "function" ? e !== t || !o : !t.has(e)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
258
258
  return i === "m" ? o : i === "a" ? o.call(e) : o ? o.value : t.get(e);
259
259
  }
260
260
  function St(e, t, i, o, a) {
@@ -478,7 +478,7 @@ const O = class O extends It {
478
478
  this.getAttribute("v") || this.setAttribute("v", O.v);
479
479
  }
480
480
  };
481
- O.v = "1.6.4";
481
+ O.v = "1.6.5";
482
482
  let j = O;
483
483
  const Nt = ["button", "a"], Pt = ["xsmall", "small-productive", "small-expressive", "medium", "large"], Jt = ["productive", "expressive"], Ot = ["submit", "button", "reset"], _t = [
484
484
  "primary",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-button",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "PIE design system button built using web components",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/justeattakeaway/pie",
8
8
  "directory": "packages/components/pie-button"
9
9
  },
10
- "homepage": "https://pie.design/components/button/code/",
10
+ "homepage": "https://webc.pie.design/?path=/docs/components-button--overview",
11
11
  "type": "module",
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.js",
@@ -53,7 +53,7 @@
53
53
  "dist/*.js"
54
54
  ],
55
55
  "dependencies": {
56
- "@justeattakeaway/pie-spinner": "1.2.3",
56
+ "@justeattakeaway/pie-spinner": "1.2.4",
57
57
  "@justeattakeaway/pie-webc-core": "1.0.0",
58
58
  "element-internals-polyfill": "1.3.11"
59
59
  }