@kopexa/sight 9.0.0 → 10.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 +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 +49 -48
package/dist/index.d.mts
CHANGED
|
@@ -38,6 +38,7 @@ export * from '@kopexa/sidebar';
|
|
|
38
38
|
export * from '@kopexa/skeleton';
|
|
39
39
|
export * from '@kopexa/spinner';
|
|
40
40
|
export * from '@kopexa/split-page-layout';
|
|
41
|
+
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
41
42
|
export * from '@kopexa/tab-nav';
|
|
42
43
|
export * from '@kopexa/table';
|
|
43
44
|
export * from '@kopexa/tabs';
|
package/dist/index.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export * from '@kopexa/sidebar';
|
|
|
38
38
|
export * from '@kopexa/skeleton';
|
|
39
39
|
export * from '@kopexa/spinner';
|
|
40
40
|
export * from '@kopexa/split-page-layout';
|
|
41
|
+
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
41
42
|
export * from '@kopexa/tab-nav';
|
|
42
43
|
export * from '@kopexa/table';
|
|
43
44
|
export * from '@kopexa/tabs';
|
package/dist/index.js
CHANGED
|
@@ -39,6 +39,7 @@ __export(index_exports, {
|
|
|
39
39
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
40
40
|
Select: () => import_select.Select,
|
|
41
41
|
StandardChip: () => import_chip.StandardChip,
|
|
42
|
+
Switch: () => import_switch.Switch,
|
|
42
43
|
Textarea: () => import_textarea.Textarea,
|
|
43
44
|
Toolbar: () => import_toolbar.Toolbar,
|
|
44
45
|
ToolbarButton: () => import_toolbar.ToolbarButton,
|
|
@@ -87,6 +88,7 @@ __reExport(index_exports, require("@kopexa/sidebar"), module.exports);
|
|
|
87
88
|
__reExport(index_exports, require("@kopexa/skeleton"), module.exports);
|
|
88
89
|
__reExport(index_exports, require("@kopexa/spinner"), module.exports);
|
|
89
90
|
__reExport(index_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
91
|
+
var import_switch = require("@kopexa/switch");
|
|
90
92
|
__reExport(index_exports, require("@kopexa/tab-nav"), module.exports);
|
|
91
93
|
__reExport(index_exports, require("@kopexa/table"), module.exports);
|
|
92
94
|
__reExport(index_exports, require("@kopexa/tabs"), module.exports);
|
|
@@ -112,6 +114,7 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
112
114
|
ScrollBar,
|
|
113
115
|
Select,
|
|
114
116
|
StandardChip,
|
|
117
|
+
Switch,
|
|
115
118
|
Textarea,
|
|
116
119
|
Toolbar,
|
|
117
120
|
ToolbarButton,
|
package/dist/index.mjs
CHANGED
|
@@ -57,6 +57,7 @@ export * from "@kopexa/sidebar";
|
|
|
57
57
|
export * from "@kopexa/skeleton";
|
|
58
58
|
export * from "@kopexa/spinner";
|
|
59
59
|
export * from "@kopexa/split-page-layout";
|
|
60
|
+
import { Switch } from "@kopexa/switch";
|
|
60
61
|
export * from "@kopexa/tab-nav";
|
|
61
62
|
export * from "@kopexa/table";
|
|
62
63
|
export * from "@kopexa/tabs";
|
|
@@ -86,6 +87,7 @@ export {
|
|
|
86
87
|
ScrollBar,
|
|
87
88
|
Select,
|
|
88
89
|
StandardChip,
|
|
90
|
+
Switch,
|
|
89
91
|
Textarea,
|
|
90
92
|
Toolbar,
|
|
91
93
|
ToolbarButton,
|
|
@@ -38,6 +38,7 @@ export * from '@kopexa/sidebar';
|
|
|
38
38
|
export * from '@kopexa/skeleton';
|
|
39
39
|
export * from '@kopexa/spinner';
|
|
40
40
|
export * from '@kopexa/split-page-layout';
|
|
41
|
+
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
41
42
|
export * from '@kopexa/tab-nav';
|
|
42
43
|
export * from '@kopexa/table';
|
|
43
44
|
export * from '@kopexa/tabs';
|
|
@@ -38,6 +38,7 @@ export * from '@kopexa/sidebar';
|
|
|
38
38
|
export * from '@kopexa/skeleton';
|
|
39
39
|
export * from '@kopexa/spinner';
|
|
40
40
|
export * from '@kopexa/split-page-layout';
|
|
41
|
+
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
41
42
|
export * from '@kopexa/tab-nav';
|
|
42
43
|
export * from '@kopexa/table';
|
|
43
44
|
export * from '@kopexa/tabs';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -40,6 +40,7 @@ __export(index_ts_backup_exports, {
|
|
|
40
40
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
41
41
|
Select: () => import_select.Select,
|
|
42
42
|
StandardChip: () => import_chip.StandardChip,
|
|
43
|
+
Switch: () => import_switch.Switch,
|
|
43
44
|
Textarea: () => import_textarea.Textarea,
|
|
44
45
|
Toolbar: () => import_toolbar.Toolbar,
|
|
45
46
|
ToolbarButton: () => import_toolbar.ToolbarButton,
|
|
@@ -88,6 +89,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/sidebar"), module.exports);
|
|
|
88
89
|
__reExport(index_ts_backup_exports, require("@kopexa/skeleton"), module.exports);
|
|
89
90
|
__reExport(index_ts_backup_exports, require("@kopexa/spinner"), module.exports);
|
|
90
91
|
__reExport(index_ts_backup_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
92
|
+
var import_switch = require("@kopexa/switch");
|
|
91
93
|
__reExport(index_ts_backup_exports, require("@kopexa/tab-nav"), module.exports);
|
|
92
94
|
__reExport(index_ts_backup_exports, require("@kopexa/table"), module.exports);
|
|
93
95
|
__reExport(index_ts_backup_exports, require("@kopexa/tabs"), module.exports);
|
|
@@ -113,6 +115,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
113
115
|
ScrollBar,
|
|
114
116
|
Select,
|
|
115
117
|
StandardChip,
|
|
118
|
+
Switch,
|
|
116
119
|
Textarea,
|
|
117
120
|
Toolbar,
|
|
118
121
|
ToolbarButton,
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -58,6 +58,7 @@ export * from "@kopexa/sidebar";
|
|
|
58
58
|
export * from "@kopexa/skeleton";
|
|
59
59
|
export * from "@kopexa/spinner";
|
|
60
60
|
export * from "@kopexa/split-page-layout";
|
|
61
|
+
import { Switch } from "@kopexa/switch";
|
|
61
62
|
export * from "@kopexa/tab-nav";
|
|
62
63
|
export * from "@kopexa/table";
|
|
63
64
|
export * from "@kopexa/tabs";
|
|
@@ -87,6 +88,7 @@ export {
|
|
|
87
88
|
ScrollBar,
|
|
88
89
|
Select,
|
|
89
90
|
StandardChip,
|
|
91
|
+
Switch,
|
|
90
92
|
Textarea,
|
|
91
93
|
Toolbar,
|
|
92
94
|
ToolbarButton,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,57 +28,58 @@
|
|
|
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": "2.
|
|
31
|
+
"@kopexa/theme": "2.1.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@kopexa/shared-utils": "2.0.0",
|
|
35
35
|
"@kopexa/react-utils": "3.0.0",
|
|
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": "
|
|
64
|
-
"@kopexa/split-page-layout": "
|
|
65
|
-
"@kopexa/section-row": "
|
|
66
|
-
"@kopexa/preview-card": "
|
|
67
|
-
"@kopexa/resizable": "
|
|
68
|
-
"@kopexa/hover-card": "
|
|
69
|
-
"@kopexa/infotip": "
|
|
70
|
-
"@kopexa/accordion": "
|
|
71
|
-
"@kopexa/callout": "
|
|
72
|
-
"@kopexa/blankstate": "
|
|
73
|
-
"@kopexa/mapped-controls": "
|
|
74
|
-
"@kopexa/integration-card": "
|
|
75
|
-
"@kopexa/data-grid": "
|
|
76
|
-
"@kopexa/select": "
|
|
77
|
-
"@kopexa/label": "
|
|
78
|
-
"@kopexa/autocomplete": "
|
|
79
|
-
"@kopexa/textarea": "
|
|
80
|
-
"@kopexa/scroll-area": "
|
|
81
|
-
"@kopexa/toolbar": "
|
|
36
|
+
"@kopexa/button": "10.0.0",
|
|
37
|
+
"@kopexa/dialog": "12.0.0",
|
|
38
|
+
"@kopexa/drawer": "12.0.0",
|
|
39
|
+
"@kopexa/popover": "12.0.0",
|
|
40
|
+
"@kopexa/command": "9.0.0",
|
|
41
|
+
"@kopexa/tooltip": "8.0.0",
|
|
42
|
+
"@kopexa/spinner": "8.0.0",
|
|
43
|
+
"@kopexa/page-layout": "7.0.0",
|
|
44
|
+
"@kopexa/dropdown-menu": "5.0.0",
|
|
45
|
+
"@kopexa/calendar": "5.0.0",
|
|
46
|
+
"@kopexa/input": "5.0.0",
|
|
47
|
+
"@kopexa/chip": "5.0.0",
|
|
48
|
+
"@kopexa/alert-dialog": "5.0.0",
|
|
49
|
+
"@kopexa/card": "4.0.0",
|
|
50
|
+
"@kopexa/avatar": "5.0.0",
|
|
51
|
+
"@kopexa/table": "4.0.0",
|
|
52
|
+
"@kopexa/code": "4.0.0",
|
|
53
|
+
"@kopexa/data-table": "4.0.0",
|
|
54
|
+
"@kopexa/checkbox": "4.0.0",
|
|
55
|
+
"@kopexa/skeleton": "4.0.0",
|
|
56
|
+
"@kopexa/page-header": "4.0.0",
|
|
57
|
+
"@kopexa/heading": "4.0.0",
|
|
58
|
+
"@kopexa/tab-nav": "4.0.0",
|
|
59
|
+
"@kopexa/sidebar": "4.0.0",
|
|
60
|
+
"@kopexa/separator": "4.0.0",
|
|
61
|
+
"@kopexa/risk-indicator": "4.0.0",
|
|
62
|
+
"@kopexa/tabs": "4.0.0",
|
|
63
|
+
"@kopexa/risk-badge": "3.0.0",
|
|
64
|
+
"@kopexa/split-page-layout": "3.0.0",
|
|
65
|
+
"@kopexa/section-row": "3.0.0",
|
|
66
|
+
"@kopexa/preview-card": "3.0.0",
|
|
67
|
+
"@kopexa/resizable": "3.0.0",
|
|
68
|
+
"@kopexa/hover-card": "3.0.0",
|
|
69
|
+
"@kopexa/infotip": "3.0.0",
|
|
70
|
+
"@kopexa/accordion": "3.0.0",
|
|
71
|
+
"@kopexa/callout": "3.0.0",
|
|
72
|
+
"@kopexa/blankstate": "3.0.0",
|
|
73
|
+
"@kopexa/mapped-controls": "2.0.0",
|
|
74
|
+
"@kopexa/integration-card": "2.0.0",
|
|
75
|
+
"@kopexa/data-grid": "2.0.0",
|
|
76
|
+
"@kopexa/select": "2.0.0",
|
|
77
|
+
"@kopexa/label": "2.0.0",
|
|
78
|
+
"@kopexa/autocomplete": "2.0.0",
|
|
79
|
+
"@kopexa/textarea": "2.0.0",
|
|
80
|
+
"@kopexa/scroll-area": "2.0.0",
|
|
81
|
+
"@kopexa/toolbar": "2.0.0",
|
|
82
|
+
"@kopexa/switch": "1.0.0"
|
|
82
83
|
},
|
|
83
84
|
"clean-package": "../../../clean-package.config.json",
|
|
84
85
|
"module": "dist/index.mjs",
|