@lab-anssi/ui-kit 1.51.2 → 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;
|
|
@@ -661,6 +662,19 @@ declare namespace JSX {
|
|
|
661
662
|
fermable?: string;
|
|
662
663
|
};
|
|
663
664
|
"lab-anssi-ancres": { ancres: string; "index-actif"?: string };
|
|
665
|
+
"lab-anssi-bandeau-page": {
|
|
666
|
+
titre: string;
|
|
667
|
+
"balise-titre": string;
|
|
668
|
+
description: string;
|
|
669
|
+
mention: string;
|
|
670
|
+
inverse?: string;
|
|
671
|
+
"url-image"?: string;
|
|
672
|
+
"sans-image"?: string;
|
|
673
|
+
"avec-fil-ariane"?: string;
|
|
674
|
+
"liens-fil-ariane"?: string;
|
|
675
|
+
simple?: string;
|
|
676
|
+
"fiche-catalogue"?: string;
|
|
677
|
+
};
|
|
664
678
|
"lab-anssi-bouton": {
|
|
665
679
|
titre: string;
|
|
666
680
|
variante: string;
|
|
@@ -676,14 +690,6 @@ declare namespace JSX {
|
|
|
676
690
|
horizontal?: string;
|
|
677
691
|
valeur?: string;
|
|
678
692
|
};
|
|
679
|
-
"lab-anssi-hero": {
|
|
680
|
-
titre: string;
|
|
681
|
-
"balise-titre": string;
|
|
682
|
-
description: string;
|
|
683
|
-
inverse?: string;
|
|
684
|
-
"url-image"?: string;
|
|
685
|
-
"sans-image"?: string;
|
|
686
|
-
};
|
|
687
693
|
"lab-anssi-icone": { nom: string; taille?: string };
|
|
688
694
|
"lab-anssi-lien": {
|
|
689
695
|
titre: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lab-anssi/ui-kit",
|
|
3
|
-
"version": "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.
|
|
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",
|