@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.
- package/dist/cjs/design-system.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/yoo-audio-player.cjs.entry.js +23 -12
- package/dist/cjs/yoo-flip-card.cjs.entry.js +3 -0
- package/dist/cjs/yoo-form-carousel.cjs.entry.js +1 -1
- package/dist/cjs/yoo-form-creator-block-expandable.cjs.entry.js +3 -3
- package/dist/cjs/yoo-form-date-time.cjs.entry.js +1 -1
- package/dist/cjs/yoo-form-dynamic.cjs.entry.js +6 -2
- package/dist/cjs/yoo-form-input-container.cjs.entry.js +1 -1
- package/dist/cjs/yoo-form-text-editor.cjs.entry.js +4 -0
- package/dist/cjs/yoo-kpi-external.cjs.entry.js +1 -1
- package/dist/cjs/yoo-range.cjs.entry.js +1 -1
- package/dist/cjs/yoo-reveal.cjs.entry.js +6 -1
- package/dist/cjs/yoo-text-sequence.cjs.entry.js +1 -4
- package/dist/cjs/yoo-truncated-line.cjs.entry.js +1 -1
- package/dist/cjs/yoo-videoplayer-videojs.cjs.entry.js +9 -7
- package/dist/collection/components/1.atoms/flip-card/flip-card.js +19 -0
- package/dist/collection/components/1.atoms/range/range.js +1 -1
- package/dist/collection/components/1.atoms/truncated-line/truncated-line.js +2 -2
- package/dist/collection/components/2.molecules/audio-player/audio-player.js +28 -15
- package/dist/collection/components/2.molecules/reveal/reveal.css +9 -1
- package/dist/collection/components/2.molecules/reveal/reveal.js +24 -0
- package/dist/collection/components/2.molecules/text-sequence/text-sequence.js +1 -4
- package/dist/collection/components/3.organisms/video-player/videoplayer-videojs/videoplayer-videojs.js +9 -7
- package/dist/collection/components/form/form-carousel/form-carousel.js +1 -1
- package/dist/collection/components/form/form-date-time/form-date-time.js +1 -1
- package/dist/collection/components/form/form-dynamic/form-dynamic.css +0 -2
- package/dist/collection/components/form/form-dynamic/form-dynamic.js +5 -1
- package/dist/collection/components/form/form-input-container/form-input-container.css +1 -1
- package/dist/collection/components/form/form-text-editor/form-text-editor.js +23 -0
- package/dist/collection/components/form-creator/form-creator-block-expandable/form-creator-block-expandable.js +3 -3
- package/dist/collection/feature-platform/insight/kpi-external/kpi-external.js +1 -1
- package/dist/design-system/design-system.esm.js +1 -1
- package/dist/design-system/yoo-audio-player.entry.js +23 -12
- package/dist/design-system/yoo-flip-card.entry.js +3 -0
- package/dist/design-system/yoo-form-carousel.entry.js +1 -1
- package/dist/design-system/yoo-form-creator-block-expandable.entry.js +3 -3
- package/dist/design-system/yoo-form-date-time.entry.js +1 -1
- package/dist/design-system/yoo-form-dynamic.entry.js +6 -2
- package/dist/design-system/yoo-form-input-container.entry.js +1 -1
- package/dist/design-system/yoo-form-text-editor.entry.js +4 -0
- package/dist/design-system/yoo-kpi-external.entry.js +1 -1
- package/dist/design-system/yoo-range.entry.js +1 -1
- package/dist/design-system/yoo-reveal.entry.js +6 -1
- package/dist/design-system/yoo-text-sequence.entry.js +1 -4
- package/dist/design-system/yoo-truncated-line.entry.js +2 -2
- package/dist/design-system/yoo-videoplayer-videojs.entry.js +9 -7
- package/dist/esm/design-system.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/yoo-audio-player.entry.js +23 -12
- package/dist/esm/yoo-flip-card.entry.js +3 -0
- package/dist/esm/yoo-form-carousel.entry.js +1 -1
- package/dist/esm/yoo-form-creator-block-expandable.entry.js +3 -3
- package/dist/esm/yoo-form-date-time.entry.js +1 -1
- package/dist/esm/yoo-form-dynamic.entry.js +6 -2
- package/dist/esm/yoo-form-input-container.entry.js +1 -1
- package/dist/esm/yoo-form-text-editor.entry.js +4 -0
- package/dist/esm/yoo-kpi-external.entry.js +1 -1
- package/dist/esm/yoo-range.entry.js +1 -1
- package/dist/esm/yoo-reveal.entry.js +6 -1
- package/dist/esm/yoo-text-sequence.entry.js +1 -4
- package/dist/esm/yoo-truncated-line.entry.js +2 -2
- package/dist/esm/yoo-videoplayer-videojs.entry.js +9 -7
- package/dist/types/components/1.atoms/flip-card/flip-card.d.ts +1 -0
- package/dist/types/components/2.molecules/audio-player/audio-player.d.ts +7 -3
- package/dist/types/components/2.molecules/reveal/reveal.d.ts +2 -0
- package/dist/types/components/2.molecules/text-sequence/text-sequence.d.ts +0 -1
- package/dist/types/components/form/form-text-editor/form-text-editor.d.ts +1 -0
- package/dist/types/components.d.ts +4 -0
- 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
- 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 =
|
|
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
|
};
|