@lab-anssi/ui-kit 1.41.3 → 1.42.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.
@@ -491,6 +491,13 @@ declare namespace JSX {
491
491
  form?: string;
492
492
  required?: string;
493
493
  };
494
+ "dsfr-transcription": {
495
+ id: string;
496
+ title?: string;
497
+ fullscreen?: string;
498
+ "fullscreen-aria-label"?: string;
499
+ "is-expanded"?: string;
500
+ };
494
501
  "dsfr-translate": {
495
502
  id: string;
496
503
  "collapse-id": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.41.3",
3
+ "version": "1.42.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"