@kopexa/sight 13.0.2 → 14.0.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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +14 -0
- package/dist/index.mjs +14 -0
- package/dist/index.ts.backup.d.mts +2 -0
- package/dist/index.ts.backup.d.ts +2 -0
- package/dist/index.ts.backup.js +14 -0
- package/dist/index.ts.backup.mjs +14 -0
- package/package.json +54 -52
package/dist/index.d.mts
CHANGED
|
@@ -17,8 +17,10 @@ export * from '@kopexa/data-table';
|
|
|
17
17
|
export * from '@kopexa/dialog';
|
|
18
18
|
export * from '@kopexa/drawer';
|
|
19
19
|
export * from '@kopexa/dropdown-menu';
|
|
20
|
+
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
20
21
|
export * from '@kopexa/heading';
|
|
21
22
|
export * from '@kopexa/hover-card';
|
|
23
|
+
export { Cropper, CropperProps, ImageCrop, ImageCropApply, ImageCropApplyProps, ImageCropContent, ImageCropContentProps, ImageCropProps, ImageCropReset, ImageCropResetProps } from '@kopexa/image-crop';
|
|
22
24
|
export * from '@kopexa/infotip';
|
|
23
25
|
export * from '@kopexa/input';
|
|
24
26
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
package/dist/index.d.ts
CHANGED
|
@@ -17,8 +17,10 @@ export * from '@kopexa/data-table';
|
|
|
17
17
|
export * from '@kopexa/dialog';
|
|
18
18
|
export * from '@kopexa/drawer';
|
|
19
19
|
export * from '@kopexa/dropdown-menu';
|
|
20
|
+
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
20
21
|
export * from '@kopexa/heading';
|
|
21
22
|
export * from '@kopexa/hover-card';
|
|
23
|
+
export { Cropper, CropperProps, ImageCrop, ImageCropApply, ImageCropApplyProps, ImageCropContent, ImageCropContentProps, ImageCropProps, ImageCropReset, ImageCropResetProps } from '@kopexa/image-crop';
|
|
22
24
|
export * from '@kopexa/infotip';
|
|
23
25
|
export * from '@kopexa/input';
|
|
24
26
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
package/dist/index.js
CHANGED
|
@@ -29,10 +29,16 @@ __export(index_exports, {
|
|
|
29
29
|
AccordionTrigger: () => import_accordion.AccordionTrigger,
|
|
30
30
|
AlertDialog: () => import_alert_dialog.AlertDialog,
|
|
31
31
|
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
32
|
+
AvatarUpload: () => import_file_upload.AvatarUpload,
|
|
32
33
|
Chip: () => import_chip.Chip,
|
|
33
34
|
Combobox: () => import_combobox.Combobox,
|
|
34
35
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
36
|
+
Cropper: () => import_image_crop.Cropper,
|
|
35
37
|
DataGrid: () => import_data_grid.DataGrid,
|
|
38
|
+
ImageCrop: () => import_image_crop.ImageCrop,
|
|
39
|
+
ImageCropApply: () => import_image_crop.ImageCropApply,
|
|
40
|
+
ImageCropContent: () => import_image_crop.ImageCropContent,
|
|
41
|
+
ImageCropReset: () => import_image_crop.ImageCropReset,
|
|
36
42
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
37
43
|
Label: () => import_label.Label,
|
|
38
44
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
@@ -68,8 +74,10 @@ __reExport(index_exports, require("@kopexa/data-table"), module.exports);
|
|
|
68
74
|
__reExport(index_exports, require("@kopexa/dialog"), module.exports);
|
|
69
75
|
__reExport(index_exports, require("@kopexa/drawer"), module.exports);
|
|
70
76
|
__reExport(index_exports, require("@kopexa/dropdown-menu"), module.exports);
|
|
77
|
+
var import_file_upload = require("@kopexa/file-upload");
|
|
71
78
|
__reExport(index_exports, require("@kopexa/heading"), module.exports);
|
|
72
79
|
__reExport(index_exports, require("@kopexa/hover-card"), module.exports);
|
|
80
|
+
var import_image_crop = require("@kopexa/image-crop");
|
|
73
81
|
__reExport(index_exports, require("@kopexa/infotip"), module.exports);
|
|
74
82
|
__reExport(index_exports, require("@kopexa/input"), module.exports);
|
|
75
83
|
var import_integration_card = require("@kopexa/integration-card");
|
|
@@ -106,10 +114,16 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
106
114
|
AccordionTrigger,
|
|
107
115
|
AlertDialog,
|
|
108
116
|
Autocomplete,
|
|
117
|
+
AvatarUpload,
|
|
109
118
|
Chip,
|
|
110
119
|
Combobox,
|
|
111
120
|
ConfirmDialogProvider,
|
|
121
|
+
Cropper,
|
|
112
122
|
DataGrid,
|
|
123
|
+
ImageCrop,
|
|
124
|
+
ImageCropApply,
|
|
125
|
+
ImageCropContent,
|
|
126
|
+
ImageCropReset,
|
|
113
127
|
IntegrationCard,
|
|
114
128
|
Label,
|
|
115
129
|
RelatedControlChip,
|
package/dist/index.mjs
CHANGED
|
@@ -34,8 +34,16 @@ export * from "@kopexa/data-table";
|
|
|
34
34
|
export * from "@kopexa/dialog";
|
|
35
35
|
export * from "@kopexa/drawer";
|
|
36
36
|
export * from "@kopexa/dropdown-menu";
|
|
37
|
+
import { AvatarUpload } from "@kopexa/file-upload";
|
|
37
38
|
export * from "@kopexa/heading";
|
|
38
39
|
export * from "@kopexa/hover-card";
|
|
40
|
+
import {
|
|
41
|
+
Cropper,
|
|
42
|
+
ImageCrop,
|
|
43
|
+
ImageCropApply,
|
|
44
|
+
ImageCropContent,
|
|
45
|
+
ImageCropReset
|
|
46
|
+
} from "@kopexa/image-crop";
|
|
39
47
|
export * from "@kopexa/infotip";
|
|
40
48
|
export * from "@kopexa/input";
|
|
41
49
|
import {
|
|
@@ -78,10 +86,16 @@ export {
|
|
|
78
86
|
AccordionTrigger,
|
|
79
87
|
AlertDialog,
|
|
80
88
|
Autocomplete,
|
|
89
|
+
AvatarUpload,
|
|
81
90
|
Chip,
|
|
82
91
|
Combobox,
|
|
83
92
|
ConfirmDialogProvider,
|
|
93
|
+
Cropper,
|
|
84
94
|
DataGrid,
|
|
95
|
+
ImageCrop,
|
|
96
|
+
ImageCropApply,
|
|
97
|
+
ImageCropContent,
|
|
98
|
+
ImageCropReset,
|
|
85
99
|
IntegrationCard,
|
|
86
100
|
Label,
|
|
87
101
|
RelatedControlChip,
|
|
@@ -17,8 +17,10 @@ export * from '@kopexa/data-table';
|
|
|
17
17
|
export * from '@kopexa/dialog';
|
|
18
18
|
export * from '@kopexa/drawer';
|
|
19
19
|
export * from '@kopexa/dropdown-menu';
|
|
20
|
+
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
20
21
|
export * from '@kopexa/heading';
|
|
21
22
|
export * from '@kopexa/hover-card';
|
|
23
|
+
export { Cropper, CropperProps, ImageCrop, ImageCropApply, ImageCropApplyProps, ImageCropContent, ImageCropContentProps, ImageCropProps, ImageCropReset, ImageCropResetProps } from '@kopexa/image-crop';
|
|
22
24
|
export * from '@kopexa/infotip';
|
|
23
25
|
export * from '@kopexa/input';
|
|
24
26
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
@@ -17,8 +17,10 @@ export * from '@kopexa/data-table';
|
|
|
17
17
|
export * from '@kopexa/dialog';
|
|
18
18
|
export * from '@kopexa/drawer';
|
|
19
19
|
export * from '@kopexa/dropdown-menu';
|
|
20
|
+
export { AvatarUpload, AvatarUploadProps } from '@kopexa/file-upload';
|
|
20
21
|
export * from '@kopexa/heading';
|
|
21
22
|
export * from '@kopexa/hover-card';
|
|
23
|
+
export { Cropper, CropperProps, ImageCrop, ImageCropApply, ImageCropApplyProps, ImageCropContent, ImageCropContentProps, ImageCropProps, ImageCropReset, ImageCropResetProps } from '@kopexa/image-crop';
|
|
22
24
|
export * from '@kopexa/infotip';
|
|
23
25
|
export * from '@kopexa/input';
|
|
24
26
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -30,10 +30,16 @@ __export(index_ts_backup_exports, {
|
|
|
30
30
|
AccordionTrigger: () => import_accordion.AccordionTrigger,
|
|
31
31
|
AlertDialog: () => import_alert_dialog.AlertDialog,
|
|
32
32
|
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
33
|
+
AvatarUpload: () => import_file_upload.AvatarUpload,
|
|
33
34
|
Chip: () => import_chip.Chip,
|
|
34
35
|
Combobox: () => import_combobox.Combobox,
|
|
35
36
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
37
|
+
Cropper: () => import_image_crop.Cropper,
|
|
36
38
|
DataGrid: () => import_data_grid.DataGrid,
|
|
39
|
+
ImageCrop: () => import_image_crop.ImageCrop,
|
|
40
|
+
ImageCropApply: () => import_image_crop.ImageCropApply,
|
|
41
|
+
ImageCropContent: () => import_image_crop.ImageCropContent,
|
|
42
|
+
ImageCropReset: () => import_image_crop.ImageCropReset,
|
|
37
43
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
38
44
|
Label: () => import_label.Label,
|
|
39
45
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
@@ -69,8 +75,10 @@ __reExport(index_ts_backup_exports, require("@kopexa/data-table"), module.export
|
|
|
69
75
|
__reExport(index_ts_backup_exports, require("@kopexa/dialog"), module.exports);
|
|
70
76
|
__reExport(index_ts_backup_exports, require("@kopexa/drawer"), module.exports);
|
|
71
77
|
__reExport(index_ts_backup_exports, require("@kopexa/dropdown-menu"), module.exports);
|
|
78
|
+
var import_file_upload = require("@kopexa/file-upload");
|
|
72
79
|
__reExport(index_ts_backup_exports, require("@kopexa/heading"), module.exports);
|
|
73
80
|
__reExport(index_ts_backup_exports, require("@kopexa/hover-card"), module.exports);
|
|
81
|
+
var import_image_crop = require("@kopexa/image-crop");
|
|
74
82
|
__reExport(index_ts_backup_exports, require("@kopexa/infotip"), module.exports);
|
|
75
83
|
__reExport(index_ts_backup_exports, require("@kopexa/input"), module.exports);
|
|
76
84
|
var import_integration_card = require("@kopexa/integration-card");
|
|
@@ -107,10 +115,16 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
107
115
|
AccordionTrigger,
|
|
108
116
|
AlertDialog,
|
|
109
117
|
Autocomplete,
|
|
118
|
+
AvatarUpload,
|
|
110
119
|
Chip,
|
|
111
120
|
Combobox,
|
|
112
121
|
ConfirmDialogProvider,
|
|
122
|
+
Cropper,
|
|
113
123
|
DataGrid,
|
|
124
|
+
ImageCrop,
|
|
125
|
+
ImageCropApply,
|
|
126
|
+
ImageCropContent,
|
|
127
|
+
ImageCropReset,
|
|
114
128
|
IntegrationCard,
|
|
115
129
|
Label,
|
|
116
130
|
RelatedControlChip,
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -35,8 +35,16 @@ export * from "@kopexa/data-table";
|
|
|
35
35
|
export * from "@kopexa/dialog";
|
|
36
36
|
export * from "@kopexa/drawer";
|
|
37
37
|
export * from "@kopexa/dropdown-menu";
|
|
38
|
+
import { AvatarUpload } from "@kopexa/file-upload";
|
|
38
39
|
export * from "@kopexa/heading";
|
|
39
40
|
export * from "@kopexa/hover-card";
|
|
41
|
+
import {
|
|
42
|
+
Cropper,
|
|
43
|
+
ImageCrop,
|
|
44
|
+
ImageCropApply,
|
|
45
|
+
ImageCropContent,
|
|
46
|
+
ImageCropReset
|
|
47
|
+
} from "@kopexa/image-crop";
|
|
40
48
|
export * from "@kopexa/infotip";
|
|
41
49
|
export * from "@kopexa/input";
|
|
42
50
|
import {
|
|
@@ -79,10 +87,16 @@ export {
|
|
|
79
87
|
AccordionTrigger,
|
|
80
88
|
AlertDialog,
|
|
81
89
|
Autocomplete,
|
|
90
|
+
AvatarUpload,
|
|
82
91
|
Chip,
|
|
83
92
|
Combobox,
|
|
84
93
|
ConfirmDialogProvider,
|
|
94
|
+
Cropper,
|
|
85
95
|
DataGrid,
|
|
96
|
+
ImageCrop,
|
|
97
|
+
ImageCropApply,
|
|
98
|
+
ImageCropContent,
|
|
99
|
+
ImageCropReset,
|
|
86
100
|
IntegrationCard,
|
|
87
101
|
Label,
|
|
88
102
|
RelatedControlChip,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,59 +28,61 @@
|
|
|
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": "
|
|
31
|
+
"@kopexa/theme": "14.0.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/shared-utils": "
|
|
35
|
-
"@kopexa/react-utils": "
|
|
36
|
-
"@kopexa/button": "
|
|
37
|
-
"@kopexa/dialog": "
|
|
38
|
-
"@kopexa/drawer": "
|
|
39
|
-
"@kopexa/popover": "
|
|
40
|
-
"@kopexa/command": "
|
|
41
|
-
"@kopexa/tooltip": "
|
|
42
|
-
"@kopexa/spinner": "
|
|
43
|
-
"@kopexa/page-layout": "
|
|
44
|
-
"@kopexa/dropdown-menu": "
|
|
45
|
-
"@kopexa/calendar": "
|
|
46
|
-
"@kopexa/input": "
|
|
47
|
-
"@kopexa/chip": "
|
|
48
|
-
"@kopexa/alert-dialog": "
|
|
49
|
-
"@kopexa/card": "
|
|
50
|
-
"@kopexa/avatar": "
|
|
51
|
-
"@kopexa/table": "
|
|
52
|
-
"@kopexa/code": "
|
|
53
|
-
"@kopexa/data-table": "
|
|
54
|
-
"@kopexa/checkbox": "
|
|
55
|
-
"@kopexa/skeleton": "
|
|
56
|
-
"@kopexa/page-header": "
|
|
57
|
-
"@kopexa/
|
|
58
|
-
"@kopexa/
|
|
59
|
-
"@kopexa/
|
|
60
|
-
"@kopexa/
|
|
61
|
-
"@kopexa/
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/
|
|
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/combobox": "
|
|
34
|
+
"@kopexa/shared-utils": "14.0.0",
|
|
35
|
+
"@kopexa/react-utils": "14.0.0",
|
|
36
|
+
"@kopexa/button": "14.0.0",
|
|
37
|
+
"@kopexa/dialog": "14.0.0",
|
|
38
|
+
"@kopexa/drawer": "14.0.0",
|
|
39
|
+
"@kopexa/popover": "14.0.0",
|
|
40
|
+
"@kopexa/command": "14.0.0",
|
|
41
|
+
"@kopexa/tooltip": "14.0.0",
|
|
42
|
+
"@kopexa/spinner": "14.0.0",
|
|
43
|
+
"@kopexa/page-layout": "14.0.0",
|
|
44
|
+
"@kopexa/dropdown-menu": "14.0.0",
|
|
45
|
+
"@kopexa/calendar": "14.0.0",
|
|
46
|
+
"@kopexa/input": "14.0.0",
|
|
47
|
+
"@kopexa/chip": "14.0.0",
|
|
48
|
+
"@kopexa/alert-dialog": "14.0.0",
|
|
49
|
+
"@kopexa/card": "14.0.0",
|
|
50
|
+
"@kopexa/avatar": "14.0.0",
|
|
51
|
+
"@kopexa/table": "14.0.0",
|
|
52
|
+
"@kopexa/code": "14.0.0",
|
|
53
|
+
"@kopexa/data-table": "14.0.0",
|
|
54
|
+
"@kopexa/checkbox": "14.0.0",
|
|
55
|
+
"@kopexa/skeleton": "14.0.0",
|
|
56
|
+
"@kopexa/page-header": "14.0.0",
|
|
57
|
+
"@kopexa/tab-nav": "14.0.0",
|
|
58
|
+
"@kopexa/sidebar": "14.0.0",
|
|
59
|
+
"@kopexa/separator": "14.0.0",
|
|
60
|
+
"@kopexa/risk-indicator": "14.0.0",
|
|
61
|
+
"@kopexa/tabs": "14.0.0",
|
|
62
|
+
"@kopexa/risk-badge": "14.0.0",
|
|
63
|
+
"@kopexa/split-page-layout": "14.0.0",
|
|
64
|
+
"@kopexa/section-row": "14.0.0",
|
|
65
|
+
"@kopexa/preview-card": "14.0.0",
|
|
66
|
+
"@kopexa/resizable": "14.0.0",
|
|
67
|
+
"@kopexa/hover-card": "14.0.0",
|
|
68
|
+
"@kopexa/infotip": "14.0.0",
|
|
69
|
+
"@kopexa/accordion": "14.0.0",
|
|
70
|
+
"@kopexa/callout": "14.0.0",
|
|
71
|
+
"@kopexa/blankstate": "14.0.0",
|
|
72
|
+
"@kopexa/mapped-controls": "14.0.0",
|
|
73
|
+
"@kopexa/integration-card": "14.0.0",
|
|
74
|
+
"@kopexa/data-grid": "14.0.0",
|
|
75
|
+
"@kopexa/select": "14.0.0",
|
|
76
|
+
"@kopexa/label": "14.0.0",
|
|
77
|
+
"@kopexa/autocomplete": "14.0.0",
|
|
78
|
+
"@kopexa/textarea": "14.0.0",
|
|
79
|
+
"@kopexa/scroll-area": "14.0.0",
|
|
80
|
+
"@kopexa/toolbar": "14.0.0",
|
|
81
|
+
"@kopexa/switch": "14.0.0",
|
|
82
|
+
"@kopexa/file-upload": "14.0.0",
|
|
83
|
+
"@kopexa/combobox": "14.0.0",
|
|
84
|
+
"@kopexa/image-crop": "14.0.0",
|
|
85
|
+
"@kopexa/heading": "14.0.0"
|
|
84
86
|
},
|
|
85
87
|
"clean-package": "../../../clean-package.config.json",
|
|
86
88
|
"module": "dist/index.mjs",
|