@fy-/fws-vue 2.2.4 → 2.2.41

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.
@@ -278,7 +278,7 @@ function handlePaste(e: ClipboardEvent) {
278
278
  @click.prevent="removeTag(index)"
279
279
  >
280
280
  <svg
281
- class="w-3 h-3"
281
+ class="w-4 h-4"
282
282
  xmlns="http://www.w3.org/2000/svg"
283
283
  fill="none"
284
284
  viewBox="0 0 24 24"
@@ -341,7 +341,7 @@ function handlePaste(e: ClipboardEvent) {
341
341
  @apply w-full flex flex-wrap gap-2 items-center shadow-sm bg-fv-neutral-50
342
342
  border border-fv-neutral-300 text-fv-neutral-900 text-sm rounded-sm
343
343
  focus-within:ring-fv-primary-500 focus-within:border-fv-primary-500
344
- p-2.5 dark:bg-fv-neutral-700 dark:border-fv-neutral-600
344
+ px-2.5 py-1 dark:bg-fv-neutral-700 dark:border-fv-neutral-600
345
345
  dark:placeholder-fv-neutral-400 dark:text-white
346
346
  dark:focus-within:ring-fv-primary-500 dark:focus-within:border-fv-primary-500;
347
347
  cursor: text;
@@ -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-0.5 rounded text-black
358
+ font-medium px-2.5 py-1 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.4",
3
+ "version": "2.2.41",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",