@justeattakeaway/pie-switch 2.0.0 → 2.0.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.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const O = class O extends Ft {
|
|
|
9
9
|
this.getAttribute("v") || this.setAttribute("v", O.v);
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
|
-
O.v = "2.0.
|
|
12
|
+
O.v = "2.0.1";
|
|
13
13
|
let q = O;
|
|
14
14
|
(function() {
|
|
15
15
|
(function(n) {
|
|
@@ -261,7 +261,7 @@ let q = O;
|
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
function st(e, t, i, a) {
|
|
264
|
-
if (typeof t == "function" ? e !== t || !
|
|
264
|
+
if (typeof t == "function" ? e !== t || !a : !t.has(e)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
265
265
|
return i === "m" ? a : i === "a" ? a.call(e) : a ? a.value : t.get(e);
|
|
266
266
|
}
|
|
267
267
|
function Mt(e, t, i, a, r) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-switch",
|
|
3
3
|
"description": "PIE Design System Switch built using Web Components",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"@justeattakeaway/pie-components-config": "0.20.1",
|
|
43
43
|
"@justeattakeaway/pie-css": "0.16.0",
|
|
44
44
|
"@justeattakeaway/pie-monorepo-utils": "0.5.1",
|
|
45
|
+
"@justeattakeaway/pie-wrapper-react": "0.14.3",
|
|
45
46
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
46
47
|
},
|
|
47
48
|
"dependencies": {
|
|
48
|
-
"@justeattakeaway/pie-icons-webc": "1.
|
|
49
|
+
"@justeattakeaway/pie-icons-webc": "1.12.0",
|
|
49
50
|
"@justeattakeaway/pie-webc-core": "1.0.0",
|
|
50
|
-
"@justeattakeaway/pie-wrapper-react": "0.14.3",
|
|
51
51
|
"element-internals-polyfill": "1.3.11"
|
|
52
52
|
},
|
|
53
53
|
"volta": {
|