@lab-anssi/ui-kit 1.47.2 → 1.48.0

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.
@@ -45,7 +45,7 @@ declare namespace JSX {
45
45
  "has-margin-variant"?: string;
46
46
  };
47
47
  "dsfr-button": {
48
- label: string;
48
+ label?: string;
49
49
  kind?: string;
50
50
  size?: string;
51
51
  id?: string;
@@ -600,6 +600,21 @@ declare namespace JSX {
600
600
  "button-title"?: string;
601
601
  "button-kind"?: string;
602
602
  };
603
+ "dsfr-user": {
604
+ id?: string;
605
+ "collapse-id": string;
606
+ "button-id"?: string;
607
+ "button-label"?: string;
608
+ "button-kind"?: string;
609
+ "button-icon"?: string;
610
+ align?: string;
611
+ "user-name"?: string;
612
+ "user-email"?: string;
613
+ links?: string;
614
+ disabled?: string;
615
+ "has-logout"?: string;
616
+ "logout-label"?: string;
617
+ };
603
618
  "lab-anssi-alerte": {
604
619
  description: string;
605
620
  type?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.47.2",
3
+ "version": "1.48.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"