@yoobic/yobi 8.5.0-14 → 8.5.0-16

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 (34) hide show
  1. package/dist/cjs/{swiper-7776d549.js → swiper-34d65692.js} +1 -1
  2. package/dist/cjs/yoo-course-summary.cjs.entry.js +2 -1
  3. package/dist/cjs/yoo-form-dynamic.cjs.entry.js +5 -1
  4. package/dist/cjs/yoo-form-text-editor.cjs.entry.js +8 -0
  5. package/dist/cjs/yoo-grid.cjs.entry.js +1 -1
  6. package/dist/cjs/yoo-input-bar.cjs.entry.js +43 -103
  7. package/dist/cjs/{yoo-ion-slides-4129c213.js → yoo-ion-slides-c1807158.js} +240 -418
  8. package/dist/cjs/yoo-ion-slides.cjs.entry.js +1 -1
  9. package/dist/cjs/yoo-toast.cjs.entry.js +1 -1
  10. package/dist/collection/components/2.molecules/slide/slide.css +2 -2
  11. package/dist/collection/components/2.molecules/slides/slides.css +2 -2
  12. package/dist/collection/components/3.organisms/toast/toast.js +1 -1
  13. package/dist/collection/components/form/form-dynamic/form-dynamic.js +5 -1
  14. package/dist/collection/components/grid/grid/grid.js +1 -1
  15. package/dist/collection/feature-learn/learning/course-summary/course-summary.js +2 -1
  16. package/dist/{esm/swiper-d9c20e85.js → design-system/swiper-9f7dac2f.js} +2 -2
  17. package/dist/design-system/yoo-course-summary.entry.js +2 -1
  18. package/dist/design-system/yoo-form-dynamic.entry.js +5 -1
  19. package/dist/design-system/yoo-form-text-editor.entry.js +8 -0
  20. package/dist/design-system/yoo-grid.entry.js +1 -1
  21. package/dist/design-system/yoo-input-bar.entry.js +43 -103
  22. package/dist/{esm/yoo-ion-slides-e6273a8c.js → design-system/yoo-ion-slides-17d250f8.js} +240 -418
  23. package/dist/design-system/yoo-ion-slides.entry.js +1 -1
  24. package/dist/design-system/yoo-toast.entry.js +1 -1
  25. package/dist/{design-system/swiper-d9c20e85.js → esm/swiper-9f7dac2f.js} +2 -2
  26. package/dist/esm/yoo-course-summary.entry.js +2 -1
  27. package/dist/esm/yoo-form-dynamic.entry.js +5 -1
  28. package/dist/esm/yoo-form-text-editor.entry.js +8 -0
  29. package/dist/esm/yoo-grid.entry.js +1 -1
  30. package/dist/esm/yoo-input-bar.entry.js +43 -103
  31. package/dist/{design-system/yoo-ion-slides-e6273a8c.js → esm/yoo-ion-slides-17d250f8.js} +240 -418
  32. package/dist/esm/yoo-ion-slides.entry.js +1 -1
  33. package/dist/esm/yoo-toast.entry.js +1 -1
  34. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- export { Y as yoo_ion_slides } from './yoo-ion-slides-e6273a8c.js';
1
+ export { Y as yoo_ion_slides } from './yoo-ion-slides-17d250f8.js';
2
2
  import './index-0a59e2a1.js';
3
3
  import './index-d51d68d2.js';
4
4
  import './overlays-7aa9cb49.js';
@@ -170,7 +170,7 @@ const YooToastComponent = class {
170
170
  this.closeButtonText &&
171
171
  this.showCloseButton &&
172
172
  !this.progressEvent && // (!this.extraButtons || this.extraButtons.length === 0)
173
- this.renderCloseButton(), this.progressEvent && (h("div", { class: "progressbar-wrapper" }, h("yoo-progress-bar", { value: this.progress, progressAnimationDuration: 0.2 }))))), this.showBackdrop && h("div", { class: "overlay", style: { 'z-index': (19999 + this.overlayId).toString() } })));
173
+ this.renderCloseButton(), this.progressEvent && (h("div", { class: "progressbar-wrapper" }, h("yoo-progress-bar", { value: this.progress, progressAnimationDuration: 0.2 }))))), this.showBackdrop && h("div", { class: "overlay", style: { 'z-index': (MODAL_BASE_ZINDEX - 1 + this.overlayId).toString() } })));
174
174
  }
175
175
  get host() { return getElement(this); }
176
176
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.5.0-14",
3
+ "version": "8.5.0-16",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",