odaptos_design_system 2.0.123 → 2.0.124

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.
@@ -13675,12 +13675,12 @@ display: flex;
13675
13675
  const openPiP = async url => {
13676
13676
  try {
13677
13677
  // Vérifier si PiP est disponible
13678
- if (!document.pictureInPictureEnabled) {
13679
- console.warn("Picture-in-Picture n'est pas disponible");
13680
- // Fallback : ouvrir simplement dans un nouvel onglet
13681
- window.open(url, '_blank');
13682
- return;
13683
- }
13678
+ // if (!document.pictureInPictureEnabled) {
13679
+ // console.warn("Picture-in-Picture n'est pas disponible");
13680
+ // // Fallback : ouvrir simplement dans un nouvel onglet
13681
+ // window.open(url, '_blank');
13682
+ // return;
13683
+ // }
13684
13684
  console.log('tasks', tasks);
13685
13685
  if (tasks.length > 0) {
13686
13686
  const onlyTasks = tasks.filter(task => task.type === 'task');