smoothly 1.54.0 → 1.55.0
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_101.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-app_101.cjs.entry.js.map +1 -1
- package/dist/collection/components/notification/style.css +5 -5
- package/dist/components/{p-3184d30e.js → p-1ce1fe8a.js} +2 -2
- package/dist/components/p-1ce1fe8a.js.map +1 -0
- package/dist/components/{p-67048a6c.js → p-87eaacad.js} +3 -3
- package/dist/components/{p-67048a6c.js.map → p-87eaacad.js.map} +1 -1
- package/dist/components/{p-61a6fa32.js → p-a46ed854.js} +2 -2
- package/dist/components/{p-61a6fa32.js.map → p-a46ed854.js.map} +1 -1
- package/dist/components/smoothly-app-demo.js +3 -3
- package/dist/components/smoothly-app.js +1 -1
- package/dist/components/smoothly-notification.js +1 -1
- package/dist/components/smoothly-notifier.js +1 -1
- package/dist/esm/smoothly-app_101.entry.js +1 -1
- package/dist/esm/smoothly-app_101.entry.js.map +1 -1
- package/dist/smoothly/{p-cf0d05af.entry.js → p-a0a8cab6.entry.js} +2 -2
- package/dist/smoothly/{p-cf0d05af.entry.js.map → p-a0a8cab6.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
- package/dist/components/p-3184d30e.js.map +0 -1
|
@@ -11251,7 +11251,7 @@ const SmoothlyModal = class {
|
|
|
11251
11251
|
};
|
|
11252
11252
|
SmoothlyModal.style = SmoothlyModalStyle0;
|
|
11253
11253
|
|
|
11254
|
-
const styleCss$x = ".sc-smoothly-notification-h{display:block;position:relative;min-width:
|
|
11254
|
+
const styleCss$x = ".sc-smoothly-notification-h{display:block;position:relative;min-width:min(calc(100% - 1rem), 30rem);min-height:3rem;border-radius:5px;margin:0.5rem}.sc-smoothly-notification-h>span.icon.sc-smoothly-notification>smoothly-icon.sc-smoothly-notification,.sc-smoothly-notification-h>span.clean.sc-smoothly-notification{display:flex;justify-content:center;align-self:center}.sc-smoothly-notification-h>span.sc-smoothly-notification{margin-inline:1rem 2rem}.sc-smoothly-notification-h>span.icon.sc-smoothly-notification{display:flex;width:100%;justify-content:center}.sc-smoothly-notification-h>span.icon.sc-smoothly-notification>p.sc-smoothly-notification{padding-right:1em}.sc-smoothly-notification-h>span.sc-smoothly-notification>p.sc-smoothly-notification{text-align:left}[hidden].sc-smoothly-notification-h{display:none}.sc-smoothly-notification-h>span.icon.sc-smoothly-notification>smoothly-icon.sc-smoothly-notification{margin:0 0.5rem}.sc-smoothly-notification-h>smoothly-trigger.sc-smoothly-notification{--smoothly-icon-size:1.6rem;position:absolute;right:0}";
|
|
11255
11255
|
const SmoothlyNotificationStyle0 = styleCss$x;
|
|
11256
11256
|
|
|
11257
11257
|
const Notification = class {
|