@kopexa/theme 17.22.1 → 17.22.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-XDBCPDGQ.mjs → chunk-GZJAA5RZ.mjs} +2 -2
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.mjs +2 -2
- package/dist/components/editable-text.js +2 -2
- package/dist/components/editable-text.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +89 -89
- package/dist/components/skeleton-avatar.mjs +3 -3
- package/dist/index.js +2 -2
- package/dist/index.mjs +90 -90
- 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
|
@@ -9,11 +9,11 @@ var editableText = tv({
|
|
|
9
9
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
10
10
|
],
|
|
11
11
|
input: [
|
|
12
|
-
"flex-1 bg-transparent border-none outline-none",
|
|
12
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none",
|
|
13
13
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2"
|
|
14
14
|
],
|
|
15
15
|
textarea: [
|
|
16
|
-
"flex-1 bg-transparent border-none outline-none resize-none",
|
|
16
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none resize-none",
|
|
17
17
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2",
|
|
18
18
|
"min-h-[60px]"
|
|
19
19
|
],
|
|
@@ -33,11 +33,11 @@ var editableText = (0, import_tailwind_variants.tv)({
|
|
|
33
33
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
34
34
|
],
|
|
35
35
|
input: [
|
|
36
|
-
"flex-1 bg-transparent border-none outline-none",
|
|
36
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none",
|
|
37
37
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2"
|
|
38
38
|
],
|
|
39
39
|
textarea: [
|
|
40
|
-
"flex-1 bg-transparent border-none outline-none resize-none",
|
|
40
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none resize-none",
|
|
41
41
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2",
|
|
42
42
|
"min-h-[60px]"
|
|
43
43
|
],
|
package/dist/components/index.js
CHANGED
|
@@ -2389,11 +2389,11 @@ var editableText = (0, import_tailwind_variants28.tv)({
|
|
|
2389
2389
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
2390
2390
|
],
|
|
2391
2391
|
input: [
|
|
2392
|
-
"flex-1 bg-transparent border-none outline-none",
|
|
2392
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none",
|
|
2393
2393
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2"
|
|
2394
2394
|
],
|
|
2395
2395
|
textarea: [
|
|
2396
|
-
"flex-1 bg-transparent border-none outline-none resize-none",
|
|
2396
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none resize-none",
|
|
2397
2397
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2",
|
|
2398
2398
|
"min-h-[60px]"
|
|
2399
2399
|
],
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import "../chunk-T3C4PJPS.mjs";
|
|
2
|
+
import {
|
|
3
|
+
tabs
|
|
4
|
+
} from "../chunk-I6M4S2KZ.mjs";
|
|
5
|
+
import {
|
|
6
|
+
textarea
|
|
7
|
+
} from "../chunk-ARLLAC5V.mjs";
|
|
8
|
+
import {
|
|
9
|
+
toc
|
|
10
|
+
} from "../chunk-ODC3GJTR.mjs";
|
|
11
|
+
import {
|
|
12
|
+
toggleRow
|
|
13
|
+
} from "../chunk-F7MJHRZX.mjs";
|
|
2
14
|
import {
|
|
3
15
|
toolbar
|
|
4
16
|
} from "../chunk-2NA54PNL.mjs";
|
|
@@ -8,6 +20,18 @@ import {
|
|
|
8
20
|
import {
|
|
9
21
|
variableNode
|
|
10
22
|
} from "../chunk-EKOZ2ZVU.mjs";
|
|
23
|
+
import {
|
|
24
|
+
slashDropdownMenu
|
|
25
|
+
} from "../chunk-U4BRPFG2.mjs";
|
|
26
|
+
import {
|
|
27
|
+
spinner
|
|
28
|
+
} from "../chunk-4UDOCFU5.mjs";
|
|
29
|
+
import {
|
|
30
|
+
splitPageLayout
|
|
31
|
+
} from "../chunk-B5JVXVSG.mjs";
|
|
32
|
+
import {
|
|
33
|
+
standardChip
|
|
34
|
+
} from "../chunk-XQZL7LCP.mjs";
|
|
11
35
|
import {
|
|
12
36
|
stat
|
|
13
37
|
} from "../chunk-RTWYV4TJ.mjs";
|
|
@@ -21,17 +45,17 @@ import {
|
|
|
21
45
|
table
|
|
22
46
|
} from "../chunk-YC2FQDBV.mjs";
|
|
23
47
|
import {
|
|
24
|
-
|
|
25
|
-
} from "../chunk-
|
|
48
|
+
riskRating
|
|
49
|
+
} from "../chunk-CNYKIUVC.mjs";
|
|
26
50
|
import {
|
|
27
|
-
|
|
28
|
-
} from "../chunk-
|
|
51
|
+
scrollArea
|
|
52
|
+
} from "../chunk-SPQE7K66.mjs";
|
|
29
53
|
import {
|
|
30
|
-
|
|
31
|
-
} from "../chunk-
|
|
54
|
+
sectionRow
|
|
55
|
+
} from "../chunk-CC225WUG.mjs";
|
|
32
56
|
import {
|
|
33
|
-
|
|
34
|
-
} from "../chunk-
|
|
57
|
+
select
|
|
58
|
+
} from "../chunk-KPVLNOO5.mjs";
|
|
35
59
|
import {
|
|
36
60
|
separator
|
|
37
61
|
} from "../chunk-LM7MKBHT.mjs";
|
|
@@ -42,22 +66,22 @@ import {
|
|
|
42
66
|
} from "../chunk-2Z4QAY6O.mjs";
|
|
43
67
|
import {
|
|
44
68
|
skeletonAvatar
|
|
45
|
-
} from "../chunk-
|
|
69
|
+
} from "../chunk-7Q2RNHL5.mjs";
|
|
46
70
|
import {
|
|
47
71
|
skeleton
|
|
48
72
|
} from "../chunk-VNQEJU4P.mjs";
|
|
49
73
|
import {
|
|
50
|
-
|
|
51
|
-
} from "../chunk-
|
|
74
|
+
pageLayout
|
|
75
|
+
} from "../chunk-OULAICSC.mjs";
|
|
52
76
|
import {
|
|
53
|
-
|
|
54
|
-
} from "../chunk-
|
|
77
|
+
popover
|
|
78
|
+
} from "../chunk-TQVRNEIH.mjs";
|
|
55
79
|
import {
|
|
56
|
-
|
|
57
|
-
} from "../chunk-
|
|
80
|
+
previewCard
|
|
81
|
+
} from "../chunk-GWRIERN6.mjs";
|
|
58
82
|
import {
|
|
59
|
-
|
|
60
|
-
} from "../chunk-
|
|
83
|
+
promptInput
|
|
84
|
+
} from "../chunk-UCVBVFHQ.mjs";
|
|
61
85
|
import {
|
|
62
86
|
relatedControlChip
|
|
63
87
|
} from "../chunk-NIEFB74U.mjs";
|
|
@@ -71,17 +95,14 @@ import {
|
|
|
71
95
|
riskIndicator
|
|
72
96
|
} from "../chunk-CZMZHA7U.mjs";
|
|
73
97
|
import {
|
|
74
|
-
|
|
75
|
-
} from "../chunk-
|
|
76
|
-
import {
|
|
77
|
-
scrollArea
|
|
78
|
-
} from "../chunk-SPQE7K66.mjs";
|
|
98
|
+
inputWrapper
|
|
99
|
+
} from "../chunk-VSVGOX3P.mjs";
|
|
79
100
|
import {
|
|
80
|
-
|
|
81
|
-
} from "../chunk-
|
|
101
|
+
integrationCard
|
|
102
|
+
} from "../chunk-QOW6FLZ6.mjs";
|
|
82
103
|
import {
|
|
83
|
-
|
|
84
|
-
} from "../chunk-
|
|
104
|
+
kbd
|
|
105
|
+
} from "../chunk-BETLBSSF.mjs";
|
|
85
106
|
import {
|
|
86
107
|
label
|
|
87
108
|
} from "../chunk-LMCM4CW2.mjs";
|
|
@@ -95,17 +116,17 @@ import {
|
|
|
95
116
|
pageHeader
|
|
96
117
|
} from "../chunk-HAVJ6EQ6.mjs";
|
|
97
118
|
import {
|
|
98
|
-
|
|
99
|
-
} from "../chunk-
|
|
119
|
+
frameworkRow
|
|
120
|
+
} from "../chunk-TPFAZH22.mjs";
|
|
100
121
|
import {
|
|
101
|
-
|
|
102
|
-
} from "../chunk-
|
|
122
|
+
heading
|
|
123
|
+
} from "../chunk-NWKBPO37.mjs";
|
|
103
124
|
import {
|
|
104
|
-
|
|
105
|
-
} from "../chunk-
|
|
125
|
+
hoverCard
|
|
126
|
+
} from "../chunk-UTCVHVWF.mjs";
|
|
106
127
|
import {
|
|
107
|
-
|
|
108
|
-
} from "../chunk-
|
|
128
|
+
imageCrop
|
|
129
|
+
} from "../chunk-GMFZLUU4.mjs";
|
|
109
130
|
import {
|
|
110
131
|
imagePlaceholder
|
|
111
132
|
} from "../chunk-VO435JJ5.mjs";
|
|
@@ -116,14 +137,17 @@ import {
|
|
|
116
137
|
inputGroup
|
|
117
138
|
} from "../chunk-HWEYNK3O.mjs";
|
|
118
139
|
import {
|
|
119
|
-
|
|
120
|
-
} from "../chunk-
|
|
140
|
+
drawer
|
|
141
|
+
} from "../chunk-7V3NMVQH.mjs";
|
|
121
142
|
import {
|
|
122
|
-
|
|
123
|
-
} from "../chunk-
|
|
143
|
+
dialog
|
|
144
|
+
} from "../chunk-OJDCD74N.mjs";
|
|
124
145
|
import {
|
|
125
|
-
|
|
126
|
-
} from "../chunk-
|
|
146
|
+
dropdownMenu
|
|
147
|
+
} from "../chunk-3PCDCW7G.mjs";
|
|
148
|
+
import {
|
|
149
|
+
editableText
|
|
150
|
+
} from "../chunk-GZJAA5RZ.mjs";
|
|
127
151
|
import {
|
|
128
152
|
editorBasic
|
|
129
153
|
} from "../chunk-LPNA4ATD.mjs";
|
|
@@ -137,17 +161,17 @@ import {
|
|
|
137
161
|
filter
|
|
138
162
|
} from "../chunk-GT463S76.mjs";
|
|
139
163
|
import {
|
|
140
|
-
|
|
141
|
-
} from "../chunk-
|
|
164
|
+
colorHighlightButton
|
|
165
|
+
} from "../chunk-CPERWXKN.mjs";
|
|
142
166
|
import {
|
|
143
|
-
|
|
144
|
-
} from "../chunk-
|
|
167
|
+
combobox
|
|
168
|
+
} from "../chunk-3T7EOMXR.mjs";
|
|
145
169
|
import {
|
|
146
|
-
|
|
147
|
-
} from "../chunk-
|
|
170
|
+
command
|
|
171
|
+
} from "../chunk-YPHFKGNI.mjs";
|
|
148
172
|
import {
|
|
149
|
-
|
|
150
|
-
} from "../chunk-
|
|
173
|
+
complianceBadge
|
|
174
|
+
} from "../chunk-RZ45NVOH.mjs";
|
|
151
175
|
import {
|
|
152
176
|
controlExtension
|
|
153
177
|
} from "../chunk-M4TXKRUU.mjs";
|
|
@@ -161,17 +185,17 @@ import {
|
|
|
161
185
|
dataTable
|
|
162
186
|
} from "../chunk-GNYTZGE5.mjs";
|
|
163
187
|
import {
|
|
164
|
-
|
|
165
|
-
} from "../chunk-
|
|
188
|
+
breadcrumb
|
|
189
|
+
} from "../chunk-W6TZSSAU.mjs";
|
|
166
190
|
import {
|
|
167
|
-
|
|
168
|
-
} from "../chunk-
|
|
191
|
+
button
|
|
192
|
+
} from "../chunk-OTETLRUE.mjs";
|
|
169
193
|
import {
|
|
170
|
-
|
|
171
|
-
} from "../chunk-
|
|
194
|
+
calendar
|
|
195
|
+
} from "../chunk-JWF5ABNP.mjs";
|
|
172
196
|
import {
|
|
173
|
-
|
|
174
|
-
} from "../chunk-
|
|
197
|
+
callout
|
|
198
|
+
} from "../chunk-A3F4CV54.mjs";
|
|
175
199
|
import {
|
|
176
200
|
card
|
|
177
201
|
} from "../chunk-5YHTCPJL.mjs";
|
|
@@ -185,17 +209,14 @@ import {
|
|
|
185
209
|
code
|
|
186
210
|
} from "../chunk-VQ2OAHGP.mjs";
|
|
187
211
|
import {
|
|
188
|
-
|
|
189
|
-
} from "../chunk-
|
|
190
|
-
import {
|
|
191
|
-
combobox
|
|
192
|
-
} from "../chunk-3T7EOMXR.mjs";
|
|
212
|
+
accordion
|
|
213
|
+
} from "../chunk-AEWKHJEI.mjs";
|
|
193
214
|
import {
|
|
194
|
-
|
|
195
|
-
} from "../chunk-
|
|
215
|
+
alertDialog
|
|
216
|
+
} from "../chunk-XGUDXC5P.mjs";
|
|
196
217
|
import {
|
|
197
|
-
|
|
198
|
-
} from "../chunk-
|
|
218
|
+
auditInfo
|
|
219
|
+
} from "../chunk-CPAF7VNM.mjs";
|
|
199
220
|
import {
|
|
200
221
|
autocomplete
|
|
201
222
|
} from "../chunk-OHZBQRA4.mjs";
|
|
@@ -208,33 +229,12 @@ import {
|
|
|
208
229
|
} from "../chunk-XCLEKBCJ.mjs";
|
|
209
230
|
import {
|
|
210
231
|
avatar
|
|
211
|
-
} from "../chunk-
|
|
232
|
+
} from "../chunk-D5FKEY7B.mjs";
|
|
233
|
+
import "../chunk-7T563RF7.mjs";
|
|
234
|
+
import "../chunk-6IZPAS4O.mjs";
|
|
212
235
|
import {
|
|
213
236
|
blankstate
|
|
214
237
|
} from "../chunk-DICHD74Q.mjs";
|
|
215
|
-
import {
|
|
216
|
-
breadcrumb
|
|
217
|
-
} from "../chunk-W6TZSSAU.mjs";
|
|
218
|
-
import {
|
|
219
|
-
button
|
|
220
|
-
} from "../chunk-GNJCCXFJ.mjs";
|
|
221
|
-
import {
|
|
222
|
-
calendar
|
|
223
|
-
} from "../chunk-JWF5ABNP.mjs";
|
|
224
|
-
import {
|
|
225
|
-
callout
|
|
226
|
-
} from "../chunk-A3F4CV54.mjs";
|
|
227
|
-
import "../chunk-6IZPAS4O.mjs";
|
|
228
|
-
import "../chunk-7T563RF7.mjs";
|
|
229
|
-
import {
|
|
230
|
-
accordion
|
|
231
|
-
} from "../chunk-AEWKHJEI.mjs";
|
|
232
|
-
import {
|
|
233
|
-
alertDialog
|
|
234
|
-
} from "../chunk-XGUDXC5P.mjs";
|
|
235
|
-
import {
|
|
236
|
-
auditInfo
|
|
237
|
-
} from "../chunk-CPAF7VNM.mjs";
|
|
238
238
|
export {
|
|
239
239
|
accordion,
|
|
240
240
|
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
|
@@ -2389,11 +2389,11 @@ var editableText = (0, import_tailwind_variants28.tv)({
|
|
|
2389
2389
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
|
|
2390
2390
|
],
|
|
2391
2391
|
input: [
|
|
2392
|
-
"flex-1 bg-transparent border-none outline-none",
|
|
2392
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none",
|
|
2393
2393
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2"
|
|
2394
2394
|
],
|
|
2395
2395
|
textarea: [
|
|
2396
|
-
"flex-1 bg-transparent border-none outline-none resize-none",
|
|
2396
|
+
"flex-1 w-full min-w-0 bg-transparent border-none outline-none resize-none",
|
|
2397
2397
|
"ring-2 ring-primary rounded px-2 py-1 -mx-2",
|
|
2398
2398
|
"min-h-[60px]"
|
|
2399
2399
|
],
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
+
import "./chunk-XSN6P5JL.mjs";
|
|
1
2
|
import "./chunk-T3C4PJPS.mjs";
|
|
3
|
+
import {
|
|
4
|
+
tabs
|
|
5
|
+
} from "./chunk-I6M4S2KZ.mjs";
|
|
6
|
+
import {
|
|
7
|
+
textarea
|
|
8
|
+
} from "./chunk-ARLLAC5V.mjs";
|
|
9
|
+
import {
|
|
10
|
+
toc
|
|
11
|
+
} from "./chunk-ODC3GJTR.mjs";
|
|
12
|
+
import {
|
|
13
|
+
toggleRow
|
|
14
|
+
} from "./chunk-F7MJHRZX.mjs";
|
|
2
15
|
import {
|
|
3
16
|
toolbar
|
|
4
17
|
} from "./chunk-2NA54PNL.mjs";
|
|
@@ -8,6 +21,18 @@ import {
|
|
|
8
21
|
import {
|
|
9
22
|
variableNode
|
|
10
23
|
} from "./chunk-EKOZ2ZVU.mjs";
|
|
24
|
+
import {
|
|
25
|
+
slashDropdownMenu
|
|
26
|
+
} from "./chunk-U4BRPFG2.mjs";
|
|
27
|
+
import {
|
|
28
|
+
spinner
|
|
29
|
+
} from "./chunk-4UDOCFU5.mjs";
|
|
30
|
+
import {
|
|
31
|
+
splitPageLayout
|
|
32
|
+
} from "./chunk-B5JVXVSG.mjs";
|
|
33
|
+
import {
|
|
34
|
+
standardChip
|
|
35
|
+
} from "./chunk-XQZL7LCP.mjs";
|
|
11
36
|
import {
|
|
12
37
|
stat
|
|
13
38
|
} from "./chunk-RTWYV4TJ.mjs";
|
|
@@ -21,17 +46,17 @@ import {
|
|
|
21
46
|
table
|
|
22
47
|
} from "./chunk-YC2FQDBV.mjs";
|
|
23
48
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
49
|
+
riskRating
|
|
50
|
+
} from "./chunk-CNYKIUVC.mjs";
|
|
26
51
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
52
|
+
scrollArea
|
|
53
|
+
} from "./chunk-SPQE7K66.mjs";
|
|
29
54
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
55
|
+
sectionRow
|
|
56
|
+
} from "./chunk-CC225WUG.mjs";
|
|
32
57
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
58
|
+
select
|
|
59
|
+
} from "./chunk-KPVLNOO5.mjs";
|
|
35
60
|
import {
|
|
36
61
|
separator
|
|
37
62
|
} from "./chunk-LM7MKBHT.mjs";
|
|
@@ -42,22 +67,22 @@ import {
|
|
|
42
67
|
} from "./chunk-2Z4QAY6O.mjs";
|
|
43
68
|
import {
|
|
44
69
|
skeletonAvatar
|
|
45
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-7Q2RNHL5.mjs";
|
|
46
71
|
import {
|
|
47
72
|
skeleton
|
|
48
73
|
} from "./chunk-VNQEJU4P.mjs";
|
|
49
74
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunk-
|
|
75
|
+
pageLayout
|
|
76
|
+
} from "./chunk-OULAICSC.mjs";
|
|
52
77
|
import {
|
|
53
|
-
|
|
54
|
-
} from "./chunk-
|
|
78
|
+
popover
|
|
79
|
+
} from "./chunk-TQVRNEIH.mjs";
|
|
55
80
|
import {
|
|
56
|
-
|
|
57
|
-
} from "./chunk-
|
|
81
|
+
previewCard
|
|
82
|
+
} from "./chunk-GWRIERN6.mjs";
|
|
58
83
|
import {
|
|
59
|
-
|
|
60
|
-
} from "./chunk-
|
|
84
|
+
promptInput
|
|
85
|
+
} from "./chunk-UCVBVFHQ.mjs";
|
|
61
86
|
import {
|
|
62
87
|
relatedControlChip
|
|
63
88
|
} from "./chunk-NIEFB74U.mjs";
|
|
@@ -71,17 +96,14 @@ import {
|
|
|
71
96
|
riskIndicator
|
|
72
97
|
} from "./chunk-CZMZHA7U.mjs";
|
|
73
98
|
import {
|
|
74
|
-
|
|
75
|
-
} from "./chunk-
|
|
76
|
-
import {
|
|
77
|
-
scrollArea
|
|
78
|
-
} from "./chunk-SPQE7K66.mjs";
|
|
99
|
+
inputWrapper
|
|
100
|
+
} from "./chunk-VSVGOX3P.mjs";
|
|
79
101
|
import {
|
|
80
|
-
|
|
81
|
-
} from "./chunk-
|
|
102
|
+
integrationCard
|
|
103
|
+
} from "./chunk-QOW6FLZ6.mjs";
|
|
82
104
|
import {
|
|
83
|
-
|
|
84
|
-
} from "./chunk-
|
|
105
|
+
kbd
|
|
106
|
+
} from "./chunk-BETLBSSF.mjs";
|
|
85
107
|
import {
|
|
86
108
|
label
|
|
87
109
|
} from "./chunk-LMCM4CW2.mjs";
|
|
@@ -95,17 +117,17 @@ import {
|
|
|
95
117
|
pageHeader
|
|
96
118
|
} from "./chunk-HAVJ6EQ6.mjs";
|
|
97
119
|
import {
|
|
98
|
-
|
|
99
|
-
} from "./chunk-
|
|
120
|
+
frameworkRow
|
|
121
|
+
} from "./chunk-TPFAZH22.mjs";
|
|
100
122
|
import {
|
|
101
|
-
|
|
102
|
-
} from "./chunk-
|
|
123
|
+
heading
|
|
124
|
+
} from "./chunk-NWKBPO37.mjs";
|
|
103
125
|
import {
|
|
104
|
-
|
|
105
|
-
} from "./chunk-
|
|
126
|
+
hoverCard
|
|
127
|
+
} from "./chunk-UTCVHVWF.mjs";
|
|
106
128
|
import {
|
|
107
|
-
|
|
108
|
-
} from "./chunk-
|
|
129
|
+
imageCrop
|
|
130
|
+
} from "./chunk-GMFZLUU4.mjs";
|
|
109
131
|
import {
|
|
110
132
|
imagePlaceholder
|
|
111
133
|
} from "./chunk-VO435JJ5.mjs";
|
|
@@ -116,14 +138,17 @@ import {
|
|
|
116
138
|
inputGroup
|
|
117
139
|
} from "./chunk-HWEYNK3O.mjs";
|
|
118
140
|
import {
|
|
119
|
-
|
|
120
|
-
} from "./chunk-
|
|
141
|
+
drawer
|
|
142
|
+
} from "./chunk-7V3NMVQH.mjs";
|
|
121
143
|
import {
|
|
122
|
-
|
|
123
|
-
} from "./chunk-
|
|
144
|
+
dialog
|
|
145
|
+
} from "./chunk-OJDCD74N.mjs";
|
|
124
146
|
import {
|
|
125
|
-
|
|
126
|
-
} from "./chunk-
|
|
147
|
+
dropdownMenu
|
|
148
|
+
} from "./chunk-3PCDCW7G.mjs";
|
|
149
|
+
import {
|
|
150
|
+
editableText
|
|
151
|
+
} from "./chunk-GZJAA5RZ.mjs";
|
|
127
152
|
import {
|
|
128
153
|
editorBasic
|
|
129
154
|
} from "./chunk-LPNA4ATD.mjs";
|
|
@@ -137,17 +162,17 @@ import {
|
|
|
137
162
|
filter
|
|
138
163
|
} from "./chunk-GT463S76.mjs";
|
|
139
164
|
import {
|
|
140
|
-
|
|
141
|
-
} from "./chunk-
|
|
165
|
+
colorHighlightButton
|
|
166
|
+
} from "./chunk-CPERWXKN.mjs";
|
|
142
167
|
import {
|
|
143
|
-
|
|
144
|
-
} from "./chunk-
|
|
168
|
+
combobox
|
|
169
|
+
} from "./chunk-3T7EOMXR.mjs";
|
|
145
170
|
import {
|
|
146
|
-
|
|
147
|
-
} from "./chunk-
|
|
171
|
+
command
|
|
172
|
+
} from "./chunk-YPHFKGNI.mjs";
|
|
148
173
|
import {
|
|
149
|
-
|
|
150
|
-
} from "./chunk-
|
|
174
|
+
complianceBadge
|
|
175
|
+
} from "./chunk-RZ45NVOH.mjs";
|
|
151
176
|
import {
|
|
152
177
|
controlExtension
|
|
153
178
|
} from "./chunk-M4TXKRUU.mjs";
|
|
@@ -161,17 +186,17 @@ import {
|
|
|
161
186
|
dataTable
|
|
162
187
|
} from "./chunk-GNYTZGE5.mjs";
|
|
163
188
|
import {
|
|
164
|
-
|
|
165
|
-
} from "./chunk-
|
|
189
|
+
breadcrumb
|
|
190
|
+
} from "./chunk-W6TZSSAU.mjs";
|
|
166
191
|
import {
|
|
167
|
-
|
|
168
|
-
} from "./chunk-
|
|
192
|
+
button
|
|
193
|
+
} from "./chunk-OTETLRUE.mjs";
|
|
169
194
|
import {
|
|
170
|
-
|
|
171
|
-
} from "./chunk-
|
|
195
|
+
calendar
|
|
196
|
+
} from "./chunk-JWF5ABNP.mjs";
|
|
172
197
|
import {
|
|
173
|
-
|
|
174
|
-
} from "./chunk-
|
|
198
|
+
callout
|
|
199
|
+
} from "./chunk-A3F4CV54.mjs";
|
|
175
200
|
import {
|
|
176
201
|
card
|
|
177
202
|
} from "./chunk-5YHTCPJL.mjs";
|
|
@@ -185,17 +210,14 @@ import {
|
|
|
185
210
|
code
|
|
186
211
|
} from "./chunk-VQ2OAHGP.mjs";
|
|
187
212
|
import {
|
|
188
|
-
|
|
189
|
-
} from "./chunk-
|
|
190
|
-
import {
|
|
191
|
-
combobox
|
|
192
|
-
} from "./chunk-3T7EOMXR.mjs";
|
|
213
|
+
accordion
|
|
214
|
+
} from "./chunk-AEWKHJEI.mjs";
|
|
193
215
|
import {
|
|
194
|
-
|
|
195
|
-
} from "./chunk-
|
|
216
|
+
alertDialog
|
|
217
|
+
} from "./chunk-XGUDXC5P.mjs";
|
|
196
218
|
import {
|
|
197
|
-
|
|
198
|
-
} from "./chunk-
|
|
219
|
+
auditInfo
|
|
220
|
+
} from "./chunk-CPAF7VNM.mjs";
|
|
199
221
|
import {
|
|
200
222
|
autocomplete
|
|
201
223
|
} from "./chunk-OHZBQRA4.mjs";
|
|
@@ -208,34 +230,12 @@ import {
|
|
|
208
230
|
} from "./chunk-XCLEKBCJ.mjs";
|
|
209
231
|
import {
|
|
210
232
|
avatar
|
|
211
|
-
} from "./chunk-
|
|
233
|
+
} from "./chunk-D5FKEY7B.mjs";
|
|
234
|
+
import "./chunk-7T563RF7.mjs";
|
|
235
|
+
import "./chunk-6IZPAS4O.mjs";
|
|
212
236
|
import {
|
|
213
237
|
blankstate
|
|
214
238
|
} from "./chunk-DICHD74Q.mjs";
|
|
215
|
-
import {
|
|
216
|
-
breadcrumb
|
|
217
|
-
} from "./chunk-W6TZSSAU.mjs";
|
|
218
|
-
import {
|
|
219
|
-
button
|
|
220
|
-
} from "./chunk-GNJCCXFJ.mjs";
|
|
221
|
-
import {
|
|
222
|
-
calendar
|
|
223
|
-
} from "./chunk-JWF5ABNP.mjs";
|
|
224
|
-
import {
|
|
225
|
-
callout
|
|
226
|
-
} from "./chunk-A3F4CV54.mjs";
|
|
227
|
-
import "./chunk-6IZPAS4O.mjs";
|
|
228
|
-
import "./chunk-XSN6P5JL.mjs";
|
|
229
|
-
import "./chunk-7T563RF7.mjs";
|
|
230
|
-
import {
|
|
231
|
-
accordion
|
|
232
|
-
} from "./chunk-AEWKHJEI.mjs";
|
|
233
|
-
import {
|
|
234
|
-
alertDialog
|
|
235
|
-
} from "./chunk-XGUDXC5P.mjs";
|
|
236
|
-
import {
|
|
237
|
-
auditInfo
|
|
238
|
-
} from "./chunk-CPAF7VNM.mjs";
|
|
239
239
|
export {
|
|
240
240
|
accordion,
|
|
241
241
|
alertDialog,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.22.
|
|
3
|
+
"version": "17.22.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.4.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.41"
|
|
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";
|