@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 mt-3 h-[3px] bg-fv-neutral-900/[.2] rounded-full overflow-hidden -mt-2">
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-text="currentNotif.content"
162
+ v-html="currentNotif.content"
163
163
  />
164
164
 
165
165
  <!-- CTA row (if you need more buttons, just extend it) -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.1.49",
3
+ "version": "2.1.51",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",