@fy-/fws-vue 2.3.35 → 2.3.36

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.
@@ -269,7 +269,7 @@ const handleBackdropClick = useDebounceFn((event: MouseEvent) => {
269
269
  <!-- Modal panel -->
270
270
  <div
271
271
  ref="modalRef"
272
- :class="`relative ${mSize} max-w-6xl max-h-[85vh] px-4 sm:px-0 box-border bg-white rounded-lg shadow dark:bg-fv-neutral-900 flex flex-col`"
272
+ :class="`relative ${mSize} max-w-6xl max-h-[85vh] px-0 box-border bg-white rounded-lg shadow dark:bg-fv-neutral-900 flex flex-col`"
273
273
  :style="{ zIndex }"
274
274
  tabindex="-1"
275
275
  @click.stop
@@ -295,7 +295,7 @@ const handleBackdropClick = useDebounceFn((event: MouseEvent) => {
295
295
  </button>
296
296
  </div>
297
297
  <!-- Content area -->
298
- <div :class="`p-3 space-y-3 flex-grow ${ofy}`">
298
+ <div :class="`p-2 space-y-3 flex-grow ${ofy}`">
299
299
  <slot />
300
300
  </div>
301
301
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.3.35",
3
+ "version": "2.3.36",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",