smoothly 1.2.1-alpha.65 → 1.2.1-alpha.66
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/smoothly-app_99.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-app_99.cjs.entry.js.map +1 -1
- package/dist/collection/components/notifier/index.js +1 -1
- package/dist/collection/components/notifier/index.js.map +1 -1
- package/dist/collection/components/notifier/style.css +6 -1
- package/dist/components/{p-a19beffa.js → p-83de27af.js} +3 -3
- package/dist/components/p-83de27af.js.map +1 -0
- package/dist/components/{p-cc3cd689.js → p-c5f2b7e2.js} +2 -2
- package/dist/components/{p-cc3cd689.js.map → p-c5f2b7e2.js.map} +1 -1
- package/dist/components/smoothly-app-demo.js +2 -2
- package/dist/components/smoothly-app.js +1 -1
- package/dist/components/smoothly-notifier.js +1 -1
- package/dist/esm/smoothly-app_99.entry.js +2 -2
- package/dist/esm/smoothly-app_99.entry.js.map +1 -1
- package/dist/smoothly/{p-968b2812.entry.js → p-76ae4700.entry.js} +2 -2
- package/dist/smoothly/{p-968b2812.entry.js.map → p-76ae4700.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
- package/dist/components/p-a19beffa.js.map +0 -1
|
@@ -11058,7 +11058,7 @@ const Notification = class {
|
|
|
11058
11058
|
};
|
|
11059
11059
|
Notification.style = SmoothlyNotificationStyle0;
|
|
11060
11060
|
|
|
11061
|
-
const styleCss$w = ".sc-smoothly-notifier-h{display:block}[hidden].sc-smoothly-notifier-h{display:none}.sc-smoothly-notifier-h
|
|
11061
|
+
const styleCss$w = ".sc-smoothly-notifier-h{display:block}[hidden].sc-smoothly-notifier-h{display:none}.sc-smoothly-notifier-h>.smoothly-notifier-wrapper.sc-smoothly-notifier{pointer-events:none;display:flex;flex-wrap:wrap-reverse;align-content:stretch;position:fixed;bottom:3rem;left:0;text-align:center;z-index:100}.sc-smoothly-notifier-h>.smoothly-notifier-wrapper.sc-smoothly-notifier>smoothly-notification.sc-smoothly-notifier{pointer-events:all}";
|
|
11062
11062
|
const SmoothlyNotifierStyle0 = styleCss$w;
|
|
11063
11063
|
|
|
11064
11064
|
const Notifier = class {
|
|
@@ -11074,7 +11074,7 @@ const Notifier = class {
|
|
|
11074
11074
|
this.notices = [...this.notices.filter(n => n != event.detail)];
|
|
11075
11075
|
}
|
|
11076
11076
|
render() {
|
|
11077
|
-
return (index.h(index.Host, { key: '7e71527eb9d845d83a31a54fb59a516fef7d2985' }, index.h("slot", { key: '8da2fa5664ae5c4453e06ab14b73c7f8335fd72a' }), index.h("
|
|
11077
|
+
return (index.h(index.Host, { key: '7e71527eb9d845d83a31a54fb59a516fef7d2985' }, index.h("slot", { key: '8da2fa5664ae5c4453e06ab14b73c7f8335fd72a' }), index.h("div", { key: 'b19ec204f8215f9f552422990263e2a89b320082', class: "smoothly-notifier-wrapper" }, this.notices.map(n => (index.h("smoothly-notification", { notice: n, icon: this.icon }))))));
|
|
11078
11078
|
}
|
|
11079
11079
|
};
|
|
11080
11080
|
Notifier.style = SmoothlyNotifierStyle0;
|