@justeattakeaway/pie-button 1.14.1 → 1.14.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 +9 -12
- package/src/react.ts +0 -0
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.
|
|
485
|
+
_.v = "1.14.2";
|
|
486
486
|
let U = _;
|
|
487
487
|
const Dt = ["button", "a"], Rt = ["xsmall", "small-productive", "small-expressive", "medium", "large"], Zt = ["productive", "expressive"], $t = ["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
|
+
"version": "1.14.2",
|
|
4
4
|
"description": "PIE design system button built using web components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,36 +29,33 @@
|
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "run -T vite build",
|
|
32
|
-
"build:react-wrapper": "
|
|
32
|
+
"build:react-wrapper": "run -T build-react-wrapper",
|
|
33
33
|
"create:manifest": "run -T cem analyze --litelement",
|
|
34
34
|
"lint:scripts": "run -T eslint .",
|
|
35
35
|
"lint:scripts:fix": "run -T eslint . --fix",
|
|
36
36
|
"lint:style": "run -T stylelint ./src/**/*.{css,scss}",
|
|
37
37
|
"lint:style:fix": "yarn lint:style --fix",
|
|
38
38
|
"watch": "run -T vite build --watch",
|
|
39
|
-
"test:browsers": "
|
|
39
|
+
"test:browsers": "run -T playwright test -c ./playwright-lit.config.ts",
|
|
40
40
|
"test:browsers:ci": "yarn test:browsers",
|
|
41
|
-
"test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_BUTTON} percy exec --allowed-hostname cloudfront.net --
|
|
41
|
+
"test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_BUTTON} percy exec --allowed-hostname cloudfront.net -- run -T playwright test -c ./playwright-lit-visual.config.ts",
|
|
42
42
|
"test:visual:ci": "yarn test:visual"
|
|
43
43
|
},
|
|
44
44
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
45
45
|
"license": "Apache-2.0",
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@justeattakeaway/pie-components-config": "0.21.
|
|
47
|
+
"@justeattakeaway/pie-components-config": "0.21.3",
|
|
48
48
|
"@justeattakeaway/pie-css": "1.1.1",
|
|
49
|
-
"@justeattakeaway/pie-monorepo-utils": "0.9.
|
|
50
|
-
"@justeattakeaway/pie-wrapper-react": "0.14.
|
|
51
|
-
},
|
|
52
|
-
"volta": {
|
|
53
|
-
"extends": "../../../package.json"
|
|
49
|
+
"@justeattakeaway/pie-monorepo-utils": "0.9.2",
|
|
50
|
+
"@justeattakeaway/pie-wrapper-react": "0.14.5"
|
|
54
51
|
},
|
|
55
52
|
"customElements": "custom-elements.json",
|
|
56
53
|
"sideEffects": [
|
|
57
54
|
"dist/*.js"
|
|
58
55
|
],
|
|
59
56
|
"dependencies": {
|
|
60
|
-
"@justeattakeaway/pie-spinner": "1.4.
|
|
61
|
-
"@justeattakeaway/pie-webc-core": "14.0.
|
|
57
|
+
"@justeattakeaway/pie-spinner": "1.4.16",
|
|
58
|
+
"@justeattakeaway/pie-webc-core": "14.0.2",
|
|
62
59
|
"element-internals-polyfill": "1.3.11"
|
|
63
60
|
}
|
|
64
61
|
}
|
package/src/react.ts
CHANGED
|
File without changes
|