@luscii-healthtech/web-ui 2.74.1 → 2.74.3

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 (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luscii-healthtech/web-ui",
3
- "version": "2.74.1",
3
+ "version": "2.74.3",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Joris Janssen"
@@ -30,6 +30,7 @@
30
30
  "//_": "Open the coverage report and click through the component names and files to reveal visually which lines aren't covered.",
31
31
  "open-coverage-report": "open coverage/storybook/lcov-report/index.html",
32
32
  "create-coverage-report": "npx nyc report --reporter=lcov --report-dir coverage/storybook",
33
+ "a11y-report": "storybook-a11y-report --outDir '__reports__' --outputFormat html && open __reports__/a11y_report.html",
33
34
  "test-storybook:ci": "yarn test-storybook --maxWorkers=2",
34
35
  "chromatic": "chromatic --exit-zero-on-changes",
35
36
  "build-tailwind": "NODE_ENV=production yarn run tailwindcss build tailwind.css -o ./dist/web-ui-tailwind.css",
@@ -66,6 +67,7 @@
66
67
  "@dnd-kit/sortable": "^7.0.2",
67
68
  "@dnd-kit/utilities": "^3.2.1",
68
69
  "@rollup/plugin-image": "^2.1.1",
70
+ "@storybook/addon-a11y": "^7.0.26",
69
71
  "@storybook/addon-coverage": "^0.0.8",
70
72
  "@storybook/addon-docs": "^7.0.24",
71
73
  "@storybook/addon-essentials": "^7.0.24",
@@ -87,6 +89,8 @@
87
89
  "@typescript-eslint/eslint-plugin": "^5.61.0",
88
90
  "@typescript-eslint/parser": "^5.61.0",
89
91
  "autoprefixer": "^9.0.0",
92
+ "axe-html-reporter": "^2.2.3",
93
+ "axe-playwright": "^1.2.3",
90
94
  "babel-loader": "^8.2.5",
91
95
  "chromatic": "^6.6.3",
92
96
  "css-loader": "^5.2.7",
@@ -96,7 +100,7 @@
96
100
  "eslint-plugin-react": "^7.32.2",
97
101
  "eslint-plugin-storybook": "^0.6.11",
98
102
  "husky": "^8.0.3",
99
- "postcss": "^8.4.21",
103
+ "postcss": "^8.4.27",
100
104
  "postcss-loader": "^4.3.0",
101
105
  "postcss-url": "^10.1.3",
102
106
  "prettier": "^2.8.3",
@@ -113,6 +117,7 @@
113
117
  "sass": "^1.63.6",
114
118
  "sass-loader": "^10.4.1",
115
119
  "storybook": "^7.0.24",
120
+ "storybook-a11y-report": "^0.0.20",
116
121
  "style-loader": "^2.0.0",
117
122
  "tailwindcss": "^1.9.6",
118
123
  "tsdx": "^0.14.1",