@fabio.caffarello/react-design-system 1.23.17 → 1.24.0

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/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -117,7 +117,8 @@ npm run lint # eslint
117
117
  npm run build # library build (tsc + vite)
118
118
  npm run build-storybook # static storybook
119
119
  npm run storybook:smoke # runtime smoke-test all stories
120
- npm run test:a11y:baseline # serial axe baseline (light + dark, ~96min)
120
+ npm run test:a11y:baseline # serial axe baseline (light + dark, ~11min on local SSD)
121
+ node scripts/validate-a11y-baseline.mjs # gate: exits 1 if critical+serious>0 on either theme
121
122
  npm run plop # scaffold a new component
122
123
  ```
123
124
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fabio.caffarello/react-design-system",
3
3
  "private": false,
4
- "version": "1.23.17",
4
+ "version": "1.24.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",