@ouestfrance/sipa-bms-ui 8.48.0 → 8.48.1
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/sipa-bms-ui.css
CHANGED
|
@@ -3208,7 +3208,7 @@ nav .additional[data-v-43dce565] {
|
|
|
3208
3208
|
}
|
|
3209
3209
|
.bms-notification[data-v-5f510323] .bms-notification__close-button:hover {
|
|
3210
3210
|
color: var(--notification-background-color);
|
|
3211
|
-
}.bms-notifications[data-v-
|
|
3211
|
+
}.bms-notifications[data-v-49da2f38] {
|
|
3212
3212
|
--bms-notifications-width: 360px;
|
|
3213
3213
|
--bms-notifications-margin: 1em 0 0;
|
|
3214
3214
|
--bms-notifications-left: initial;
|
|
@@ -3227,22 +3227,22 @@ nav .additional[data-v-43dce565] {
|
|
|
3227
3227
|
max-width: var(--bms-notifications-width);
|
|
3228
3228
|
z-index: var(--bms-z-index-fixed);
|
|
3229
3229
|
}
|
|
3230
|
-
.bms-notifications__item[data-v-
|
|
3230
|
+
.bms-notifications__item[data-v-49da2f38]:not(:first-child) {
|
|
3231
3231
|
margin: var(--bms-notifications-margin);
|
|
3232
3232
|
}
|
|
3233
|
-
.bms-notifactions-transition-move[data-v-
|
|
3234
|
-
.bms-notifactions-transition-enter-active[data-v-
|
|
3235
|
-
.bms-notifactions-transition-leave-active[data-v-
|
|
3233
|
+
.bms-notifactions-transition-move[data-v-49da2f38],
|
|
3234
|
+
.bms-notifactions-transition-enter-active[data-v-49da2f38],
|
|
3235
|
+
.bms-notifactions-transition-leave-active[data-v-49da2f38] {
|
|
3236
3236
|
transition: all var(--bms-notifications-transition-duration) var(--bms-notifications-transition-timing-function);
|
|
3237
3237
|
}
|
|
3238
|
-
.bms-notifactions-transition-enter-from[data-v-
|
|
3239
|
-
.bms-notifactions-transition-leave-to[data-v-
|
|
3238
|
+
.bms-notifactions-transition-enter-from[data-v-49da2f38],
|
|
3239
|
+
.bms-notifactions-transition-leave-to[data-v-49da2f38] {
|
|
3240
3240
|
opacity: 0;
|
|
3241
3241
|
}
|
|
3242
|
-
.bms-notifactions-transition-enter-from[data-v-
|
|
3242
|
+
.bms-notifactions-transition-enter-from[data-v-49da2f38] {
|
|
3243
3243
|
transform: translateX(var(--bms-notifications-enter-translate));
|
|
3244
3244
|
}
|
|
3245
|
-
.bms-notifactions-transition-leave-active[data-v-
|
|
3245
|
+
.bms-notifactions-transition-leave-active[data-v-49da2f38] {
|
|
3246
3246
|
position: absolute;
|
|
3247
3247
|
}.ui-problem[data-v-411b2e2a] {
|
|
3248
3248
|
position: relative;
|
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -114784,15 +114784,12 @@ var NotificationWidget_default = /*#__PURE__*/ _plugin_vue_export_helper_default
|
|
|
114784
114784
|
onClose: closeDetails,
|
|
114785
114785
|
priority: ""
|
|
114786
114786
|
}, {
|
|
114787
|
-
default: withCtx(() => [unref(
|
|
114788
|
-
key: 0,
|
|
114789
|
-
problem: openNotification.value?.details
|
|
114790
|
-
}, null, 8, ["problem"])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createTextVNode(toDisplayString(openNotification.value?.details), 1)], 64))]),
|
|
114787
|
+
default: withCtx(() => [createVNode(unref(BmsProblem_default), { problem: openNotification.value?.details }, null, 8, ["problem"])]),
|
|
114791
114788
|
_: 1
|
|
114792
114789
|
}, 8, ["model-value", "type"])], 64);
|
|
114793
114790
|
};
|
|
114794
114791
|
}
|
|
114795
|
-
}), [["__scopeId", "data-v-
|
|
114792
|
+
}), [["__scopeId", "data-v-49da2f38"]]);
|
|
114796
114793
|
//#endregion
|
|
114797
114794
|
//#region src/plugins/notifications/index.ts
|
|
114798
114795
|
var BmsNotificationsInstance = Symbol();
|