@lab-anssi/ui-kit 1.53.4 → 1.54.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.
@@ -18,6 +18,7 @@ declare namespace JSX {
18
18
  id?: string;
19
19
  dismissible?: string;
20
20
  icon?: string;
21
+ "title-tag"?: string;
21
22
  };
22
23
  "dsfr-badge": {
23
24
  label: string;
@@ -192,6 +193,7 @@ declare namespace JSX {
192
193
  "content-type": string;
193
194
  align?: string;
194
195
  items?: string;
196
+ disabled?: string;
195
197
  };
196
198
  "dsfr-footer": {
197
199
  id?: string;
@@ -270,6 +272,8 @@ declare namespace JSX {
270
272
  hint?: string;
271
273
  type?: string;
272
274
  icon?: string;
275
+ addon?: string;
276
+ action?: string;
273
277
  value?: string;
274
278
  placeholder?: string;
275
279
  name?: string;
@@ -627,6 +631,7 @@ declare namespace JSX {
627
631
  "dsfr-toggle": {
628
632
  id: string;
629
633
  label?: string;
634
+ "hide-label"?: string;
630
635
  hint?: string;
631
636
  "hint-id": string;
632
637
  disabled?: string;
@@ -769,7 +774,7 @@ declare namespace JSX {
769
774
  partenaires?: string;
770
775
  };
771
776
  "lab-anssi-titre-multimedia": { titre: string; multimedia: string };
772
- "lab-anssi-presentation-anssi": {};
777
+ "lab-anssi-presentation-anssi": { titre?: string; "label-bouton"?: string };
773
778
  "lab-anssi-brique-rejoindre-la-communaute": {
774
779
  titre: string;
775
780
  raisons: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.53.4",
3
+ "version": "1.54.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"
@@ -33,46 +33,46 @@
33
33
  "@eslint/js": "~10.0.1",
34
34
  "@fullhuman/postcss-purgecss": "~8.0.0",
35
35
  "@gouvfr/dsfr": "1.14.4",
36
- "@storybook/addon-a11y": "~10.4.1",
37
- "@storybook/addon-docs": "~10.4.1",
36
+ "@storybook/addon-a11y": "~10.4.4",
37
+ "@storybook/addon-docs": "~10.4.4",
38
38
  "@storybook/addon-svelte-csf": "~5.1.2",
39
- "@storybook/addon-themes": "~10.4.1",
40
- "@storybook/addon-vitest": "~10.4.1",
41
- "@storybook/svelte-vite": "~10.4.1",
39
+ "@storybook/addon-themes": "~10.4.4",
40
+ "@storybook/addon-vitest": "~10.4.4",
41
+ "@storybook/svelte-vite": "~10.4.4",
42
42
  "@sveltejs/vite-plugin-svelte": "~6.2.4",
43
43
  "@testing-library/jest-dom": "~6.9.1",
44
44
  "@testing-library/svelte": "~5.3.1",
45
45
  "@types/node": "~24.12.4",
46
- "@vitest/browser": "~4.1.7",
47
- "@vitest/browser-playwright": "~4.1.7",
48
- "@vitest/coverage-v8": "~4.1.7",
49
- "concurrently": "~10.0.0",
50
- "cssnano": "~8.0.1",
46
+ "@vitest/browser": "~4.1.8",
47
+ "@vitest/browser-playwright": "~4.1.8",
48
+ "@vitest/coverage-v8": "~4.1.8",
49
+ "concurrently": "~10.0.3",
50
+ "cssnano": "~8.0.2",
51
51
  "dotenv": "~17.4.2",
52
- "eslint": "~10.4.0",
52
+ "eslint": "~10.4.1",
53
53
  "eslint-config-prettier": "~10.1.8",
54
- "eslint-plugin-storybook": "~10.4.1",
54
+ "eslint-plugin-storybook": "~10.4.4",
55
55
  "eslint-plugin-svelte": "~3.18.0",
56
56
  "globals": "~17.6.0",
57
57
  "http-server": "~14.1.1",
58
58
  "husky": "~9.1.7",
59
- "lint-staged": "~17.0.5",
59
+ "lint-staged": "~17.0.7",
60
60
  "playwright": "~1.60.0",
61
61
  "postcss": "~8.5.15",
62
- "postcss-discard-empty": "~8.0.0",
62
+ "postcss-discard-empty": "~8.0.1",
63
63
  "postcss-root-to-host": "~0.0.0",
64
- "prettier": "~3.8.3",
64
+ "prettier": "~3.8.4",
65
65
  "prettier-plugin-svelte": "~3.5.2",
66
66
  "publint": "~0.3.21",
67
67
  "sass": "~1.100.0",
68
- "storybook": "~10.4.1",
69
- "style-dictionary": "^5.4.1",
68
+ "storybook": "~10.4.4",
69
+ "style-dictionary": "^5.4.4",
70
70
  "svelte": "~5.55.10",
71
71
  "svelte-check": "~4.4.8",
72
72
  "typescript": "~6.0.3",
73
73
  "typescript-eslint": "~8.59.4",
74
- "vite": "~7.3.3",
75
- "vitest": "~4.1.7",
74
+ "vite": "~7.3.5",
75
+ "vitest": "~4.1.8",
76
76
  "wait-on": "~9.0.10"
77
77
  },
78
78
  "lint-staged": {