@lab-anssi/ui-kit 1.51.1 → 1.52.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.
@@ -265,6 +265,7 @@ declare namespace JSX {
265
265
  "dsfr-input": {
266
266
  id: string;
267
267
  label: string;
268
+ "hide-label"?: string;
268
269
  hint?: string;
269
270
  type?: string;
270
271
  icon?: string;
@@ -562,6 +563,7 @@ declare namespace JSX {
562
563
  "dsfr-textarea": {
563
564
  id: string;
564
565
  label?: string;
566
+ "hide-label"?: string;
565
567
  hint?: string;
566
568
  value?: string;
567
569
  placeholder?: string;
@@ -659,6 +661,19 @@ declare namespace JSX {
659
661
  fermable?: string;
660
662
  };
661
663
  "lab-anssi-ancres": { ancres: string; "index-actif"?: string };
664
+ "lab-anssi-bandeau-page": {
665
+ titre: string;
666
+ "balise-titre": string;
667
+ description: string;
668
+ mention: string;
669
+ inverse?: string;
670
+ "url-image"?: string;
671
+ "sans-image"?: string;
672
+ "avec-fil-ariane"?: string;
673
+ "liens-fil-ariane"?: string;
674
+ simple?: string;
675
+ "fiche-catalogue"?: string;
676
+ };
662
677
  "lab-anssi-bouton": {
663
678
  titre: string;
664
679
  variante: string;
@@ -674,14 +689,6 @@ declare namespace JSX {
674
689
  horizontal?: string;
675
690
  valeur?: string;
676
691
  };
677
- "lab-anssi-hero": {
678
- titre: string;
679
- "balise-titre": string;
680
- description: string;
681
- inverse?: string;
682
- "url-image"?: string;
683
- "sans-image"?: string;
684
- };
685
692
  "lab-anssi-icone": { nom: string; taille?: string };
686
693
  "lab-anssi-lien": {
687
694
  titre: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.51.1",
3
+ "version": "1.52.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"