@kopexa/sight 17.6.3 → 17.7.0
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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +2 -0
- package/dist/index.ts.backup.d.mts +1 -0
- package/dist/index.ts.backup.d.ts +1 -0
- package/dist/index.ts.backup.js +3 -0
- package/dist/index.ts.backup.mjs +2 -0
- package/package.json +60 -60
package/dist/index.d.mts
CHANGED
|
@@ -42,6 +42,7 @@ export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from '@kopexa/
|
|
|
42
42
|
export * from '@kopexa/section-row';
|
|
43
43
|
export { Select, SelectProps } from '@kopexa/select';
|
|
44
44
|
export * from '@kopexa/separator';
|
|
45
|
+
export { cn } from '@kopexa/shared-utils';
|
|
45
46
|
export * from '@kopexa/sidebar';
|
|
46
47
|
export * from '@kopexa/skeleton';
|
|
47
48
|
export * from '@kopexa/spinner';
|
package/dist/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from '@kopexa/
|
|
|
42
42
|
export * from '@kopexa/section-row';
|
|
43
43
|
export { Select, SelectProps } from '@kopexa/select';
|
|
44
44
|
export * from '@kopexa/separator';
|
|
45
|
+
export { cn } from '@kopexa/shared-utils';
|
|
45
46
|
export * from '@kopexa/sidebar';
|
|
46
47
|
export * from '@kopexa/skeleton';
|
|
47
48
|
export * from '@kopexa/spinner';
|
package/dist/index.js
CHANGED
|
@@ -106,6 +106,7 @@ __export(index_exports, {
|
|
|
106
106
|
ToolbarGroup: () => import_toolbar.ToolbarGroup,
|
|
107
107
|
ToolbarSeparator: () => import_toolbar.ToolbarSeparator,
|
|
108
108
|
auditInfoMessages: () => import_audit_info.auditInfoMessages,
|
|
109
|
+
cn: () => import_shared_utils.cn,
|
|
109
110
|
filterMessages: () => import_filter.filterMessages,
|
|
110
111
|
useConfirm: () => import_alert_dialog.useConfirm,
|
|
111
112
|
useFilterContext: () => import_filter.useFilterContext
|
|
@@ -155,6 +156,7 @@ var import_scroll_area = require("@kopexa/scroll-area");
|
|
|
155
156
|
__reExport(index_exports, require("@kopexa/section-row"), module.exports);
|
|
156
157
|
var import_select = require("@kopexa/select");
|
|
157
158
|
__reExport(index_exports, require("@kopexa/separator"), module.exports);
|
|
159
|
+
var import_shared_utils = require("@kopexa/shared-utils");
|
|
158
160
|
__reExport(index_exports, require("@kopexa/sidebar"), module.exports);
|
|
159
161
|
__reExport(index_exports, require("@kopexa/skeleton"), module.exports);
|
|
160
162
|
__reExport(index_exports, require("@kopexa/spinner"), module.exports);
|
|
@@ -253,6 +255,7 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
253
255
|
ToolbarGroup,
|
|
254
256
|
ToolbarSeparator,
|
|
255
257
|
auditInfoMessages,
|
|
258
|
+
cn,
|
|
256
259
|
filterMessages,
|
|
257
260
|
useConfirm,
|
|
258
261
|
useFilterContext,
|
package/dist/index.mjs
CHANGED
|
@@ -114,6 +114,7 @@ import { ScrollArea, ScrollBar } from "@kopexa/scroll-area";
|
|
|
114
114
|
export * from "@kopexa/section-row";
|
|
115
115
|
import { Select } from "@kopexa/select";
|
|
116
116
|
export * from "@kopexa/separator";
|
|
117
|
+
import { cn } from "@kopexa/shared-utils";
|
|
117
118
|
export * from "@kopexa/sidebar";
|
|
118
119
|
export * from "@kopexa/skeleton";
|
|
119
120
|
export * from "@kopexa/spinner";
|
|
@@ -226,6 +227,7 @@ export {
|
|
|
226
227
|
ToolbarGroup,
|
|
227
228
|
ToolbarSeparator,
|
|
228
229
|
auditInfoMessages,
|
|
230
|
+
cn,
|
|
229
231
|
filterMessages,
|
|
230
232
|
useConfirm,
|
|
231
233
|
useFilterContext
|
|
@@ -42,6 +42,7 @@ export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from '@kopexa/
|
|
|
42
42
|
export * from '@kopexa/section-row';
|
|
43
43
|
export { Select, SelectProps } from '@kopexa/select';
|
|
44
44
|
export * from '@kopexa/separator';
|
|
45
|
+
export { cn } from '@kopexa/shared-utils';
|
|
45
46
|
export * from '@kopexa/sidebar';
|
|
46
47
|
export * from '@kopexa/skeleton';
|
|
47
48
|
export * from '@kopexa/spinner';
|
|
@@ -42,6 +42,7 @@ export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from '@kopexa/
|
|
|
42
42
|
export * from '@kopexa/section-row';
|
|
43
43
|
export { Select, SelectProps } from '@kopexa/select';
|
|
44
44
|
export * from '@kopexa/separator';
|
|
45
|
+
export { cn } from '@kopexa/shared-utils';
|
|
45
46
|
export * from '@kopexa/sidebar';
|
|
46
47
|
export * from '@kopexa/skeleton';
|
|
47
48
|
export * from '@kopexa/spinner';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -107,6 +107,7 @@ __export(index_ts_backup_exports, {
|
|
|
107
107
|
ToolbarGroup: () => import_toolbar.ToolbarGroup,
|
|
108
108
|
ToolbarSeparator: () => import_toolbar.ToolbarSeparator,
|
|
109
109
|
auditInfoMessages: () => import_audit_info.auditInfoMessages,
|
|
110
|
+
cn: () => import_shared_utils.cn,
|
|
110
111
|
filterMessages: () => import_filter.filterMessages,
|
|
111
112
|
useConfirm: () => import_alert_dialog.useConfirm,
|
|
112
113
|
useFilterContext: () => import_filter.useFilterContext
|
|
@@ -156,6 +157,7 @@ var import_scroll_area = require("@kopexa/scroll-area");
|
|
|
156
157
|
__reExport(index_ts_backup_exports, require("@kopexa/section-row"), module.exports);
|
|
157
158
|
var import_select = require("@kopexa/select");
|
|
158
159
|
__reExport(index_ts_backup_exports, require("@kopexa/separator"), module.exports);
|
|
160
|
+
var import_shared_utils = require("@kopexa/shared-utils");
|
|
159
161
|
__reExport(index_ts_backup_exports, require("@kopexa/sidebar"), module.exports);
|
|
160
162
|
__reExport(index_ts_backup_exports, require("@kopexa/skeleton"), module.exports);
|
|
161
163
|
__reExport(index_ts_backup_exports, require("@kopexa/spinner"), module.exports);
|
|
@@ -254,6 +256,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
254
256
|
ToolbarGroup,
|
|
255
257
|
ToolbarSeparator,
|
|
256
258
|
auditInfoMessages,
|
|
259
|
+
cn,
|
|
257
260
|
filterMessages,
|
|
258
261
|
useConfirm,
|
|
259
262
|
useFilterContext,
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -115,6 +115,7 @@ import { ScrollArea, ScrollBar } from "@kopexa/scroll-area";
|
|
|
115
115
|
export * from "@kopexa/section-row";
|
|
116
116
|
import { Select } from "@kopexa/select";
|
|
117
117
|
export * from "@kopexa/separator";
|
|
118
|
+
import { cn } from "@kopexa/shared-utils";
|
|
118
119
|
export * from "@kopexa/sidebar";
|
|
119
120
|
export * from "@kopexa/skeleton";
|
|
120
121
|
export * from "@kopexa/spinner";
|
|
@@ -227,6 +228,7 @@ export {
|
|
|
227
228
|
ToolbarGroup,
|
|
228
229
|
ToolbarSeparator,
|
|
229
230
|
auditInfoMessages,
|
|
231
|
+
cn,
|
|
230
232
|
filterMessages,
|
|
231
233
|
useConfirm,
|
|
232
234
|
useFilterContext
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.7.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,67 +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.
|
|
31
|
+
"@kopexa/theme": "17.19.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/shared-utils": "17.0.
|
|
35
|
-
"@kopexa/react-utils": "17.0.
|
|
36
|
-
"@kopexa/
|
|
37
|
-
"@kopexa/
|
|
38
|
-
"@kopexa/
|
|
39
|
-
"@kopexa/drawer": "17.
|
|
40
|
-
"@kopexa/popover": "17.
|
|
41
|
-
"@kopexa/
|
|
42
|
-
"@kopexa/
|
|
43
|
-
"@kopexa/spinner": "17.0.
|
|
44
|
-
"@kopexa/stat": "1.0.
|
|
45
|
-
"@kopexa/page-layout": "17.0.
|
|
46
|
-
"@kopexa/dropdown-menu": "17.0.
|
|
47
|
-
"@kopexa/
|
|
48
|
-
"@kopexa/
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/
|
|
51
|
-
"@kopexa/
|
|
52
|
-
"@kopexa/
|
|
53
|
-
"@kopexa/
|
|
54
|
-
"@kopexa/
|
|
55
|
-
"@kopexa/
|
|
56
|
-
"@kopexa/
|
|
57
|
-
"@kopexa/
|
|
58
|
-
"@kopexa/
|
|
59
|
-
"@kopexa/
|
|
60
|
-
"@kopexa/tab-nav": "17.0.
|
|
61
|
-
"@kopexa/sidebar": "17.1.
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/risk-badge": "17.0.
|
|
66
|
-
"@kopexa/
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/hover-card": "17.0.
|
|
70
|
-
"@kopexa/
|
|
71
|
-
"@kopexa/
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
74
|
-
"@kopexa/
|
|
75
|
-
"@kopexa/
|
|
76
|
-
"@kopexa/
|
|
77
|
-
"@kopexa/data-grid": "17.1.
|
|
78
|
-
"@kopexa/
|
|
79
|
-
"@kopexa/label": "17.0.
|
|
80
|
-
"@kopexa/
|
|
81
|
-
"@kopexa/
|
|
82
|
-
"@kopexa/
|
|
83
|
-
"@kopexa/toolbar": "17.
|
|
84
|
-
"@kopexa/switch": "17.
|
|
85
|
-
"@kopexa/file-upload": "17.0.
|
|
86
|
-
"@kopexa/filter": "0.0.
|
|
87
|
-
"@kopexa/combobox": "17.
|
|
88
|
-
"@kopexa/image-crop": "17.
|
|
89
|
-
"@kopexa/
|
|
90
|
-
"@kopexa/
|
|
91
|
-
"@kopexa/navigation": "0.0.
|
|
34
|
+
"@kopexa/shared-utils": "17.0.35",
|
|
35
|
+
"@kopexa/react-utils": "17.0.35",
|
|
36
|
+
"@kopexa/button": "17.0.35",
|
|
37
|
+
"@kopexa/assistant": "0.0.6",
|
|
38
|
+
"@kopexa/dialog": "17.2.0",
|
|
39
|
+
"@kopexa/drawer": "17.2.0",
|
|
40
|
+
"@kopexa/popover": "17.2.0",
|
|
41
|
+
"@kopexa/command": "17.0.35",
|
|
42
|
+
"@kopexa/tooltip": "17.2.0",
|
|
43
|
+
"@kopexa/spinner": "17.0.35",
|
|
44
|
+
"@kopexa/stat": "1.0.18",
|
|
45
|
+
"@kopexa/page-layout": "17.0.35",
|
|
46
|
+
"@kopexa/dropdown-menu": "17.0.35",
|
|
47
|
+
"@kopexa/input": "17.0.35",
|
|
48
|
+
"@kopexa/calendar": "17.0.35",
|
|
49
|
+
"@kopexa/chip": "17.1.32",
|
|
50
|
+
"@kopexa/alert-dialog": "17.2.0",
|
|
51
|
+
"@kopexa/avatar": "17.0.35",
|
|
52
|
+
"@kopexa/card": "17.2.19",
|
|
53
|
+
"@kopexa/table": "17.0.35",
|
|
54
|
+
"@kopexa/code": "17.0.35",
|
|
55
|
+
"@kopexa/data-table": "17.0.35",
|
|
56
|
+
"@kopexa/checkbox": "17.0.35",
|
|
57
|
+
"@kopexa/page-header": "17.0.35",
|
|
58
|
+
"@kopexa/heading": "17.0.35",
|
|
59
|
+
"@kopexa/skeleton": "17.0.35",
|
|
60
|
+
"@kopexa/tab-nav": "17.0.35",
|
|
61
|
+
"@kopexa/sidebar": "17.1.19",
|
|
62
|
+
"@kopexa/risk-indicator": "17.0.35",
|
|
63
|
+
"@kopexa/tabs": "17.0.35",
|
|
64
|
+
"@kopexa/separator": "17.0.35",
|
|
65
|
+
"@kopexa/risk-badge": "17.0.35",
|
|
66
|
+
"@kopexa/section-row": "17.1.29",
|
|
67
|
+
"@kopexa/preview-card": "17.1.29",
|
|
68
|
+
"@kopexa/resizable": "17.0.35",
|
|
69
|
+
"@kopexa/hover-card": "17.0.35",
|
|
70
|
+
"@kopexa/split-page-layout": "17.0.35",
|
|
71
|
+
"@kopexa/infotip": "17.1.25",
|
|
72
|
+
"@kopexa/accordion": "17.3.0",
|
|
73
|
+
"@kopexa/callout": "17.0.35",
|
|
74
|
+
"@kopexa/mapped-controls": "17.0.35",
|
|
75
|
+
"@kopexa/integration-card": "17.0.35",
|
|
76
|
+
"@kopexa/blankstate": "17.0.35",
|
|
77
|
+
"@kopexa/data-grid": "17.1.29",
|
|
78
|
+
"@kopexa/select": "17.2.0",
|
|
79
|
+
"@kopexa/label": "17.0.35",
|
|
80
|
+
"@kopexa/autocomplete": "17.2.0",
|
|
81
|
+
"@kopexa/scroll-area": "17.2.0",
|
|
82
|
+
"@kopexa/textarea": "17.0.35",
|
|
83
|
+
"@kopexa/toolbar": "17.2.0",
|
|
84
|
+
"@kopexa/switch": "17.2.0",
|
|
85
|
+
"@kopexa/file-upload": "17.0.35",
|
|
86
|
+
"@kopexa/filter": "0.0.25",
|
|
87
|
+
"@kopexa/combobox": "17.3.0",
|
|
88
|
+
"@kopexa/image-crop": "17.2.0",
|
|
89
|
+
"@kopexa/audit-info": "0.0.6",
|
|
90
|
+
"@kopexa/loading": "17.0.35",
|
|
91
|
+
"@kopexa/navigation": "0.0.9"
|
|
92
92
|
},
|
|
93
93
|
"clean-package": "../../../clean-package.config.json",
|
|
94
94
|
"module": "dist/index.mjs",
|