@lab-anssi/ui-kit 1.43.0 → 1.44.1
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.
|
@@ -206,6 +206,7 @@ declare namespace JSX {
|
|
|
206
206
|
"sub-partners"?: string;
|
|
207
207
|
"bottom-links"?: string;
|
|
208
208
|
"bottom-copyright"?: string;
|
|
209
|
+
compact?: string;
|
|
209
210
|
};
|
|
210
211
|
"dsfr-header": {
|
|
211
212
|
id?: string;
|
|
@@ -307,6 +308,7 @@ declare namespace JSX {
|
|
|
307
308
|
"prev-and-next-displayed-lg"?: string;
|
|
308
309
|
"prev-and-next-has-lg-label"?: string;
|
|
309
310
|
"current-page-index"?: string;
|
|
311
|
+
onpagechange?: string;
|
|
310
312
|
};
|
|
311
313
|
"dsfr-quote": {
|
|
312
314
|
text: string;
|
|
@@ -403,6 +405,7 @@ declare namespace JSX {
|
|
|
403
405
|
"dsfr-select": {
|
|
404
406
|
id: string;
|
|
405
407
|
label: string;
|
|
408
|
+
"hide-label"?: string;
|
|
406
409
|
value?: string;
|
|
407
410
|
"grouped-options"?: string;
|
|
408
411
|
options?: string;
|
|
@@ -417,6 +420,7 @@ declare namespace JSX {
|
|
|
417
420
|
"info-message"?: string;
|
|
418
421
|
form?: string;
|
|
419
422
|
required?: string;
|
|
423
|
+
onvaluechanged?: string;
|
|
420
424
|
};
|
|
421
425
|
"dsfr-side-menu": {
|
|
422
426
|
title: string;
|
|
@@ -436,6 +440,37 @@ declare namespace JSX {
|
|
|
436
440
|
"step-count": string;
|
|
437
441
|
level?: string;
|
|
438
442
|
};
|
|
443
|
+
"dsfr-table": {
|
|
444
|
+
id?: string;
|
|
445
|
+
caption: string;
|
|
446
|
+
"caption-detail"?: string;
|
|
447
|
+
"no-caption"?: string;
|
|
448
|
+
"caption-bottom"?: string;
|
|
449
|
+
bordered?: string;
|
|
450
|
+
"no-scroll"?: string;
|
|
451
|
+
multiline?: string;
|
|
452
|
+
"layout-fixed"?: string;
|
|
453
|
+
size?: string;
|
|
454
|
+
"fixed-first-cell-head"?: string;
|
|
455
|
+
"has-header"?: string;
|
|
456
|
+
"has-header-segmented"?: string;
|
|
457
|
+
"has-header-search"?: string;
|
|
458
|
+
"has-header-details"?: string;
|
|
459
|
+
"header-details"?: string;
|
|
460
|
+
"has-header-buttons"?: string;
|
|
461
|
+
"has-footer"?: string;
|
|
462
|
+
"has-footer-select"?: string;
|
|
463
|
+
"has-footer-pagination"?: string;
|
|
464
|
+
"has-footer-buttons"?: string;
|
|
465
|
+
table?: string;
|
|
466
|
+
columns?: string;
|
|
467
|
+
rows?: string;
|
|
468
|
+
"items-per-page"?: string;
|
|
469
|
+
"total-rows"?: string;
|
|
470
|
+
onpagechange?: string;
|
|
471
|
+
onrowsperpagechange?: string;
|
|
472
|
+
rich?: string;
|
|
473
|
+
};
|
|
439
474
|
"dsfr-tag": {
|
|
440
475
|
label: string;
|
|
441
476
|
type?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lab-anssi/ui-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.44.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"
|
|
@@ -26,51 +26,52 @@
|
|
|
26
26
|
"svelte": "~5.38.8"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@chromatic-com/storybook": "~5.0.
|
|
30
|
-
"@eslint/compat": "~
|
|
31
|
-
"@eslint/js": "~
|
|
32
|
-
"@fullhuman/postcss-purgecss": "~
|
|
29
|
+
"@chromatic-com/storybook": "~5.0.1",
|
|
30
|
+
"@eslint/compat": "~2.0.2",
|
|
31
|
+
"@eslint/js": "~10.0.1",
|
|
32
|
+
"@fullhuman/postcss-purgecss": "~8.0.0",
|
|
33
33
|
"@gouvfr/dsfr": "1.14.3",
|
|
34
|
-
"@storybook/addon-a11y": "~10.
|
|
35
|
-
"@storybook/addon-docs": "~10.
|
|
36
|
-
"@storybook/addon-svelte-csf": "~5.0.
|
|
37
|
-
"@storybook/addon-themes": "~10.
|
|
38
|
-
"@storybook/addon-vitest": "~10.
|
|
39
|
-
"@storybook/svelte-vite": "~10.
|
|
40
|
-
"@sveltejs/vite-plugin-svelte": "~6.2.
|
|
34
|
+
"@storybook/addon-a11y": "~10.2.10",
|
|
35
|
+
"@storybook/addon-docs": "~10.2.10",
|
|
36
|
+
"@storybook/addon-svelte-csf": "~5.0.11",
|
|
37
|
+
"@storybook/addon-themes": "~10.2.10",
|
|
38
|
+
"@storybook/addon-vitest": "~10.2.10",
|
|
39
|
+
"@storybook/svelte-vite": "~10.2.10",
|
|
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.10.
|
|
44
|
-
"@vitest/browser": "
|
|
45
|
-
"@vitest/
|
|
43
|
+
"@types/node": "~24.10.13",
|
|
44
|
+
"@vitest/browser": "4.0.18",
|
|
45
|
+
"@vitest/browser-playwright": "~4.0.18",
|
|
46
|
+
"@vitest/coverage-v8": "4.0.18",
|
|
46
47
|
"concurrently": "~9.2.1",
|
|
47
48
|
"cssnano": "~7.1.2",
|
|
48
|
-
"dotenv": "~17.
|
|
49
|
-
"eslint": "~
|
|
49
|
+
"dotenv": "~17.3.1",
|
|
50
|
+
"eslint": "~10.0.0",
|
|
50
51
|
"eslint-config-prettier": "~10.1.8",
|
|
51
|
-
"eslint-plugin-storybook": "~10.
|
|
52
|
-
"eslint-plugin-svelte": "~3.
|
|
53
|
-
"globals": "~
|
|
52
|
+
"eslint-plugin-storybook": "~10.2.10",
|
|
53
|
+
"eslint-plugin-svelte": "~3.15.0",
|
|
54
|
+
"globals": "~17.3.0",
|
|
54
55
|
"http-server": "~14.1.1",
|
|
55
56
|
"husky": "~9.1.7",
|
|
56
57
|
"lint-staged": "~16.2.7",
|
|
57
|
-
"playwright": "~1.
|
|
58
|
+
"playwright": "~1.58.2",
|
|
58
59
|
"postcss": "~8.5.6",
|
|
59
60
|
"postcss-discard-empty": "~7.0.1",
|
|
60
61
|
"postcss-root-to-host": "~0.0.0",
|
|
61
|
-
"prettier": "~3.
|
|
62
|
-
"prettier-plugin-svelte": "~3.
|
|
63
|
-
"publint": "~0.3.
|
|
64
|
-
"sass": "~1.97.
|
|
65
|
-
"storybook": "~10.
|
|
66
|
-
"style-dictionary": "^5.1
|
|
67
|
-
"svelte": "~5.
|
|
68
|
-
"svelte-check": "~4.
|
|
62
|
+
"prettier": "~3.8.1",
|
|
63
|
+
"prettier-plugin-svelte": "~3.5.0",
|
|
64
|
+
"publint": "~0.3.17",
|
|
65
|
+
"sass": "~1.97.3",
|
|
66
|
+
"storybook": "~10.2.10",
|
|
67
|
+
"style-dictionary": "^5.3.1",
|
|
68
|
+
"svelte": "~5.53.0",
|
|
69
|
+
"svelte-check": "~4.4.1",
|
|
69
70
|
"typescript": "~5.9.3",
|
|
70
|
-
"typescript-eslint": "~8.
|
|
71
|
+
"typescript-eslint": "~8.56.0",
|
|
71
72
|
"vite": "~7.3.1",
|
|
72
|
-
"vitest": "~
|
|
73
|
-
"wait-on": "~9.0.
|
|
73
|
+
"vitest": "~4.0.18",
|
|
74
|
+
"wait-on": "~9.0.4"
|
|
74
75
|
},
|
|
75
76
|
"lint-staged": {
|
|
76
77
|
"*.js": "eslint --cache --fix",
|