smoothly 1.0.0-alpha.40 → 1.0.0-alpha.41
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-accordion_61.cjs.entry.js +0 -1
- package/dist/cjs/smoothly-accordion_61.cjs.entry.js.map +1 -1
- package/dist/collection/components/notification/index.js +0 -1
- package/dist/collection/components/notification/index.js.map +1 -1
- package/dist/custom-elements/index.js +0 -1
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/smoothly-accordion_61.entry.js +0 -1
- package/dist/esm/smoothly-accordion_61.entry.js.map +1 -1
- package/dist/smoothly/{p-9eec31ad.entry.js → p-31a70997.entry.js} +2 -2
- package/dist/smoothly/{p-9eec31ad.entry.js.map → p-31a70997.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
|
@@ -28006,7 +28006,6 @@ const Notification = class {
|
|
|
28006
28006
|
index.registerInstance(this, hostRef);
|
|
28007
28007
|
this.remove = index.createEvent(this, "remove", 7);
|
|
28008
28008
|
this.listener = notice => {
|
|
28009
|
-
console.log("changed: ", notice);
|
|
28010
28009
|
if (notice.state == "closed")
|
|
28011
28010
|
this.remove.emit(notice);
|
|
28012
28011
|
else
|