odaptos_design_system 2.0.111 → 2.0.112
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.
- package/dist/odaptos_design_system.cjs.development.js +1 -1
- package/dist/odaptos_design_system.cjs.development.js.map +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js +1 -1
- package/dist/odaptos_design_system.cjs.production.min.js.map +1 -1
- package/dist/odaptos_design_system.esm.js +1 -1
- package/dist/odaptos_design_system.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Molecules/Interviews/PipModerated.tsx +1 -1
|
@@ -13712,7 +13712,7 @@ display: flex;
|
|
|
13712
13712
|
openPiP().catch(error => {
|
|
13713
13713
|
console.error("Erreur lors de l'ouverture du PiP :", error);
|
|
13714
13714
|
});
|
|
13715
|
-
},
|
|
13715
|
+
}, 10000);
|
|
13716
13716
|
}
|
|
13717
13717
|
}
|
|
13718
13718
|
}
|