@swisspost/design-system-components 1.0.0-alpha.0 → 1.0.0-beta.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.
Files changed (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +26 -27
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2022-10-03T15:44:17",
2
+ "timestamp": "2022-10-07T08:44:49",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "2.18.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swisspost/design-system-components",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-beta.1",
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",
@@ -25,45 +25,44 @@
25
25
  "dependencies": {
26
26
  "@stencil/core": "^2.13.0",
27
27
  "@stencil/sass": "^1.5.2",
28
- "@swisspost/design-system-styles": "5.0.0-beta.1",
28
+ "@swisspost/design-system-styles": "5.0.0-beta.2",
29
29
  "sass": "^1.49.7"
30
30
  },
31
31
  "devDependencies": {
32
- "@babel/core": "^7.17.0",
33
- "@percy/cli": "^1.6.0",
34
- "@percy/storybook": "^4.3.0",
35
- "@pxtrn/storybook-addon-docs-stencil": "^6.4.1",
36
- "@storybook/addon-actions": "^6.4.18",
37
- "@storybook/addon-essentials": "^6.4.18",
38
- "@storybook/addon-links": "^6.4.18",
39
- "@storybook/html": "^6.4.18",
32
+ "@babel/core": "7.19.3",
33
+ "@percy/cli": "1.10.4",
34
+ "@percy/storybook": "4.3.3",
35
+ "@pxtrn/storybook-addon-docs-stencil": "6.4.1",
36
+ "@storybook/addon-actions": "6.5.12",
37
+ "@storybook/addon-essentials": "6.5.12",
38
+ "@storybook/addon-links": "6.5.12",
39
+ "@storybook/html": "6.5.12",
40
40
  "@types/jest": "27.0.3",
41
- "babel-loader": "^8.2.3",
41
+ "babel-loader": "8.2.5",
42
42
  "cypress": "10.0.3",
43
- "cypress-storybook": "^0.5.1",
44
- "jest": "^27.4.5",
45
- "jest-cli": "^27.4.5",
46
- "npm-run-all": "^4.1.5",
47
- "react": "16",
43
+ "cypress-storybook": "0.5.1",
44
+ "jest": "27.5.1",
45
+ "jest-cli": "27.5.1",
46
+ "npm-run-all": "4.1.5",
47
+ "react": "16.14.0",
48
48
  "react-dom": "16.14.0",
49
- "start-server-and-test": "^1.14.0",
50
- "typescript": "^4.7.4",
51
- "webpack": "4"
49
+ "start-server-and-test": "1.14.0",
50
+ "typescript": "4.8.4",
51
+ "webpack": "4.46.0"
52
52
  },
53
53
  "scripts": {
54
- "start": "npm-run-all --parallel stencil:start storybook:start",
54
+ "start": "npm-run-all stencil:build --parallel stencil:start storybook:start",
55
55
  "build": "npm-run-all stencil:build storybook:build",
56
- "test": "npm-run-all --parallel stencil:test cypress:test",
57
- "stencil:start": "stencil build --watch --docs",
58
- "stencil:serve": "stencil build --watch --serve --docs",
59
- "stencil:build": "stencil build --docs",
56
+ "test": "npm-run-all stencil:build --parallel stencil:test",
57
+ "stencil:start": "stencil build --watch --docs-readme",
58
+ "stencil:build": "stencil build --docs-readme",
60
59
  "stencil:test": "stencil test --spec",
61
60
  "stencil:test:watch": "stencil test --spec --watchAll",
62
61
  "stencil:generate": "stencil generate",
63
- "storybook:start": "start-storybook -p 6006",
62
+ "storybook:start": "start-storybook -p 9203",
63
+ "storybook:start:headless": "start-storybook -p 9303 -s www --no-open",
64
64
  "storybook:build": "build-storybook",
65
- "storybook:ci": "start-storybook -p 6060 -s www --no-open --quiet",
66
- "cypress:test": "cypress run --config video=false",
65
+ "storybook:test": "start-server-and-test storybook:start:headless 9303 'cypress run --config record=false,video=false'",
67
66
  "cypress:open": "cypress open"
68
67
  }
69
68
  }