@justeattakeaway/pie-tag 0.8.1 → 0.9.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/README.md +1 -1
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ $ yarn add @justeattakeaway/pie-tag
|
|
|
29
29
|
|
|
30
30
|
## Documentation
|
|
31
31
|
|
|
32
|
-
Visit [
|
|
32
|
+
Visit [Tag | PIE Design System](https://pie.design/components/tag/overview) to view more information on this component.
|
|
33
33
|
|
|
34
34
|
## Questions
|
|
35
35
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-tag",
|
|
3
3
|
"description": "PIE Design System Tag built using Web Components",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.9.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
"dist",
|
|
13
13
|
"**/*.d.ts"
|
|
14
14
|
],
|
|
15
|
+
"pieMetadata": {
|
|
16
|
+
"componentStatus": "alpha"
|
|
17
|
+
},
|
|
15
18
|
"scripts": {
|
|
16
19
|
"build": "run -T vite build",
|
|
17
20
|
"build:react-wrapper": "npx build-react-wrapper",
|
|
@@ -23,6 +26,7 @@
|
|
|
23
26
|
"watch": "run -T vite build --watch",
|
|
24
27
|
"test": "echo \"Error: no test specified\" && exit 0",
|
|
25
28
|
"test:ci": "yarn test",
|
|
29
|
+
"test:browsers-setup": "npx playwright-lit-setup",
|
|
26
30
|
"test:browsers": "npx playwright test -c ./playwright-lit.config.ts",
|
|
27
31
|
"test:browsers:ci": "yarn test:browsers",
|
|
28
32
|
"test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_TAG} percy exec --allowed-hostname cloudfront.net -- npx playwright test -c ./playwright-lit-visual.config.ts",
|
|
@@ -32,13 +36,13 @@
|
|
|
32
36
|
"license": "Apache-2.0",
|
|
33
37
|
"devDependencies": {
|
|
34
38
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
35
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
36
|
-
"@justeattakeaway/pie-icons-webc": "0.
|
|
39
|
+
"@justeattakeaway/pie-components-config": "0.14.0",
|
|
40
|
+
"@justeattakeaway/pie-icons-webc": "0.20.0",
|
|
37
41
|
"@justeattakeaway/pie-wrapper-react": "0.14.0",
|
|
38
42
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
39
43
|
},
|
|
40
44
|
"dependencies": {
|
|
41
|
-
"@justeattakeaway/pie-webc-core": "0.
|
|
45
|
+
"@justeattakeaway/pie-webc-core": "0.20.0"
|
|
42
46
|
},
|
|
43
47
|
"volta": {
|
|
44
48
|
"extends": "../../../package.json"
|