@lab-anssi/ui-kit 1.53.1 → 1.53.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.
|
@@ -140,6 +140,7 @@ declare namespace JSX {
|
|
|
140
140
|
required?: string;
|
|
141
141
|
internals?: string;
|
|
142
142
|
indeterminate?: string;
|
|
143
|
+
onvaluechanged?: string;
|
|
143
144
|
};
|
|
144
145
|
"dsfr-checkboxes-group": {
|
|
145
146
|
id: string;
|
|
@@ -288,6 +289,7 @@ declare namespace JSX {
|
|
|
288
289
|
required?: string;
|
|
289
290
|
step?: string;
|
|
290
291
|
internals?: string;
|
|
292
|
+
onvaluechanged?: string;
|
|
291
293
|
};
|
|
292
294
|
"dsfr-link": {
|
|
293
295
|
label: string;
|
|
@@ -377,6 +379,7 @@ declare namespace JSX {
|
|
|
377
379
|
form?: string;
|
|
378
380
|
required?: string;
|
|
379
381
|
internals?: string;
|
|
382
|
+
onvaluechanged?: string;
|
|
380
383
|
};
|
|
381
384
|
"dsfr-radios-group": {
|
|
382
385
|
id: string;
|
|
@@ -420,6 +423,8 @@ declare namespace JSX {
|
|
|
420
423
|
status?: string;
|
|
421
424
|
"error-message"?: string;
|
|
422
425
|
"hide-output-label"?: string;
|
|
426
|
+
onvaluechanged?: string;
|
|
427
|
+
onvalue2changed?: string;
|
|
423
428
|
};
|
|
424
429
|
"dsfr-search": {
|
|
425
430
|
"input-id": string;
|
|
@@ -439,6 +444,8 @@ declare namespace JSX {
|
|
|
439
444
|
readonly?: string;
|
|
440
445
|
required?: string;
|
|
441
446
|
internals?: string;
|
|
447
|
+
onvaluechanged?: string;
|
|
448
|
+
onsearch?: string;
|
|
442
449
|
};
|
|
443
450
|
"dsfr-segmented": {
|
|
444
451
|
size?: string;
|
|
@@ -449,6 +456,7 @@ declare namespace JSX {
|
|
|
449
456
|
"has-icon"?: string;
|
|
450
457
|
elements: string;
|
|
451
458
|
value?: string;
|
|
459
|
+
onvaluechanged?: string;
|
|
452
460
|
};
|
|
453
461
|
"dsfr-select": {
|
|
454
462
|
id: string;
|
|
@@ -525,6 +533,7 @@ declare namespace JSX {
|
|
|
525
533
|
"select-all"?: string;
|
|
526
534
|
"row-key"?: string;
|
|
527
535
|
"selected-row-keys"?: string;
|
|
536
|
+
"disabled-row-keys"?: string;
|
|
528
537
|
onselectionchanged?: string;
|
|
529
538
|
};
|
|
530
539
|
"dsfr-tabnav": {
|
|
@@ -553,6 +562,8 @@ declare namespace JSX {
|
|
|
553
562
|
icon?: string;
|
|
554
563
|
accent?: string;
|
|
555
564
|
id?: string;
|
|
565
|
+
onselected?: string;
|
|
566
|
+
onunselected?: string;
|
|
556
567
|
};
|
|
557
568
|
"dsfr-tags-group": {
|
|
558
569
|
tags: string;
|
|
@@ -560,6 +571,8 @@ declare namespace JSX {
|
|
|
560
571
|
size?: string;
|
|
561
572
|
"group-markup"?: string;
|
|
562
573
|
"has-icon"?: string;
|
|
574
|
+
onselected?: string;
|
|
575
|
+
onunselected?: string;
|
|
563
576
|
};
|
|
564
577
|
"dsfr-textarea": {
|
|
565
578
|
id: string;
|
|
@@ -582,6 +595,7 @@ declare namespace JSX {
|
|
|
582
595
|
readonly?: string;
|
|
583
596
|
required?: string;
|
|
584
597
|
internals?: string;
|
|
598
|
+
onvaluechanged?: string;
|
|
585
599
|
};
|
|
586
600
|
"dsfr-tile": {
|
|
587
601
|
title: string;
|
|
@@ -624,6 +638,7 @@ declare namespace JSX {
|
|
|
624
638
|
"valid-message"?: string;
|
|
625
639
|
form?: string;
|
|
626
640
|
required?: string;
|
|
641
|
+
onvaluechanged?: string;
|
|
627
642
|
};
|
|
628
643
|
"dsfr-transcription": {
|
|
629
644
|
id: string;
|
|
@@ -684,7 +699,11 @@ declare namespace JSX {
|
|
|
684
699
|
actif?: string;
|
|
685
700
|
"largeur-maximale"?: string;
|
|
686
701
|
};
|
|
687
|
-
"lab-anssi-centre-aide": {
|
|
702
|
+
"lab-anssi-centre-aide": {
|
|
703
|
+
nomService: string;
|
|
704
|
+
liens: string;
|
|
705
|
+
onlienclique?: string;
|
|
706
|
+
};
|
|
688
707
|
"lab-anssi-filtres": {
|
|
689
708
|
filtres: string;
|
|
690
709
|
horizontal?: string;
|
|
@@ -720,6 +739,8 @@ declare namespace JSX {
|
|
|
720
739
|
variant?: string;
|
|
721
740
|
"tooltip-texte"?: string;
|
|
722
741
|
"tooltip-id"?: string;
|
|
742
|
+
onajouteReaction?: string;
|
|
743
|
+
onsupprimeReaction?: string;
|
|
723
744
|
};
|
|
724
745
|
"lab-anssi-resume-pssi": { nomService: string };
|
|
725
746
|
"lab-anssi-tag": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lab-anssi/ui-kit",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"
|
|
@@ -25,55 +25,55 @@
|
|
|
25
25
|
},
|
|
26
26
|
"web-types": "./dist/web-types.json",
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"svelte": "~5.
|
|
28
|
+
"svelte": "~5.55.10"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@chromatic-com/storybook": "~5.1
|
|
31
|
+
"@chromatic-com/storybook": "~5.2.1",
|
|
32
32
|
"@eslint/compat": "~2.0.5",
|
|
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.
|
|
37
|
-
"@storybook/addon-docs": "~10.
|
|
36
|
+
"@storybook/addon-a11y": "~10.4.1",
|
|
37
|
+
"@storybook/addon-docs": "~10.4.1",
|
|
38
38
|
"@storybook/addon-svelte-csf": "~5.1.2",
|
|
39
|
-
"@storybook/addon-themes": "~10.
|
|
40
|
-
"@storybook/addon-vitest": "~10.
|
|
41
|
-
"@storybook/svelte-vite": "~10.
|
|
39
|
+
"@storybook/addon-themes": "~10.4.1",
|
|
40
|
+
"@storybook/addon-vitest": "~10.4.1",
|
|
41
|
+
"@storybook/svelte-vite": "~10.4.1",
|
|
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
|
-
"@types/node": "~24.12.
|
|
46
|
-
"@vitest/browser": "~4.1.
|
|
47
|
-
"@vitest/browser-playwright": "~4.1.
|
|
48
|
-
"@vitest/coverage-v8": "~4.1.
|
|
49
|
-
"concurrently": "~
|
|
50
|
-
"cssnano": "~
|
|
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",
|
|
51
51
|
"dotenv": "~17.4.2",
|
|
52
|
-
"eslint": "~10.
|
|
52
|
+
"eslint": "~10.4.0",
|
|
53
53
|
"eslint-config-prettier": "~10.1.8",
|
|
54
|
-
"eslint-plugin-storybook": "~10.
|
|
55
|
-
"eslint-plugin-svelte": "~3.
|
|
56
|
-
"globals": "~17.
|
|
54
|
+
"eslint-plugin-storybook": "~10.4.1",
|
|
55
|
+
"eslint-plugin-svelte": "~3.18.0",
|
|
56
|
+
"globals": "~17.6.0",
|
|
57
57
|
"http-server": "~14.1.1",
|
|
58
58
|
"husky": "~9.1.7",
|
|
59
|
-
"lint-staged": "~
|
|
59
|
+
"lint-staged": "~17.0.5",
|
|
60
60
|
"playwright": "~1.60.0",
|
|
61
|
-
"postcss": "~8.5.
|
|
62
|
-
"postcss-discard-empty": "~
|
|
61
|
+
"postcss": "~8.5.15",
|
|
62
|
+
"postcss-discard-empty": "~8.0.0",
|
|
63
63
|
"postcss-root-to-host": "~0.0.0",
|
|
64
64
|
"prettier": "~3.8.3",
|
|
65
|
-
"prettier-plugin-svelte": "~3.5.
|
|
66
|
-
"publint": "~0.3.
|
|
67
|
-
"sass": "~1.
|
|
68
|
-
"storybook": "~10.
|
|
69
|
-
"style-dictionary": "^5.4.
|
|
70
|
-
"svelte": "~5.55.
|
|
65
|
+
"prettier-plugin-svelte": "~3.5.2",
|
|
66
|
+
"publint": "~0.3.21",
|
|
67
|
+
"sass": "~1.100.0",
|
|
68
|
+
"storybook": "~10.4.1",
|
|
69
|
+
"style-dictionary": "^5.4.1",
|
|
70
|
+
"svelte": "~5.55.10",
|
|
71
71
|
"svelte-check": "~4.4.8",
|
|
72
72
|
"typescript": "~6.0.3",
|
|
73
|
-
"typescript-eslint": "~8.59.
|
|
74
|
-
"vite": "~7.3.
|
|
75
|
-
"vitest": "~4.1.
|
|
76
|
-
"wait-on": "~9.0.
|
|
73
|
+
"typescript-eslint": "~8.59.4",
|
|
74
|
+
"vite": "~7.3.3",
|
|
75
|
+
"vitest": "~4.1.7",
|
|
76
|
+
"wait-on": "~9.0.10"
|
|
77
77
|
},
|
|
78
78
|
"lint-staged": {
|
|
79
79
|
"*.js": "eslint --cache --fix",
|