@yoobic/yobi 8.2.0-26 → 8.2.0-29

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.
Files changed (71) hide show
  1. package/dist/cjs/design-system.cjs.js +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/yoo-audio-player.cjs.entry.js +23 -12
  4. package/dist/cjs/yoo-flip-card.cjs.entry.js +3 -0
  5. package/dist/cjs/yoo-form-carousel.cjs.entry.js +1 -1
  6. package/dist/cjs/yoo-form-creator-block-expandable.cjs.entry.js +3 -3
  7. package/dist/cjs/yoo-form-date-time.cjs.entry.js +1 -1
  8. package/dist/cjs/yoo-form-dynamic.cjs.entry.js +6 -2
  9. package/dist/cjs/yoo-form-input-container.cjs.entry.js +1 -1
  10. package/dist/cjs/yoo-form-text-editor.cjs.entry.js +4 -0
  11. package/dist/cjs/yoo-kpi-external.cjs.entry.js +1 -1
  12. package/dist/cjs/yoo-range.cjs.entry.js +1 -1
  13. package/dist/cjs/yoo-reveal.cjs.entry.js +6 -1
  14. package/dist/cjs/yoo-text-sequence.cjs.entry.js +1 -4
  15. package/dist/cjs/yoo-truncated-line.cjs.entry.js +1 -1
  16. package/dist/cjs/yoo-videoplayer-videojs.cjs.entry.js +9 -7
  17. package/dist/collection/components/1.atoms/flip-card/flip-card.js +19 -0
  18. package/dist/collection/components/1.atoms/range/range.js +1 -1
  19. package/dist/collection/components/1.atoms/truncated-line/truncated-line.js +2 -2
  20. package/dist/collection/components/2.molecules/audio-player/audio-player.js +28 -15
  21. package/dist/collection/components/2.molecules/reveal/reveal.css +9 -1
  22. package/dist/collection/components/2.molecules/reveal/reveal.js +24 -0
  23. package/dist/collection/components/2.molecules/text-sequence/text-sequence.js +1 -4
  24. package/dist/collection/components/3.organisms/video-player/videoplayer-videojs/videoplayer-videojs.js +9 -7
  25. package/dist/collection/components/form/form-carousel/form-carousel.js +1 -1
  26. package/dist/collection/components/form/form-date-time/form-date-time.js +1 -1
  27. package/dist/collection/components/form/form-dynamic/form-dynamic.css +0 -2
  28. package/dist/collection/components/form/form-dynamic/form-dynamic.js +5 -1
  29. package/dist/collection/components/form/form-input-container/form-input-container.css +1 -1
  30. package/dist/collection/components/form/form-text-editor/form-text-editor.js +23 -0
  31. package/dist/collection/components/form-creator/form-creator-block-expandable/form-creator-block-expandable.js +3 -3
  32. package/dist/collection/feature-platform/insight/kpi-external/kpi-external.js +1 -1
  33. package/dist/design-system/design-system.esm.js +1 -1
  34. package/dist/design-system/yoo-audio-player.entry.js +23 -12
  35. package/dist/design-system/yoo-flip-card.entry.js +3 -0
  36. package/dist/design-system/yoo-form-carousel.entry.js +1 -1
  37. package/dist/design-system/yoo-form-creator-block-expandable.entry.js +3 -3
  38. package/dist/design-system/yoo-form-date-time.entry.js +1 -1
  39. package/dist/design-system/yoo-form-dynamic.entry.js +6 -2
  40. package/dist/design-system/yoo-form-input-container.entry.js +1 -1
  41. package/dist/design-system/yoo-form-text-editor.entry.js +4 -0
  42. package/dist/design-system/yoo-kpi-external.entry.js +1 -1
  43. package/dist/design-system/yoo-range.entry.js +1 -1
  44. package/dist/design-system/yoo-reveal.entry.js +6 -1
  45. package/dist/design-system/yoo-text-sequence.entry.js +1 -4
  46. package/dist/design-system/yoo-truncated-line.entry.js +2 -2
  47. package/dist/design-system/yoo-videoplayer-videojs.entry.js +9 -7
  48. package/dist/esm/design-system.js +1 -1
  49. package/dist/esm/loader.js +1 -1
  50. package/dist/esm/yoo-audio-player.entry.js +23 -12
  51. package/dist/esm/yoo-flip-card.entry.js +3 -0
  52. package/dist/esm/yoo-form-carousel.entry.js +1 -1
  53. package/dist/esm/yoo-form-creator-block-expandable.entry.js +3 -3
  54. package/dist/esm/yoo-form-date-time.entry.js +1 -1
  55. package/dist/esm/yoo-form-dynamic.entry.js +6 -2
  56. package/dist/esm/yoo-form-input-container.entry.js +1 -1
  57. package/dist/esm/yoo-form-text-editor.entry.js +4 -0
  58. package/dist/esm/yoo-kpi-external.entry.js +1 -1
  59. package/dist/esm/yoo-range.entry.js +1 -1
  60. package/dist/esm/yoo-reveal.entry.js +6 -1
  61. package/dist/esm/yoo-text-sequence.entry.js +1 -4
  62. package/dist/esm/yoo-truncated-line.entry.js +2 -2
  63. package/dist/esm/yoo-videoplayer-videojs.entry.js +9 -7
  64. package/dist/types/components/1.atoms/flip-card/flip-card.d.ts +1 -0
  65. package/dist/types/components/2.molecules/audio-player/audio-player.d.ts +7 -3
  66. package/dist/types/components/2.molecules/reveal/reveal.d.ts +2 -0
  67. package/dist/types/components/2.molecules/text-sequence/text-sequence.d.ts +0 -1
  68. package/dist/types/components/form/form-text-editor/form-text-editor.d.ts +1 -0
  69. package/dist/types/components.d.ts +4 -0
  70. package/dist/types/home/runner/work/yoobic-ng-6/yoobic-ng-6/design-system/stencil/.stencil/shared/interfaces/src/entities/mission/mission.interface.d.ts +1 -2
  71. package/package.json +1 -1
@@ -308,8 +308,6 @@ export class YooFormCreatorBlockExpandableComponent {
308
308
  overflow: 'hidden',
309
309
  onComplete: () => {
310
310
  this.isAnimating = false;
311
- this.isExpanded = shouldExpand;
312
- this.blockExpanded.emit({ expanded: shouldExpand, name: this.formField.name });
313
311
  if (slotContent) {
314
312
  slotContent.style.display = 'block';
315
313
  gsapTo(slotContent, 0.35, { opacity: 1 });
@@ -324,7 +322,9 @@ export class YooFormCreatorBlockExpandableComponent {
324
322
  },
325
323
  ease: Power3.easeIn
326
324
  };
327
- const animationDelay = this.isExpanded ? 0.35 : 0.75;
325
+ const animationDelay = 0.5;
326
+ this.isExpanded = shouldExpand;
327
+ this.blockExpanded.emit({ expanded: shouldExpand, name: this.formField.name });
328
328
  gsapFromTo(contentBlock, animationDelay, from, to);
329
329
  }
330
330
  }
@@ -60,7 +60,7 @@ export class YooKpiExternalComponent {
60
60
  const props = {
61
61
  // sandboxed iframes without allow-top-navigation, allow-top-navigation-by-user-activation or allow-popups flags
62
62
  // will prevent them to navigate away from main webview
63
- sandbox: `allow-scripts allow-same-origin allow-forms ${isWeb(this.host) ? 'allow-top-navigation-by-user-activation allow-downloads' : ''}`,
63
+ sandbox: `allow-scripts allow-same-origin allow-forms ${isWeb(this.host) ? 'allow-top-navigation-by-user-activation allow-downloads allow-popups' : ''}`,
64
64
  ...(isProviderTableau ? { srcDoc } : { src: this.config.url }),
65
65
  frameBorder: 0
66
66
  };