@kopexa/theme 17.25.0 → 17.25.2
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-RGZCKQNI.mjs → chunk-7Q2RNHL5.mjs} +1 -1
- package/dist/{chunk-D6QIZF4L.mjs → chunk-Y6TL33SI.mjs} +4 -11
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.mjs +2 -2
- 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 +90 -90
- package/dist/components/skeleton-avatar.mjs +3 -3
- package/dist/index.js +4 -11
- package/dist/index.mjs +91 -91
- package/package.json +2 -2
- package/dist/{chunk-VPA2TZYQ.mjs → chunk-D5FKEY7B.mjs} +3 -3
- package/dist/{chunk-GNJCCXFJ.mjs → chunk-OTETLRUE.mjs} +3 -3
|
@@ -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: {
|
|
@@ -1,4 +1,16 @@
|
|
|
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";
|
|
2
14
|
import {
|
|
3
15
|
toggleRow
|
|
4
16
|
} from "../chunk-F7MJHRZX.mjs";
|
|
@@ -11,6 +23,18 @@ import {
|
|
|
11
23
|
import {
|
|
12
24
|
variableNode
|
|
13
25
|
} 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";
|
|
14
38
|
import {
|
|
15
39
|
standardChip
|
|
16
40
|
} from "../chunk-XQZL7LCP.mjs";
|
|
@@ -24,17 +48,17 @@ import {
|
|
|
24
48
|
tabNav
|
|
25
49
|
} from "../chunk-ZLM6Z3W2.mjs";
|
|
26
50
|
import {
|
|
27
|
-
|
|
28
|
-
} from "../chunk-
|
|
51
|
+
riskIndicator
|
|
52
|
+
} from "../chunk-CZMZHA7U.mjs";
|
|
29
53
|
import {
|
|
30
|
-
|
|
31
|
-
} from "../chunk-
|
|
54
|
+
riskRating
|
|
55
|
+
} from "../chunk-CNYKIUVC.mjs";
|
|
32
56
|
import {
|
|
33
|
-
|
|
34
|
-
} from "../chunk-
|
|
57
|
+
scrollArea
|
|
58
|
+
} from "../chunk-SPQE7K66.mjs";
|
|
35
59
|
import {
|
|
36
|
-
|
|
37
|
-
} from "../chunk-
|
|
60
|
+
sectionRow
|
|
61
|
+
} from "../chunk-CC225WUG.mjs";
|
|
38
62
|
import {
|
|
39
63
|
select
|
|
40
64
|
} from "../chunk-KPVLNOO5.mjs";
|
|
@@ -48,19 +72,19 @@ import {
|
|
|
48
72
|
} from "../chunk-2Z4QAY6O.mjs";
|
|
49
73
|
import {
|
|
50
74
|
skeletonAvatar
|
|
51
|
-
} from "../chunk-
|
|
75
|
+
} from "../chunk-7Q2RNHL5.mjs";
|
|
52
76
|
import {
|
|
53
|
-
|
|
54
|
-
} from "../chunk-
|
|
77
|
+
pageHeader
|
|
78
|
+
} from "../chunk-HAVJ6EQ6.mjs";
|
|
55
79
|
import {
|
|
56
|
-
|
|
57
|
-
} from "../chunk-
|
|
80
|
+
pageLayout
|
|
81
|
+
} from "../chunk-OULAICSC.mjs";
|
|
58
82
|
import {
|
|
59
|
-
|
|
60
|
-
} from "../chunk-
|
|
83
|
+
popover
|
|
84
|
+
} from "../chunk-TQVRNEIH.mjs";
|
|
61
85
|
import {
|
|
62
|
-
|
|
63
|
-
} from "../chunk-
|
|
86
|
+
previewCard
|
|
87
|
+
} from "../chunk-GWRIERN6.mjs";
|
|
64
88
|
import {
|
|
65
89
|
promptInput
|
|
66
90
|
} from "../chunk-UCVBVFHQ.mjs";
|
|
@@ -74,17 +98,14 @@ import {
|
|
|
74
98
|
riskBadge
|
|
75
99
|
} from "../chunk-V2J5XG34.mjs";
|
|
76
100
|
import {
|
|
77
|
-
|
|
78
|
-
} from "../chunk-
|
|
79
|
-
import {
|
|
80
|
-
riskRating
|
|
81
|
-
} from "../chunk-CNYKIUVC.mjs";
|
|
101
|
+
inputGroup
|
|
102
|
+
} from "../chunk-HWEYNK3O.mjs";
|
|
82
103
|
import {
|
|
83
|
-
|
|
84
|
-
} from "../chunk-
|
|
104
|
+
inputWrapper
|
|
105
|
+
} from "../chunk-VSVGOX3P.mjs";
|
|
85
106
|
import {
|
|
86
|
-
|
|
87
|
-
} from "../chunk-
|
|
107
|
+
integrationCard
|
|
108
|
+
} from "../chunk-QOW6FLZ6.mjs";
|
|
88
109
|
import {
|
|
89
110
|
kbd
|
|
90
111
|
} from "../chunk-BETLBSSF.mjs";
|
|
@@ -98,17 +119,17 @@ import {
|
|
|
98
119
|
message
|
|
99
120
|
} from "../chunk-PHVYOUMA.mjs";
|
|
100
121
|
import {
|
|
101
|
-
|
|
102
|
-
} from "../chunk-
|
|
122
|
+
filter
|
|
123
|
+
} from "../chunk-GT463S76.mjs";
|
|
103
124
|
import {
|
|
104
|
-
|
|
105
|
-
} from "../chunk-
|
|
125
|
+
frameworkRow
|
|
126
|
+
} from "../chunk-TPFAZH22.mjs";
|
|
106
127
|
import {
|
|
107
|
-
|
|
108
|
-
} from "../chunk-
|
|
128
|
+
heading
|
|
129
|
+
} from "../chunk-NWKBPO37.mjs";
|
|
109
130
|
import {
|
|
110
|
-
|
|
111
|
-
} from "../chunk-
|
|
131
|
+
hoverCard
|
|
132
|
+
} from "../chunk-UTCVHVWF.mjs";
|
|
112
133
|
import {
|
|
113
134
|
imageCrop
|
|
114
135
|
} from "../chunk-GMFZLUU4.mjs";
|
|
@@ -119,17 +140,20 @@ import {
|
|
|
119
140
|
impactCard
|
|
120
141
|
} from "../chunk-EJSDSK3G.mjs";
|
|
121
142
|
import {
|
|
122
|
-
|
|
123
|
-
} from "../chunk-
|
|
143
|
+
drawer
|
|
144
|
+
} from "../chunk-7V3NMVQH.mjs";
|
|
124
145
|
import {
|
|
125
|
-
|
|
126
|
-
} from "../chunk-
|
|
146
|
+
dialog
|
|
147
|
+
} from "../chunk-OJDCD74N.mjs";
|
|
127
148
|
import {
|
|
128
|
-
|
|
129
|
-
} from "../chunk-
|
|
149
|
+
dropdownMenu
|
|
150
|
+
} from "../chunk-BWUVMOSV.mjs";
|
|
151
|
+
import {
|
|
152
|
+
editableText
|
|
153
|
+
} from "../chunk-GZJAA5RZ.mjs";
|
|
130
154
|
import {
|
|
131
155
|
editorBasic
|
|
132
|
-
} from "../chunk-
|
|
156
|
+
} from "../chunk-Y6TL33SI.mjs";
|
|
133
157
|
import {
|
|
134
158
|
editorSpinner
|
|
135
159
|
} from "../chunk-TVC4THD6.mjs";
|
|
@@ -141,17 +165,17 @@ import {
|
|
|
141
165
|
avatarUpload
|
|
142
166
|
} from "../chunk-QGL2OK4B.mjs";
|
|
143
167
|
import {
|
|
144
|
-
|
|
145
|
-
} from "../chunk-
|
|
168
|
+
colorHighlightButton
|
|
169
|
+
} from "../chunk-CPERWXKN.mjs";
|
|
146
170
|
import {
|
|
147
|
-
|
|
148
|
-
} from "../chunk-
|
|
171
|
+
combobox
|
|
172
|
+
} from "../chunk-3T7EOMXR.mjs";
|
|
149
173
|
import {
|
|
150
|
-
|
|
151
|
-
} from "../chunk-
|
|
174
|
+
command
|
|
175
|
+
} from "../chunk-YPHFKGNI.mjs";
|
|
152
176
|
import {
|
|
153
|
-
|
|
154
|
-
} from "../chunk-
|
|
177
|
+
complianceBadge
|
|
178
|
+
} from "../chunk-RZ45NVOH.mjs";
|
|
155
179
|
import {
|
|
156
180
|
controlExtension
|
|
157
181
|
} from "../chunk-M4TXKRUU.mjs";
|
|
@@ -165,17 +189,17 @@ import {
|
|
|
165
189
|
dataTable
|
|
166
190
|
} from "../chunk-GNYTZGE5.mjs";
|
|
167
191
|
import {
|
|
168
|
-
|
|
169
|
-
} from "../chunk-
|
|
192
|
+
breadcrumb
|
|
193
|
+
} from "../chunk-W6TZSSAU.mjs";
|
|
170
194
|
import {
|
|
171
|
-
|
|
172
|
-
} from "../chunk-
|
|
195
|
+
button
|
|
196
|
+
} from "../chunk-OTETLRUE.mjs";
|
|
173
197
|
import {
|
|
174
|
-
|
|
175
|
-
} from "../chunk-
|
|
198
|
+
calendar
|
|
199
|
+
} from "../chunk-JWF5ABNP.mjs";
|
|
176
200
|
import {
|
|
177
|
-
|
|
178
|
-
} from "../chunk-
|
|
201
|
+
callout
|
|
202
|
+
} from "../chunk-A3F4CV54.mjs";
|
|
179
203
|
import {
|
|
180
204
|
card
|
|
181
205
|
} from "../chunk-5YHTCPJL.mjs";
|
|
@@ -189,17 +213,14 @@ import {
|
|
|
189
213
|
code
|
|
190
214
|
} from "../chunk-VQ2OAHGP.mjs";
|
|
191
215
|
import {
|
|
192
|
-
|
|
193
|
-
} from "../chunk-
|
|
194
|
-
import {
|
|
195
|
-
combobox
|
|
196
|
-
} from "../chunk-3T7EOMXR.mjs";
|
|
216
|
+
accordion
|
|
217
|
+
} from "../chunk-AEWKHJEI.mjs";
|
|
197
218
|
import {
|
|
198
|
-
|
|
199
|
-
} from "../chunk-
|
|
219
|
+
alertDialog
|
|
220
|
+
} from "../chunk-XGUDXC5P.mjs";
|
|
200
221
|
import {
|
|
201
|
-
|
|
202
|
-
} from "../chunk-
|
|
222
|
+
auditInfo
|
|
223
|
+
} from "../chunk-CPAF7VNM.mjs";
|
|
203
224
|
import {
|
|
204
225
|
autocomplete
|
|
205
226
|
} from "../chunk-OHZBQRA4.mjs";
|
|
@@ -212,33 +233,12 @@ import {
|
|
|
212
233
|
} from "../chunk-XCLEKBCJ.mjs";
|
|
213
234
|
import {
|
|
214
235
|
avatar
|
|
215
|
-
} from "../chunk-
|
|
236
|
+
} from "../chunk-D5FKEY7B.mjs";
|
|
237
|
+
import "../chunk-7T563RF7.mjs";
|
|
238
|
+
import "../chunk-6IZPAS4O.mjs";
|
|
216
239
|
import {
|
|
217
240
|
blankstate
|
|
218
241
|
} 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-6IZPAS4O.mjs";
|
|
3
|
+
} from "../chunk-7Q2RNHL5.mjs";
|
|
4
|
+
import "../chunk-D5FKEY7B.mjs";
|
|
6
5
|
import "../chunk-7T563RF7.mjs";
|
|
6
|
+
import "../chunk-6IZPAS4O.mjs";
|
|
7
7
|
export {
|
|
8
8
|
skeletonAvatar
|
|
9
9
|
};
|
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
|
@@ -1,4 +1,17 @@
|
|
|
1
|
+
import "./chunk-XSN6P5JL.mjs";
|
|
1
2
|
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";
|
|
2
15
|
import {
|
|
3
16
|
toggleRow
|
|
4
17
|
} from "./chunk-F7MJHRZX.mjs";
|
|
@@ -11,6 +24,18 @@ import {
|
|
|
11
24
|
import {
|
|
12
25
|
variableNode
|
|
13
26
|
} 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";
|
|
14
39
|
import {
|
|
15
40
|
standardChip
|
|
16
41
|
} from "./chunk-XQZL7LCP.mjs";
|
|
@@ -24,17 +49,17 @@ import {
|
|
|
24
49
|
tabNav
|
|
25
50
|
} from "./chunk-ZLM6Z3W2.mjs";
|
|
26
51
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
52
|
+
riskIndicator
|
|
53
|
+
} from "./chunk-CZMZHA7U.mjs";
|
|
29
54
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
55
|
+
riskRating
|
|
56
|
+
} from "./chunk-CNYKIUVC.mjs";
|
|
32
57
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
58
|
+
scrollArea
|
|
59
|
+
} from "./chunk-SPQE7K66.mjs";
|
|
35
60
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
61
|
+
sectionRow
|
|
62
|
+
} from "./chunk-CC225WUG.mjs";
|
|
38
63
|
import {
|
|
39
64
|
select
|
|
40
65
|
} from "./chunk-KPVLNOO5.mjs";
|
|
@@ -48,19 +73,19 @@ import {
|
|
|
48
73
|
} from "./chunk-2Z4QAY6O.mjs";
|
|
49
74
|
import {
|
|
50
75
|
skeletonAvatar
|
|
51
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-7Q2RNHL5.mjs";
|
|
52
77
|
import {
|
|
53
|
-
|
|
54
|
-
} from "./chunk-
|
|
78
|
+
pageHeader
|
|
79
|
+
} from "./chunk-HAVJ6EQ6.mjs";
|
|
55
80
|
import {
|
|
56
|
-
|
|
57
|
-
} from "./chunk-
|
|
81
|
+
pageLayout
|
|
82
|
+
} from "./chunk-OULAICSC.mjs";
|
|
58
83
|
import {
|
|
59
|
-
|
|
60
|
-
} from "./chunk-
|
|
84
|
+
popover
|
|
85
|
+
} from "./chunk-TQVRNEIH.mjs";
|
|
61
86
|
import {
|
|
62
|
-
|
|
63
|
-
} from "./chunk-
|
|
87
|
+
previewCard
|
|
88
|
+
} from "./chunk-GWRIERN6.mjs";
|
|
64
89
|
import {
|
|
65
90
|
promptInput
|
|
66
91
|
} from "./chunk-UCVBVFHQ.mjs";
|
|
@@ -74,17 +99,14 @@ import {
|
|
|
74
99
|
riskBadge
|
|
75
100
|
} from "./chunk-V2J5XG34.mjs";
|
|
76
101
|
import {
|
|
77
|
-
|
|
78
|
-
} from "./chunk-
|
|
79
|
-
import {
|
|
80
|
-
riskRating
|
|
81
|
-
} from "./chunk-CNYKIUVC.mjs";
|
|
102
|
+
inputGroup
|
|
103
|
+
} from "./chunk-HWEYNK3O.mjs";
|
|
82
104
|
import {
|
|
83
|
-
|
|
84
|
-
} from "./chunk-
|
|
105
|
+
inputWrapper
|
|
106
|
+
} from "./chunk-VSVGOX3P.mjs";
|
|
85
107
|
import {
|
|
86
|
-
|
|
87
|
-
} from "./chunk-
|
|
108
|
+
integrationCard
|
|
109
|
+
} from "./chunk-QOW6FLZ6.mjs";
|
|
88
110
|
import {
|
|
89
111
|
kbd
|
|
90
112
|
} from "./chunk-BETLBSSF.mjs";
|
|
@@ -98,17 +120,17 @@ import {
|
|
|
98
120
|
message
|
|
99
121
|
} from "./chunk-PHVYOUMA.mjs";
|
|
100
122
|
import {
|
|
101
|
-
|
|
102
|
-
} from "./chunk-
|
|
123
|
+
filter
|
|
124
|
+
} from "./chunk-GT463S76.mjs";
|
|
103
125
|
import {
|
|
104
|
-
|
|
105
|
-
} from "./chunk-
|
|
126
|
+
frameworkRow
|
|
127
|
+
} from "./chunk-TPFAZH22.mjs";
|
|
106
128
|
import {
|
|
107
|
-
|
|
108
|
-
} from "./chunk-
|
|
129
|
+
heading
|
|
130
|
+
} from "./chunk-NWKBPO37.mjs";
|
|
109
131
|
import {
|
|
110
|
-
|
|
111
|
-
} from "./chunk-
|
|
132
|
+
hoverCard
|
|
133
|
+
} from "./chunk-UTCVHVWF.mjs";
|
|
112
134
|
import {
|
|
113
135
|
imageCrop
|
|
114
136
|
} from "./chunk-GMFZLUU4.mjs";
|
|
@@ -119,17 +141,20 @@ import {
|
|
|
119
141
|
impactCard
|
|
120
142
|
} from "./chunk-EJSDSK3G.mjs";
|
|
121
143
|
import {
|
|
122
|
-
|
|
123
|
-
} from "./chunk-
|
|
144
|
+
drawer
|
|
145
|
+
} from "./chunk-7V3NMVQH.mjs";
|
|
124
146
|
import {
|
|
125
|
-
|
|
126
|
-
} from "./chunk-
|
|
147
|
+
dialog
|
|
148
|
+
} from "./chunk-OJDCD74N.mjs";
|
|
127
149
|
import {
|
|
128
|
-
|
|
129
|
-
} from "./chunk-
|
|
150
|
+
dropdownMenu
|
|
151
|
+
} from "./chunk-BWUVMOSV.mjs";
|
|
152
|
+
import {
|
|
153
|
+
editableText
|
|
154
|
+
} from "./chunk-GZJAA5RZ.mjs";
|
|
130
155
|
import {
|
|
131
156
|
editorBasic
|
|
132
|
-
} from "./chunk-
|
|
157
|
+
} from "./chunk-Y6TL33SI.mjs";
|
|
133
158
|
import {
|
|
134
159
|
editorSpinner
|
|
135
160
|
} from "./chunk-TVC4THD6.mjs";
|
|
@@ -141,17 +166,17 @@ import {
|
|
|
141
166
|
avatarUpload
|
|
142
167
|
} from "./chunk-QGL2OK4B.mjs";
|
|
143
168
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
169
|
+
colorHighlightButton
|
|
170
|
+
} from "./chunk-CPERWXKN.mjs";
|
|
146
171
|
import {
|
|
147
|
-
|
|
148
|
-
} from "./chunk-
|
|
172
|
+
combobox
|
|
173
|
+
} from "./chunk-3T7EOMXR.mjs";
|
|
149
174
|
import {
|
|
150
|
-
|
|
151
|
-
} from "./chunk-
|
|
175
|
+
command
|
|
176
|
+
} from "./chunk-YPHFKGNI.mjs";
|
|
152
177
|
import {
|
|
153
|
-
|
|
154
|
-
} from "./chunk-
|
|
178
|
+
complianceBadge
|
|
179
|
+
} from "./chunk-RZ45NVOH.mjs";
|
|
155
180
|
import {
|
|
156
181
|
controlExtension
|
|
157
182
|
} from "./chunk-M4TXKRUU.mjs";
|
|
@@ -165,17 +190,17 @@ import {
|
|
|
165
190
|
dataTable
|
|
166
191
|
} from "./chunk-GNYTZGE5.mjs";
|
|
167
192
|
import {
|
|
168
|
-
|
|
169
|
-
} from "./chunk-
|
|
193
|
+
breadcrumb
|
|
194
|
+
} from "./chunk-W6TZSSAU.mjs";
|
|
170
195
|
import {
|
|
171
|
-
|
|
172
|
-
} from "./chunk-
|
|
196
|
+
button
|
|
197
|
+
} from "./chunk-OTETLRUE.mjs";
|
|
173
198
|
import {
|
|
174
|
-
|
|
175
|
-
} from "./chunk-
|
|
199
|
+
calendar
|
|
200
|
+
} from "./chunk-JWF5ABNP.mjs";
|
|
176
201
|
import {
|
|
177
|
-
|
|
178
|
-
} from "./chunk-
|
|
202
|
+
callout
|
|
203
|
+
} from "./chunk-A3F4CV54.mjs";
|
|
179
204
|
import {
|
|
180
205
|
card
|
|
181
206
|
} from "./chunk-5YHTCPJL.mjs";
|
|
@@ -189,17 +214,14 @@ import {
|
|
|
189
214
|
code
|
|
190
215
|
} from "./chunk-VQ2OAHGP.mjs";
|
|
191
216
|
import {
|
|
192
|
-
|
|
193
|
-
} from "./chunk-
|
|
194
|
-
import {
|
|
195
|
-
combobox
|
|
196
|
-
} from "./chunk-3T7EOMXR.mjs";
|
|
217
|
+
accordion
|
|
218
|
+
} from "./chunk-AEWKHJEI.mjs";
|
|
197
219
|
import {
|
|
198
|
-
|
|
199
|
-
} from "./chunk-
|
|
220
|
+
alertDialog
|
|
221
|
+
} from "./chunk-XGUDXC5P.mjs";
|
|
200
222
|
import {
|
|
201
|
-
|
|
202
|
-
} from "./chunk-
|
|
223
|
+
auditInfo
|
|
224
|
+
} from "./chunk-CPAF7VNM.mjs";
|
|
203
225
|
import {
|
|
204
226
|
autocomplete
|
|
205
227
|
} from "./chunk-OHZBQRA4.mjs";
|
|
@@ -212,34 +234,12 @@ import {
|
|
|
212
234
|
} from "./chunk-XCLEKBCJ.mjs";
|
|
213
235
|
import {
|
|
214
236
|
avatar
|
|
215
|
-
} from "./chunk-
|
|
237
|
+
} from "./chunk-D5FKEY7B.mjs";
|
|
238
|
+
import "./chunk-7T563RF7.mjs";
|
|
239
|
+
import "./chunk-6IZPAS4O.mjs";
|
|
216
240
|
import {
|
|
217
241
|
blankstate
|
|
218
242
|
} 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.25.
|
|
3
|
+
"version": "17.25.2",
|
|
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.61"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import {
|
|
2
|
+
colorVariants
|
|
3
|
+
} from "./chunk-7T563RF7.mjs";
|
|
1
4
|
import {
|
|
2
5
|
focusVisibleClasses,
|
|
3
6
|
translateCenterClasses
|
|
4
7
|
} 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";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
focusVisibleClasses
|
|
3
|
-
} from "./chunk-6IZPAS4O.mjs";
|
|
4
1
|
import {
|
|
5
2
|
colorVariants
|
|
6
3
|
} from "./chunk-7T563RF7.mjs";
|
|
4
|
+
import {
|
|
5
|
+
focusVisibleClasses
|
|
6
|
+
} from "./chunk-6IZPAS4O.mjs";
|
|
7
7
|
|
|
8
8
|
// src/components/button.ts
|
|
9
9
|
import { tv } from "tailwind-variants";
|