@fy-/fws-vue 2.1.49 → 2.1.51
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.
|
@@ -133,7 +133,7 @@ onUnmounted(() => {
|
|
|
133
133
|
currentNotif.type === 'secret',
|
|
134
134
|
}"
|
|
135
135
|
>
|
|
136
|
-
<div class="relative
|
|
136
|
+
<div class="relative h-[4px] bg-fv-neutral-900/[.2] rounded-full overflow-hidden -mt-2">
|
|
137
137
|
<!-- We re-use text color (text-*) as background or define a custom color -->
|
|
138
138
|
<div
|
|
139
139
|
class="absolute left-0 top-0 h-full bg-current transition-[width]"
|
|
@@ -159,7 +159,7 @@ onUnmounted(() => {
|
|
|
159
159
|
<div
|
|
160
160
|
v-if="currentNotif.content"
|
|
161
161
|
class="mt-2 text-sm"
|
|
162
|
-
v-
|
|
162
|
+
v-html="currentNotif.content"
|
|
163
163
|
/>
|
|
164
164
|
|
|
165
165
|
<!-- CTA row (if you need more buttons, just extend it) -->
|