@fy-/fws-vue 0.7.6 → 0.7.8
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.
|
@@ -79,7 +79,7 @@ onUnmounted(() => {
|
|
|
79
79
|
<ScaleTransition>
|
|
80
80
|
<div
|
|
81
81
|
id="base-notif"
|
|
82
|
-
class="p-4 mb-4 absolute bottom-4 right-4 z-[16] bg-fv-neutral-50 dark:bg-neutral-800"
|
|
82
|
+
class="p-4 mb-4 absolute bottom-4 right-4 z-[16] bg-fv-neutral-50/[.6] dark:bg-neutral-800/[.6]"
|
|
83
83
|
role="alert"
|
|
84
84
|
:class="{
|
|
85
85
|
'text-fv-neutral-800 border border-fv-neutral-300 rounded-lg dark:text-fv-neutral-400 dark:border-fv-neutral-600':
|
|
@@ -106,14 +106,14 @@ onUnmounted(() => {
|
|
|
106
106
|
<h3 class="text-lg font-medium" v-text="currentNotif.title" />
|
|
107
107
|
</div>
|
|
108
108
|
<div
|
|
109
|
-
class="mt-
|
|
109
|
+
class="mt-2text-sm"
|
|
110
110
|
v-text="currentNotif.content"
|
|
111
111
|
v-if="currentNotif.content"
|
|
112
112
|
/>
|
|
113
|
-
<div class="flex">
|
|
113
|
+
<div class="flex justify-end gap-2 pt-3">
|
|
114
114
|
<button
|
|
115
115
|
type="button"
|
|
116
|
-
class="btn
|
|
116
|
+
class="btn neutral small"
|
|
117
117
|
@click="hideNotif"
|
|
118
118
|
aria-label="Close"
|
|
119
119
|
>
|