@usecapsule/core-components 2.0.4-dev.1 → 2.0.4-dev.2
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/capsule/capsule.esm.js +1 -1
- package/dist/capsule/{p-cacdef26.entry.js → p-421713fa.entry.js} +2 -2
- package/dist/capsule/{p-cacdef26.entry.js.map → p-421713fa.entry.js.map} +1 -1
- package/dist/cjs/cpsl-alert_17.cjs.entry.js +1 -1
- package/dist/cjs/cpsl-alert_17.cjs.entry.js.map +1 -1
- package/dist/collection/components/cpsl-modal/cpsl-modal.js +1 -1
- package/dist/collection/components/cpsl-modal/cpsl-modal.js.map +1 -1
- package/dist/esm/cpsl-alert_17.entry.js +1 -1
- package/dist/esm/cpsl-alert_17.entry.js.map +1 -1
- package/package.json +1 -1
@@ -10300,7 +10300,7 @@ const CpslModal = class {
|
|
10300
10300
|
}
|
10301
10301
|
render() {
|
10302
10302
|
if (this.noOverlay) {
|
10303
|
-
return index.h(index.Host, null, this.Modal);
|
10303
|
+
return (index.h(index.Host, null, index.h("div", { id: "modal-wrapper" }, this.Modal)));
|
10304
10304
|
}
|
10305
10305
|
return (index.h(index.Host, { class: { 'include-mobile-styling': true } }, index.h("cpsl-overlay", { id: "overlay", open: this.open, enterTransitionDuration: this.enterTransitionDuration, exitTransitionDuration: this.exitTransitionDuration }), index.h("div", { id: "modal-wrapper", class: "modal-wrapper" }, this.Modal)));
|
10306
10306
|
}
|