@kopexa/sight 17.12.1 → 17.13.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-5LLYOCGQ.mjs +153 -0
- package/dist/chunk-6IAHC3UK.mjs +1 -0
- package/dist/chunk-6XUZNN3X.mjs +1 -0
- package/dist/chunk-7KISSD3Q.mjs +1 -0
- package/dist/chunk-BJ7QPNKW.mjs +242 -0
- package/dist/chunk-CZNF6WPR.mjs +33 -0
- package/dist/chunk-DU3OVIBY.mjs +16 -0
- package/dist/chunk-DWZQIPCX.mjs +301 -0
- package/dist/chunk-EAJ3DTJ3.mjs +59 -0
- package/dist/chunk-FBTSAODG.mjs +25 -0
- package/dist/chunk-G57FFIKP.mjs +48 -0
- package/dist/chunk-GR3VEF4M.mjs +1 -0
- package/dist/chunk-HISY6ZIK.mjs +1 -0
- package/dist/chunk-HUHVPC6T.mjs +17 -0
- package/dist/chunk-HVOS7SXF.mjs +15 -0
- package/dist/chunk-PKG2E3MX.mjs +1 -0
- package/dist/chunk-POVIOFVF.mjs +18 -0
- package/dist/chunk-RK7G2GYB.mjs +45 -0
- package/dist/chunk-SHETEVHO.mjs +178 -0
- package/dist/chunk-UWC3Z7SY.mjs +1 -0
- package/dist/chunk-UWQG4HGJ.mjs +13 -0
- package/dist/chunk-XL2RCXMY.mjs +26 -0
- package/dist/chunk-XPDEN2RV.mjs +1 -0
- package/dist/components/blankstate/blankstate.d.mts +14 -0
- package/dist/components/blankstate/blankstate.d.ts +14 -0
- package/dist/components/blankstate/blankstate.js +69 -0
- package/dist/components/blankstate/blankstate.mjs +7 -0
- package/dist/components/blankstate/index.d.mts +4 -0
- package/dist/components/blankstate/index.d.ts +4 -0
- package/dist/components/blankstate/index.js +71 -0
- package/dist/components/blankstate/index.mjs +8 -0
- package/dist/components/code/code.d.mts +9 -0
- package/dist/components/code/code.d.ts +9 -0
- package/dist/components/code/code.js +49 -0
- package/dist/components/code/code.mjs +7 -0
- package/dist/components/code/index.d.mts +4 -0
- package/dist/components/code/index.d.ts +4 -0
- package/dist/components/code/index.js +51 -0
- package/dist/components/code/index.mjs +8 -0
- package/dist/components/dialog/dialog.d.mts +44 -0
- package/dist/components/dialog/dialog.d.ts +44 -0
- package/dist/components/dialog/dialog.js +213 -0
- package/dist/components/dialog/dialog.mjs +31 -0
- package/dist/components/dialog/index.d.mts +22 -0
- package/dist/components/dialog/index.d.ts +22 -0
- package/dist/components/dialog/index.js +232 -0
- package/dist/components/dialog/index.mjs +35 -0
- package/dist/components/dialog/namespace.d.mts +5 -0
- package/dist/components/dialog/namespace.d.ts +5 -0
- package/dist/components/dialog/namespace.js +213 -0
- package/dist/components/dialog/namespace.mjs +29 -0
- package/dist/components/dialog/transition.d.mts +5 -0
- package/dist/components/dialog/transition.d.ts +5 -0
- package/dist/components/dialog/transition.js +132 -0
- package/dist/components/dialog/transition.mjs +106 -0
- package/dist/components/file-upload/avatar-upload.d.mts +54 -0
- package/dist/components/file-upload/avatar-upload.d.ts +54 -0
- package/dist/components/file-upload/avatar-upload.js +841 -0
- package/dist/components/file-upload/avatar-upload.mjs +15 -0
- package/dist/components/file-upload/index.d.mts +5 -0
- package/dist/components/file-upload/index.d.ts +5 -0
- package/dist/components/file-upload/index.js +843 -0
- package/dist/components/file-upload/index.mjs +16 -0
- package/dist/components/file-upload/messages.d.mts +39 -0
- package/dist/components/file-upload/messages.d.ts +39 -0
- package/dist/components/file-upload/messages.js +68 -0
- package/dist/components/file-upload/messages.mjs +7 -0
- package/dist/components/file-upload/utils/data-url-to-file.d.mts +3 -0
- package/dist/components/file-upload/utils/data-url-to-file.d.ts +3 -0
- package/dist/components/file-upload/utils/data-url-to-file.js +38 -0
- package/dist/components/file-upload/utils/data-url-to-file.mjs +7 -0
- package/dist/components/file-upload/utils/format-accept-types.d.mts +8 -0
- package/dist/components/file-upload/utils/format-accept-types.d.ts +8 -0
- package/dist/components/file-upload/utils/format-accept-types.js +82 -0
- package/dist/components/file-upload/utils/format-accept-types.mjs +7 -0
- package/dist/components/file-upload/utils/is-image-like.d.mts +3 -0
- package/dist/components/file-upload/utils/is-image-like.d.ts +3 -0
- package/dist/components/file-upload/utils/is-image-like.js +36 -0
- package/dist/components/file-upload/utils/is-image-like.mjs +7 -0
- package/dist/components/index.d.mts +67 -0
- package/dist/components/index.d.ts +67 -0
- package/dist/components/index.js +1137 -0
- package/dist/components/index.mjs +92 -0
- package/dist/components/skeleton/index.d.mts +5 -0
- package/dist/components/skeleton/index.d.ts +5 -0
- package/dist/components/skeleton/index.js +53 -0
- package/dist/components/skeleton/index.mjs +12 -0
- package/dist/components/skeleton/skeleton-avatar.d.mts +9 -0
- package/dist/components/skeleton/skeleton-avatar.d.ts +9 -0
- package/dist/components/skeleton/skeleton-avatar.js +51 -0
- package/dist/components/skeleton/skeleton-avatar.mjs +8 -0
- package/dist/components/skeleton/skeleton.d.mts +7 -0
- package/dist/components/skeleton/skeleton.d.ts +7 -0
- package/dist/components/skeleton/skeleton.js +39 -0
- package/dist/components/skeleton/skeleton.mjs +7 -0
- package/dist/components/stat/index.d.mts +4 -0
- package/dist/components/stat/index.d.ts +4 -0
- package/dist/components/stat/index.js +186 -0
- package/dist/components/stat/index.mjs +24 -0
- package/dist/components/stat/stat.d.mts +36 -0
- package/dist/components/stat/stat.d.ts +36 -0
- package/dist/components/stat/stat.js +185 -0
- package/dist/components/stat/stat.mjs +24 -0
- package/dist/components/textarea/index.d.mts +4 -0
- package/dist/components/textarea/index.d.ts +4 -0
- package/dist/components/textarea/index.js +42 -0
- package/dist/components/textarea/index.mjs +8 -0
- package/dist/components/textarea/textarea.d.mts +8 -0
- package/dist/components/textarea/textarea.d.ts +8 -0
- package/dist/components/textarea/textarea.js +40 -0
- package/dist/components/textarea/textarea.mjs +7 -0
- package/dist/hooks/index.d.mts +2 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.js +341 -0
- package/dist/hooks/index.mjs +9 -0
- package/dist/hooks/use-file-upload/index.d.mts +47 -0
- package/dist/hooks/use-file-upload/index.d.ts +47 -0
- package/dist/hooks/use-file-upload/index.js +340 -0
- package/dist/hooks/use-file-upload/index.mjs +9 -0
- package/dist/hooks/use-file-upload/messages.d.mts +19 -0
- package/dist/hooks/use-file-upload/messages.d.ts +19 -0
- package/dist/hooks/use-file-upload/messages.js +48 -0
- package/dist/hooks/use-file-upload/messages.mjs +7 -0
- package/dist/index.d.mts +14 -8
- package/dist/index.d.ts +14 -8
- package/dist/index.js +1108 -32
- package/dist/index.mjs +82 -18
- package/dist/index.ts.backup.d.mts +14 -8
- package/dist/index.ts.backup.d.ts +14 -8
- package/dist/index.ts.backup.js +1108 -32
- package/dist/index.ts.backup.mjs +82 -18
- package/package.json +60 -64
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -1,4 +1,67 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import "./chunk-6IAHC3UK.mjs";
|
|
3
|
+
import "./chunk-6XUZNN3X.mjs";
|
|
4
|
+
import {
|
|
5
|
+
Stat,
|
|
6
|
+
StatDownIndicator,
|
|
7
|
+
StatGroup,
|
|
8
|
+
StatHelpText,
|
|
9
|
+
StatLabel,
|
|
10
|
+
StatRoot,
|
|
11
|
+
StatUpIndicator,
|
|
12
|
+
StatValueText,
|
|
13
|
+
StatValueUnit
|
|
14
|
+
} from "./chunk-5LLYOCGQ.mjs";
|
|
15
|
+
import "./chunk-7KISSD3Q.mjs";
|
|
16
|
+
import {
|
|
17
|
+
Textarea
|
|
18
|
+
} from "./chunk-HUHVPC6T.mjs";
|
|
19
|
+
import "./chunk-XPDEN2RV.mjs";
|
|
20
|
+
import {
|
|
21
|
+
AvatarUpload
|
|
22
|
+
} from "./chunk-BJ7QPNKW.mjs";
|
|
23
|
+
import "./chunk-HVOS7SXF.mjs";
|
|
24
|
+
import "./chunk-EAJ3DTJ3.mjs";
|
|
25
|
+
import "./chunk-UWQG4HGJ.mjs";
|
|
26
|
+
import {
|
|
27
|
+
Dialog
|
|
28
|
+
} from "./chunk-CZNF6WPR.mjs";
|
|
29
|
+
import {
|
|
30
|
+
DialogBody,
|
|
31
|
+
DialogClose,
|
|
32
|
+
DialogCloseTrigger,
|
|
33
|
+
DialogContent,
|
|
34
|
+
DialogDescription,
|
|
35
|
+
DialogFooter,
|
|
36
|
+
DialogHeader,
|
|
37
|
+
DialogOverlay,
|
|
38
|
+
DialogPortal,
|
|
39
|
+
DialogRoot,
|
|
40
|
+
DialogTitle,
|
|
41
|
+
DialogTrigger,
|
|
42
|
+
useDialogContext
|
|
43
|
+
} from "./chunk-SHETEVHO.mjs";
|
|
44
|
+
import "./chunk-RK7G2GYB.mjs";
|
|
45
|
+
import "./chunk-UWC3Z7SY.mjs";
|
|
46
|
+
import {
|
|
47
|
+
SkeletonAvatar
|
|
48
|
+
} from "./chunk-POVIOFVF.mjs";
|
|
49
|
+
import {
|
|
50
|
+
Skeleton
|
|
51
|
+
} from "./chunk-DU3OVIBY.mjs";
|
|
52
|
+
import "./chunk-GR3VEF4M.mjs";
|
|
53
|
+
import {
|
|
54
|
+
useFileUpload
|
|
55
|
+
} from "./chunk-DWZQIPCX.mjs";
|
|
56
|
+
import "./chunk-FBTSAODG.mjs";
|
|
57
|
+
import "./chunk-PKG2E3MX.mjs";
|
|
58
|
+
import {
|
|
59
|
+
Code
|
|
60
|
+
} from "./chunk-XL2RCXMY.mjs";
|
|
61
|
+
import "./chunk-HISY6ZIK.mjs";
|
|
62
|
+
import {
|
|
63
|
+
Blankstate
|
|
64
|
+
} from "./chunk-G57FFIKP.mjs";
|
|
2
65
|
|
|
3
66
|
// src/index.ts.backup.ts
|
|
4
67
|
import {
|
|
@@ -35,7 +98,6 @@ import {
|
|
|
35
98
|
import { AuditInfo, auditInfoMessages } from "@kopexa/audit-info";
|
|
36
99
|
import { Autocomplete } from "@kopexa/autocomplete";
|
|
37
100
|
export * from "@kopexa/avatar";
|
|
38
|
-
export * from "@kopexa/blankstate";
|
|
39
101
|
export * from "@kopexa/button";
|
|
40
102
|
export * from "@kopexa/calendar";
|
|
41
103
|
export * from "@kopexa/callout";
|
|
@@ -56,18 +118,14 @@ import {
|
|
|
56
118
|
RelatedControlChip,
|
|
57
119
|
StandardChip
|
|
58
120
|
} from "@kopexa/chip";
|
|
59
|
-
export * from "@kopexa/code";
|
|
60
121
|
export * from "@kopexa/color-picker";
|
|
61
122
|
import { Combobox } from "@kopexa/combobox";
|
|
62
123
|
export * from "@kopexa/command";
|
|
63
124
|
import { DataGrid } from "@kopexa/data-grid";
|
|
64
|
-
export * from "@kopexa/data-table";
|
|
65
125
|
export * from "@kopexa/date-picker";
|
|
66
|
-
export * from "@kopexa/dialog";
|
|
67
126
|
export * from "@kopexa/drawer";
|
|
68
127
|
export * from "@kopexa/dropdown-menu";
|
|
69
128
|
import { EditableText } from "@kopexa/editable-text";
|
|
70
|
-
import { AvatarUpload } from "@kopexa/file-upload";
|
|
71
129
|
import {
|
|
72
130
|
Filter,
|
|
73
131
|
FilterActive,
|
|
@@ -122,25 +180,12 @@ import { Select } from "@kopexa/select";
|
|
|
122
180
|
export * from "@kopexa/separator";
|
|
123
181
|
import { cn } from "@kopexa/shared-utils";
|
|
124
182
|
export * from "@kopexa/sidebar";
|
|
125
|
-
export * from "@kopexa/skeleton";
|
|
126
183
|
export * from "@kopexa/spinner";
|
|
127
184
|
export * from "@kopexa/split-page-layout";
|
|
128
|
-
import {
|
|
129
|
-
Stat,
|
|
130
|
-
StatDownIndicator,
|
|
131
|
-
StatGroup,
|
|
132
|
-
StatHelpText,
|
|
133
|
-
StatLabel,
|
|
134
|
-
StatRoot,
|
|
135
|
-
StatUpIndicator,
|
|
136
|
-
StatValueText,
|
|
137
|
-
StatValueUnit
|
|
138
|
-
} from "@kopexa/stat";
|
|
139
185
|
import { Switch } from "@kopexa/switch";
|
|
140
186
|
export * from "@kopexa/tab-nav";
|
|
141
187
|
export * from "@kopexa/table";
|
|
142
188
|
import { Tabs } from "@kopexa/tabs";
|
|
143
|
-
import { Textarea } from "@kopexa/textarea";
|
|
144
189
|
import { ToggleRow } from "@kopexa/toggle-row";
|
|
145
190
|
import {
|
|
146
191
|
Toolbar,
|
|
@@ -159,6 +204,7 @@ export {
|
|
|
159
204
|
AuditInfo,
|
|
160
205
|
Autocomplete,
|
|
161
206
|
AvatarUpload,
|
|
207
|
+
Blankstate,
|
|
162
208
|
Breadcrumb,
|
|
163
209
|
BreadcrumbEllipsis,
|
|
164
210
|
BreadcrumbItem,
|
|
@@ -176,6 +222,7 @@ export {
|
|
|
176
222
|
CardTitle,
|
|
177
223
|
CardToolbar,
|
|
178
224
|
Chip,
|
|
225
|
+
Code,
|
|
179
226
|
Combobox,
|
|
180
227
|
ConfirmDialogProvider,
|
|
181
228
|
Conversation,
|
|
@@ -184,6 +231,19 @@ export {
|
|
|
184
231
|
ConversationScrollButton,
|
|
185
232
|
Cropper,
|
|
186
233
|
DataGrid,
|
|
234
|
+
Dialog,
|
|
235
|
+
DialogBody,
|
|
236
|
+
DialogClose,
|
|
237
|
+
DialogCloseTrigger,
|
|
238
|
+
DialogContent,
|
|
239
|
+
DialogDescription,
|
|
240
|
+
DialogFooter,
|
|
241
|
+
DialogHeader,
|
|
242
|
+
DialogOverlay,
|
|
243
|
+
DialogPortal,
|
|
244
|
+
DialogRoot,
|
|
245
|
+
DialogTitle,
|
|
246
|
+
DialogTrigger,
|
|
187
247
|
EditableText,
|
|
188
248
|
Filter,
|
|
189
249
|
FilterActive,
|
|
@@ -219,6 +279,8 @@ export {
|
|
|
219
279
|
ScrollBar,
|
|
220
280
|
SearchFilterBar,
|
|
221
281
|
Select,
|
|
282
|
+
Skeleton,
|
|
283
|
+
SkeletonAvatar,
|
|
222
284
|
StandardChip,
|
|
223
285
|
Stat,
|
|
224
286
|
StatDownIndicator,
|
|
@@ -242,5 +304,7 @@ export {
|
|
|
242
304
|
filterBarMessages,
|
|
243
305
|
filterMessages,
|
|
244
306
|
useConfirm,
|
|
307
|
+
useDialogContext,
|
|
308
|
+
useFileUpload,
|
|
245
309
|
useFilterContext
|
|
246
310
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.13.1",
|
|
4
4
|
"description": "Kopexa Sight Design System — React component library for GRC applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,71 +28,67 @@
|
|
|
28
28
|
"react": ">=19.0.0-rc.0",
|
|
29
29
|
"react-dom": ">=19.0.0-rc.0",
|
|
30
30
|
"motion": ">=12.23.6",
|
|
31
|
-
"@kopexa/theme": "17.26.
|
|
31
|
+
"@kopexa/theme": "17.26.10"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@
|
|
35
|
-
"@kopexa/
|
|
36
|
-
"@kopexa/
|
|
37
|
-
"@kopexa/
|
|
38
|
-
"@kopexa/
|
|
39
|
-
"@kopexa/drawer": "17.2.
|
|
40
|
-
"@kopexa/assistant": "0.0.
|
|
41
|
-
"@kopexa/
|
|
42
|
-
"@kopexa/command": "17.0.
|
|
43
|
-
"@kopexa/tooltip": "17.2.
|
|
44
|
-
"@kopexa/
|
|
45
|
-
"@kopexa/
|
|
46
|
-
"@kopexa/
|
|
47
|
-
"@kopexa/
|
|
48
|
-
"@kopexa/
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/
|
|
51
|
-
"@kopexa/chip": "17.1.
|
|
52
|
-
"@kopexa/
|
|
53
|
-
"@kopexa/avatar": "17.0.
|
|
54
|
-
"@kopexa/table": "17.0.
|
|
55
|
-
"@kopexa/
|
|
56
|
-
"@kopexa/
|
|
57
|
-
"@kopexa/
|
|
58
|
-
"@kopexa/
|
|
59
|
-
"@kopexa/
|
|
60
|
-
"@kopexa/
|
|
61
|
-
"@kopexa/heading": "17.0.
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/risk-
|
|
66
|
-
"@kopexa/
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/
|
|
70
|
-
"@kopexa/
|
|
71
|
-
"@kopexa/
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
74
|
-
"@kopexa/
|
|
75
|
-
"@kopexa/
|
|
76
|
-
"@kopexa/
|
|
77
|
-
"@kopexa/
|
|
78
|
-
"@kopexa/
|
|
79
|
-
"@kopexa/
|
|
80
|
-
"@kopexa/
|
|
81
|
-
"@kopexa/
|
|
82
|
-
"@kopexa/
|
|
83
|
-
"@kopexa/
|
|
84
|
-
"@kopexa/
|
|
85
|
-
"@kopexa/
|
|
86
|
-
"@kopexa/
|
|
87
|
-
"@kopexa/
|
|
88
|
-
"@kopexa/
|
|
89
|
-
"@kopexa/
|
|
90
|
-
"@kopexa/
|
|
91
|
-
"@kopexa/
|
|
92
|
-
"@kopexa/audit-info": "0.0.42",
|
|
93
|
-
"@kopexa/color-picker": "0.0.30",
|
|
94
|
-
"@kopexa/navigation": "0.0.45",
|
|
95
|
-
"@kopexa/loading": "17.0.71"
|
|
34
|
+
"@base-ui/react": "^1.1.0",
|
|
35
|
+
"@kopexa/shared-utils": "17.0.73",
|
|
36
|
+
"@kopexa/react-utils": "17.1.15",
|
|
37
|
+
"@kopexa/button": "17.0.73",
|
|
38
|
+
"@kopexa/icons": "17.10.2",
|
|
39
|
+
"@kopexa/drawer": "17.2.38",
|
|
40
|
+
"@kopexa/assistant": "0.0.44",
|
|
41
|
+
"@kopexa/popover": "17.2.38",
|
|
42
|
+
"@kopexa/command": "17.0.73",
|
|
43
|
+
"@kopexa/tooltip": "17.2.38",
|
|
44
|
+
"@kopexa/spinner": "17.0.73",
|
|
45
|
+
"@kopexa/dropdown-menu": "17.0.73",
|
|
46
|
+
"@kopexa/calendar": "17.0.73",
|
|
47
|
+
"@kopexa/date-picker": "1.0.3",
|
|
48
|
+
"@kopexa/input": "17.0.73",
|
|
49
|
+
"@kopexa/editable-text": "0.0.38",
|
|
50
|
+
"@kopexa/page-layout": "17.0.73",
|
|
51
|
+
"@kopexa/chip": "17.1.70",
|
|
52
|
+
"@kopexa/card": "17.2.57",
|
|
53
|
+
"@kopexa/avatar": "17.0.73",
|
|
54
|
+
"@kopexa/table": "17.0.73",
|
|
55
|
+
"@kopexa/checkbox": "17.0.73",
|
|
56
|
+
"@kopexa/alert-dialog": "17.2.38",
|
|
57
|
+
"@kopexa/page-header": "17.0.73",
|
|
58
|
+
"@kopexa/tab-nav": "17.0.73",
|
|
59
|
+
"@kopexa/separator": "17.0.73",
|
|
60
|
+
"@kopexa/risk-indicator": "17.0.73",
|
|
61
|
+
"@kopexa/heading": "17.0.73",
|
|
62
|
+
"@kopexa/sidebar": "17.1.57",
|
|
63
|
+
"@kopexa/split-page-layout": "17.0.73",
|
|
64
|
+
"@kopexa/tabs": "17.0.73",
|
|
65
|
+
"@kopexa/risk-badge": "17.0.73",
|
|
66
|
+
"@kopexa/resizable": "17.0.73",
|
|
67
|
+
"@kopexa/preview-card": "17.1.67",
|
|
68
|
+
"@kopexa/hover-card": "17.0.73",
|
|
69
|
+
"@kopexa/infotip": "17.1.63",
|
|
70
|
+
"@kopexa/section-row": "17.1.67",
|
|
71
|
+
"@kopexa/callout": "17.0.73",
|
|
72
|
+
"@kopexa/accordion": "17.3.38",
|
|
73
|
+
"@kopexa/data-grid": "17.2.17",
|
|
74
|
+
"@kopexa/mapped-controls": "17.0.73",
|
|
75
|
+
"@kopexa/select": "17.2.38",
|
|
76
|
+
"@kopexa/integration-card": "17.0.73",
|
|
77
|
+
"@kopexa/label": "17.0.73",
|
|
78
|
+
"@kopexa/autocomplete": "17.2.38",
|
|
79
|
+
"@kopexa/toggle-row": "0.0.36",
|
|
80
|
+
"@kopexa/toolbar": "17.2.38",
|
|
81
|
+
"@kopexa/scroll-area": "17.2.38",
|
|
82
|
+
"@kopexa/filter": "0.0.63",
|
|
83
|
+
"@kopexa/switch": "17.2.38",
|
|
84
|
+
"@kopexa/combobox": "17.3.38",
|
|
85
|
+
"@kopexa/image-crop": "17.2.38",
|
|
86
|
+
"@kopexa/audit-info": "0.0.44",
|
|
87
|
+
"@kopexa/loading": "17.0.73",
|
|
88
|
+
"@kopexa/navigation": "0.0.47",
|
|
89
|
+
"@kopexa/color-picker": "0.0.32",
|
|
90
|
+
"@kopexa/i18n": "17.13.3",
|
|
91
|
+
"@kopexa/use-controllable-state": "17.0.73"
|
|
96
92
|
},
|
|
97
93
|
"clean-package": "../../../clean-package.config.json",
|
|
98
94
|
"module": "dist/index.mjs",
|