@justeattakeaway/pie-list 0.0.27 → 0.0.28
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/defs-react.d.ts +0 -0
- package/dist/defs-react.d.ts.map +0 -0
- package/dist/defs.d.ts +0 -0
- package/dist/defs.d.ts.map +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.d.ts.map +0 -0
- package/dist/index.js +1 -1
- package/dist/pie-list-item/defs-react.d.ts +0 -0
- package/dist/pie-list-item/defs-react.d.ts.map +0 -0
- package/dist/pie-list-item/defs.d.ts +0 -0
- package/dist/pie-list-item/defs.d.ts.map +0 -0
- package/dist/pie-list-item/index.d.ts +0 -0
- package/dist/pie-list-item/index.d.ts.map +0 -0
- package/dist/pie-list-item/index.js +0 -0
- package/dist/pie-list-item/react.d.ts +0 -0
- package/dist/pie-list-item/react.d.ts.map +0 -0
- package/dist/pie-list-item/react.js +0 -0
- package/dist/react.d.ts +0 -0
- package/dist/react.d.ts.map +0 -0
- package/dist/react.js +0 -0
- package/package.json +7 -10
package/dist/defs-react.d.ts
CHANGED
|
File without changes
|
package/dist/defs-react.d.ts.map
CHANGED
|
File without changes
|
package/dist/defs.d.ts
CHANGED
|
File without changes
|
package/dist/defs.d.ts.map
CHANGED
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.d.ts.map
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ const e = class e extends f {
|
|
|
5
5
|
this.getAttribute("v") || this.setAttribute("v", e.v);
|
|
6
6
|
}
|
|
7
7
|
};
|
|
8
|
-
e.v = "0.0.
|
|
8
|
+
e.v = "0.0.28";
|
|
9
9
|
let r = e;
|
|
10
10
|
const u = "*,*:after,*:before{box-sizing:inherit}:host{display:block}";
|
|
11
11
|
var b = Object.getOwnPropertyDescriptor, m = (l, o, p, a) => {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/react.d.ts
CHANGED
|
File without changes
|
package/dist/react.d.ts.map
CHANGED
|
File without changes
|
package/dist/react.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-list",
|
|
3
3
|
"description": "PIE Design System List built using Web Components",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.28",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -22,30 +22,27 @@
|
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "run -T vite build",
|
|
25
|
-
"build:react-wrapper": "
|
|
25
|
+
"build:react-wrapper": "run -T build-react-wrapper",
|
|
26
26
|
"create:manifest": "run -T cem analyze --litelement",
|
|
27
27
|
"lint:scripts": "run -T eslint .",
|
|
28
28
|
"lint:scripts:fix": "yarn lint:scripts --fix",
|
|
29
29
|
"lint:style": "run -T stylelint ./src/**/*.{css,scss}",
|
|
30
30
|
"lint:style:fix": "yarn lint:style --fix",
|
|
31
31
|
"watch": "run -T vite build --watch",
|
|
32
|
-
"test:browsers": "
|
|
32
|
+
"test:browsers": "run -T playwright test -c ./playwright-lit.config.ts",
|
|
33
33
|
"test:browsers:ci": "yarn test:browsers",
|
|
34
|
-
"test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_LIST} percy exec --allowed-hostname cloudfront.net --
|
|
34
|
+
"test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_LIST} percy exec --allowed-hostname cloudfront.net -- run -T playwright test -c ./playwright-lit-visual.config.ts",
|
|
35
35
|
"test:visual:ci": "yarn test:visual"
|
|
36
36
|
},
|
|
37
37
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@justeattakeaway/pie-components-config": "0.21.
|
|
40
|
+
"@justeattakeaway/pie-components-config": "0.21.3",
|
|
41
41
|
"@justeattakeaway/pie-css": "1.1.1",
|
|
42
|
-
"@justeattakeaway/pie-monorepo-utils": "0.9.
|
|
42
|
+
"@justeattakeaway/pie-monorepo-utils": "0.9.2"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@justeattakeaway/pie-webc-core": "14.0.
|
|
46
|
-
},
|
|
47
|
-
"volta": {
|
|
48
|
-
"extends": "../../../package.json"
|
|
45
|
+
"@justeattakeaway/pie-webc-core": "14.0.2"
|
|
49
46
|
},
|
|
50
47
|
"customElements": "custom-elements.json",
|
|
51
48
|
"sideEffects": [
|