@kopexa/sight 8.0.11 → 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 +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +29 -0
- package/dist/index.mjs +23 -0
- package/dist/index.ts.backup.d.mts +7 -0
- package/dist/index.ts.backup.d.ts +7 -0
- package/dist/index.ts.backup.js +29 -0
- package/dist/index.ts.backup.mjs +23 -0
- package/package.json +51 -44
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from '@kopexa/accordion';
|
|
2
2
|
export { AlertDialog, ConfirmDialogProvider, useConfirm } from '@kopexa/alert-dialog';
|
|
3
|
+
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
3
4
|
export * from '@kopexa/avatar';
|
|
4
5
|
export * from '@kopexa/blankstate';
|
|
5
6
|
export * from '@kopexa/button';
|
|
@@ -20,6 +21,7 @@ export * from '@kopexa/hover-card';
|
|
|
20
21
|
export * from '@kopexa/infotip';
|
|
21
22
|
export * from '@kopexa/input';
|
|
22
23
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
24
|
+
export { Label, LabelProps } from '@kopexa/label';
|
|
23
25
|
export * from '@kopexa/mapped-controls';
|
|
24
26
|
export * from '@kopexa/page-header';
|
|
25
27
|
export * from '@kopexa/page-layout';
|
|
@@ -28,13 +30,18 @@ export * from '@kopexa/preview-card';
|
|
|
28
30
|
export * from '@kopexa/resizable';
|
|
29
31
|
export * from '@kopexa/risk-badge';
|
|
30
32
|
export * from '@kopexa/risk-indicator';
|
|
33
|
+
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from '@kopexa/scroll-area';
|
|
31
34
|
export * from '@kopexa/section-row';
|
|
35
|
+
export { Select, SelectProps } from '@kopexa/select';
|
|
32
36
|
export * from '@kopexa/separator';
|
|
33
37
|
export * from '@kopexa/sidebar';
|
|
34
38
|
export * from '@kopexa/skeleton';
|
|
35
39
|
export * from '@kopexa/spinner';
|
|
36
40
|
export * from '@kopexa/split-page-layout';
|
|
41
|
+
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
37
42
|
export * from '@kopexa/tab-nav';
|
|
38
43
|
export * from '@kopexa/table';
|
|
39
44
|
export * from '@kopexa/tabs';
|
|
45
|
+
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
46
|
+
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
40
47
|
export * from '@kopexa/tooltip';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from '@kopexa/accordion';
|
|
2
2
|
export { AlertDialog, ConfirmDialogProvider, useConfirm } from '@kopexa/alert-dialog';
|
|
3
|
+
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
3
4
|
export * from '@kopexa/avatar';
|
|
4
5
|
export * from '@kopexa/blankstate';
|
|
5
6
|
export * from '@kopexa/button';
|
|
@@ -20,6 +21,7 @@ export * from '@kopexa/hover-card';
|
|
|
20
21
|
export * from '@kopexa/infotip';
|
|
21
22
|
export * from '@kopexa/input';
|
|
22
23
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
24
|
+
export { Label, LabelProps } from '@kopexa/label';
|
|
23
25
|
export * from '@kopexa/mapped-controls';
|
|
24
26
|
export * from '@kopexa/page-header';
|
|
25
27
|
export * from '@kopexa/page-layout';
|
|
@@ -28,13 +30,18 @@ export * from '@kopexa/preview-card';
|
|
|
28
30
|
export * from '@kopexa/resizable';
|
|
29
31
|
export * from '@kopexa/risk-badge';
|
|
30
32
|
export * from '@kopexa/risk-indicator';
|
|
33
|
+
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from '@kopexa/scroll-area';
|
|
31
34
|
export * from '@kopexa/section-row';
|
|
35
|
+
export { Select, SelectProps } from '@kopexa/select';
|
|
32
36
|
export * from '@kopexa/separator';
|
|
33
37
|
export * from '@kopexa/sidebar';
|
|
34
38
|
export * from '@kopexa/skeleton';
|
|
35
39
|
export * from '@kopexa/spinner';
|
|
36
40
|
export * from '@kopexa/split-page-layout';
|
|
41
|
+
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
37
42
|
export * from '@kopexa/tab-nav';
|
|
38
43
|
export * from '@kopexa/table';
|
|
39
44
|
export * from '@kopexa/tabs';
|
|
45
|
+
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
46
|
+
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
40
47
|
export * from '@kopexa/tooltip';
|
package/dist/index.js
CHANGED
|
@@ -28,17 +28,29 @@ __export(index_exports, {
|
|
|
28
28
|
AccordionRoot: () => import_accordion.AccordionRoot,
|
|
29
29
|
AccordionTrigger: () => import_accordion.AccordionTrigger,
|
|
30
30
|
AlertDialog: () => import_alert_dialog.AlertDialog,
|
|
31
|
+
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
31
32
|
Chip: () => import_chip.Chip,
|
|
32
33
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
33
34
|
DataGrid: () => import_data_grid.DataGrid,
|
|
34
35
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
36
|
+
Label: () => import_label.Label,
|
|
35
37
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
38
|
+
ScrollArea: () => import_scroll_area.ScrollArea,
|
|
39
|
+
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
40
|
+
Select: () => import_select.Select,
|
|
36
41
|
StandardChip: () => import_chip.StandardChip,
|
|
42
|
+
Switch: () => import_switch.Switch,
|
|
43
|
+
Textarea: () => import_textarea.Textarea,
|
|
44
|
+
Toolbar: () => import_toolbar.Toolbar,
|
|
45
|
+
ToolbarButton: () => import_toolbar.ToolbarButton,
|
|
46
|
+
ToolbarGroup: () => import_toolbar.ToolbarGroup,
|
|
47
|
+
ToolbarSeparator: () => import_toolbar.ToolbarSeparator,
|
|
37
48
|
useConfirm: () => import_alert_dialog.useConfirm
|
|
38
49
|
});
|
|
39
50
|
module.exports = __toCommonJS(index_exports);
|
|
40
51
|
var import_accordion = require("@kopexa/accordion");
|
|
41
52
|
var import_alert_dialog = require("@kopexa/alert-dialog");
|
|
53
|
+
var import_autocomplete = require("@kopexa/autocomplete");
|
|
42
54
|
__reExport(index_exports, require("@kopexa/avatar"), module.exports);
|
|
43
55
|
__reExport(index_exports, require("@kopexa/blankstate"), module.exports);
|
|
44
56
|
__reExport(index_exports, require("@kopexa/button"), module.exports);
|
|
@@ -59,6 +71,7 @@ __reExport(index_exports, require("@kopexa/hover-card"), module.exports);
|
|
|
59
71
|
__reExport(index_exports, require("@kopexa/infotip"), module.exports);
|
|
60
72
|
__reExport(index_exports, require("@kopexa/input"), module.exports);
|
|
61
73
|
var import_integration_card = require("@kopexa/integration-card");
|
|
74
|
+
var import_label = require("@kopexa/label");
|
|
62
75
|
__reExport(index_exports, require("@kopexa/mapped-controls"), module.exports);
|
|
63
76
|
__reExport(index_exports, require("@kopexa/page-header"), module.exports);
|
|
64
77
|
__reExport(index_exports, require("@kopexa/page-layout"), module.exports);
|
|
@@ -67,15 +80,20 @@ __reExport(index_exports, require("@kopexa/preview-card"), module.exports);
|
|
|
67
80
|
__reExport(index_exports, require("@kopexa/resizable"), module.exports);
|
|
68
81
|
__reExport(index_exports, require("@kopexa/risk-badge"), module.exports);
|
|
69
82
|
__reExport(index_exports, require("@kopexa/risk-indicator"), module.exports);
|
|
83
|
+
var import_scroll_area = require("@kopexa/scroll-area");
|
|
70
84
|
__reExport(index_exports, require("@kopexa/section-row"), module.exports);
|
|
85
|
+
var import_select = require("@kopexa/select");
|
|
71
86
|
__reExport(index_exports, require("@kopexa/separator"), module.exports);
|
|
72
87
|
__reExport(index_exports, require("@kopexa/sidebar"), module.exports);
|
|
73
88
|
__reExport(index_exports, require("@kopexa/skeleton"), module.exports);
|
|
74
89
|
__reExport(index_exports, require("@kopexa/spinner"), module.exports);
|
|
75
90
|
__reExport(index_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
91
|
+
var import_switch = require("@kopexa/switch");
|
|
76
92
|
__reExport(index_exports, require("@kopexa/tab-nav"), module.exports);
|
|
77
93
|
__reExport(index_exports, require("@kopexa/table"), module.exports);
|
|
78
94
|
__reExport(index_exports, require("@kopexa/tabs"), module.exports);
|
|
95
|
+
var import_textarea = require("@kopexa/textarea");
|
|
96
|
+
var import_toolbar = require("@kopexa/toolbar");
|
|
79
97
|
__reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
80
98
|
// Annotate the CommonJS export names for ESM import in node:
|
|
81
99
|
0 && (module.exports = {
|
|
@@ -85,12 +103,23 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
85
103
|
AccordionRoot,
|
|
86
104
|
AccordionTrigger,
|
|
87
105
|
AlertDialog,
|
|
106
|
+
Autocomplete,
|
|
88
107
|
Chip,
|
|
89
108
|
ConfirmDialogProvider,
|
|
90
109
|
DataGrid,
|
|
91
110
|
IntegrationCard,
|
|
111
|
+
Label,
|
|
92
112
|
RelatedControlChip,
|
|
113
|
+
ScrollArea,
|
|
114
|
+
ScrollBar,
|
|
115
|
+
Select,
|
|
93
116
|
StandardChip,
|
|
117
|
+
Switch,
|
|
118
|
+
Textarea,
|
|
119
|
+
Toolbar,
|
|
120
|
+
ToolbarButton,
|
|
121
|
+
ToolbarGroup,
|
|
122
|
+
ToolbarSeparator,
|
|
94
123
|
useConfirm,
|
|
95
124
|
...require("@kopexa/avatar"),
|
|
96
125
|
...require("@kopexa/blankstate"),
|
package/dist/index.mjs
CHANGED
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
ConfirmDialogProvider,
|
|
14
14
|
useConfirm
|
|
15
15
|
} from "@kopexa/alert-dialog";
|
|
16
|
+
import { Autocomplete } from "@kopexa/autocomplete";
|
|
16
17
|
export * from "@kopexa/avatar";
|
|
17
18
|
export * from "@kopexa/blankstate";
|
|
18
19
|
export * from "@kopexa/button";
|
|
@@ -39,6 +40,7 @@ export * from "@kopexa/input";
|
|
|
39
40
|
import {
|
|
40
41
|
IntegrationCard
|
|
41
42
|
} from "@kopexa/integration-card";
|
|
43
|
+
import { Label } from "@kopexa/label";
|
|
42
44
|
export * from "@kopexa/mapped-controls";
|
|
43
45
|
export * from "@kopexa/page-header";
|
|
44
46
|
export * from "@kopexa/page-layout";
|
|
@@ -47,15 +49,25 @@ export * from "@kopexa/preview-card";
|
|
|
47
49
|
export * from "@kopexa/resizable";
|
|
48
50
|
export * from "@kopexa/risk-badge";
|
|
49
51
|
export * from "@kopexa/risk-indicator";
|
|
52
|
+
import { ScrollArea, ScrollBar } from "@kopexa/scroll-area";
|
|
50
53
|
export * from "@kopexa/section-row";
|
|
54
|
+
import { Select } from "@kopexa/select";
|
|
51
55
|
export * from "@kopexa/separator";
|
|
52
56
|
export * from "@kopexa/sidebar";
|
|
53
57
|
export * from "@kopexa/skeleton";
|
|
54
58
|
export * from "@kopexa/spinner";
|
|
55
59
|
export * from "@kopexa/split-page-layout";
|
|
60
|
+
import { Switch } from "@kopexa/switch";
|
|
56
61
|
export * from "@kopexa/tab-nav";
|
|
57
62
|
export * from "@kopexa/table";
|
|
58
63
|
export * from "@kopexa/tabs";
|
|
64
|
+
import { Textarea } from "@kopexa/textarea";
|
|
65
|
+
import {
|
|
66
|
+
Toolbar,
|
|
67
|
+
ToolbarButton,
|
|
68
|
+
ToolbarGroup,
|
|
69
|
+
ToolbarSeparator
|
|
70
|
+
} from "@kopexa/toolbar";
|
|
59
71
|
export * from "@kopexa/tooltip";
|
|
60
72
|
export {
|
|
61
73
|
Accordion,
|
|
@@ -64,11 +76,22 @@ export {
|
|
|
64
76
|
AccordionRoot,
|
|
65
77
|
AccordionTrigger,
|
|
66
78
|
AlertDialog,
|
|
79
|
+
Autocomplete,
|
|
67
80
|
Chip,
|
|
68
81
|
ConfirmDialogProvider,
|
|
69
82
|
DataGrid,
|
|
70
83
|
IntegrationCard,
|
|
84
|
+
Label,
|
|
71
85
|
RelatedControlChip,
|
|
86
|
+
ScrollArea,
|
|
87
|
+
ScrollBar,
|
|
88
|
+
Select,
|
|
72
89
|
StandardChip,
|
|
90
|
+
Switch,
|
|
91
|
+
Textarea,
|
|
92
|
+
Toolbar,
|
|
93
|
+
ToolbarButton,
|
|
94
|
+
ToolbarGroup,
|
|
95
|
+
ToolbarSeparator,
|
|
73
96
|
useConfirm
|
|
74
97
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from '@kopexa/accordion';
|
|
2
2
|
export { AlertDialog, ConfirmDialogProvider, useConfirm } from '@kopexa/alert-dialog';
|
|
3
|
+
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
3
4
|
export * from '@kopexa/avatar';
|
|
4
5
|
export * from '@kopexa/blankstate';
|
|
5
6
|
export * from '@kopexa/button';
|
|
@@ -20,6 +21,7 @@ export * from '@kopexa/hover-card';
|
|
|
20
21
|
export * from '@kopexa/infotip';
|
|
21
22
|
export * from '@kopexa/input';
|
|
22
23
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
24
|
+
export { Label, LabelProps } from '@kopexa/label';
|
|
23
25
|
export * from '@kopexa/mapped-controls';
|
|
24
26
|
export * from '@kopexa/page-header';
|
|
25
27
|
export * from '@kopexa/page-layout';
|
|
@@ -28,13 +30,18 @@ export * from '@kopexa/preview-card';
|
|
|
28
30
|
export * from '@kopexa/resizable';
|
|
29
31
|
export * from '@kopexa/risk-badge';
|
|
30
32
|
export * from '@kopexa/risk-indicator';
|
|
33
|
+
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from '@kopexa/scroll-area';
|
|
31
34
|
export * from '@kopexa/section-row';
|
|
35
|
+
export { Select, SelectProps } from '@kopexa/select';
|
|
32
36
|
export * from '@kopexa/separator';
|
|
33
37
|
export * from '@kopexa/sidebar';
|
|
34
38
|
export * from '@kopexa/skeleton';
|
|
35
39
|
export * from '@kopexa/spinner';
|
|
36
40
|
export * from '@kopexa/split-page-layout';
|
|
41
|
+
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
37
42
|
export * from '@kopexa/tab-nav';
|
|
38
43
|
export * from '@kopexa/table';
|
|
39
44
|
export * from '@kopexa/tabs';
|
|
45
|
+
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
46
|
+
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
40
47
|
export * from '@kopexa/tooltip';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionItem, AccordionItemProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from '@kopexa/accordion';
|
|
2
2
|
export { AlertDialog, ConfirmDialogProvider, useConfirm } from '@kopexa/alert-dialog';
|
|
3
|
+
export { Autocomplete, AutocompleteProps } from '@kopexa/autocomplete';
|
|
3
4
|
export * from '@kopexa/avatar';
|
|
4
5
|
export * from '@kopexa/blankstate';
|
|
5
6
|
export * from '@kopexa/button';
|
|
@@ -20,6 +21,7 @@ export * from '@kopexa/hover-card';
|
|
|
20
21
|
export * from '@kopexa/infotip';
|
|
21
22
|
export * from '@kopexa/input';
|
|
22
23
|
export { Integration, IntegrationCard, IntegrationCardProps, IntegrationStatus } from '@kopexa/integration-card';
|
|
24
|
+
export { Label, LabelProps } from '@kopexa/label';
|
|
23
25
|
export * from '@kopexa/mapped-controls';
|
|
24
26
|
export * from '@kopexa/page-header';
|
|
25
27
|
export * from '@kopexa/page-layout';
|
|
@@ -28,13 +30,18 @@ export * from '@kopexa/preview-card';
|
|
|
28
30
|
export * from '@kopexa/resizable';
|
|
29
31
|
export * from '@kopexa/risk-badge';
|
|
30
32
|
export * from '@kopexa/risk-indicator';
|
|
33
|
+
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from '@kopexa/scroll-area';
|
|
31
34
|
export * from '@kopexa/section-row';
|
|
35
|
+
export { Select, SelectProps } from '@kopexa/select';
|
|
32
36
|
export * from '@kopexa/separator';
|
|
33
37
|
export * from '@kopexa/sidebar';
|
|
34
38
|
export * from '@kopexa/skeleton';
|
|
35
39
|
export * from '@kopexa/spinner';
|
|
36
40
|
export * from '@kopexa/split-page-layout';
|
|
41
|
+
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
37
42
|
export * from '@kopexa/tab-nav';
|
|
38
43
|
export * from '@kopexa/table';
|
|
39
44
|
export * from '@kopexa/tabs';
|
|
45
|
+
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
46
|
+
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
40
47
|
export * from '@kopexa/tooltip';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -29,17 +29,29 @@ __export(index_ts_backup_exports, {
|
|
|
29
29
|
AccordionRoot: () => import_accordion.AccordionRoot,
|
|
30
30
|
AccordionTrigger: () => import_accordion.AccordionTrigger,
|
|
31
31
|
AlertDialog: () => import_alert_dialog.AlertDialog,
|
|
32
|
+
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
32
33
|
Chip: () => import_chip.Chip,
|
|
33
34
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
34
35
|
DataGrid: () => import_data_grid.DataGrid,
|
|
35
36
|
IntegrationCard: () => import_integration_card.IntegrationCard,
|
|
37
|
+
Label: () => import_label.Label,
|
|
36
38
|
RelatedControlChip: () => import_chip.RelatedControlChip,
|
|
39
|
+
ScrollArea: () => import_scroll_area.ScrollArea,
|
|
40
|
+
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
41
|
+
Select: () => import_select.Select,
|
|
37
42
|
StandardChip: () => import_chip.StandardChip,
|
|
43
|
+
Switch: () => import_switch.Switch,
|
|
44
|
+
Textarea: () => import_textarea.Textarea,
|
|
45
|
+
Toolbar: () => import_toolbar.Toolbar,
|
|
46
|
+
ToolbarButton: () => import_toolbar.ToolbarButton,
|
|
47
|
+
ToolbarGroup: () => import_toolbar.ToolbarGroup,
|
|
48
|
+
ToolbarSeparator: () => import_toolbar.ToolbarSeparator,
|
|
38
49
|
useConfirm: () => import_alert_dialog.useConfirm
|
|
39
50
|
});
|
|
40
51
|
module.exports = __toCommonJS(index_ts_backup_exports);
|
|
41
52
|
var import_accordion = require("@kopexa/accordion");
|
|
42
53
|
var import_alert_dialog = require("@kopexa/alert-dialog");
|
|
54
|
+
var import_autocomplete = require("@kopexa/autocomplete");
|
|
43
55
|
__reExport(index_ts_backup_exports, require("@kopexa/avatar"), module.exports);
|
|
44
56
|
__reExport(index_ts_backup_exports, require("@kopexa/blankstate"), module.exports);
|
|
45
57
|
__reExport(index_ts_backup_exports, require("@kopexa/button"), module.exports);
|
|
@@ -60,6 +72,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/hover-card"), module.export
|
|
|
60
72
|
__reExport(index_ts_backup_exports, require("@kopexa/infotip"), module.exports);
|
|
61
73
|
__reExport(index_ts_backup_exports, require("@kopexa/input"), module.exports);
|
|
62
74
|
var import_integration_card = require("@kopexa/integration-card");
|
|
75
|
+
var import_label = require("@kopexa/label");
|
|
63
76
|
__reExport(index_ts_backup_exports, require("@kopexa/mapped-controls"), module.exports);
|
|
64
77
|
__reExport(index_ts_backup_exports, require("@kopexa/page-header"), module.exports);
|
|
65
78
|
__reExport(index_ts_backup_exports, require("@kopexa/page-layout"), module.exports);
|
|
@@ -68,15 +81,20 @@ __reExport(index_ts_backup_exports, require("@kopexa/preview-card"), module.expo
|
|
|
68
81
|
__reExport(index_ts_backup_exports, require("@kopexa/resizable"), module.exports);
|
|
69
82
|
__reExport(index_ts_backup_exports, require("@kopexa/risk-badge"), module.exports);
|
|
70
83
|
__reExport(index_ts_backup_exports, require("@kopexa/risk-indicator"), module.exports);
|
|
84
|
+
var import_scroll_area = require("@kopexa/scroll-area");
|
|
71
85
|
__reExport(index_ts_backup_exports, require("@kopexa/section-row"), module.exports);
|
|
86
|
+
var import_select = require("@kopexa/select");
|
|
72
87
|
__reExport(index_ts_backup_exports, require("@kopexa/separator"), module.exports);
|
|
73
88
|
__reExport(index_ts_backup_exports, require("@kopexa/sidebar"), module.exports);
|
|
74
89
|
__reExport(index_ts_backup_exports, require("@kopexa/skeleton"), module.exports);
|
|
75
90
|
__reExport(index_ts_backup_exports, require("@kopexa/spinner"), module.exports);
|
|
76
91
|
__reExport(index_ts_backup_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
92
|
+
var import_switch = require("@kopexa/switch");
|
|
77
93
|
__reExport(index_ts_backup_exports, require("@kopexa/tab-nav"), module.exports);
|
|
78
94
|
__reExport(index_ts_backup_exports, require("@kopexa/table"), module.exports);
|
|
79
95
|
__reExport(index_ts_backup_exports, require("@kopexa/tabs"), module.exports);
|
|
96
|
+
var import_textarea = require("@kopexa/textarea");
|
|
97
|
+
var import_toolbar = require("@kopexa/toolbar");
|
|
80
98
|
__reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
81
99
|
// Annotate the CommonJS export names for ESM import in node:
|
|
82
100
|
0 && (module.exports = {
|
|
@@ -86,12 +104,23 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
86
104
|
AccordionRoot,
|
|
87
105
|
AccordionTrigger,
|
|
88
106
|
AlertDialog,
|
|
107
|
+
Autocomplete,
|
|
89
108
|
Chip,
|
|
90
109
|
ConfirmDialogProvider,
|
|
91
110
|
DataGrid,
|
|
92
111
|
IntegrationCard,
|
|
112
|
+
Label,
|
|
93
113
|
RelatedControlChip,
|
|
114
|
+
ScrollArea,
|
|
115
|
+
ScrollBar,
|
|
116
|
+
Select,
|
|
94
117
|
StandardChip,
|
|
118
|
+
Switch,
|
|
119
|
+
Textarea,
|
|
120
|
+
Toolbar,
|
|
121
|
+
ToolbarButton,
|
|
122
|
+
ToolbarGroup,
|
|
123
|
+
ToolbarSeparator,
|
|
95
124
|
useConfirm,
|
|
96
125
|
...require("@kopexa/avatar"),
|
|
97
126
|
...require("@kopexa/blankstate"),
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
ConfirmDialogProvider,
|
|
15
15
|
useConfirm
|
|
16
16
|
} from "@kopexa/alert-dialog";
|
|
17
|
+
import { Autocomplete } from "@kopexa/autocomplete";
|
|
17
18
|
export * from "@kopexa/avatar";
|
|
18
19
|
export * from "@kopexa/blankstate";
|
|
19
20
|
export * from "@kopexa/button";
|
|
@@ -40,6 +41,7 @@ export * from "@kopexa/input";
|
|
|
40
41
|
import {
|
|
41
42
|
IntegrationCard
|
|
42
43
|
} from "@kopexa/integration-card";
|
|
44
|
+
import { Label } from "@kopexa/label";
|
|
43
45
|
export * from "@kopexa/mapped-controls";
|
|
44
46
|
export * from "@kopexa/page-header";
|
|
45
47
|
export * from "@kopexa/page-layout";
|
|
@@ -48,15 +50,25 @@ export * from "@kopexa/preview-card";
|
|
|
48
50
|
export * from "@kopexa/resizable";
|
|
49
51
|
export * from "@kopexa/risk-badge";
|
|
50
52
|
export * from "@kopexa/risk-indicator";
|
|
53
|
+
import { ScrollArea, ScrollBar } from "@kopexa/scroll-area";
|
|
51
54
|
export * from "@kopexa/section-row";
|
|
55
|
+
import { Select } from "@kopexa/select";
|
|
52
56
|
export * from "@kopexa/separator";
|
|
53
57
|
export * from "@kopexa/sidebar";
|
|
54
58
|
export * from "@kopexa/skeleton";
|
|
55
59
|
export * from "@kopexa/spinner";
|
|
56
60
|
export * from "@kopexa/split-page-layout";
|
|
61
|
+
import { Switch } from "@kopexa/switch";
|
|
57
62
|
export * from "@kopexa/tab-nav";
|
|
58
63
|
export * from "@kopexa/table";
|
|
59
64
|
export * from "@kopexa/tabs";
|
|
65
|
+
import { Textarea } from "@kopexa/textarea";
|
|
66
|
+
import {
|
|
67
|
+
Toolbar,
|
|
68
|
+
ToolbarButton,
|
|
69
|
+
ToolbarGroup,
|
|
70
|
+
ToolbarSeparator
|
|
71
|
+
} from "@kopexa/toolbar";
|
|
60
72
|
export * from "@kopexa/tooltip";
|
|
61
73
|
export {
|
|
62
74
|
Accordion,
|
|
@@ -65,11 +77,22 @@ export {
|
|
|
65
77
|
AccordionRoot,
|
|
66
78
|
AccordionTrigger,
|
|
67
79
|
AlertDialog,
|
|
80
|
+
Autocomplete,
|
|
68
81
|
Chip,
|
|
69
82
|
ConfirmDialogProvider,
|
|
70
83
|
DataGrid,
|
|
71
84
|
IntegrationCard,
|
|
85
|
+
Label,
|
|
72
86
|
RelatedControlChip,
|
|
87
|
+
ScrollArea,
|
|
88
|
+
ScrollBar,
|
|
89
|
+
Select,
|
|
73
90
|
StandardChip,
|
|
91
|
+
Switch,
|
|
92
|
+
Textarea,
|
|
93
|
+
Toolbar,
|
|
94
|
+
ToolbarButton,
|
|
95
|
+
ToolbarGroup,
|
|
96
|
+
ToolbarSeparator,
|
|
74
97
|
useConfirm
|
|
75
98
|
};
|
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,51 +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": "1.
|
|
31
|
+
"@kopexa/theme": "2.1.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/heading": "
|
|
58
|
-
"@kopexa/tab-nav": "
|
|
59
|
-
"@kopexa/
|
|
60
|
-
"@kopexa/separator": "
|
|
61
|
-
"@kopexa/
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/
|
|
66
|
-
"@kopexa/preview-card": "
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/
|
|
70
|
-
"@kopexa/
|
|
71
|
-
"@kopexa/
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
74
|
-
"@kopexa/
|
|
75
|
-
"@kopexa/
|
|
34
|
+
"@kopexa/shared-utils": "2.0.0",
|
|
35
|
+
"@kopexa/react-utils": "3.0.0",
|
|
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"
|
|
76
83
|
},
|
|
77
84
|
"clean-package": "../../../clean-package.config.json",
|
|
78
85
|
"module": "dist/index.mjs",
|