@kopexa/theme 13.0.3 → 14.0.1
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-JXQPOORM.mjs → chunk-7V3NMVQH.mjs} +1 -1
- package/dist/chunk-GMFZLUU4.mjs +12 -0
- package/dist/{chunk-LAJQAXSV.mjs → chunk-OJDCD74N.mjs} +9 -1
- package/dist/chunk-QGL2OK4B.mjs +64 -0
- package/dist/{chunk-NUEQ5FLX.mjs → chunk-XOL7P7NP.mjs} +18 -5
- package/dist/components/dialog.d.mts +21 -0
- package/dist/components/dialog.d.ts +21 -0
- package/dist/components/dialog.js +9 -1
- package/dist/components/dialog.mjs +1 -1
- package/dist/components/drawer.js +9 -1
- package/dist/components/drawer.mjs +2 -2
- package/dist/components/editor-basic.d.mts +27 -6
- package/dist/components/editor-basic.d.ts +27 -6
- package/dist/components/editor-basic.js +18 -5
- package/dist/components/editor-basic.mjs +1 -1
- package/dist/components/file-upload.d.mts +143 -0
- package/dist/components/file-upload.d.ts +143 -0
- package/dist/components/file-upload.js +88 -0
- package/dist/components/file-upload.mjs +6 -0
- package/dist/components/image-crop.d.mts +36 -0
- package/dist/components/image-crop.d.ts +36 -0
- package/dist/components/image-crop.js +36 -0
- package/dist/components/image-crop.mjs +6 -0
- package/dist/components/index.d.mts +2 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +171 -76
- package/dist/components/index.mjs +32 -24
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +171 -76
- package/dist/index.mjs +32 -24
- package/package.json +4 -4
- /package/dist/{chunk-XMLRBNOG.mjs → chunk-X4JOORWZ.mjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import "./chunk-XSN6P5JL.mjs";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-X4JOORWZ.mjs";
|
|
3
|
+
import {
|
|
4
|
+
switchVariants
|
|
5
|
+
} from "./chunk-WQ446TVH.mjs";
|
|
6
|
+
import {
|
|
7
|
+
tabNav
|
|
8
|
+
} from "./chunk-ZLM6Z3W2.mjs";
|
|
3
9
|
import {
|
|
4
10
|
table
|
|
5
11
|
} from "./chunk-YC2FQDBV.mjs";
|
|
@@ -15,6 +21,14 @@ import {
|
|
|
15
21
|
import {
|
|
16
22
|
tooltip
|
|
17
23
|
} from "./chunk-OLYO7UPH.mjs";
|
|
24
|
+
import {
|
|
25
|
+
separator
|
|
26
|
+
} from "./chunk-LM7MKBHT.mjs";
|
|
27
|
+
import {
|
|
28
|
+
sidebar,
|
|
29
|
+
sidebarMenuAction,
|
|
30
|
+
sidebarMenuButton
|
|
31
|
+
} from "./chunk-3CZOBPDH.mjs";
|
|
18
32
|
import {
|
|
19
33
|
skeletonAvatar
|
|
20
34
|
} from "./chunk-SYYY32OX.mjs";
|
|
@@ -34,11 +48,11 @@ import {
|
|
|
34
48
|
standardChip
|
|
35
49
|
} from "./chunk-7VZZASRG.mjs";
|
|
36
50
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
51
|
+
previewCard
|
|
52
|
+
} from "./chunk-WPOYEHD2.mjs";
|
|
39
53
|
import {
|
|
40
|
-
|
|
41
|
-
} from "./chunk-
|
|
54
|
+
relatedControlChip
|
|
55
|
+
} from "./chunk-7BZAMXH2.mjs";
|
|
42
56
|
import {
|
|
43
57
|
resizable
|
|
44
58
|
} from "./chunk-RV656WRF.mjs";
|
|
@@ -58,13 +72,8 @@ import {
|
|
|
58
72
|
select
|
|
59
73
|
} from "./chunk-KPVLNOO5.mjs";
|
|
60
74
|
import {
|
|
61
|
-
|
|
62
|
-
} from "./chunk-
|
|
63
|
-
import {
|
|
64
|
-
sidebar,
|
|
65
|
-
sidebarMenuAction,
|
|
66
|
-
sidebarMenuButton
|
|
67
|
-
} from "./chunk-3CZOBPDH.mjs";
|
|
75
|
+
inputWrapper
|
|
76
|
+
} from "./chunk-VSVGOX3P.mjs";
|
|
68
77
|
import {
|
|
69
78
|
integrationCard
|
|
70
79
|
} from "./chunk-QOW6FLZ6.mjs";
|
|
@@ -83,15 +92,12 @@ import {
|
|
|
83
92
|
import {
|
|
84
93
|
popover
|
|
85
94
|
} from "./chunk-TQVRNEIH.mjs";
|
|
86
|
-
import {
|
|
87
|
-
previewCard
|
|
88
|
-
} from "./chunk-WPOYEHD2.mjs";
|
|
89
|
-
import {
|
|
90
|
-
relatedControlChip
|
|
91
|
-
} from "./chunk-7BZAMXH2.mjs";
|
|
92
95
|
import {
|
|
93
96
|
editorSpinner
|
|
94
97
|
} from "./chunk-TVC4THD6.mjs";
|
|
98
|
+
import {
|
|
99
|
+
avatarUpload
|
|
100
|
+
} from "./chunk-QGL2OK4B.mjs";
|
|
95
101
|
import {
|
|
96
102
|
frameworkRow
|
|
97
103
|
} from "./chunk-TPFAZH22.mjs";
|
|
@@ -101,12 +107,12 @@ import {
|
|
|
101
107
|
import {
|
|
102
108
|
hoverCard
|
|
103
109
|
} from "./chunk-UTCVHVWF.mjs";
|
|
110
|
+
import {
|
|
111
|
+
imageCrop
|
|
112
|
+
} from "./chunk-GMFZLUU4.mjs";
|
|
104
113
|
import {
|
|
105
114
|
inputGroup
|
|
106
115
|
} from "./chunk-HWEYNK3O.mjs";
|
|
107
|
-
import {
|
|
108
|
-
inputWrapper
|
|
109
|
-
} from "./chunk-VSVGOX3P.mjs";
|
|
110
116
|
import {
|
|
111
117
|
command
|
|
112
118
|
} from "./chunk-YPHFKGNI.mjs";
|
|
@@ -121,16 +127,16 @@ import {
|
|
|
121
127
|
} from "./chunk-GNYTZGE5.mjs";
|
|
122
128
|
import {
|
|
123
129
|
drawer
|
|
124
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-7V3NMVQH.mjs";
|
|
125
131
|
import {
|
|
126
132
|
dialog
|
|
127
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-OJDCD74N.mjs";
|
|
128
134
|
import {
|
|
129
135
|
dropdownMenu
|
|
130
136
|
} from "./chunk-3PCDCW7G.mjs";
|
|
131
137
|
import {
|
|
132
138
|
editorBasic
|
|
133
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-XOL7P7NP.mjs";
|
|
134
140
|
import {
|
|
135
141
|
calendar
|
|
136
142
|
} from "./chunk-JWF5ABNP.mjs";
|
|
@@ -188,6 +194,7 @@ export {
|
|
|
188
194
|
autocomplete,
|
|
189
195
|
avatar,
|
|
190
196
|
avatarGroup,
|
|
197
|
+
avatarUpload,
|
|
191
198
|
blankstate,
|
|
192
199
|
button,
|
|
193
200
|
calendar,
|
|
@@ -210,6 +217,7 @@ export {
|
|
|
210
217
|
frameworkRow,
|
|
211
218
|
heading,
|
|
212
219
|
hoverCard,
|
|
220
|
+
imageCrop,
|
|
213
221
|
input,
|
|
214
222
|
inputGroup,
|
|
215
223
|
inputWrapper,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.1",
|
|
4
4
|
"description": "The default theme for Kopexa components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theme",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"url": "https://github.com/kopexa-grc/sight/issues"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@tiptap/extension-drag-handle-react": "^3.6.
|
|
58
|
+
"@tiptap/extension-drag-handle-react": "^3.6.5",
|
|
59
59
|
"clsx": "^2.1.1",
|
|
60
60
|
"color": "^5.0.2",
|
|
61
61
|
"color2k": "^2.0.3",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"tailwind-merge": "3.3.1",
|
|
65
65
|
"tailwind-variants": "^3.1.1",
|
|
66
66
|
"tw-animate-css": "^1.4.0",
|
|
67
|
-
"@kopexa/shared-utils": "
|
|
67
|
+
"@kopexa/shared-utils": "14.0.1"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"tailwindcss": ">=4.0.0"
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@types/color": "^4.2.0",
|
|
74
74
|
"@types/flat": "^5.0.5",
|
|
75
75
|
"clean-package": "2.2.0",
|
|
76
|
-
"tailwindcss": "^4.1.
|
|
76
|
+
"tailwindcss": "^4.1.14"
|
|
77
77
|
},
|
|
78
78
|
"tsup": {
|
|
79
79
|
"clean": true,
|
|
File without changes
|