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.
@@ -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>aside.sc-smoothly-notifier{display:flex;flex-wrap:wrap-reverse;align-content:stretch;position:fixed;bottom:3rem;left:0;text-align:center;z-index:100}";
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("aside", { key: '172f4747f63be1ae3447984be465240d8c416c41' }, this.notices.map(n => (index.h("smoothly-notification", { notice: n, icon: this.icon }))))));
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;