@kopexa/sight 7.0.13 → 8.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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +1 -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 +2 -0
- package/dist/index.ts.backup.mjs +1 -0
- package/package.json +39 -38
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -21,6 +21,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
21
21
|
__reExport(index_exports, require("@kopexa/accordion"), module.exports);
|
|
22
22
|
__reExport(index_exports, require("@kopexa/alert-dialog"), module.exports);
|
|
23
23
|
__reExport(index_exports, require("@kopexa/avatar"), module.exports);
|
|
24
|
+
__reExport(index_exports, require("@kopexa/blankstate"), module.exports);
|
|
24
25
|
__reExport(index_exports, require("@kopexa/button"), module.exports);
|
|
25
26
|
__reExport(index_exports, require("@kopexa/calendar"), module.exports);
|
|
26
27
|
__reExport(index_exports, require("@kopexa/callout"), module.exports);
|
|
@@ -59,6 +60,7 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
59
60
|
...require("@kopexa/accordion"),
|
|
60
61
|
...require("@kopexa/alert-dialog"),
|
|
61
62
|
...require("@kopexa/avatar"),
|
|
63
|
+
...require("@kopexa/blankstate"),
|
|
62
64
|
...require("@kopexa/button"),
|
|
63
65
|
...require("@kopexa/calendar"),
|
|
64
66
|
...require("@kopexa/callout"),
|
package/dist/index.mjs
CHANGED
package/dist/index.ts.backup.js
CHANGED
|
@@ -22,6 +22,7 @@ module.exports = __toCommonJS(index_ts_backup_exports);
|
|
|
22
22
|
__reExport(index_ts_backup_exports, require("@kopexa/accordion"), module.exports);
|
|
23
23
|
__reExport(index_ts_backup_exports, require("@kopexa/alert-dialog"), module.exports);
|
|
24
24
|
__reExport(index_ts_backup_exports, require("@kopexa/avatar"), module.exports);
|
|
25
|
+
__reExport(index_ts_backup_exports, require("@kopexa/blankstate"), module.exports);
|
|
25
26
|
__reExport(index_ts_backup_exports, require("@kopexa/button"), module.exports);
|
|
26
27
|
__reExport(index_ts_backup_exports, require("@kopexa/calendar"), module.exports);
|
|
27
28
|
__reExport(index_ts_backup_exports, require("@kopexa/callout"), module.exports);
|
|
@@ -60,6 +61,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
60
61
|
...require("@kopexa/accordion"),
|
|
61
62
|
...require("@kopexa/alert-dialog"),
|
|
62
63
|
...require("@kopexa/avatar"),
|
|
64
|
+
...require("@kopexa/blankstate"),
|
|
63
65
|
...require("@kopexa/button"),
|
|
64
66
|
...require("@kopexa/calendar"),
|
|
65
67
|
...require("@kopexa/callout"),
|
package/dist/index.ts.backup.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,47 +28,48 @@
|
|
|
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.
|
|
31
|
+
"@kopexa/theme": "1.7.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@kopexa/shared-utils": "1.1.5",
|
|
35
35
|
"@kopexa/react-utils": "2.0.6",
|
|
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/heading": "
|
|
58
|
-
"@kopexa/tab-nav": "
|
|
59
|
-
"@kopexa/sidebar": "
|
|
60
|
-
"@kopexa/separator": "
|
|
61
|
-
"@kopexa/risk-indicator": "
|
|
62
|
-
"@kopexa/tabs": "
|
|
63
|
-
"@kopexa/risk-badge": "0.0
|
|
64
|
-
"@kopexa/split-page-layout": "0.0
|
|
65
|
-
"@kopexa/section-row": "0.0
|
|
66
|
-
"@kopexa/preview-card": "0.0
|
|
67
|
-
"@kopexa/resizable": "0.0
|
|
68
|
-
"@kopexa/hover-card": "0.0
|
|
69
|
-
"@kopexa/infotip": "0.0
|
|
70
|
-
"@kopexa/accordion": "0.0
|
|
71
|
-
"@kopexa/callout": "0.0
|
|
36
|
+
"@kopexa/button": "8.0.0",
|
|
37
|
+
"@kopexa/dialog": "10.0.0",
|
|
38
|
+
"@kopexa/drawer": "10.0.0",
|
|
39
|
+
"@kopexa/popover": "10.0.0",
|
|
40
|
+
"@kopexa/command": "7.0.0",
|
|
41
|
+
"@kopexa/tooltip": "6.0.0",
|
|
42
|
+
"@kopexa/spinner": "6.0.0",
|
|
43
|
+
"@kopexa/page-layout": "5.0.0",
|
|
44
|
+
"@kopexa/dropdown-menu": "3.0.0",
|
|
45
|
+
"@kopexa/calendar": "3.0.0",
|
|
46
|
+
"@kopexa/input": "3.0.0",
|
|
47
|
+
"@kopexa/chip": "3.0.0",
|
|
48
|
+
"@kopexa/alert-dialog": "3.0.0",
|
|
49
|
+
"@kopexa/card": "2.0.0",
|
|
50
|
+
"@kopexa/avatar": "3.0.0",
|
|
51
|
+
"@kopexa/table": "2.0.0",
|
|
52
|
+
"@kopexa/code": "2.0.0",
|
|
53
|
+
"@kopexa/data-table": "2.0.0",
|
|
54
|
+
"@kopexa/checkbox": "2.0.0",
|
|
55
|
+
"@kopexa/skeleton": "2.0.0",
|
|
56
|
+
"@kopexa/page-header": "2.0.0",
|
|
57
|
+
"@kopexa/heading": "2.0.0",
|
|
58
|
+
"@kopexa/tab-nav": "2.0.0",
|
|
59
|
+
"@kopexa/sidebar": "2.0.0",
|
|
60
|
+
"@kopexa/separator": "2.0.0",
|
|
61
|
+
"@kopexa/risk-indicator": "2.0.0",
|
|
62
|
+
"@kopexa/tabs": "2.0.0",
|
|
63
|
+
"@kopexa/risk-badge": "1.0.0",
|
|
64
|
+
"@kopexa/split-page-layout": "1.0.0",
|
|
65
|
+
"@kopexa/section-row": "1.0.0",
|
|
66
|
+
"@kopexa/preview-card": "1.0.0",
|
|
67
|
+
"@kopexa/resizable": "1.0.0",
|
|
68
|
+
"@kopexa/hover-card": "1.0.0",
|
|
69
|
+
"@kopexa/infotip": "1.0.0",
|
|
70
|
+
"@kopexa/accordion": "1.0.0",
|
|
71
|
+
"@kopexa/callout": "1.0.0",
|
|
72
|
+
"@kopexa/blankstate": "1.0.0"
|
|
72
73
|
},
|
|
73
74
|
"clean-package": "../../../clean-package.config.json",
|
|
74
75
|
"module": "dist/index.mjs",
|