@lab-anssi/ui-kit 1.46.2 → 1.47.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.
@@ -183,6 +183,7 @@ declare namespace JSX {
183
183
  "button-icon-place"?: string;
184
184
  "content-type": string;
185
185
  align?: string;
186
+ items?: string;
186
187
  };
187
188
  "dsfr-footer": {
188
189
  id?: string;
@@ -492,6 +493,19 @@ declare namespace JSX {
492
493
  onrowsperpagechange?: string;
493
494
  rich?: string;
494
495
  };
496
+ "dsfr-tabnav": {
497
+ links: string;
498
+ "aria-label"?: string;
499
+ centered?: string;
500
+ "router-mode"?: string;
501
+ "active-index"?: string;
502
+ };
503
+ "dsfr-tabs": {
504
+ "has-icon"?: string;
505
+ tabs: string;
506
+ "aria-label"?: string;
507
+ "active-tab-index"?: string;
508
+ };
495
509
  "dsfr-tag": {
496
510
  label: string;
497
511
  type?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.46.2",
3
+ "version": "1.47.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"