@kopexa/theme 17.24.6 → 17.25.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-LPNA4ATD.mjs → chunk-D6QIZF4L.mjs} +10 -4
- package/dist/{chunk-7Q2RNHL5.mjs → chunk-RGZCKQNI.mjs} +1 -1
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.mjs +2 -2
- package/dist/components/editor-basic.js +10 -4
- package/dist/components/editor-basic.mjs +1 -1
- package/dist/components/index.js +10 -4
- package/dist/components/index.mjs +90 -90
- package/dist/components/skeleton-avatar.mjs +3 -3
- package/dist/editor.css +2 -2
- package/dist/index.js +10 -4
- package/dist/index.mjs +91 -91
- package/package.json +2 -2
- package/dist/{chunk-OTETLRUE.mjs → chunk-GNJCCXFJ.mjs} +3 -3
- package/dist/{chunk-D5FKEY7B.mjs → chunk-VPA2TZYQ.mjs} +3 -3
|
@@ -53,18 +53,24 @@ 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: [
|
|
56
|
+
wrapper: [
|
|
57
|
+
"flex-1 min-h-0 overflow-auto",
|
|
58
|
+
"bg-muted/30",
|
|
59
|
+
"flex flex-col"
|
|
60
|
+
],
|
|
57
61
|
content: [
|
|
58
62
|
// Centered paper effect
|
|
59
63
|
"mx-auto",
|
|
60
64
|
"w-full max-w-[816px]",
|
|
61
|
-
"min-h-full",
|
|
65
|
+
"min-h-full flex-1",
|
|
62
66
|
"bg-background",
|
|
63
67
|
"shadow-lg",
|
|
64
|
-
// ProseMirror styling
|
|
68
|
+
// ProseMirror styling - fill container height
|
|
65
69
|
"[&_.tiptap.ProseMirror]:py-16",
|
|
66
70
|
"[&_.tiptap.ProseMirror]:px-16",
|
|
67
|
-
"[&_.tiptap.ProseMirror]:min-h-full"
|
|
71
|
+
"[&_.tiptap.ProseMirror]:min-h-full",
|
|
72
|
+
"[&_.tiptap.ProseMirror]:flex-1",
|
|
73
|
+
"[&>.tiptap]:flex [&>.tiptap]:flex-col [&>.tiptap]:flex-1"
|
|
68
74
|
]
|
|
69
75
|
},
|
|
70
76
|
comment: {
|
|
@@ -77,18 +77,24 @@ 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: [
|
|
80
|
+
wrapper: [
|
|
81
|
+
"flex-1 min-h-0 overflow-auto",
|
|
82
|
+
"bg-muted/30",
|
|
83
|
+
"flex flex-col"
|
|
84
|
+
],
|
|
81
85
|
content: [
|
|
82
86
|
// Centered paper effect
|
|
83
87
|
"mx-auto",
|
|
84
88
|
"w-full max-w-[816px]",
|
|
85
|
-
"min-h-full",
|
|
89
|
+
"min-h-full flex-1",
|
|
86
90
|
"bg-background",
|
|
87
91
|
"shadow-lg",
|
|
88
|
-
// ProseMirror styling
|
|
92
|
+
// ProseMirror styling - fill container height
|
|
89
93
|
"[&_.tiptap.ProseMirror]:py-16",
|
|
90
94
|
"[&_.tiptap.ProseMirror]:px-16",
|
|
91
|
-
"[&_.tiptap.ProseMirror]:min-h-full"
|
|
95
|
+
"[&_.tiptap.ProseMirror]:min-h-full",
|
|
96
|
+
"[&_.tiptap.ProseMirror]:flex-1",
|
|
97
|
+
"[&>.tiptap]:flex [&>.tiptap]:flex-col [&>.tiptap]:flex-1"
|
|
92
98
|
]
|
|
93
99
|
},
|
|
94
100
|
comment: {
|
package/dist/components/index.js
CHANGED
|
@@ -2569,18 +2569,24 @@ 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: [
|
|
2572
|
+
wrapper: [
|
|
2573
|
+
"flex-1 min-h-0 overflow-auto",
|
|
2574
|
+
"bg-muted/30",
|
|
2575
|
+
"flex flex-col"
|
|
2576
|
+
],
|
|
2573
2577
|
content: [
|
|
2574
2578
|
// Centered paper effect
|
|
2575
2579
|
"mx-auto",
|
|
2576
2580
|
"w-full max-w-[816px]",
|
|
2577
|
-
"min-h-full",
|
|
2581
|
+
"min-h-full flex-1",
|
|
2578
2582
|
"bg-background",
|
|
2579
2583
|
"shadow-lg",
|
|
2580
|
-
// ProseMirror styling
|
|
2584
|
+
// ProseMirror styling - fill container height
|
|
2581
2585
|
"[&_.tiptap.ProseMirror]:py-16",
|
|
2582
2586
|
"[&_.tiptap.ProseMirror]:px-16",
|
|
2583
|
-
"[&_.tiptap.ProseMirror]:min-h-full"
|
|
2587
|
+
"[&_.tiptap.ProseMirror]:min-h-full",
|
|
2588
|
+
"[&_.tiptap.ProseMirror]:flex-1",
|
|
2589
|
+
"[&>.tiptap]:flex [&>.tiptap]:flex-col [&>.tiptap]:flex-1"
|
|
2584
2590
|
]
|
|
2585
2591
|
},
|
|
2586
2592
|
comment: {
|
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
import "../chunk-EWID76V7.mjs";
|
|
2
|
-
import {
|
|
3
|
-
table
|
|
4
|
-
} from "../chunk-YC2FQDBV.mjs";
|
|
5
|
-
import {
|
|
6
|
-
tabs
|
|
7
|
-
} from "../chunk-I6M4S2KZ.mjs";
|
|
8
|
-
import {
|
|
9
|
-
textarea
|
|
10
|
-
} from "../chunk-ARLLAC5V.mjs";
|
|
11
|
-
import {
|
|
12
|
-
toc
|
|
13
|
-
} from "../chunk-ODC3GJTR.mjs";
|
|
14
2
|
import {
|
|
15
3
|
toggleRow
|
|
16
4
|
} from "../chunk-F7MJHRZX.mjs";
|
|
@@ -23,18 +11,6 @@ import {
|
|
|
23
11
|
import {
|
|
24
12
|
variableNode
|
|
25
13
|
} from "../chunk-EKOZ2ZVU.mjs";
|
|
26
|
-
import {
|
|
27
|
-
skeleton
|
|
28
|
-
} from "../chunk-VNQEJU4P.mjs";
|
|
29
|
-
import {
|
|
30
|
-
slashDropdownMenu
|
|
31
|
-
} from "../chunk-U4BRPFG2.mjs";
|
|
32
|
-
import {
|
|
33
|
-
spinner
|
|
34
|
-
} from "../chunk-4UDOCFU5.mjs";
|
|
35
|
-
import {
|
|
36
|
-
splitPageLayout
|
|
37
|
-
} from "../chunk-B5JVXVSG.mjs";
|
|
38
14
|
import {
|
|
39
15
|
standardChip
|
|
40
16
|
} from "../chunk-XQZL7LCP.mjs";
|
|
@@ -48,17 +24,17 @@ import {
|
|
|
48
24
|
tabNav
|
|
49
25
|
} from "../chunk-ZLM6Z3W2.mjs";
|
|
50
26
|
import {
|
|
51
|
-
|
|
52
|
-
} from "../chunk-
|
|
27
|
+
table
|
|
28
|
+
} from "../chunk-YC2FQDBV.mjs";
|
|
53
29
|
import {
|
|
54
|
-
|
|
55
|
-
} from "../chunk-
|
|
30
|
+
tabs
|
|
31
|
+
} from "../chunk-I6M4S2KZ.mjs";
|
|
56
32
|
import {
|
|
57
|
-
|
|
58
|
-
} from "../chunk-
|
|
33
|
+
textarea
|
|
34
|
+
} from "../chunk-ARLLAC5V.mjs";
|
|
59
35
|
import {
|
|
60
|
-
|
|
61
|
-
} from "../chunk-
|
|
36
|
+
toc
|
|
37
|
+
} from "../chunk-ODC3GJTR.mjs";
|
|
62
38
|
import {
|
|
63
39
|
select
|
|
64
40
|
} from "../chunk-KPVLNOO5.mjs";
|
|
@@ -72,19 +48,19 @@ import {
|
|
|
72
48
|
} from "../chunk-2Z4QAY6O.mjs";
|
|
73
49
|
import {
|
|
74
50
|
skeletonAvatar
|
|
75
|
-
} from "../chunk-
|
|
51
|
+
} from "../chunk-RGZCKQNI.mjs";
|
|
76
52
|
import {
|
|
77
|
-
|
|
78
|
-
} from "../chunk-
|
|
53
|
+
skeleton
|
|
54
|
+
} from "../chunk-VNQEJU4P.mjs";
|
|
79
55
|
import {
|
|
80
|
-
|
|
81
|
-
} from "../chunk-
|
|
56
|
+
slashDropdownMenu
|
|
57
|
+
} from "../chunk-U4BRPFG2.mjs";
|
|
82
58
|
import {
|
|
83
|
-
|
|
84
|
-
} from "../chunk-
|
|
59
|
+
spinner
|
|
60
|
+
} from "../chunk-4UDOCFU5.mjs";
|
|
85
61
|
import {
|
|
86
|
-
|
|
87
|
-
} from "../chunk-
|
|
62
|
+
splitPageLayout
|
|
63
|
+
} from "../chunk-B5JVXVSG.mjs";
|
|
88
64
|
import {
|
|
89
65
|
promptInput
|
|
90
66
|
} from "../chunk-UCVBVFHQ.mjs";
|
|
@@ -98,14 +74,17 @@ import {
|
|
|
98
74
|
riskBadge
|
|
99
75
|
} from "../chunk-V2J5XG34.mjs";
|
|
100
76
|
import {
|
|
101
|
-
|
|
102
|
-
} from "../chunk-
|
|
77
|
+
riskIndicator
|
|
78
|
+
} from "../chunk-CZMZHA7U.mjs";
|
|
103
79
|
import {
|
|
104
|
-
|
|
105
|
-
} from "../chunk-
|
|
80
|
+
riskRating
|
|
81
|
+
} from "../chunk-CNYKIUVC.mjs";
|
|
106
82
|
import {
|
|
107
|
-
|
|
108
|
-
} from "../chunk-
|
|
83
|
+
scrollArea
|
|
84
|
+
} from "../chunk-SPQE7K66.mjs";
|
|
85
|
+
import {
|
|
86
|
+
sectionRow
|
|
87
|
+
} from "../chunk-CC225WUG.mjs";
|
|
109
88
|
import {
|
|
110
89
|
kbd
|
|
111
90
|
} from "../chunk-BETLBSSF.mjs";
|
|
@@ -119,17 +98,17 @@ import {
|
|
|
119
98
|
message
|
|
120
99
|
} from "../chunk-PHVYOUMA.mjs";
|
|
121
100
|
import {
|
|
122
|
-
|
|
123
|
-
} from "../chunk-
|
|
101
|
+
pageHeader
|
|
102
|
+
} from "../chunk-HAVJ6EQ6.mjs";
|
|
124
103
|
import {
|
|
125
|
-
|
|
126
|
-
} from "../chunk-
|
|
104
|
+
pageLayout
|
|
105
|
+
} from "../chunk-OULAICSC.mjs";
|
|
127
106
|
import {
|
|
128
|
-
|
|
129
|
-
} from "../chunk-
|
|
107
|
+
popover
|
|
108
|
+
} from "../chunk-TQVRNEIH.mjs";
|
|
130
109
|
import {
|
|
131
|
-
|
|
132
|
-
} from "../chunk-
|
|
110
|
+
previewCard
|
|
111
|
+
} from "../chunk-GWRIERN6.mjs";
|
|
133
112
|
import {
|
|
134
113
|
imageCrop
|
|
135
114
|
} from "../chunk-GMFZLUU4.mjs";
|
|
@@ -140,20 +119,17 @@ import {
|
|
|
140
119
|
impactCard
|
|
141
120
|
} from "../chunk-EJSDSK3G.mjs";
|
|
142
121
|
import {
|
|
143
|
-
|
|
144
|
-
} from "../chunk-
|
|
145
|
-
import {
|
|
146
|
-
dialog
|
|
147
|
-
} from "../chunk-OJDCD74N.mjs";
|
|
122
|
+
inputGroup
|
|
123
|
+
} from "../chunk-HWEYNK3O.mjs";
|
|
148
124
|
import {
|
|
149
|
-
|
|
150
|
-
} from "../chunk-
|
|
125
|
+
inputWrapper
|
|
126
|
+
} from "../chunk-VSVGOX3P.mjs";
|
|
151
127
|
import {
|
|
152
|
-
|
|
153
|
-
} from "../chunk-
|
|
128
|
+
integrationCard
|
|
129
|
+
} from "../chunk-QOW6FLZ6.mjs";
|
|
154
130
|
import {
|
|
155
131
|
editorBasic
|
|
156
|
-
} from "../chunk-
|
|
132
|
+
} from "../chunk-D6QIZF4L.mjs";
|
|
157
133
|
import {
|
|
158
134
|
editorSpinner
|
|
159
135
|
} from "../chunk-TVC4THD6.mjs";
|
|
@@ -165,17 +141,17 @@ import {
|
|
|
165
141
|
avatarUpload
|
|
166
142
|
} from "../chunk-QGL2OK4B.mjs";
|
|
167
143
|
import {
|
|
168
|
-
|
|
169
|
-
} from "../chunk-
|
|
144
|
+
filter
|
|
145
|
+
} from "../chunk-GT463S76.mjs";
|
|
170
146
|
import {
|
|
171
|
-
|
|
172
|
-
} from "../chunk-
|
|
147
|
+
frameworkRow
|
|
148
|
+
} from "../chunk-TPFAZH22.mjs";
|
|
173
149
|
import {
|
|
174
|
-
|
|
175
|
-
} from "../chunk-
|
|
150
|
+
heading
|
|
151
|
+
} from "../chunk-NWKBPO37.mjs";
|
|
176
152
|
import {
|
|
177
|
-
|
|
178
|
-
} from "../chunk-
|
|
153
|
+
hoverCard
|
|
154
|
+
} from "../chunk-UTCVHVWF.mjs";
|
|
179
155
|
import {
|
|
180
156
|
controlExtension
|
|
181
157
|
} from "../chunk-M4TXKRUU.mjs";
|
|
@@ -189,17 +165,17 @@ import {
|
|
|
189
165
|
dataTable
|
|
190
166
|
} from "../chunk-GNYTZGE5.mjs";
|
|
191
167
|
import {
|
|
192
|
-
|
|
193
|
-
} from "../chunk-
|
|
168
|
+
drawer
|
|
169
|
+
} from "../chunk-7V3NMVQH.mjs";
|
|
194
170
|
import {
|
|
195
|
-
|
|
196
|
-
} from "../chunk-
|
|
171
|
+
dialog
|
|
172
|
+
} from "../chunk-OJDCD74N.mjs";
|
|
197
173
|
import {
|
|
198
|
-
|
|
199
|
-
} from "../chunk-
|
|
174
|
+
dropdownMenu
|
|
175
|
+
} from "../chunk-BWUVMOSV.mjs";
|
|
200
176
|
import {
|
|
201
|
-
|
|
202
|
-
} from "../chunk-
|
|
177
|
+
editableText
|
|
178
|
+
} from "../chunk-GZJAA5RZ.mjs";
|
|
203
179
|
import {
|
|
204
180
|
card
|
|
205
181
|
} from "../chunk-5YHTCPJL.mjs";
|
|
@@ -213,14 +189,17 @@ import {
|
|
|
213
189
|
code
|
|
214
190
|
} from "../chunk-VQ2OAHGP.mjs";
|
|
215
191
|
import {
|
|
216
|
-
|
|
217
|
-
} from "../chunk-
|
|
192
|
+
colorHighlightButton
|
|
193
|
+
} from "../chunk-CPERWXKN.mjs";
|
|
218
194
|
import {
|
|
219
|
-
|
|
220
|
-
} from "../chunk-
|
|
195
|
+
combobox
|
|
196
|
+
} from "../chunk-3T7EOMXR.mjs";
|
|
221
197
|
import {
|
|
222
|
-
|
|
223
|
-
} from "../chunk-
|
|
198
|
+
command
|
|
199
|
+
} from "../chunk-YPHFKGNI.mjs";
|
|
200
|
+
import {
|
|
201
|
+
complianceBadge
|
|
202
|
+
} from "../chunk-RZ45NVOH.mjs";
|
|
224
203
|
import {
|
|
225
204
|
autocomplete
|
|
226
205
|
} from "../chunk-OHZBQRA4.mjs";
|
|
@@ -233,12 +212,33 @@ import {
|
|
|
233
212
|
} from "../chunk-XCLEKBCJ.mjs";
|
|
234
213
|
import {
|
|
235
214
|
avatar
|
|
236
|
-
} from "../chunk-
|
|
237
|
-
import "../chunk-7T563RF7.mjs";
|
|
238
|
-
import "../chunk-6IZPAS4O.mjs";
|
|
215
|
+
} from "../chunk-VPA2TZYQ.mjs";
|
|
239
216
|
import {
|
|
240
217
|
blankstate
|
|
241
218
|
} from "../chunk-DICHD74Q.mjs";
|
|
219
|
+
import {
|
|
220
|
+
breadcrumb
|
|
221
|
+
} from "../chunk-W6TZSSAU.mjs";
|
|
222
|
+
import {
|
|
223
|
+
button
|
|
224
|
+
} from "../chunk-GNJCCXFJ.mjs";
|
|
225
|
+
import {
|
|
226
|
+
calendar
|
|
227
|
+
} from "../chunk-JWF5ABNP.mjs";
|
|
228
|
+
import {
|
|
229
|
+
callout
|
|
230
|
+
} from "../chunk-A3F4CV54.mjs";
|
|
231
|
+
import "../chunk-6IZPAS4O.mjs";
|
|
232
|
+
import "../chunk-7T563RF7.mjs";
|
|
233
|
+
import {
|
|
234
|
+
accordion
|
|
235
|
+
} from "../chunk-AEWKHJEI.mjs";
|
|
236
|
+
import {
|
|
237
|
+
alertDialog
|
|
238
|
+
} from "../chunk-XGUDXC5P.mjs";
|
|
239
|
+
import {
|
|
240
|
+
auditInfo
|
|
241
|
+
} from "../chunk-CPAF7VNM.mjs";
|
|
242
242
|
export {
|
|
243
243
|
accordion,
|
|
244
244
|
alertDialog,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
skeletonAvatar
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-7T563RF7.mjs";
|
|
3
|
+
} from "../chunk-RGZCKQNI.mjs";
|
|
4
|
+
import "../chunk-VPA2TZYQ.mjs";
|
|
6
5
|
import "../chunk-6IZPAS4O.mjs";
|
|
6
|
+
import "../chunk-7T563RF7.mjs";
|
|
7
7
|
export {
|
|
8
8
|
skeletonAvatar
|
|
9
9
|
};
|
package/dist/editor.css
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
.is-empty.with-slash[data-placeholder]:has(
|
|
128
128
|
> .ProseMirror-trailingBreak:only-child
|
|
129
129
|
)::before {
|
|
130
|
-
content:
|
|
130
|
+
content: attr(data-placeholder);
|
|
131
131
|
font-style: italic;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
PLACEHOLDER
|
|
376
376
|
===================== */
|
|
377
377
|
.is-empty[data-placeholder]:has(> .ProseMirror-trailingBreak:only-child)::before {
|
|
378
|
-
content:
|
|
378
|
+
content: attr(data-placeholder);
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
.is-empty[data-placeholder]:has(> .ProseMirror-trailingBreak:only-child):before {
|
package/dist/index.js
CHANGED
|
@@ -2569,18 +2569,24 @@ 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: [
|
|
2572
|
+
wrapper: [
|
|
2573
|
+
"flex-1 min-h-0 overflow-auto",
|
|
2574
|
+
"bg-muted/30",
|
|
2575
|
+
"flex flex-col"
|
|
2576
|
+
],
|
|
2573
2577
|
content: [
|
|
2574
2578
|
// Centered paper effect
|
|
2575
2579
|
"mx-auto",
|
|
2576
2580
|
"w-full max-w-[816px]",
|
|
2577
|
-
"min-h-full",
|
|
2581
|
+
"min-h-full flex-1",
|
|
2578
2582
|
"bg-background",
|
|
2579
2583
|
"shadow-lg",
|
|
2580
|
-
// ProseMirror styling
|
|
2584
|
+
// ProseMirror styling - fill container height
|
|
2581
2585
|
"[&_.tiptap.ProseMirror]:py-16",
|
|
2582
2586
|
"[&_.tiptap.ProseMirror]:px-16",
|
|
2583
|
-
"[&_.tiptap.ProseMirror]:min-h-full"
|
|
2587
|
+
"[&_.tiptap.ProseMirror]:min-h-full",
|
|
2588
|
+
"[&_.tiptap.ProseMirror]:flex-1",
|
|
2589
|
+
"[&>.tiptap]:flex [&>.tiptap]:flex-col [&>.tiptap]:flex-1"
|
|
2584
2590
|
]
|
|
2585
2591
|
},
|
|
2586
2592
|
comment: {
|
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
import "./chunk-XSN6P5JL.mjs";
|
|
2
1
|
import "./chunk-EWID76V7.mjs";
|
|
3
|
-
import {
|
|
4
|
-
table
|
|
5
|
-
} from "./chunk-YC2FQDBV.mjs";
|
|
6
|
-
import {
|
|
7
|
-
tabs
|
|
8
|
-
} from "./chunk-I6M4S2KZ.mjs";
|
|
9
|
-
import {
|
|
10
|
-
textarea
|
|
11
|
-
} from "./chunk-ARLLAC5V.mjs";
|
|
12
|
-
import {
|
|
13
|
-
toc
|
|
14
|
-
} from "./chunk-ODC3GJTR.mjs";
|
|
15
2
|
import {
|
|
16
3
|
toggleRow
|
|
17
4
|
} from "./chunk-F7MJHRZX.mjs";
|
|
@@ -24,18 +11,6 @@ import {
|
|
|
24
11
|
import {
|
|
25
12
|
variableNode
|
|
26
13
|
} from "./chunk-EKOZ2ZVU.mjs";
|
|
27
|
-
import {
|
|
28
|
-
skeleton
|
|
29
|
-
} from "./chunk-VNQEJU4P.mjs";
|
|
30
|
-
import {
|
|
31
|
-
slashDropdownMenu
|
|
32
|
-
} from "./chunk-U4BRPFG2.mjs";
|
|
33
|
-
import {
|
|
34
|
-
spinner
|
|
35
|
-
} from "./chunk-4UDOCFU5.mjs";
|
|
36
|
-
import {
|
|
37
|
-
splitPageLayout
|
|
38
|
-
} from "./chunk-B5JVXVSG.mjs";
|
|
39
14
|
import {
|
|
40
15
|
standardChip
|
|
41
16
|
} from "./chunk-XQZL7LCP.mjs";
|
|
@@ -49,17 +24,17 @@ import {
|
|
|
49
24
|
tabNav
|
|
50
25
|
} from "./chunk-ZLM6Z3W2.mjs";
|
|
51
26
|
import {
|
|
52
|
-
|
|
53
|
-
} from "./chunk-
|
|
27
|
+
table
|
|
28
|
+
} from "./chunk-YC2FQDBV.mjs";
|
|
54
29
|
import {
|
|
55
|
-
|
|
56
|
-
} from "./chunk-
|
|
30
|
+
tabs
|
|
31
|
+
} from "./chunk-I6M4S2KZ.mjs";
|
|
57
32
|
import {
|
|
58
|
-
|
|
59
|
-
} from "./chunk-
|
|
33
|
+
textarea
|
|
34
|
+
} from "./chunk-ARLLAC5V.mjs";
|
|
60
35
|
import {
|
|
61
|
-
|
|
62
|
-
} from "./chunk-
|
|
36
|
+
toc
|
|
37
|
+
} from "./chunk-ODC3GJTR.mjs";
|
|
63
38
|
import {
|
|
64
39
|
select
|
|
65
40
|
} from "./chunk-KPVLNOO5.mjs";
|
|
@@ -73,19 +48,19 @@ import {
|
|
|
73
48
|
} from "./chunk-2Z4QAY6O.mjs";
|
|
74
49
|
import {
|
|
75
50
|
skeletonAvatar
|
|
76
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-RGZCKQNI.mjs";
|
|
77
52
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
53
|
+
skeleton
|
|
54
|
+
} from "./chunk-VNQEJU4P.mjs";
|
|
80
55
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
56
|
+
slashDropdownMenu
|
|
57
|
+
} from "./chunk-U4BRPFG2.mjs";
|
|
83
58
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
59
|
+
spinner
|
|
60
|
+
} from "./chunk-4UDOCFU5.mjs";
|
|
86
61
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
62
|
+
splitPageLayout
|
|
63
|
+
} from "./chunk-B5JVXVSG.mjs";
|
|
89
64
|
import {
|
|
90
65
|
promptInput
|
|
91
66
|
} from "./chunk-UCVBVFHQ.mjs";
|
|
@@ -99,14 +74,17 @@ import {
|
|
|
99
74
|
riskBadge
|
|
100
75
|
} from "./chunk-V2J5XG34.mjs";
|
|
101
76
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
77
|
+
riskIndicator
|
|
78
|
+
} from "./chunk-CZMZHA7U.mjs";
|
|
104
79
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
80
|
+
riskRating
|
|
81
|
+
} from "./chunk-CNYKIUVC.mjs";
|
|
107
82
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
83
|
+
scrollArea
|
|
84
|
+
} from "./chunk-SPQE7K66.mjs";
|
|
85
|
+
import {
|
|
86
|
+
sectionRow
|
|
87
|
+
} from "./chunk-CC225WUG.mjs";
|
|
110
88
|
import {
|
|
111
89
|
kbd
|
|
112
90
|
} from "./chunk-BETLBSSF.mjs";
|
|
@@ -120,17 +98,17 @@ import {
|
|
|
120
98
|
message
|
|
121
99
|
} from "./chunk-PHVYOUMA.mjs";
|
|
122
100
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
101
|
+
pageHeader
|
|
102
|
+
} from "./chunk-HAVJ6EQ6.mjs";
|
|
125
103
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
104
|
+
pageLayout
|
|
105
|
+
} from "./chunk-OULAICSC.mjs";
|
|
128
106
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
107
|
+
popover
|
|
108
|
+
} from "./chunk-TQVRNEIH.mjs";
|
|
131
109
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
110
|
+
previewCard
|
|
111
|
+
} from "./chunk-GWRIERN6.mjs";
|
|
134
112
|
import {
|
|
135
113
|
imageCrop
|
|
136
114
|
} from "./chunk-GMFZLUU4.mjs";
|
|
@@ -141,20 +119,17 @@ import {
|
|
|
141
119
|
impactCard
|
|
142
120
|
} from "./chunk-EJSDSK3G.mjs";
|
|
143
121
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
146
|
-
import {
|
|
147
|
-
dialog
|
|
148
|
-
} from "./chunk-OJDCD74N.mjs";
|
|
122
|
+
inputGroup
|
|
123
|
+
} from "./chunk-HWEYNK3O.mjs";
|
|
149
124
|
import {
|
|
150
|
-
|
|
151
|
-
} from "./chunk-
|
|
125
|
+
inputWrapper
|
|
126
|
+
} from "./chunk-VSVGOX3P.mjs";
|
|
152
127
|
import {
|
|
153
|
-
|
|
154
|
-
} from "./chunk-
|
|
128
|
+
integrationCard
|
|
129
|
+
} from "./chunk-QOW6FLZ6.mjs";
|
|
155
130
|
import {
|
|
156
131
|
editorBasic
|
|
157
|
-
} from "./chunk-
|
|
132
|
+
} from "./chunk-D6QIZF4L.mjs";
|
|
158
133
|
import {
|
|
159
134
|
editorSpinner
|
|
160
135
|
} from "./chunk-TVC4THD6.mjs";
|
|
@@ -166,17 +141,17 @@ import {
|
|
|
166
141
|
avatarUpload
|
|
167
142
|
} from "./chunk-QGL2OK4B.mjs";
|
|
168
143
|
import {
|
|
169
|
-
|
|
170
|
-
} from "./chunk-
|
|
144
|
+
filter
|
|
145
|
+
} from "./chunk-GT463S76.mjs";
|
|
171
146
|
import {
|
|
172
|
-
|
|
173
|
-
} from "./chunk-
|
|
147
|
+
frameworkRow
|
|
148
|
+
} from "./chunk-TPFAZH22.mjs";
|
|
174
149
|
import {
|
|
175
|
-
|
|
176
|
-
} from "./chunk-
|
|
150
|
+
heading
|
|
151
|
+
} from "./chunk-NWKBPO37.mjs";
|
|
177
152
|
import {
|
|
178
|
-
|
|
179
|
-
} from "./chunk-
|
|
153
|
+
hoverCard
|
|
154
|
+
} from "./chunk-UTCVHVWF.mjs";
|
|
180
155
|
import {
|
|
181
156
|
controlExtension
|
|
182
157
|
} from "./chunk-M4TXKRUU.mjs";
|
|
@@ -190,17 +165,17 @@ import {
|
|
|
190
165
|
dataTable
|
|
191
166
|
} from "./chunk-GNYTZGE5.mjs";
|
|
192
167
|
import {
|
|
193
|
-
|
|
194
|
-
} from "./chunk-
|
|
168
|
+
drawer
|
|
169
|
+
} from "./chunk-7V3NMVQH.mjs";
|
|
195
170
|
import {
|
|
196
|
-
|
|
197
|
-
} from "./chunk-
|
|
171
|
+
dialog
|
|
172
|
+
} from "./chunk-OJDCD74N.mjs";
|
|
198
173
|
import {
|
|
199
|
-
|
|
200
|
-
} from "./chunk-
|
|
174
|
+
dropdownMenu
|
|
175
|
+
} from "./chunk-BWUVMOSV.mjs";
|
|
201
176
|
import {
|
|
202
|
-
|
|
203
|
-
} from "./chunk-
|
|
177
|
+
editableText
|
|
178
|
+
} from "./chunk-GZJAA5RZ.mjs";
|
|
204
179
|
import {
|
|
205
180
|
card
|
|
206
181
|
} from "./chunk-5YHTCPJL.mjs";
|
|
@@ -214,14 +189,17 @@ import {
|
|
|
214
189
|
code
|
|
215
190
|
} from "./chunk-VQ2OAHGP.mjs";
|
|
216
191
|
import {
|
|
217
|
-
|
|
218
|
-
} from "./chunk-
|
|
192
|
+
colorHighlightButton
|
|
193
|
+
} from "./chunk-CPERWXKN.mjs";
|
|
219
194
|
import {
|
|
220
|
-
|
|
221
|
-
} from "./chunk-
|
|
195
|
+
combobox
|
|
196
|
+
} from "./chunk-3T7EOMXR.mjs";
|
|
222
197
|
import {
|
|
223
|
-
|
|
224
|
-
} from "./chunk-
|
|
198
|
+
command
|
|
199
|
+
} from "./chunk-YPHFKGNI.mjs";
|
|
200
|
+
import {
|
|
201
|
+
complianceBadge
|
|
202
|
+
} from "./chunk-RZ45NVOH.mjs";
|
|
225
203
|
import {
|
|
226
204
|
autocomplete
|
|
227
205
|
} from "./chunk-OHZBQRA4.mjs";
|
|
@@ -234,12 +212,34 @@ import {
|
|
|
234
212
|
} from "./chunk-XCLEKBCJ.mjs";
|
|
235
213
|
import {
|
|
236
214
|
avatar
|
|
237
|
-
} from "./chunk-
|
|
238
|
-
import "./chunk-7T563RF7.mjs";
|
|
239
|
-
import "./chunk-6IZPAS4O.mjs";
|
|
215
|
+
} from "./chunk-VPA2TZYQ.mjs";
|
|
240
216
|
import {
|
|
241
217
|
blankstate
|
|
242
218
|
} from "./chunk-DICHD74Q.mjs";
|
|
219
|
+
import {
|
|
220
|
+
breadcrumb
|
|
221
|
+
} from "./chunk-W6TZSSAU.mjs";
|
|
222
|
+
import {
|
|
223
|
+
button
|
|
224
|
+
} from "./chunk-GNJCCXFJ.mjs";
|
|
225
|
+
import {
|
|
226
|
+
calendar
|
|
227
|
+
} from "./chunk-JWF5ABNP.mjs";
|
|
228
|
+
import {
|
|
229
|
+
callout
|
|
230
|
+
} from "./chunk-A3F4CV54.mjs";
|
|
231
|
+
import "./chunk-6IZPAS4O.mjs";
|
|
232
|
+
import "./chunk-XSN6P5JL.mjs";
|
|
233
|
+
import "./chunk-7T563RF7.mjs";
|
|
234
|
+
import {
|
|
235
|
+
accordion
|
|
236
|
+
} from "./chunk-AEWKHJEI.mjs";
|
|
237
|
+
import {
|
|
238
|
+
alertDialog
|
|
239
|
+
} from "./chunk-XGUDXC5P.mjs";
|
|
240
|
+
import {
|
|
241
|
+
auditInfo
|
|
242
|
+
} from "./chunk-CPAF7VNM.mjs";
|
|
243
243
|
export {
|
|
244
244
|
accordion,
|
|
245
245
|
alertDialog,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.25.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.59"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
colorVariants
|
|
3
|
-
} from "./chunk-7T563RF7.mjs";
|
|
4
1
|
import {
|
|
5
2
|
focusVisibleClasses,
|
|
6
3
|
translateCenterClasses
|
|
7
4
|
} from "./chunk-6IZPAS4O.mjs";
|
|
5
|
+
import {
|
|
6
|
+
colorVariants
|
|
7
|
+
} from "./chunk-7T563RF7.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/avatar.ts
|
|
10
10
|
import { tv } from "tailwind-variants";
|