@ims360/svelte-ivory 0.0.3 → 0.0.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.
@@ -103,7 +103,10 @@
103
103
  </div>
104
104
  <div
105
105
  class={twMerge(
106
- clsx('flex flex-col gap-4 overflow-hidden bg-inherit p-4 pt-2', innerClass)
106
+ clsx(
107
+ 'flex grow flex-col gap-4 overflow-hidden bg-inherit p-4 pt-2',
108
+ innerClass
109
+ )
107
110
  )}
108
111
  >
109
112
  {@render children?.()}
package/package.json CHANGED
@@ -103,5 +103,5 @@
103
103
  "svelte": "./dist/index.js",
104
104
  "type": "module",
105
105
  "types": "./dist/index.d.ts",
106
- "version": "0.0.3"
106
+ "version": "0.0.4"
107
107
  }
@@ -103,7 +103,10 @@
103
103
  </div>
104
104
  <div
105
105
  class={twMerge(
106
- clsx('flex flex-col gap-4 overflow-hidden bg-inherit p-4 pt-2', innerClass)
106
+ clsx(
107
+ 'flex grow flex-col gap-4 overflow-hidden bg-inherit p-4 pt-2',
108
+ innerClass
109
+ )
107
110
  )}
108
111
  >
109
112
  {@render children?.()}