@kopexa/theme 17.25.3 → 17.26.0
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.
- package/dist/{chunk-Y6TL33SI.mjs → chunk-SE7BA67Y.mjs} +3 -1
- package/dist/components/editor-basic.js +3 -1
- package/dist/components/editor-basic.mjs +1 -1
- package/dist/components/index.js +3 -1
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +3 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -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
|
]
|
package/dist/components/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.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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.26.0",
|
|
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.
|
|
69
|
+
"@kopexa/shared-utils": "17.0.63"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|