@swisspost/design-system-components 1.0.0-beta.1 → 1.0.0-beta.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/docs.json +1 -1
- package/package.json +19 -16
package/dist/docs.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swisspost/design-system-components",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "A collection of web components built with Stencil JS for the Swiss Post Design System.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -24,22 +24,24 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@stencil/core": "^2.13.0",
|
|
27
|
-
"@stencil/sass": "^
|
|
28
|
-
"@swisspost/design-system-styles": "5.0.0-beta.
|
|
27
|
+
"@stencil/sass": "^2.0.0",
|
|
28
|
+
"@swisspost/design-system-styles": "5.0.0-beta.3",
|
|
29
29
|
"sass": "^1.49.7"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@babel/core": "7.19.
|
|
33
|
-
"@percy/cli": "1.
|
|
34
|
-
"@percy/storybook": "4.3.
|
|
32
|
+
"@babel/core": "7.19.6",
|
|
33
|
+
"@percy/cli": "1.12.0",
|
|
34
|
+
"@percy/storybook": "4.3.4",
|
|
35
|
+
"@popperjs/core": "2.11.6",
|
|
35
36
|
"@pxtrn/storybook-addon-docs-stencil": "6.4.1",
|
|
36
|
-
"@storybook/addon-actions": "6.5.
|
|
37
|
-
"@storybook/addon-essentials": "6.5.
|
|
38
|
-
"@storybook/addon-links": "6.5.
|
|
39
|
-
"@storybook/html": "6.5.
|
|
40
|
-
"@types/jest": "27.
|
|
37
|
+
"@storybook/addon-actions": "6.5.13",
|
|
38
|
+
"@storybook/addon-essentials": "6.5.13",
|
|
39
|
+
"@storybook/addon-links": "6.5.13",
|
|
40
|
+
"@storybook/html": "6.5.13",
|
|
41
|
+
"@types/jest": "27.5.2",
|
|
41
42
|
"babel-loader": "8.2.5",
|
|
42
|
-
"
|
|
43
|
+
"bootstrap": "5.1.3",
|
|
44
|
+
"cypress": "10.10.0",
|
|
43
45
|
"cypress-storybook": "0.5.1",
|
|
44
46
|
"jest": "27.5.1",
|
|
45
47
|
"jest-cli": "27.5.1",
|
|
@@ -48,12 +50,12 @@
|
|
|
48
50
|
"react-dom": "16.14.0",
|
|
49
51
|
"start-server-and-test": "1.14.0",
|
|
50
52
|
"typescript": "4.8.4",
|
|
51
|
-
"webpack": "
|
|
53
|
+
"webpack": "5.74.0"
|
|
52
54
|
},
|
|
53
55
|
"scripts": {
|
|
54
56
|
"start": "npm-run-all stencil:build --parallel stencil:start storybook:start",
|
|
55
57
|
"build": "npm-run-all stencil:build storybook:build",
|
|
56
|
-
"test": "npm-run-all stencil:build --parallel stencil:test",
|
|
58
|
+
"test": "npm-run-all stencil:build --parallel stencil:test storybook:test",
|
|
57
59
|
"stencil:start": "stencil build --watch --docs-readme",
|
|
58
60
|
"stencil:build": "stencil build --docs-readme",
|
|
59
61
|
"stencil:test": "stencil test --spec",
|
|
@@ -62,7 +64,8 @@
|
|
|
62
64
|
"storybook:start": "start-storybook -p 9203",
|
|
63
65
|
"storybook:start:headless": "start-storybook -p 9303 -s www --no-open",
|
|
64
66
|
"storybook:build": "build-storybook",
|
|
65
|
-
"storybook:test": "start-server-and-test storybook:start:headless 9303 'cypress run --
|
|
66
|
-
"cypress:open": "cypress open"
|
|
67
|
+
"storybook:test": "start-server-and-test storybook:start:headless 9303 'cypress run --record false'",
|
|
68
|
+
"cypress:open": "cypress open",
|
|
69
|
+
"postinstall": "pnpm --prefix node_modules/cypress postinstall"
|
|
67
70
|
}
|
|
68
71
|
}
|