intelliwaketssveltekitv25 0.2.35 → 0.2.37

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.
@@ -112,7 +112,7 @@
112
112
  class:xl:grid={breakAt === 'xl'}
113
113
  class:border-slate-300={!rounded}
114
114
  class:dark:border-slate-500={!rounded}>
115
- <div>
115
+ <div class="overflow-hidden">
116
116
  {#if header}
117
117
  {@render header()}
118
118
  {#if rounded}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "0.2.35",
3
+ "version": "0.2.37",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",
@@ -79,7 +79,7 @@
79
79
  "lint": "prettier --check . && eslint .",
80
80
  "format": "prettier --write .",
81
81
  "Install-IntelliWake": "pnpm install && pnpm update -P @solidbasisventures/intelliwaketsfoundation",
82
- "Publish": "pnpm version patch && git push --tags && pnpm svelte-package && tailwindcss -i src/app.css -o ./dist/app.css --minify && pnpm publish && git push",
82
+ "Publish": "pnpm version patch && git push --tags && pnpm svelte-package && tailwindcss -i src/app.css -o ./dist/app.css --minify && git push && pnpm publish",
83
83
  "Version-Minor-Advance": "pnpm version minor"
84
84
  }
85
85
  }