@fy-/fws-vue 2.3.3 → 2.3.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.
@@ -238,7 +238,7 @@ onUnmounted(() => {
238
238
  <div
239
239
  v-if="currentNotif !== null"
240
240
  id="base-notif"
241
- class="fixed bottom-4 right-4 sm:right-8 z-[2000] max-w-sm w-full sm:w-96 rounded-lg border shadow-lg overflow-hidden backdrop-blur-sm transition-all duration-300 transform"
241
+ class="fixed !text-xs md:!text-sm bottom-4 right-4 sm:right-8 z-[2000] max-w-sm w-full sm:w-72 rounded-lg border shadow-lg overflow-hidden backdrop-blur-sm transition-all duration-300 transform"
242
242
  role="alert"
243
243
  :aria-describedby="ariaDescribedBy"
244
244
  :class="[bgColor, borderColor, textColor]"
@@ -254,7 +254,7 @@ onUnmounted(() => {
254
254
  />
255
255
  </div>
256
256
 
257
- <div class="p-4">
257
+ <div class="p2 lg:p-4">
258
258
  <!-- Header with icon and title -->
259
259
  <div class="flex items-center justify-between">
260
260
  <div class="flex items-center gap-3">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.3.03",
3
+ "version": "2.3.04",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",