@fy-/fws-vue 2.2.41 → 2.2.42

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.
@@ -355,7 +355,7 @@ function handlePaste(e: ClipboardEvent) {
355
355
  /* Tag styling */
356
356
  .tag {
357
357
  @apply inline-flex gap-1 items-center
358
- font-medium px-2.5 py-1 rounded text-black
358
+ font-medium rounded text-black
359
359
  dark:text-white cursor-default;
360
360
  }
361
361
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.2.41",
3
+ "version": "2.2.42",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",