@fy-/fws-vue 2.1.50 → 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]"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.1.50",
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",