@fy-/fws-vue 0.7.3 → 0.7.4

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.
@@ -78,8 +78,8 @@ onUnmounted(() => {
78
78
  <template>
79
79
  <ScaleTransition>
80
80
  <div
81
- id="alert-additional-content-1"
82
- class="p-4 mb-4"
81
+ id="base-notif"
82
+ class="p-4 mb-4 absolute bottom-4 left-4 z-[16]"
83
83
  role="alert"
84
84
  :class="{
85
85
  'text-fv-neutral-800 border border-fv-neutral-300 rounded-lg bg-fv-neutral-50 dark:bg-gray-800 dark:text-fv-neutral-400 dark:border-fv-neutral-800':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {