@lab-anssi/ui-kit 1.51.2 → 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.
@@ -661,6 +661,19 @@ declare namespace JSX {
661
661
  fermable?: string;
662
662
  };
663
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
+ };
664
677
  "lab-anssi-bouton": {
665
678
  titre: string;
666
679
  variante: string;
@@ -676,14 +689,6 @@ declare namespace JSX {
676
689
  horizontal?: string;
677
690
  valeur?: string;
678
691
  };
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
692
  "lab-anssi-icone": { nom: string; taille?: string };
688
693
  "lab-anssi-lien": {
689
694
  titre: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.51.2",
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"