@lab-anssi/ui-kit 1.44.9 → 1.46.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.
|
@@ -246,6 +246,7 @@ declare namespace JSX {
|
|
|
246
246
|
"navigation-aria-label"?: string;
|
|
247
247
|
"navigation-items"?: string;
|
|
248
248
|
"has-header-tag"?: string;
|
|
249
|
+
fluid?: string;
|
|
249
250
|
};
|
|
250
251
|
"dsfr-highlight": {
|
|
251
252
|
text: string;
|
|
@@ -293,9 +294,27 @@ declare namespace JSX {
|
|
|
293
294
|
"has-icon"?: string;
|
|
294
295
|
icon?: string;
|
|
295
296
|
"icon-place"?: string;
|
|
297
|
+
neutral?: string;
|
|
296
298
|
};
|
|
297
299
|
"dsfr-logo": { title: string; size?: string };
|
|
298
300
|
"dsfr-navigation": { id: string; "aria-label": string; items: string };
|
|
301
|
+
"dsfr-notice": {
|
|
302
|
+
title: string;
|
|
303
|
+
"has-description"?: string;
|
|
304
|
+
desc?: string;
|
|
305
|
+
"has-icon"?: string;
|
|
306
|
+
icon?: string;
|
|
307
|
+
type?: string;
|
|
308
|
+
markup?: string;
|
|
309
|
+
notice?: string;
|
|
310
|
+
dismissible?: string;
|
|
311
|
+
"has-link"?: string;
|
|
312
|
+
"link-label"?: string;
|
|
313
|
+
"link-title"?: string;
|
|
314
|
+
"link-href"?: string;
|
|
315
|
+
blank?: string;
|
|
316
|
+
"button-label"?: string;
|
|
317
|
+
};
|
|
299
318
|
"dsfr-pagination": {
|
|
300
319
|
pages: string;
|
|
301
320
|
"has-first-and-last"?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lab-anssi/ui-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.46.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"
|
|
@@ -26,51 +26,51 @@
|
|
|
26
26
|
"svelte": "~5.38.8"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@chromatic-com/storybook": "~5.0
|
|
29
|
+
"@chromatic-com/storybook": "~5.1.0",
|
|
30
30
|
"@eslint/compat": "~2.0.2",
|
|
31
31
|
"@eslint/js": "~10.0.1",
|
|
32
32
|
"@fullhuman/postcss-purgecss": "~8.0.0",
|
|
33
|
-
"@gouvfr/dsfr": "1.14.
|
|
34
|
-
"@storybook/addon-a11y": "~10.
|
|
35
|
-
"@storybook/addon-docs": "~10.
|
|
36
|
-
"@storybook/addon-svelte-csf": "~5.
|
|
37
|
-
"@storybook/addon-themes": "~10.
|
|
38
|
-
"@storybook/addon-vitest": "~10.
|
|
39
|
-
"@storybook/svelte-vite": "~10.
|
|
33
|
+
"@gouvfr/dsfr": "1.14.4",
|
|
34
|
+
"@storybook/addon-a11y": "~10.3.3",
|
|
35
|
+
"@storybook/addon-docs": "~10.3.3",
|
|
36
|
+
"@storybook/addon-svelte-csf": "~5.1.1",
|
|
37
|
+
"@storybook/addon-themes": "~10.3.3",
|
|
38
|
+
"@storybook/addon-vitest": "~10.3.3",
|
|
39
|
+
"@storybook/svelte-vite": "~10.3.3",
|
|
40
40
|
"@sveltejs/vite-plugin-svelte": "~6.2.4",
|
|
41
41
|
"@testing-library/jest-dom": "~6.9.1",
|
|
42
42
|
"@testing-library/svelte": "~5.3.1",
|
|
43
|
-
"@types/node": "~24.
|
|
44
|
-
"@vitest/browser": "4.
|
|
45
|
-
"@vitest/browser-playwright": "~4.
|
|
46
|
-
"@vitest/coverage-v8": "4.
|
|
43
|
+
"@types/node": "~24.12.0",
|
|
44
|
+
"@vitest/browser": "~4.1.1",
|
|
45
|
+
"@vitest/browser-playwright": "~4.1.1",
|
|
46
|
+
"@vitest/coverage-v8": "~4.1.1",
|
|
47
47
|
"concurrently": "~9.2.1",
|
|
48
|
-
"cssnano": "~7.1.
|
|
48
|
+
"cssnano": "~7.1.3",
|
|
49
49
|
"dotenv": "~17.3.1",
|
|
50
|
-
"eslint": "~10.
|
|
50
|
+
"eslint": "~10.1.0",
|
|
51
51
|
"eslint-config-prettier": "~10.1.8",
|
|
52
|
-
"eslint-plugin-storybook": "~10.
|
|
53
|
-
"eslint-plugin-svelte": "~3.
|
|
54
|
-
"globals": "~17.
|
|
52
|
+
"eslint-plugin-storybook": "~10.3.3",
|
|
53
|
+
"eslint-plugin-svelte": "~3.16.0",
|
|
54
|
+
"globals": "~17.4.0",
|
|
55
55
|
"http-server": "~14.1.1",
|
|
56
56
|
"husky": "~9.1.7",
|
|
57
|
-
"lint-staged": "~16.
|
|
57
|
+
"lint-staged": "~16.4.0",
|
|
58
58
|
"playwright": "~1.58.2",
|
|
59
|
-
"postcss": "~8.5.
|
|
59
|
+
"postcss": "~8.5.8",
|
|
60
60
|
"postcss-discard-empty": "~7.0.1",
|
|
61
61
|
"postcss-root-to-host": "~0.0.0",
|
|
62
62
|
"prettier": "~3.8.1",
|
|
63
|
-
"prettier-plugin-svelte": "~3.5.
|
|
64
|
-
"publint": "~0.3.
|
|
65
|
-
"sass": "~1.
|
|
66
|
-
"storybook": "~10.
|
|
67
|
-
"style-dictionary": "^5.
|
|
68
|
-
"svelte": "~5.
|
|
69
|
-
"svelte-check": "~4.4.
|
|
70
|
-
"typescript": "~
|
|
71
|
-
"typescript-eslint": "~8.
|
|
63
|
+
"prettier-plugin-svelte": "~3.5.1",
|
|
64
|
+
"publint": "~0.3.18",
|
|
65
|
+
"sass": "~1.98.0",
|
|
66
|
+
"storybook": "~10.3.3",
|
|
67
|
+
"style-dictionary": "^5.4.0",
|
|
68
|
+
"svelte": "~5.55.0",
|
|
69
|
+
"svelte-check": "~4.4.5",
|
|
70
|
+
"typescript": "~6.0.2",
|
|
71
|
+
"typescript-eslint": "~8.57.2",
|
|
72
72
|
"vite": "~7.3.1",
|
|
73
|
-
"vitest": "~4.
|
|
73
|
+
"vitest": "~4.1.1",
|
|
74
74
|
"wait-on": "~9.0.4"
|
|
75
75
|
},
|
|
76
76
|
"lint-staged": {
|