@kopexa/theme 17.25.3 → 17.26.1

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.
@@ -61,7 +61,9 @@ var editorBasic = tv({
61
61
  "min-h-full",
62
62
  "bg-background",
63
63
  "shadow-lg",
64
- // ProseMirror styling
64
+ // ProseMirror styling - flex to stretch content
65
+ "flex flex-col",
66
+ "[&_.tiptap.ProseMirror]:flex-1",
65
67
  "[&_.tiptap.ProseMirror]:py-16",
66
68
  "[&_.tiptap.ProseMirror]:px-16"
67
69
  ]
@@ -85,7 +85,9 @@ var editorBasic = (0, import_tailwind_variants.tv)({
85
85
  "min-h-full",
86
86
  "bg-background",
87
87
  "shadow-lg",
88
- // ProseMirror styling
88
+ // ProseMirror styling - flex to stretch content
89
+ "flex flex-col",
90
+ "[&_.tiptap.ProseMirror]:flex-1",
89
91
  "[&_.tiptap.ProseMirror]:py-16",
90
92
  "[&_.tiptap.ProseMirror]:px-16"
91
93
  ]
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  editorBasic
3
- } from "../chunk-Y6TL33SI.mjs";
3
+ } from "../chunk-SE7BA67Y.mjs";
4
4
  export {
5
5
  editorBasic
6
6
  };
@@ -2577,7 +2577,9 @@ var editorBasic = (0, import_tailwind_variants29.tv)({
2577
2577
  "min-h-full",
2578
2578
  "bg-background",
2579
2579
  "shadow-lg",
2580
- // ProseMirror styling
2580
+ // ProseMirror styling - flex to stretch content
2581
+ "flex flex-col",
2582
+ "[&_.tiptap.ProseMirror]:flex-1",
2581
2583
  "[&_.tiptap.ProseMirror]:py-16",
2582
2584
  "[&_.tiptap.ProseMirror]:px-16"
2583
2585
  ]
@@ -153,7 +153,7 @@ import {
153
153
  } from "../chunk-GZJAA5RZ.mjs";
154
154
  import {
155
155
  editorBasic
156
- } from "../chunk-Y6TL33SI.mjs";
156
+ } from "../chunk-SE7BA67Y.mjs";
157
157
  import {
158
158
  editorSpinner
159
159
  } from "../chunk-TVC4THD6.mjs";
package/dist/index.js CHANGED
@@ -2577,7 +2577,9 @@ var editorBasic = (0, import_tailwind_variants29.tv)({
2577
2577
  "min-h-full",
2578
2578
  "bg-background",
2579
2579
  "shadow-lg",
2580
- // ProseMirror styling
2580
+ // ProseMirror styling - flex to stretch content
2581
+ "flex flex-col",
2582
+ "[&_.tiptap.ProseMirror]:flex-1",
2581
2583
  "[&_.tiptap.ProseMirror]:py-16",
2582
2584
  "[&_.tiptap.ProseMirror]:px-16"
2583
2585
  ]
package/dist/index.mjs CHANGED
@@ -154,7 +154,7 @@ import {
154
154
  } from "./chunk-GZJAA5RZ.mjs";
155
155
  import {
156
156
  editorBasic
157
- } from "./chunk-Y6TL33SI.mjs";
157
+ } from "./chunk-SE7BA67Y.mjs";
158
158
  import {
159
159
  editorSpinner
160
160
  } from "./chunk-TVC4THD6.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.25.3",
3
+ "version": "17.26.1",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
@@ -66,7 +66,7 @@
66
66
  "tailwind-merge": "^3.5.0",
67
67
  "tailwind-variants": "^3.2.2",
68
68
  "tw-animate-css": "^1.4.0",
69
- "@kopexa/shared-utils": "17.0.62"
69
+ "@kopexa/shared-utils": "17.0.64"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "tailwindcss": ">=4.0.0"