@kopexa/sight 8.0.8 → 8.0.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/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +4 -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 +4 -0
- package/package.json +43 -42
package/dist/index.d.mts
CHANGED
|
@@ -18,6 +18,7 @@ export * from '@kopexa/heading';
|
|
|
18
18
|
export * from '@kopexa/hover-card';
|
|
19
19
|
export * from '@kopexa/infotip';
|
|
20
20
|
export * from '@kopexa/input';
|
|
21
|
+
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
21
22
|
export * from '@kopexa/mapped-controls';
|
|
22
23
|
export * from '@kopexa/page-header';
|
|
23
24
|
export * from '@kopexa/page-layout';
|
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export * from '@kopexa/heading';
|
|
|
18
18
|
export * from '@kopexa/hover-card';
|
|
19
19
|
export * from '@kopexa/infotip';
|
|
20
20
|
export * from '@kopexa/input';
|
|
21
|
+
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
21
22
|
export * from '@kopexa/mapped-controls';
|
|
22
23
|
export * from '@kopexa/page-header';
|
|
23
24
|
export * from '@kopexa/page-layout';
|
package/dist/index.js
CHANGED
|
@@ -30,6 +30,7 @@ __export(index_exports, {
|
|
|
30
30
|
AlertDialog: () => import_alert_dialog.AlertDialog,
|
|
31
31
|
Chip: () => import_chip.Chip,
|
|
32
32
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
33
|
+
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
33
34
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
34
35
|
StandardChip: () => import_chip.StandardChip,
|
|
35
36
|
useConfirm: () => import_alert_dialog.useConfirm
|
|
@@ -55,6 +56,7 @@ __reExport(index_exports, require("@kopexa/heading"), module.exports);
|
|
|
55
56
|
__reExport(index_exports, require("@kopexa/hover-card"), module.exports);
|
|
56
57
|
__reExport(index_exports, require("@kopexa/infotip"), module.exports);
|
|
57
58
|
__reExport(index_exports, require("@kopexa/input"), module.exports);
|
|
59
|
+
var import_integration_card = require("@kopexa/integration-card");
|
|
58
60
|
__reExport(index_exports, require("@kopexa/mapped-controls"), module.exports);
|
|
59
61
|
__reExport(index_exports, require("@kopexa/page-header"), module.exports);
|
|
60
62
|
__reExport(index_exports, require("@kopexa/page-layout"), module.exports);
|
|
@@ -83,6 +85,7 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
83
85
|
AlertDialog,
|
|
84
86
|
Chip,
|
|
85
87
|
ConfirmDialogProvider,
|
|
88
|
+
IntegrationCard,
|
|
86
89
|
RelatedControlChip,
|
|
87
90
|
StandardChip,
|
|
88
91
|
useConfirm,
|
package/dist/index.mjs
CHANGED
|
@@ -35,6 +35,9 @@ export * from "@kopexa/heading";
|
|
|
35
35
|
export * from "@kopexa/hover-card";
|
|
36
36
|
export * from "@kopexa/infotip";
|
|
37
37
|
export * from "@kopexa/input";
|
|
38
|
+
import {
|
|
39
|
+
IntegrationCard
|
|
40
|
+
} from "@kopexa/integration-card";
|
|
38
41
|
export * from "@kopexa/mapped-controls";
|
|
39
42
|
export * from "@kopexa/page-header";
|
|
40
43
|
export * from "@kopexa/page-layout";
|
|
@@ -62,6 +65,7 @@ export {
|
|
|
62
65
|
AlertDialog,
|
|
63
66
|
Chip,
|
|
64
67
|
ConfirmDialogProvider,
|
|
68
|
+
IntegrationCard,
|
|
65
69
|
RelatedControlChip,
|
|
66
70
|
StandardChip,
|
|
67
71
|
useConfirm
|
|
@@ -18,6 +18,7 @@ export * from '@kopexa/heading';
|
|
|
18
18
|
export * from '@kopexa/hover-card';
|
|
19
19
|
export * from '@kopexa/infotip';
|
|
20
20
|
export * from '@kopexa/input';
|
|
21
|
+
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
21
22
|
export * from '@kopexa/mapped-controls';
|
|
22
23
|
export * from '@kopexa/page-header';
|
|
23
24
|
export * from '@kopexa/page-layout';
|
|
@@ -18,6 +18,7 @@ export * from '@kopexa/heading';
|
|
|
18
18
|
export * from '@kopexa/hover-card';
|
|
19
19
|
export * from '@kopexa/infotip';
|
|
20
20
|
export * from '@kopexa/input';
|
|
21
|
+
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
21
22
|
export * from '@kopexa/mapped-controls';
|
|
22
23
|
export * from '@kopexa/page-header';
|
|
23
24
|
export * from '@kopexa/page-layout';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -31,6 +31,7 @@ __export(index_ts_backup_exports, {
|
|
|
31
31
|
AlertDialog: () => import_alert_dialog.AlertDialog,
|
|
32
32
|
Chip: () => import_chip.Chip,
|
|
33
33
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
34
|
+
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
34
35
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
35
36
|
StandardChip: () => import_chip.StandardChip,
|
|
36
37
|
useConfirm: () => import_alert_dialog.useConfirm
|
|
@@ -56,6 +57,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/heading"), module.exports);
|
|
|
56
57
|
__reExport(index_ts_backup_exports, require("@kopexa/hover-card"), module.exports);
|
|
57
58
|
__reExport(index_ts_backup_exports, require("@kopexa/infotip"), module.exports);
|
|
58
59
|
__reExport(index_ts_backup_exports, require("@kopexa/input"), module.exports);
|
|
60
|
+
var import_integration_card = require("@kopexa/integration-card");
|
|
59
61
|
__reExport(index_ts_backup_exports, require("@kopexa/mapped-controls"), module.exports);
|
|
60
62
|
__reExport(index_ts_backup_exports, require("@kopexa/page-header"), module.exports);
|
|
61
63
|
__reExport(index_ts_backup_exports, require("@kopexa/page-layout"), module.exports);
|
|
@@ -84,6 +86,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
84
86
|
AlertDialog,
|
|
85
87
|
Chip,
|
|
86
88
|
ConfirmDialogProvider,
|
|
89
|
+
IntegrationCard,
|
|
87
90
|
RelatedControlChip,
|
|
88
91
|
StandardChip,
|
|
89
92
|
useConfirm,
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -36,6 +36,9 @@ export * from "@kopexa/heading";
|
|
|
36
36
|
export * from "@kopexa/hover-card";
|
|
37
37
|
export * from "@kopexa/infotip";
|
|
38
38
|
export * from "@kopexa/input";
|
|
39
|
+
import {
|
|
40
|
+
IntegrationCard
|
|
41
|
+
} from "@kopexa/integration-card";
|
|
39
42
|
export * from "@kopexa/mapped-controls";
|
|
40
43
|
export * from "@kopexa/page-header";
|
|
41
44
|
export * from "@kopexa/page-layout";
|
|
@@ -63,6 +66,7 @@ export {
|
|
|
63
66
|
AlertDialog,
|
|
64
67
|
Chip,
|
|
65
68
|
ConfirmDialogProvider,
|
|
69
|
+
IntegrationCard,
|
|
66
70
|
RelatedControlChip,
|
|
67
71
|
StandardChip,
|
|
68
72
|
useConfirm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.9",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,49 +28,50 @@
|
|
|
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": "1.7.
|
|
31
|
+
"@kopexa/theme": "1.7.6"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/shared-utils": "1.1.
|
|
35
|
-
"@kopexa/react-utils": "2.0.
|
|
36
|
-
"@kopexa/button": "8.0.
|
|
37
|
-
"@kopexa/dialog": "10.0.
|
|
38
|
-
"@kopexa/drawer": "10.0.
|
|
39
|
-
"@kopexa/popover": "10.0.
|
|
40
|
-
"@kopexa/command": "7.0.
|
|
41
|
-
"@kopexa/
|
|
42
|
-
"@kopexa/
|
|
43
|
-
"@kopexa/
|
|
44
|
-
"@kopexa/
|
|
45
|
-
"@kopexa/
|
|
46
|
-
"@kopexa/input": "3.0.
|
|
47
|
-
"@kopexa/chip": "3.0.
|
|
48
|
-
"@kopexa/
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/avatar": "3.0.
|
|
51
|
-
"@kopexa/table": "2.0.
|
|
52
|
-
"@kopexa/code": "2.0.
|
|
53
|
-
"@kopexa/data-table": "2.0.
|
|
54
|
-
"@kopexa/
|
|
55
|
-
"@kopexa/
|
|
56
|
-
"@kopexa/page-header": "2.0.
|
|
57
|
-
"@kopexa/
|
|
58
|
-
"@kopexa/
|
|
59
|
-
"@kopexa/sidebar": "2.0.
|
|
60
|
-
"@kopexa/separator": "2.0.
|
|
61
|
-
"@kopexa/risk-indicator": "2.0.
|
|
62
|
-
"@kopexa/tabs": "2.0.
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/section-row": "1.0.
|
|
66
|
-
"@kopexa/preview-card": "1.0.
|
|
67
|
-
"@kopexa/resizable": "1.0.
|
|
68
|
-
"@kopexa/hover-card": "1.0.
|
|
69
|
-
"@kopexa/infotip": "1.0.
|
|
70
|
-
"@kopexa/accordion": "1.0.
|
|
71
|
-
"@kopexa/
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
34
|
+
"@kopexa/shared-utils": "1.1.7",
|
|
35
|
+
"@kopexa/react-utils": "2.0.8",
|
|
36
|
+
"@kopexa/button": "8.0.8",
|
|
37
|
+
"@kopexa/dialog": "10.0.8",
|
|
38
|
+
"@kopexa/drawer": "10.0.8",
|
|
39
|
+
"@kopexa/popover": "10.0.6",
|
|
40
|
+
"@kopexa/command": "7.0.8",
|
|
41
|
+
"@kopexa/tooltip": "6.0.6",
|
|
42
|
+
"@kopexa/spinner": "6.0.6",
|
|
43
|
+
"@kopexa/page-layout": "5.0.6",
|
|
44
|
+
"@kopexa/dropdown-menu": "3.0.8",
|
|
45
|
+
"@kopexa/calendar": "3.0.8",
|
|
46
|
+
"@kopexa/input": "3.0.8",
|
|
47
|
+
"@kopexa/chip": "3.0.8",
|
|
48
|
+
"@kopexa/alert-dialog": "3.0.6",
|
|
49
|
+
"@kopexa/card": "2.0.6",
|
|
50
|
+
"@kopexa/avatar": "3.0.6",
|
|
51
|
+
"@kopexa/table": "2.0.8",
|
|
52
|
+
"@kopexa/code": "2.0.6",
|
|
53
|
+
"@kopexa/data-table": "2.0.8",
|
|
54
|
+
"@kopexa/checkbox": "2.0.8",
|
|
55
|
+
"@kopexa/skeleton": "2.0.6",
|
|
56
|
+
"@kopexa/page-header": "2.0.6",
|
|
57
|
+
"@kopexa/heading": "2.0.6",
|
|
58
|
+
"@kopexa/tab-nav": "2.0.6",
|
|
59
|
+
"@kopexa/sidebar": "2.0.8",
|
|
60
|
+
"@kopexa/separator": "2.0.6",
|
|
61
|
+
"@kopexa/risk-indicator": "2.0.6",
|
|
62
|
+
"@kopexa/tabs": "2.0.6",
|
|
63
|
+
"@kopexa/risk-badge": "1.0.8",
|
|
64
|
+
"@kopexa/split-page-layout": "1.0.8",
|
|
65
|
+
"@kopexa/section-row": "1.0.6",
|
|
66
|
+
"@kopexa/preview-card": "1.0.8",
|
|
67
|
+
"@kopexa/resizable": "1.0.8",
|
|
68
|
+
"@kopexa/hover-card": "1.0.6",
|
|
69
|
+
"@kopexa/infotip": "1.0.8",
|
|
70
|
+
"@kopexa/accordion": "1.0.8",
|
|
71
|
+
"@kopexa/callout": "1.0.8",
|
|
72
|
+
"@kopexa/blankstate": "1.0.6",
|
|
73
|
+
"@kopexa/mapped-controls": "0.0.3",
|
|
74
|
+
"@kopexa/integration-card": "0.0.1"
|
|
74
75
|
},
|
|
75
76
|
"clean-package": "../../../clean-package.config.json",
|
|
76
77
|
"module": "dist/index.mjs",
|