@justeattakeaway/pie-button 1.12.1 → 1.12.2
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 +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -478,7 +478,7 @@ const _ = class _ extends It {
|
|
|
478
478
|
this.getAttribute("v") || this.setAttribute("v", _.v);
|
|
479
479
|
}
|
|
480
480
|
};
|
|
481
|
-
_.v = "1.12.
|
|
481
|
+
_.v = "1.12.2";
|
|
482
482
|
let j = _;
|
|
483
483
|
const Pt = ["button", "a"], Ot = ["xsmall", "small-productive", "small-expressive", "medium", "large"], Qt = ["productive", "expressive"], _t = ["submit", "button", "reset"], $t = [
|
|
484
484
|
"primary",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-button",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.2",
|
|
4
4
|
"description": "PIE design system button built using web components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
48
48
|
"@justeattakeaway/pie-components-config": "0.21.0",
|
|
49
|
-
"@justeattakeaway/pie-css": "0.
|
|
49
|
+
"@justeattakeaway/pie-css": "0.27.0",
|
|
50
50
|
"@justeattakeaway/pie-monorepo-utils": "0.7.0",
|
|
51
51
|
"@justeattakeaway/pie-wrapper-react": "0.14.3",
|
|
52
52
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"dist/*.js"
|
|
60
60
|
],
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@justeattakeaway/pie-spinner": "1.4.
|
|
63
|
-
"@justeattakeaway/pie-webc-core": "
|
|
62
|
+
"@justeattakeaway/pie-spinner": "1.4.2",
|
|
63
|
+
"@justeattakeaway/pie-webc-core": "7.0.0",
|
|
64
64
|
"element-internals-polyfill": "1.3.11"
|
|
65
65
|
}
|
|
66
66
|
}
|