@justeattakeaway/pie-textarea 0.18.0 → 0.18.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 +8 -8
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ const O = class O extends de {
|
|
|
10
10
|
this.getAttribute("v") || this.setAttribute("v", O.v);
|
|
11
11
|
}
|
|
12
12
|
};
|
|
13
|
-
O.v = "0.18.
|
|
13
|
+
O.v = "0.18.2";
|
|
14
14
|
let V = O;
|
|
15
15
|
var w = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
16
16
|
function me(t) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-textarea",
|
|
3
3
|
"description": "PIE Design System Textarea built using Web Components",
|
|
4
|
-
"version": "0.18.
|
|
4
|
+
"version": "0.18.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -28,29 +28,29 @@
|
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "run -T vite build",
|
|
31
|
-
"build:react-wrapper": "
|
|
31
|
+
"build:react-wrapper": "run -T build-react-wrapper",
|
|
32
32
|
"create:manifest": "run -T cem analyze --litelement",
|
|
33
33
|
"lint:scripts": "run -T eslint .",
|
|
34
34
|
"lint:scripts:fix": "yarn lint:scripts --fix",
|
|
35
35
|
"lint:style": "run -T stylelint ./src/**/*.{css,scss}",
|
|
36
36
|
"lint:style:fix": "yarn lint:style --fix",
|
|
37
37
|
"watch": "run -T vite build --watch",
|
|
38
|
-
"test:browsers": "
|
|
38
|
+
"test:browsers": "run -T playwright test -c ./playwright-lit.config.ts",
|
|
39
39
|
"test:browsers:ci": "yarn test:browsers",
|
|
40
|
-
"test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_TEXTAREA} percy exec --allowed-hostname cloudfront.net --
|
|
40
|
+
"test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_TEXTAREA} percy exec --allowed-hostname cloudfront.net -- run -T playwright test -c ./playwright-lit-visual.config.ts",
|
|
41
41
|
"test:visual:ci": "yarn test:visual"
|
|
42
42
|
},
|
|
43
43
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
44
44
|
"license": "Apache-2.0",
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@justeattakeaway/pie-components-config": "0.21.
|
|
46
|
+
"@justeattakeaway/pie-components-config": "0.21.3",
|
|
47
47
|
"@justeattakeaway/pie-css": "1.1.1",
|
|
48
|
-
"@justeattakeaway/pie-monorepo-utils": "0.9.
|
|
48
|
+
"@justeattakeaway/pie-monorepo-utils": "0.9.2",
|
|
49
49
|
"@types/lodash.throttle": "4.1.9"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@justeattakeaway/pie-assistive-text": "0.11.
|
|
53
|
-
"@justeattakeaway/pie-webc-core": "14.0.
|
|
52
|
+
"@justeattakeaway/pie-assistive-text": "0.11.33",
|
|
53
|
+
"@justeattakeaway/pie-webc-core": "14.0.2",
|
|
54
54
|
"lodash.throttle": "4.1.1"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "custom-elements.json",
|