@kopexa/sight 14.0.2 → 14.0.3
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 +55 -54
package/dist/index.d.mts
CHANGED
|
@@ -25,6 +25,7 @@ export * from '@kopexa/infotip';
|
|
|
25
25
|
export * from '@kopexa/input';
|
|
26
26
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
27
27
|
export { Label, LabelProps } from '@kopexa/label';
|
|
28
|
+
export { LoadingPage, LoadingPageProps } from '@kopexa/loading';
|
|
28
29
|
export * from '@kopexa/mapped-controls';
|
|
29
30
|
export * from '@kopexa/page-header';
|
|
30
31
|
export * from '@kopexa/page-layout';
|
package/dist/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export * from '@kopexa/infotip';
|
|
|
25
25
|
export * from '@kopexa/input';
|
|
26
26
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
27
27
|
export { Label, LabelProps } from '@kopexa/label';
|
|
28
|
+
export { LoadingPage, LoadingPageProps } from '@kopexa/loading';
|
|
28
29
|
export * from '@kopexa/mapped-controls';
|
|
29
30
|
export * from '@kopexa/page-header';
|
|
30
31
|
export * from '@kopexa/page-layout';
|
package/dist/index.js
CHANGED
|
@@ -41,6 +41,7 @@ __export(index_exports, {
|
|
|
41
41
|
ImageCropReset: () => import_image_crop.ImageCropReset,
|
|
42
42
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
43
43
|
Label: () => import_label.Label,
|
|
44
|
+
LoadingPage: () => import_loading.LoadingPage,
|
|
44
45
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
45
46
|
ScrollArea: () => import_scroll_area.ScrollArea,
|
|
46
47
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
@@ -82,6 +83,7 @@ __reExport(index_exports, require("@kopexa/infotip"), module.exports);
|
|
|
82
83
|
__reExport(index_exports, require("@kopexa/input"), module.exports);
|
|
83
84
|
var import_integration_card = require("@kopexa/integration-card");
|
|
84
85
|
var import_label = require("@kopexa/label");
|
|
86
|
+
var import_loading = require("@kopexa/loading");
|
|
85
87
|
__reExport(index_exports, require("@kopexa/mapped-controls"), module.exports);
|
|
86
88
|
__reExport(index_exports, require("@kopexa/page-header"), module.exports);
|
|
87
89
|
__reExport(index_exports, require("@kopexa/page-layout"), module.exports);
|
|
@@ -126,6 +128,7 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
126
128
|
ImageCropReset,
|
|
127
129
|
IntegrationCard,
|
|
128
130
|
Label,
|
|
131
|
+
LoadingPage,
|
|
129
132
|
RelatedControlChip,
|
|
130
133
|
ScrollArea,
|
|
131
134
|
ScrollBar,
|
package/dist/index.mjs
CHANGED
|
@@ -50,6 +50,7 @@ import {
|
|
|
50
50
|
IntegrationCard
|
|
51
51
|
} from "@kopexa/integration-card";
|
|
52
52
|
import { Label } from "@kopexa/label";
|
|
53
|
+
import { LoadingPage } from "@kopexa/loading";
|
|
53
54
|
export * from "@kopexa/mapped-controls";
|
|
54
55
|
export * from "@kopexa/page-header";
|
|
55
56
|
export * from "@kopexa/page-layout";
|
|
@@ -98,6 +99,7 @@ export {
|
|
|
98
99
|
ImageCropReset,
|
|
99
100
|
IntegrationCard,
|
|
100
101
|
Label,
|
|
102
|
+
LoadingPage,
|
|
101
103
|
RelatedControlChip,
|
|
102
104
|
ScrollArea,
|
|
103
105
|
ScrollBar,
|
|
@@ -25,6 +25,7 @@ export * from '@kopexa/infotip';
|
|
|
25
25
|
export * from '@kopexa/input';
|
|
26
26
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
27
27
|
export { Label, LabelProps } from '@kopexa/label';
|
|
28
|
+
export { LoadingPage, LoadingPageProps } from '@kopexa/loading';
|
|
28
29
|
export * from '@kopexa/mapped-controls';
|
|
29
30
|
export * from '@kopexa/page-header';
|
|
30
31
|
export * from '@kopexa/page-layout';
|
|
@@ -25,6 +25,7 @@ export * from '@kopexa/infotip';
|
|
|
25
25
|
export * from '@kopexa/input';
|
|
26
26
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
27
27
|
export { Label, LabelProps } from '@kopexa/label';
|
|
28
|
+
export { LoadingPage, LoadingPageProps } from '@kopexa/loading';
|
|
28
29
|
export * from '@kopexa/mapped-controls';
|
|
29
30
|
export * from '@kopexa/page-header';
|
|
30
31
|
export * from '@kopexa/page-layout';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -42,6 +42,7 @@ __export(index_ts_backup_exports, {
|
|
|
42
42
|
ImageCropReset: () => import_image_crop.ImageCropReset,
|
|
43
43
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
44
44
|
Label: () => import_label.Label,
|
|
45
|
+
LoadingPage: () => import_loading.LoadingPage,
|
|
45
46
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
46
47
|
ScrollArea: () => import_scroll_area.ScrollArea,
|
|
47
48
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
@@ -83,6 +84,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/infotip"), module.exports);
|
|
|
83
84
|
__reExport(index_ts_backup_exports, require("@kopexa/input"), module.exports);
|
|
84
85
|
var import_integration_card = require("@kopexa/integration-card");
|
|
85
86
|
var import_label = require("@kopexa/label");
|
|
87
|
+
var import_loading = require("@kopexa/loading");
|
|
86
88
|
__reExport(index_ts_backup_exports, require("@kopexa/mapped-controls"), module.exports);
|
|
87
89
|
__reExport(index_ts_backup_exports, require("@kopexa/page-header"), module.exports);
|
|
88
90
|
__reExport(index_ts_backup_exports, require("@kopexa/page-layout"), module.exports);
|
|
@@ -127,6 +129,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
127
129
|
ImageCropReset,
|
|
128
130
|
IntegrationCard,
|
|
129
131
|
Label,
|
|
132
|
+
LoadingPage,
|
|
130
133
|
RelatedControlChip,
|
|
131
134
|
ScrollArea,
|
|
132
135
|
ScrollBar,
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -51,6 +51,7 @@ import {
|
|
|
51
51
|
IntegrationCard
|
|
52
52
|
} from "@kopexa/integration-card";
|
|
53
53
|
import { Label } from "@kopexa/label";
|
|
54
|
+
import { LoadingPage } from "@kopexa/loading";
|
|
54
55
|
export * from "@kopexa/mapped-controls";
|
|
55
56
|
export * from "@kopexa/page-header";
|
|
56
57
|
export * from "@kopexa/page-layout";
|
|
@@ -99,6 +100,7 @@ export {
|
|
|
99
100
|
ImageCropReset,
|
|
100
101
|
IntegrationCard,
|
|
101
102
|
Label,
|
|
103
|
+
LoadingPage,
|
|
102
104
|
RelatedControlChip,
|
|
103
105
|
ScrollArea,
|
|
104
106
|
ScrollBar,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.3",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,61 +28,62 @@
|
|
|
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": "14.0.
|
|
31
|
+
"@kopexa/theme": "14.0.3"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/shared-utils": "14.0.
|
|
35
|
-
"@kopexa/react-utils": "14.0.
|
|
36
|
-
"@kopexa/button": "14.0.
|
|
37
|
-
"@kopexa/dialog": "14.0.
|
|
38
|
-
"@kopexa/drawer": "14.0.
|
|
39
|
-
"@kopexa/popover": "14.0.
|
|
40
|
-
"@kopexa/command": "14.0.
|
|
41
|
-
"@kopexa/tooltip": "14.0.
|
|
42
|
-
"@kopexa/spinner": "14.0.
|
|
43
|
-
"@kopexa/page-layout": "14.0.
|
|
44
|
-
"@kopexa/dropdown-menu": "14.0.
|
|
45
|
-
"@kopexa/calendar": "14.0.
|
|
46
|
-
"@kopexa/input": "14.0.
|
|
47
|
-
"@kopexa/chip": "14.0.
|
|
48
|
-
"@kopexa/alert-dialog": "14.0.
|
|
49
|
-
"@kopexa/card": "14.0.
|
|
50
|
-
"@kopexa/avatar": "14.0.
|
|
51
|
-
"@kopexa/table": "14.0.
|
|
52
|
-
"@kopexa/code": "14.0.
|
|
53
|
-
"@kopexa/data-table": "14.0.
|
|
54
|
-
"@kopexa/checkbox": "14.0.
|
|
55
|
-
"@kopexa/skeleton": "14.0.
|
|
56
|
-
"@kopexa/page-header": "14.0.
|
|
57
|
-
"@kopexa/heading": "14.0.
|
|
58
|
-
"@kopexa/tab-nav": "14.0.
|
|
59
|
-
"@kopexa/sidebar": "14.0.
|
|
60
|
-
"@kopexa/separator": "14.0.
|
|
61
|
-
"@kopexa/risk-indicator": "14.0.
|
|
62
|
-
"@kopexa/tabs": "14.0.
|
|
63
|
-
"@kopexa/risk-badge": "14.0.
|
|
64
|
-
"@kopexa/split-page-layout": "14.0.
|
|
65
|
-
"@kopexa/section-row": "14.0.
|
|
66
|
-
"@kopexa/preview-card": "14.0.
|
|
67
|
-
"@kopexa/resizable": "14.0.
|
|
68
|
-
"@kopexa/hover-card": "14.0.
|
|
69
|
-
"@kopexa/infotip": "14.0.
|
|
70
|
-
"@kopexa/accordion": "14.0.
|
|
71
|
-
"@kopexa/callout": "14.0.
|
|
72
|
-
"@kopexa/blankstate": "14.0.
|
|
73
|
-
"@kopexa/mapped-controls": "14.0.
|
|
74
|
-
"@kopexa/integration-card": "14.0.
|
|
75
|
-
"@kopexa/data-grid": "14.0.
|
|
76
|
-
"@kopexa/select": "14.0.
|
|
77
|
-
"@kopexa/label": "14.0.
|
|
78
|
-
"@kopexa/autocomplete": "14.0.
|
|
79
|
-
"@kopexa/textarea": "14.0.
|
|
80
|
-
"@kopexa/scroll-area": "14.0.
|
|
81
|
-
"@kopexa/toolbar": "14.0.
|
|
82
|
-
"@kopexa/switch": "14.0.
|
|
83
|
-
"@kopexa/file-upload": "14.0.
|
|
84
|
-
"@kopexa/combobox": "14.0.
|
|
85
|
-
"@kopexa/image-crop": "14.0.
|
|
34
|
+
"@kopexa/shared-utils": "14.0.3",
|
|
35
|
+
"@kopexa/react-utils": "14.0.3",
|
|
36
|
+
"@kopexa/button": "14.0.3",
|
|
37
|
+
"@kopexa/dialog": "14.0.3",
|
|
38
|
+
"@kopexa/drawer": "14.0.3",
|
|
39
|
+
"@kopexa/popover": "14.0.3",
|
|
40
|
+
"@kopexa/command": "14.0.3",
|
|
41
|
+
"@kopexa/tooltip": "14.0.3",
|
|
42
|
+
"@kopexa/spinner": "14.0.3",
|
|
43
|
+
"@kopexa/page-layout": "14.0.3",
|
|
44
|
+
"@kopexa/dropdown-menu": "14.0.3",
|
|
45
|
+
"@kopexa/calendar": "14.0.3",
|
|
46
|
+
"@kopexa/input": "14.0.3",
|
|
47
|
+
"@kopexa/chip": "14.0.3",
|
|
48
|
+
"@kopexa/alert-dialog": "14.0.3",
|
|
49
|
+
"@kopexa/card": "14.0.3",
|
|
50
|
+
"@kopexa/avatar": "14.0.3",
|
|
51
|
+
"@kopexa/table": "14.0.3",
|
|
52
|
+
"@kopexa/code": "14.0.3",
|
|
53
|
+
"@kopexa/data-table": "14.0.3",
|
|
54
|
+
"@kopexa/checkbox": "14.0.3",
|
|
55
|
+
"@kopexa/skeleton": "14.0.3",
|
|
56
|
+
"@kopexa/page-header": "14.0.3",
|
|
57
|
+
"@kopexa/heading": "14.0.3",
|
|
58
|
+
"@kopexa/tab-nav": "14.0.3",
|
|
59
|
+
"@kopexa/sidebar": "14.0.3",
|
|
60
|
+
"@kopexa/separator": "14.0.3",
|
|
61
|
+
"@kopexa/risk-indicator": "14.0.3",
|
|
62
|
+
"@kopexa/tabs": "14.0.3",
|
|
63
|
+
"@kopexa/risk-badge": "14.0.3",
|
|
64
|
+
"@kopexa/split-page-layout": "14.0.3",
|
|
65
|
+
"@kopexa/section-row": "14.0.3",
|
|
66
|
+
"@kopexa/preview-card": "14.0.3",
|
|
67
|
+
"@kopexa/resizable": "14.0.3",
|
|
68
|
+
"@kopexa/hover-card": "14.0.3",
|
|
69
|
+
"@kopexa/infotip": "14.0.3",
|
|
70
|
+
"@kopexa/accordion": "14.0.3",
|
|
71
|
+
"@kopexa/callout": "14.0.3",
|
|
72
|
+
"@kopexa/blankstate": "14.0.3",
|
|
73
|
+
"@kopexa/mapped-controls": "14.0.3",
|
|
74
|
+
"@kopexa/integration-card": "14.0.3",
|
|
75
|
+
"@kopexa/data-grid": "14.0.3",
|
|
76
|
+
"@kopexa/select": "14.0.3",
|
|
77
|
+
"@kopexa/label": "14.0.3",
|
|
78
|
+
"@kopexa/autocomplete": "14.0.3",
|
|
79
|
+
"@kopexa/textarea": "14.0.3",
|
|
80
|
+
"@kopexa/scroll-area": "14.0.3",
|
|
81
|
+
"@kopexa/toolbar": "14.0.3",
|
|
82
|
+
"@kopexa/switch": "14.0.3",
|
|
83
|
+
"@kopexa/file-upload": "14.0.3",
|
|
84
|
+
"@kopexa/combobox": "14.0.3",
|
|
85
|
+
"@kopexa/image-crop": "14.0.3",
|
|
86
|
+
"@kopexa/loading": "14.0.3"
|
|
86
87
|
},
|
|
87
88
|
"clean-package": "../../../clean-package.config.json",
|
|
88
89
|
"module": "dist/index.mjs",
|