@kopexa/theme 17.25.1 → 17.25.3
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-D6QIZF4L.mjs → chunk-Y6TL33SI.mjs} +4 -11
- package/dist/components/editor-basic.js +4 -11
- package/dist/components/editor-basic.mjs +1 -1
- package/dist/components/index.js +4 -11
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +4 -11
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -53,24 +53,17 @@ var editorBasic = tv({
|
|
|
53
53
|
document: {
|
|
54
54
|
root: "h-full min-h-0 flex flex-col overflow-hidden",
|
|
55
55
|
toolbarContainer: ["shrink-0", "border-b bg-background", "px-4"],
|
|
56
|
-
wrapper: [
|
|
57
|
-
"flex-1 min-h-0 overflow-auto",
|
|
58
|
-
"bg-muted/30",
|
|
59
|
-
"flex flex-col"
|
|
60
|
-
],
|
|
56
|
+
wrapper: ["flex-1 min-h-0 overflow-auto", "bg-muted/30"],
|
|
61
57
|
content: [
|
|
62
58
|
// Centered paper effect
|
|
63
59
|
"mx-auto",
|
|
64
60
|
"w-full max-w-[816px]",
|
|
65
|
-
"min-h-full
|
|
61
|
+
"min-h-full",
|
|
66
62
|
"bg-background",
|
|
67
63
|
"shadow-lg",
|
|
68
|
-
// ProseMirror styling
|
|
64
|
+
// ProseMirror styling
|
|
69
65
|
"[&_.tiptap.ProseMirror]:py-16",
|
|
70
|
-
"[&_.tiptap.ProseMirror]:px-16"
|
|
71
|
-
"[&_.tiptap.ProseMirror]:min-h-full",
|
|
72
|
-
"[&_.tiptap.ProseMirror]:flex-1",
|
|
73
|
-
"[&>.tiptap]:flex [&>.tiptap]:flex-col [&>.tiptap]:flex-1"
|
|
66
|
+
"[&_.tiptap.ProseMirror]:px-16"
|
|
74
67
|
]
|
|
75
68
|
},
|
|
76
69
|
comment: {
|
|
@@ -77,24 +77,17 @@ var editorBasic = (0, import_tailwind_variants.tv)({
|
|
|
77
77
|
document: {
|
|
78
78
|
root: "h-full min-h-0 flex flex-col overflow-hidden",
|
|
79
79
|
toolbarContainer: ["shrink-0", "border-b bg-background", "px-4"],
|
|
80
|
-
wrapper: [
|
|
81
|
-
"flex-1 min-h-0 overflow-auto",
|
|
82
|
-
"bg-muted/30",
|
|
83
|
-
"flex flex-col"
|
|
84
|
-
],
|
|
80
|
+
wrapper: ["flex-1 min-h-0 overflow-auto", "bg-muted/30"],
|
|
85
81
|
content: [
|
|
86
82
|
// Centered paper effect
|
|
87
83
|
"mx-auto",
|
|
88
84
|
"w-full max-w-[816px]",
|
|
89
|
-
"min-h-full
|
|
85
|
+
"min-h-full",
|
|
90
86
|
"bg-background",
|
|
91
87
|
"shadow-lg",
|
|
92
|
-
// ProseMirror styling
|
|
88
|
+
// ProseMirror styling
|
|
93
89
|
"[&_.tiptap.ProseMirror]:py-16",
|
|
94
|
-
"[&_.tiptap.ProseMirror]:px-16"
|
|
95
|
-
"[&_.tiptap.ProseMirror]:min-h-full",
|
|
96
|
-
"[&_.tiptap.ProseMirror]:flex-1",
|
|
97
|
-
"[&>.tiptap]:flex [&>.tiptap]:flex-col [&>.tiptap]:flex-1"
|
|
90
|
+
"[&_.tiptap.ProseMirror]:px-16"
|
|
98
91
|
]
|
|
99
92
|
},
|
|
100
93
|
comment: {
|
package/dist/components/index.js
CHANGED
|
@@ -2569,24 +2569,17 @@ var editorBasic = (0, import_tailwind_variants29.tv)({
|
|
|
2569
2569
|
document: {
|
|
2570
2570
|
root: "h-full min-h-0 flex flex-col overflow-hidden",
|
|
2571
2571
|
toolbarContainer: ["shrink-0", "border-b bg-background", "px-4"],
|
|
2572
|
-
wrapper: [
|
|
2573
|
-
"flex-1 min-h-0 overflow-auto",
|
|
2574
|
-
"bg-muted/30",
|
|
2575
|
-
"flex flex-col"
|
|
2576
|
-
],
|
|
2572
|
+
wrapper: ["flex-1 min-h-0 overflow-auto", "bg-muted/30"],
|
|
2577
2573
|
content: [
|
|
2578
2574
|
// Centered paper effect
|
|
2579
2575
|
"mx-auto",
|
|
2580
2576
|
"w-full max-w-[816px]",
|
|
2581
|
-
"min-h-full
|
|
2577
|
+
"min-h-full",
|
|
2582
2578
|
"bg-background",
|
|
2583
2579
|
"shadow-lg",
|
|
2584
|
-
// ProseMirror styling
|
|
2580
|
+
// ProseMirror styling
|
|
2585
2581
|
"[&_.tiptap.ProseMirror]:py-16",
|
|
2586
|
-
"[&_.tiptap.ProseMirror]:px-16"
|
|
2587
|
-
"[&_.tiptap.ProseMirror]:min-h-full",
|
|
2588
|
-
"[&_.tiptap.ProseMirror]:flex-1",
|
|
2589
|
-
"[&>.tiptap]:flex [&>.tiptap]:flex-col [&>.tiptap]:flex-1"
|
|
2582
|
+
"[&_.tiptap.ProseMirror]:px-16"
|
|
2590
2583
|
]
|
|
2591
2584
|
},
|
|
2592
2585
|
comment: {
|
package/dist/index.js
CHANGED
|
@@ -2569,24 +2569,17 @@ var editorBasic = (0, import_tailwind_variants29.tv)({
|
|
|
2569
2569
|
document: {
|
|
2570
2570
|
root: "h-full min-h-0 flex flex-col overflow-hidden",
|
|
2571
2571
|
toolbarContainer: ["shrink-0", "border-b bg-background", "px-4"],
|
|
2572
|
-
wrapper: [
|
|
2573
|
-
"flex-1 min-h-0 overflow-auto",
|
|
2574
|
-
"bg-muted/30",
|
|
2575
|
-
"flex flex-col"
|
|
2576
|
-
],
|
|
2572
|
+
wrapper: ["flex-1 min-h-0 overflow-auto", "bg-muted/30"],
|
|
2577
2573
|
content: [
|
|
2578
2574
|
// Centered paper effect
|
|
2579
2575
|
"mx-auto",
|
|
2580
2576
|
"w-full max-w-[816px]",
|
|
2581
|
-
"min-h-full
|
|
2577
|
+
"min-h-full",
|
|
2582
2578
|
"bg-background",
|
|
2583
2579
|
"shadow-lg",
|
|
2584
|
-
// ProseMirror styling
|
|
2580
|
+
// ProseMirror styling
|
|
2585
2581
|
"[&_.tiptap.ProseMirror]:py-16",
|
|
2586
|
-
"[&_.tiptap.ProseMirror]:px-16"
|
|
2587
|
-
"[&_.tiptap.ProseMirror]:min-h-full",
|
|
2588
|
-
"[&_.tiptap.ProseMirror]:flex-1",
|
|
2589
|
-
"[&>.tiptap]:flex [&>.tiptap]:flex-col [&>.tiptap]:flex-1"
|
|
2582
|
+
"[&_.tiptap.ProseMirror]:px-16"
|
|
2590
2583
|
]
|
|
2591
2584
|
},
|
|
2592
2585
|
comment: {
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.25.
|
|
3
|
+
"version": "17.25.3",
|
|
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.62"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|