@kopexa/theme 17.22.6 → 17.22.9
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-3PCDCW7G.mjs → chunk-BWUVMOSV.mjs} +4 -4
- package/dist/{chunk-VO435JJ5.mjs → chunk-FBHMEWWD.mjs} +7 -4
- package/dist/{chunk-7Q2RNHL5.mjs → chunk-RGZCKQNI.mjs} +1 -1
- package/dist/chunk-WQLVUMHF.mjs +71 -0
- package/dist/components/avatar.mjs +2 -2
- package/dist/components/button.mjs +2 -2
- package/dist/components/dropdown-menu.js +4 -4
- package/dist/components/dropdown-menu.mjs +1 -1
- package/dist/components/extension-table.d.mts +71 -0
- package/dist/components/extension-table.d.ts +71 -0
- package/dist/components/extension-table.js +96 -0
- package/dist/components/extension-table.mjs +8 -0
- package/dist/components/image-placeholder.d.mts +9 -0
- package/dist/components/image-placeholder.d.ts +9 -0
- package/dist/components/image-placeholder.js +7 -4
- package/dist/components/image-placeholder.mjs +1 -1
- package/dist/components/index.d.mts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +82 -8
- package/dist/components/index.mjs +85 -79
- package/dist/components/skeleton-avatar.mjs +3 -3
- package/dist/editor.css +142 -221
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +82 -8
- package/dist/index.mjs +86 -80
- package/package.json +5 -5
- package/dist/{chunk-T3C4PJPS.mjs → chunk-EWID76V7.mjs} +0 -0
- package/dist/{chunk-OTETLRUE.mjs → chunk-GNJCCXFJ.mjs} +3 -3
- package/dist/{chunk-D5FKEY7B.mjs → chunk-VPA2TZYQ.mjs} +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
import "./chunk-
|
|
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";
|
|
1
|
+
import "./chunk-EWID76V7.mjs";
|
|
12
2
|
import {
|
|
13
3
|
toggleRow
|
|
14
4
|
} from "./chunk-F7MJHRZX.mjs";
|
|
@@ -21,15 +11,6 @@ import {
|
|
|
21
11
|
import {
|
|
22
12
|
variableNode
|
|
23
13
|
} 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
14
|
import {
|
|
34
15
|
standardChip
|
|
35
16
|
} from "./chunk-XQZL7LCP.mjs";
|
|
@@ -46,14 +27,14 @@ import {
|
|
|
46
27
|
table
|
|
47
28
|
} from "./chunk-YC2FQDBV.mjs";
|
|
48
29
|
import {
|
|
49
|
-
|
|
50
|
-
} from "./chunk-
|
|
30
|
+
tabs
|
|
31
|
+
} from "./chunk-I6M4S2KZ.mjs";
|
|
51
32
|
import {
|
|
52
|
-
|
|
53
|
-
} from "./chunk-
|
|
33
|
+
textarea
|
|
34
|
+
} from "./chunk-ARLLAC5V.mjs";
|
|
54
35
|
import {
|
|
55
|
-
|
|
56
|
-
} from "./chunk-
|
|
36
|
+
toc
|
|
37
|
+
} from "./chunk-ODC3GJTR.mjs";
|
|
57
38
|
import {
|
|
58
39
|
select
|
|
59
40
|
} from "./chunk-KPVLNOO5.mjs";
|
|
@@ -67,19 +48,19 @@ import {
|
|
|
67
48
|
} from "./chunk-2Z4QAY6O.mjs";
|
|
68
49
|
import {
|
|
69
50
|
skeletonAvatar
|
|
70
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-RGZCKQNI.mjs";
|
|
71
52
|
import {
|
|
72
53
|
skeleton
|
|
73
54
|
} from "./chunk-VNQEJU4P.mjs";
|
|
74
55
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
56
|
+
slashDropdownMenu
|
|
57
|
+
} from "./chunk-U4BRPFG2.mjs";
|
|
77
58
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
59
|
+
spinner
|
|
60
|
+
} from "./chunk-4UDOCFU5.mjs";
|
|
80
61
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
62
|
+
splitPageLayout
|
|
63
|
+
} from "./chunk-B5JVXVSG.mjs";
|
|
83
64
|
import {
|
|
84
65
|
promptInput
|
|
85
66
|
} from "./chunk-UCVBVFHQ.mjs";
|
|
@@ -96,11 +77,14 @@ import {
|
|
|
96
77
|
riskIndicator
|
|
97
78
|
} from "./chunk-CZMZHA7U.mjs";
|
|
98
79
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
80
|
+
riskRating
|
|
81
|
+
} from "./chunk-CNYKIUVC.mjs";
|
|
101
82
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
83
|
+
scrollArea
|
|
84
|
+
} from "./chunk-SPQE7K66.mjs";
|
|
85
|
+
import {
|
|
86
|
+
sectionRow
|
|
87
|
+
} from "./chunk-CC225WUG.mjs";
|
|
104
88
|
import {
|
|
105
89
|
kbd
|
|
106
90
|
} from "./chunk-BETLBSSF.mjs";
|
|
@@ -117,20 +101,20 @@ import {
|
|
|
117
101
|
pageHeader
|
|
118
102
|
} from "./chunk-HAVJ6EQ6.mjs";
|
|
119
103
|
import {
|
|
120
|
-
|
|
121
|
-
} from "./chunk-
|
|
104
|
+
pageLayout
|
|
105
|
+
} from "./chunk-OULAICSC.mjs";
|
|
122
106
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
107
|
+
popover
|
|
108
|
+
} from "./chunk-TQVRNEIH.mjs";
|
|
125
109
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
110
|
+
previewCard
|
|
111
|
+
} from "./chunk-GWRIERN6.mjs";
|
|
128
112
|
import {
|
|
129
113
|
imageCrop
|
|
130
114
|
} from "./chunk-GMFZLUU4.mjs";
|
|
131
115
|
import {
|
|
132
116
|
imagePlaceholder
|
|
133
|
-
} from "./chunk-
|
|
117
|
+
} from "./chunk-FBHMEWWD.mjs";
|
|
134
118
|
import {
|
|
135
119
|
impactCard
|
|
136
120
|
} from "./chunk-EJSDSK3G.mjs";
|
|
@@ -138,23 +122,21 @@ import {
|
|
|
138
122
|
inputGroup
|
|
139
123
|
} from "./chunk-HWEYNK3O.mjs";
|
|
140
124
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
143
|
-
import {
|
|
144
|
-
dialog
|
|
145
|
-
} from "./chunk-OJDCD74N.mjs";
|
|
146
|
-
import {
|
|
147
|
-
dropdownMenu
|
|
148
|
-
} from "./chunk-3PCDCW7G.mjs";
|
|
125
|
+
inputWrapper
|
|
126
|
+
} from "./chunk-VSVGOX3P.mjs";
|
|
149
127
|
import {
|
|
150
|
-
|
|
151
|
-
} from "./chunk-
|
|
128
|
+
integrationCard
|
|
129
|
+
} from "./chunk-QOW6FLZ6.mjs";
|
|
152
130
|
import {
|
|
153
131
|
editorBasic
|
|
154
132
|
} from "./chunk-LPNA4ATD.mjs";
|
|
155
133
|
import {
|
|
156
134
|
editorSpinner
|
|
157
135
|
} from "./chunk-TVC4THD6.mjs";
|
|
136
|
+
import {
|
|
137
|
+
extensionTableHandleMenuContent,
|
|
138
|
+
tableCellHandleMenu
|
|
139
|
+
} from "./chunk-WQLVUMHF.mjs";
|
|
158
140
|
import {
|
|
159
141
|
avatarUpload
|
|
160
142
|
} from "./chunk-QGL2OK4B.mjs";
|
|
@@ -162,17 +144,14 @@ import {
|
|
|
162
144
|
filter
|
|
163
145
|
} from "./chunk-GT463S76.mjs";
|
|
164
146
|
import {
|
|
165
|
-
|
|
166
|
-
} from "./chunk-
|
|
167
|
-
import {
|
|
168
|
-
combobox
|
|
169
|
-
} from "./chunk-3T7EOMXR.mjs";
|
|
147
|
+
frameworkRow
|
|
148
|
+
} from "./chunk-TPFAZH22.mjs";
|
|
170
149
|
import {
|
|
171
|
-
|
|
172
|
-
} from "./chunk-
|
|
150
|
+
heading
|
|
151
|
+
} from "./chunk-NWKBPO37.mjs";
|
|
173
152
|
import {
|
|
174
|
-
|
|
175
|
-
} from "./chunk-
|
|
153
|
+
hoverCard
|
|
154
|
+
} from "./chunk-UTCVHVWF.mjs";
|
|
176
155
|
import {
|
|
177
156
|
controlExtension
|
|
178
157
|
} from "./chunk-M4TXKRUU.mjs";
|
|
@@ -186,17 +165,17 @@ import {
|
|
|
186
165
|
dataTable
|
|
187
166
|
} from "./chunk-GNYTZGE5.mjs";
|
|
188
167
|
import {
|
|
189
|
-
|
|
190
|
-
} from "./chunk-
|
|
168
|
+
drawer
|
|
169
|
+
} from "./chunk-7V3NMVQH.mjs";
|
|
191
170
|
import {
|
|
192
|
-
|
|
193
|
-
} from "./chunk-
|
|
171
|
+
dialog
|
|
172
|
+
} from "./chunk-OJDCD74N.mjs";
|
|
194
173
|
import {
|
|
195
|
-
|
|
196
|
-
} from "./chunk-
|
|
174
|
+
dropdownMenu
|
|
175
|
+
} from "./chunk-BWUVMOSV.mjs";
|
|
197
176
|
import {
|
|
198
|
-
|
|
199
|
-
} from "./chunk-
|
|
177
|
+
editableText
|
|
178
|
+
} from "./chunk-GZJAA5RZ.mjs";
|
|
200
179
|
import {
|
|
201
180
|
card
|
|
202
181
|
} from "./chunk-5YHTCPJL.mjs";
|
|
@@ -210,14 +189,17 @@ import {
|
|
|
210
189
|
code
|
|
211
190
|
} from "./chunk-VQ2OAHGP.mjs";
|
|
212
191
|
import {
|
|
213
|
-
|
|
214
|
-
} from "./chunk-
|
|
192
|
+
colorHighlightButton
|
|
193
|
+
} from "./chunk-CPERWXKN.mjs";
|
|
215
194
|
import {
|
|
216
|
-
|
|
217
|
-
} from "./chunk-
|
|
195
|
+
combobox
|
|
196
|
+
} from "./chunk-3T7EOMXR.mjs";
|
|
218
197
|
import {
|
|
219
|
-
|
|
220
|
-
} from "./chunk-
|
|
198
|
+
command
|
|
199
|
+
} from "./chunk-YPHFKGNI.mjs";
|
|
200
|
+
import {
|
|
201
|
+
complianceBadge
|
|
202
|
+
} from "./chunk-RZ45NVOH.mjs";
|
|
221
203
|
import {
|
|
222
204
|
autocomplete
|
|
223
205
|
} from "./chunk-OHZBQRA4.mjs";
|
|
@@ -230,12 +212,34 @@ import {
|
|
|
230
212
|
} from "./chunk-XCLEKBCJ.mjs";
|
|
231
213
|
import {
|
|
232
214
|
avatar
|
|
233
|
-
} from "./chunk-
|
|
234
|
-
import "./chunk-7T563RF7.mjs";
|
|
235
|
-
import "./chunk-6IZPAS4O.mjs";
|
|
215
|
+
} from "./chunk-VPA2TZYQ.mjs";
|
|
236
216
|
import {
|
|
237
217
|
blankstate
|
|
238
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";
|
|
239
243
|
export {
|
|
240
244
|
accordion,
|
|
241
245
|
alertDialog,
|
|
@@ -267,6 +271,7 @@ export {
|
|
|
267
271
|
editableText,
|
|
268
272
|
editorBasic,
|
|
269
273
|
editorSpinner,
|
|
274
|
+
extensionTableHandleMenuContent,
|
|
270
275
|
filter,
|
|
271
276
|
frameworkRow,
|
|
272
277
|
heading,
|
|
@@ -310,6 +315,7 @@ export {
|
|
|
310
315
|
switchVariants,
|
|
311
316
|
tabNav,
|
|
312
317
|
table,
|
|
318
|
+
tableCellHandleMenu,
|
|
313
319
|
tabs,
|
|
314
320
|
textarea,
|
|
315
321
|
toc,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.22.
|
|
3
|
+
"version": "17.22.9",
|
|
4
4
|
"description": "The default theme for Kopexa components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"url": "https://github.com/kopexa-grc/sight/issues"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@tiptap/extension-drag-handle": "^3.
|
|
59
|
-
"@tiptap/extension-drag-handle-react": "^3.
|
|
60
|
-
"@tiptap/extension-node-range": "^3.
|
|
58
|
+
"@tiptap/extension-drag-handle": "^3.20.0",
|
|
59
|
+
"@tiptap/extension-drag-handle-react": "^3.20.0",
|
|
60
|
+
"@tiptap/extension-node-range": "^3.20.0",
|
|
61
61
|
"clsx": "^2.1.1",
|
|
62
62
|
"color": "^5.0.3",
|
|
63
63
|
"color2k": "^2.0.3",
|
|
@@ -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.48"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|
|
File without changes
|
|
@@ -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";
|