@lab-anssi/ui-kit 1.52.1 → 1.52.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.
@@ -400,6 +400,7 @@ declare namespace JSX {
400
400
  "dsfr-range": {
401
401
  id: string;
402
402
  label?: string;
403
+ "hide-label"?: string;
403
404
  name?: string;
404
405
  hint: string;
405
406
  size?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.52.1",
3
+ "version": "1.52.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"
@@ -55,7 +55,7 @@
55
55
  "http-server": "~14.1.1",
56
56
  "husky": "~9.1.7",
57
57
  "lint-staged": "~16.4.0",
58
- "playwright": "~1.59.1",
58
+ "playwright": "~1.60.0",
59
59
  "postcss": "~8.5.14",
60
60
  "postcss-discard-empty": "~7.0.3",
61
61
  "postcss-root-to-host": "~0.0.0",
@@ -87,6 +87,7 @@
87
87
  "build:tokens": "node src/tokens/build.config.ts && pnpm prettier -w .storybook/lab-anssi-themes.css",
88
88
  "build:webcomponents": "vite -c vite.webcomponents.config.ts build",
89
89
  "build:styles:dsfr": "sass src/lib/styles/dsfr-variables.scss dist/assets/dsfr-variables.css -I node_modules -I node_modules/@gouvfr/dsfr --no-source-map",
90
+ "build:manifest": "node scripts/generate-ui-manifest.mjs",
90
91
  "test": "vitest run",
91
92
  "storybook:dev": "STORYBOOK_ENV=development storybook dev -p 6006",
92
93
  "storybook:build": "STORYBOOK_ENV=production storybook build",