@kopexa/sight 17.2.0 → 17.3.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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +22 -4
- package/dist/index.mjs +22 -2
- package/dist/index.ts.backup.d.mts +2 -2
- package/dist/index.ts.backup.d.ts +2 -2
- package/dist/index.ts.backup.js +22 -4
- package/dist/index.ts.backup.mjs +22 -2
- package/package.json +57 -57
package/dist/index.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ export * from '@kopexa/blankstate';
|
|
|
7
7
|
export * from '@kopexa/button';
|
|
8
8
|
export * from '@kopexa/calendar';
|
|
9
9
|
export * from '@kopexa/callout';
|
|
10
|
-
export
|
|
10
|
+
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
11
11
|
export * from '@kopexa/checkbox';
|
|
12
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
13
13
|
export * from '@kopexa/code';
|
|
@@ -47,7 +47,7 @@ export * from '@kopexa/split-page-layout';
|
|
|
47
47
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
48
|
export * from '@kopexa/tab-nav';
|
|
49
49
|
export * from '@kopexa/table';
|
|
50
|
-
export
|
|
50
|
+
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
51
51
|
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
52
52
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
53
53
|
export * from '@kopexa/tooltip';
|
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export * from '@kopexa/blankstate';
|
|
|
7
7
|
export * from '@kopexa/button';
|
|
8
8
|
export * from '@kopexa/calendar';
|
|
9
9
|
export * from '@kopexa/callout';
|
|
10
|
-
export
|
|
10
|
+
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
11
11
|
export * from '@kopexa/checkbox';
|
|
12
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
13
13
|
export * from '@kopexa/code';
|
|
@@ -47,7 +47,7 @@ export * from '@kopexa/split-page-layout';
|
|
|
47
47
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
48
|
export * from '@kopexa/tab-nav';
|
|
49
49
|
export * from '@kopexa/table';
|
|
50
|
-
export
|
|
50
|
+
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
51
51
|
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
52
52
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
53
53
|
export * from '@kopexa/tooltip';
|
package/dist/index.js
CHANGED
|
@@ -31,6 +31,15 @@ __export(index_exports, {
|
|
|
31
31
|
AuditInfo: () => import_audit_info.AuditInfo,
|
|
32
32
|
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
33
33
|
AvatarUpload: () => import_file_upload.AvatarUpload,
|
|
34
|
+
Card: () => import_card.Card,
|
|
35
|
+
CardBody: () => import_card.CardBody,
|
|
36
|
+
CardFooter: () => import_card.CardFooter,
|
|
37
|
+
CardHeader: () => import_card.CardHeader,
|
|
38
|
+
CardHeading: () => import_card.CardHeading,
|
|
39
|
+
CardRoot: () => import_card.CardRoot,
|
|
40
|
+
CardSubtitle: () => import_card.CardSubtitle,
|
|
41
|
+
CardTitle: () => import_card.CardTitle,
|
|
42
|
+
CardToolbar: () => import_card.CardToolbar,
|
|
34
43
|
Chip: () => import_chip.Chip,
|
|
35
44
|
Combobox: () => import_combobox.Combobox,
|
|
36
45
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
@@ -57,6 +66,7 @@ __export(index_exports, {
|
|
|
57
66
|
Select: () => import_select.Select,
|
|
58
67
|
StandardChip: () => import_chip.StandardChip,
|
|
59
68
|
Switch: () => import_switch.Switch,
|
|
69
|
+
Tabs: () => import_tabs.Tabs,
|
|
60
70
|
Textarea: () => import_textarea.Textarea,
|
|
61
71
|
Toolbar: () => import_toolbar.Toolbar,
|
|
62
72
|
ToolbarButton: () => import_toolbar.ToolbarButton,
|
|
@@ -77,7 +87,7 @@ __reExport(index_exports, require("@kopexa/blankstate"), module.exports);
|
|
|
77
87
|
__reExport(index_exports, require("@kopexa/button"), module.exports);
|
|
78
88
|
__reExport(index_exports, require("@kopexa/calendar"), module.exports);
|
|
79
89
|
__reExport(index_exports, require("@kopexa/callout"), module.exports);
|
|
80
|
-
|
|
90
|
+
var import_card = require("@kopexa/card");
|
|
81
91
|
__reExport(index_exports, require("@kopexa/checkbox"), module.exports);
|
|
82
92
|
var import_chip = require("@kopexa/chip");
|
|
83
93
|
__reExport(index_exports, require("@kopexa/code"), module.exports);
|
|
@@ -117,7 +127,7 @@ __reExport(index_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
|
117
127
|
var import_switch = require("@kopexa/switch");
|
|
118
128
|
__reExport(index_exports, require("@kopexa/tab-nav"), module.exports);
|
|
119
129
|
__reExport(index_exports, require("@kopexa/table"), module.exports);
|
|
120
|
-
|
|
130
|
+
var import_tabs = require("@kopexa/tabs");
|
|
121
131
|
var import_textarea = require("@kopexa/textarea");
|
|
122
132
|
var import_toolbar = require("@kopexa/toolbar");
|
|
123
133
|
__reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
@@ -132,6 +142,15 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
132
142
|
AuditInfo,
|
|
133
143
|
Autocomplete,
|
|
134
144
|
AvatarUpload,
|
|
145
|
+
Card,
|
|
146
|
+
CardBody,
|
|
147
|
+
CardFooter,
|
|
148
|
+
CardHeader,
|
|
149
|
+
CardHeading,
|
|
150
|
+
CardRoot,
|
|
151
|
+
CardSubtitle,
|
|
152
|
+
CardTitle,
|
|
153
|
+
CardToolbar,
|
|
135
154
|
Chip,
|
|
136
155
|
Combobox,
|
|
137
156
|
ConfirmDialogProvider,
|
|
@@ -158,6 +177,7 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
158
177
|
Select,
|
|
159
178
|
StandardChip,
|
|
160
179
|
Switch,
|
|
180
|
+
Tabs,
|
|
161
181
|
Textarea,
|
|
162
182
|
Toolbar,
|
|
163
183
|
ToolbarButton,
|
|
@@ -172,7 +192,6 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
172
192
|
...require("@kopexa/button"),
|
|
173
193
|
...require("@kopexa/calendar"),
|
|
174
194
|
...require("@kopexa/callout"),
|
|
175
|
-
...require("@kopexa/card"),
|
|
176
195
|
...require("@kopexa/checkbox"),
|
|
177
196
|
...require("@kopexa/code"),
|
|
178
197
|
...require("@kopexa/command"),
|
|
@@ -200,6 +219,5 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
200
219
|
...require("@kopexa/split-page-layout"),
|
|
201
220
|
...require("@kopexa/tab-nav"),
|
|
202
221
|
...require("@kopexa/table"),
|
|
203
|
-
...require("@kopexa/tabs"),
|
|
204
222
|
...require("@kopexa/tooltip")
|
|
205
223
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -20,7 +20,17 @@ export * from "@kopexa/blankstate";
|
|
|
20
20
|
export * from "@kopexa/button";
|
|
21
21
|
export * from "@kopexa/calendar";
|
|
22
22
|
export * from "@kopexa/callout";
|
|
23
|
-
|
|
23
|
+
import {
|
|
24
|
+
Card,
|
|
25
|
+
CardBody,
|
|
26
|
+
CardFooter,
|
|
27
|
+
CardHeader,
|
|
28
|
+
CardHeading,
|
|
29
|
+
CardRoot,
|
|
30
|
+
CardSubtitle,
|
|
31
|
+
CardTitle,
|
|
32
|
+
CardToolbar
|
|
33
|
+
} from "@kopexa/card";
|
|
24
34
|
export * from "@kopexa/checkbox";
|
|
25
35
|
import {
|
|
26
36
|
Chip,
|
|
@@ -83,7 +93,7 @@ export * from "@kopexa/split-page-layout";
|
|
|
83
93
|
import { Switch } from "@kopexa/switch";
|
|
84
94
|
export * from "@kopexa/tab-nav";
|
|
85
95
|
export * from "@kopexa/table";
|
|
86
|
-
|
|
96
|
+
import { Tabs } from "@kopexa/tabs";
|
|
87
97
|
import { Textarea } from "@kopexa/textarea";
|
|
88
98
|
import {
|
|
89
99
|
Toolbar,
|
|
@@ -102,6 +112,15 @@ export {
|
|
|
102
112
|
AuditInfo,
|
|
103
113
|
Autocomplete,
|
|
104
114
|
AvatarUpload,
|
|
115
|
+
Card,
|
|
116
|
+
CardBody,
|
|
117
|
+
CardFooter,
|
|
118
|
+
CardHeader,
|
|
119
|
+
CardHeading,
|
|
120
|
+
CardRoot,
|
|
121
|
+
CardSubtitle,
|
|
122
|
+
CardTitle,
|
|
123
|
+
CardToolbar,
|
|
105
124
|
Chip,
|
|
106
125
|
Combobox,
|
|
107
126
|
ConfirmDialogProvider,
|
|
@@ -128,6 +147,7 @@ export {
|
|
|
128
147
|
Select,
|
|
129
148
|
StandardChip,
|
|
130
149
|
Switch,
|
|
150
|
+
Tabs,
|
|
131
151
|
Textarea,
|
|
132
152
|
Toolbar,
|
|
133
153
|
ToolbarButton,
|
|
@@ -7,7 +7,7 @@ export * from '@kopexa/blankstate';
|
|
|
7
7
|
export * from '@kopexa/button';
|
|
8
8
|
export * from '@kopexa/calendar';
|
|
9
9
|
export * from '@kopexa/callout';
|
|
10
|
-
export
|
|
10
|
+
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
11
11
|
export * from '@kopexa/checkbox';
|
|
12
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
13
13
|
export * from '@kopexa/code';
|
|
@@ -47,7 +47,7 @@ export * from '@kopexa/split-page-layout';
|
|
|
47
47
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
48
|
export * from '@kopexa/tab-nav';
|
|
49
49
|
export * from '@kopexa/table';
|
|
50
|
-
export
|
|
50
|
+
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
51
51
|
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
52
52
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
53
53
|
export * from '@kopexa/tooltip';
|
|
@@ -7,7 +7,7 @@ export * from '@kopexa/blankstate';
|
|
|
7
7
|
export * from '@kopexa/button';
|
|
8
8
|
export * from '@kopexa/calendar';
|
|
9
9
|
export * from '@kopexa/callout';
|
|
10
|
-
export
|
|
10
|
+
export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardHeading, CardHeadingProps, CardRoot, CardRootProps, CardSubtitle, CardSubtitleProps, CardTitle, CardTitleProps, CardToolbar, CardToolbarProps } from '@kopexa/card';
|
|
11
11
|
export * from '@kopexa/checkbox';
|
|
12
12
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
13
13
|
export * from '@kopexa/code';
|
|
@@ -47,7 +47,7 @@ export * from '@kopexa/split-page-layout';
|
|
|
47
47
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
48
|
export * from '@kopexa/tab-nav';
|
|
49
49
|
export * from '@kopexa/table';
|
|
50
|
-
export
|
|
50
|
+
export { Tabs, TabsProps } from '@kopexa/tabs';
|
|
51
51
|
export { Textarea, TextareaProps } from '@kopexa/textarea';
|
|
52
52
|
export { Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator, ToolbarSeparatorProps } from '@kopexa/toolbar';
|
|
53
53
|
export * from '@kopexa/tooltip';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -32,6 +32,15 @@ __export(index_ts_backup_exports, {
|
|
|
32
32
|
AuditInfo: () => import_audit_info.AuditInfo,
|
|
33
33
|
Autocomplete: () => import_autocomplete.Autocomplete,
|
|
34
34
|
AvatarUpload: () => import_file_upload.AvatarUpload,
|
|
35
|
+
Card: () => import_card.Card,
|
|
36
|
+
CardBody: () => import_card.CardBody,
|
|
37
|
+
CardFooter: () => import_card.CardFooter,
|
|
38
|
+
CardHeader: () => import_card.CardHeader,
|
|
39
|
+
CardHeading: () => import_card.CardHeading,
|
|
40
|
+
CardRoot: () => import_card.CardRoot,
|
|
41
|
+
CardSubtitle: () => import_card.CardSubtitle,
|
|
42
|
+
CardTitle: () => import_card.CardTitle,
|
|
43
|
+
CardToolbar: () => import_card.CardToolbar,
|
|
35
44
|
Chip: () => import_chip.Chip,
|
|
36
45
|
Combobox: () => import_combobox.Combobox,
|
|
37
46
|
ConfirmDialogProvider: () => import_alert_dialog.ConfirmDialogProvider,
|
|
@@ -58,6 +67,7 @@ __export(index_ts_backup_exports, {
|
|
|
58
67
|
Select: () => import_select.Select,
|
|
59
68
|
StandardChip: () => import_chip.StandardChip,
|
|
60
69
|
Switch: () => import_switch.Switch,
|
|
70
|
+
Tabs: () => import_tabs.Tabs,
|
|
61
71
|
Textarea: () => import_textarea.Textarea,
|
|
62
72
|
Toolbar: () => import_toolbar.Toolbar,
|
|
63
73
|
ToolbarButton: () => import_toolbar.ToolbarButton,
|
|
@@ -78,7 +88,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/blankstate"), module.export
|
|
|
78
88
|
__reExport(index_ts_backup_exports, require("@kopexa/button"), module.exports);
|
|
79
89
|
__reExport(index_ts_backup_exports, require("@kopexa/calendar"), module.exports);
|
|
80
90
|
__reExport(index_ts_backup_exports, require("@kopexa/callout"), module.exports);
|
|
81
|
-
|
|
91
|
+
var import_card = require("@kopexa/card");
|
|
82
92
|
__reExport(index_ts_backup_exports, require("@kopexa/checkbox"), module.exports);
|
|
83
93
|
var import_chip = require("@kopexa/chip");
|
|
84
94
|
__reExport(index_ts_backup_exports, require("@kopexa/code"), module.exports);
|
|
@@ -118,7 +128,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/split-page-layout"), module
|
|
|
118
128
|
var import_switch = require("@kopexa/switch");
|
|
119
129
|
__reExport(index_ts_backup_exports, require("@kopexa/tab-nav"), module.exports);
|
|
120
130
|
__reExport(index_ts_backup_exports, require("@kopexa/table"), module.exports);
|
|
121
|
-
|
|
131
|
+
var import_tabs = require("@kopexa/tabs");
|
|
122
132
|
var import_textarea = require("@kopexa/textarea");
|
|
123
133
|
var import_toolbar = require("@kopexa/toolbar");
|
|
124
134
|
__reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
@@ -133,6 +143,15 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
133
143
|
AuditInfo,
|
|
134
144
|
Autocomplete,
|
|
135
145
|
AvatarUpload,
|
|
146
|
+
Card,
|
|
147
|
+
CardBody,
|
|
148
|
+
CardFooter,
|
|
149
|
+
CardHeader,
|
|
150
|
+
CardHeading,
|
|
151
|
+
CardRoot,
|
|
152
|
+
CardSubtitle,
|
|
153
|
+
CardTitle,
|
|
154
|
+
CardToolbar,
|
|
136
155
|
Chip,
|
|
137
156
|
Combobox,
|
|
138
157
|
ConfirmDialogProvider,
|
|
@@ -159,6 +178,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
159
178
|
Select,
|
|
160
179
|
StandardChip,
|
|
161
180
|
Switch,
|
|
181
|
+
Tabs,
|
|
162
182
|
Textarea,
|
|
163
183
|
Toolbar,
|
|
164
184
|
ToolbarButton,
|
|
@@ -173,7 +193,6 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
173
193
|
...require("@kopexa/button"),
|
|
174
194
|
...require("@kopexa/calendar"),
|
|
175
195
|
...require("@kopexa/callout"),
|
|
176
|
-
...require("@kopexa/card"),
|
|
177
196
|
...require("@kopexa/checkbox"),
|
|
178
197
|
...require("@kopexa/code"),
|
|
179
198
|
...require("@kopexa/command"),
|
|
@@ -201,6 +220,5 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
201
220
|
...require("@kopexa/split-page-layout"),
|
|
202
221
|
...require("@kopexa/tab-nav"),
|
|
203
222
|
...require("@kopexa/table"),
|
|
204
|
-
...require("@kopexa/tabs"),
|
|
205
223
|
...require("@kopexa/tooltip")
|
|
206
224
|
});
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -21,7 +21,17 @@ export * from "@kopexa/blankstate";
|
|
|
21
21
|
export * from "@kopexa/button";
|
|
22
22
|
export * from "@kopexa/calendar";
|
|
23
23
|
export * from "@kopexa/callout";
|
|
24
|
-
|
|
24
|
+
import {
|
|
25
|
+
Card,
|
|
26
|
+
CardBody,
|
|
27
|
+
CardFooter,
|
|
28
|
+
CardHeader,
|
|
29
|
+
CardHeading,
|
|
30
|
+
CardRoot,
|
|
31
|
+
CardSubtitle,
|
|
32
|
+
CardTitle,
|
|
33
|
+
CardToolbar
|
|
34
|
+
} from "@kopexa/card";
|
|
25
35
|
export * from "@kopexa/checkbox";
|
|
26
36
|
import {
|
|
27
37
|
Chip,
|
|
@@ -84,7 +94,7 @@ export * from "@kopexa/split-page-layout";
|
|
|
84
94
|
import { Switch } from "@kopexa/switch";
|
|
85
95
|
export * from "@kopexa/tab-nav";
|
|
86
96
|
export * from "@kopexa/table";
|
|
87
|
-
|
|
97
|
+
import { Tabs } from "@kopexa/tabs";
|
|
88
98
|
import { Textarea } from "@kopexa/textarea";
|
|
89
99
|
import {
|
|
90
100
|
Toolbar,
|
|
@@ -103,6 +113,15 @@ export {
|
|
|
103
113
|
AuditInfo,
|
|
104
114
|
Autocomplete,
|
|
105
115
|
AvatarUpload,
|
|
116
|
+
Card,
|
|
117
|
+
CardBody,
|
|
118
|
+
CardFooter,
|
|
119
|
+
CardHeader,
|
|
120
|
+
CardHeading,
|
|
121
|
+
CardRoot,
|
|
122
|
+
CardSubtitle,
|
|
123
|
+
CardTitle,
|
|
124
|
+
CardToolbar,
|
|
106
125
|
Chip,
|
|
107
126
|
Combobox,
|
|
108
127
|
ConfirmDialogProvider,
|
|
@@ -129,6 +148,7 @@ export {
|
|
|
129
148
|
Select,
|
|
130
149
|
StandardChip,
|
|
131
150
|
Switch,
|
|
151
|
+
Tabs,
|
|
132
152
|
Textarea,
|
|
133
153
|
Toolbar,
|
|
134
154
|
ToolbarButton,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,64 +28,64 @@
|
|
|
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": "17.8.
|
|
31
|
+
"@kopexa/theme": "17.8.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/
|
|
35
|
-
"@kopexa/
|
|
36
|
-
"@kopexa/dialog": "17.0.
|
|
37
|
-
"@kopexa/
|
|
38
|
-
"@kopexa/
|
|
39
|
-
"@kopexa/
|
|
40
|
-
"@kopexa/
|
|
41
|
-
"@kopexa/spinner": "17.0.
|
|
42
|
-
"@kopexa/
|
|
43
|
-
"@kopexa/
|
|
44
|
-
"@kopexa/dropdown-menu": "17.0.
|
|
45
|
-
"@kopexa/
|
|
46
|
-
"@kopexa/
|
|
47
|
-
"@kopexa/
|
|
48
|
-
"@kopexa/
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/
|
|
51
|
-
"@kopexa/
|
|
52
|
-
"@kopexa/code": "17.0.
|
|
53
|
-
"@kopexa/checkbox": "17.0.
|
|
54
|
-
"@kopexa/skeleton": "17.0.
|
|
55
|
-
"@kopexa/data-table": "17.0.
|
|
56
|
-
"@kopexa/page-header": "17.0.
|
|
57
|
-
"@kopexa/heading": "17.0.
|
|
58
|
-
"@kopexa/sidebar": "17.0
|
|
59
|
-
"@kopexa/separator": "17.0.
|
|
60
|
-
"@kopexa/
|
|
61
|
-
"@kopexa/
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/section-row": "17.1.
|
|
65
|
-
"@kopexa/
|
|
66
|
-
"@kopexa/
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/infotip": "17.1.
|
|
70
|
-
"@kopexa/callout": "17.0.
|
|
71
|
-
"@kopexa/accordion": "17.1.
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
74
|
-
"@kopexa/
|
|
75
|
-
"@kopexa/
|
|
76
|
-
"@kopexa/
|
|
77
|
-
"@kopexa/
|
|
78
|
-
"@kopexa/
|
|
79
|
-
"@kopexa/
|
|
80
|
-
"@kopexa/
|
|
81
|
-
"@kopexa/switch": "17.0.
|
|
82
|
-
"@kopexa/
|
|
83
|
-
"@kopexa/
|
|
84
|
-
"@kopexa/
|
|
85
|
-
"@kopexa/
|
|
86
|
-
"@kopexa/
|
|
87
|
-
"@kopexa/
|
|
88
|
-
"@kopexa/
|
|
34
|
+
"@kopexa/react-utils": "17.0.16",
|
|
35
|
+
"@kopexa/shared-utils": "17.0.16",
|
|
36
|
+
"@kopexa/dialog": "17.0.16",
|
|
37
|
+
"@kopexa/button": "17.0.16",
|
|
38
|
+
"@kopexa/drawer": "17.0.16",
|
|
39
|
+
"@kopexa/popover": "17.0.16",
|
|
40
|
+
"@kopexa/command": "17.0.16",
|
|
41
|
+
"@kopexa/spinner": "17.0.16",
|
|
42
|
+
"@kopexa/tooltip": "17.0.16",
|
|
43
|
+
"@kopexa/page-layout": "17.0.16",
|
|
44
|
+
"@kopexa/dropdown-menu": "17.0.16",
|
|
45
|
+
"@kopexa/calendar": "17.0.16",
|
|
46
|
+
"@kopexa/chip": "17.1.13",
|
|
47
|
+
"@kopexa/input": "17.0.16",
|
|
48
|
+
"@kopexa/alert-dialog": "17.0.16",
|
|
49
|
+
"@kopexa/table": "17.0.16",
|
|
50
|
+
"@kopexa/avatar": "17.0.16",
|
|
51
|
+
"@kopexa/card": "17.2.0",
|
|
52
|
+
"@kopexa/code": "17.0.16",
|
|
53
|
+
"@kopexa/checkbox": "17.0.16",
|
|
54
|
+
"@kopexa/skeleton": "17.0.16",
|
|
55
|
+
"@kopexa/data-table": "17.0.16",
|
|
56
|
+
"@kopexa/page-header": "17.0.16",
|
|
57
|
+
"@kopexa/heading": "17.0.16",
|
|
58
|
+
"@kopexa/sidebar": "17.1.0",
|
|
59
|
+
"@kopexa/separator": "17.0.16",
|
|
60
|
+
"@kopexa/tab-nav": "17.0.16",
|
|
61
|
+
"@kopexa/risk-indicator": "17.0.16",
|
|
62
|
+
"@kopexa/tabs": "17.0.16",
|
|
63
|
+
"@kopexa/risk-badge": "17.0.16",
|
|
64
|
+
"@kopexa/section-row": "17.1.10",
|
|
65
|
+
"@kopexa/preview-card": "17.1.10",
|
|
66
|
+
"@kopexa/resizable": "17.0.16",
|
|
67
|
+
"@kopexa/hover-card": "17.0.16",
|
|
68
|
+
"@kopexa/split-page-layout": "17.0.16",
|
|
69
|
+
"@kopexa/infotip": "17.1.6",
|
|
70
|
+
"@kopexa/callout": "17.0.16",
|
|
71
|
+
"@kopexa/accordion": "17.1.8",
|
|
72
|
+
"@kopexa/mapped-controls": "17.0.16",
|
|
73
|
+
"@kopexa/blankstate": "17.0.16",
|
|
74
|
+
"@kopexa/data-grid": "17.1.10",
|
|
75
|
+
"@kopexa/select": "17.0.16",
|
|
76
|
+
"@kopexa/integration-card": "17.0.16",
|
|
77
|
+
"@kopexa/label": "17.0.16",
|
|
78
|
+
"@kopexa/autocomplete": "17.0.16",
|
|
79
|
+
"@kopexa/scroll-area": "17.0.16",
|
|
80
|
+
"@kopexa/textarea": "17.0.16",
|
|
81
|
+
"@kopexa/switch": "17.0.16",
|
|
82
|
+
"@kopexa/toolbar": "17.0.16",
|
|
83
|
+
"@kopexa/file-upload": "17.0.16",
|
|
84
|
+
"@kopexa/combobox": "17.1.5",
|
|
85
|
+
"@kopexa/loading": "17.0.16",
|
|
86
|
+
"@kopexa/filter": "0.0.6",
|
|
87
|
+
"@kopexa/audit-info": "0.0.0",
|
|
88
|
+
"@kopexa/image-crop": "17.0.16"
|
|
89
89
|
},
|
|
90
90
|
"clean-package": "../../../clean-package.config.json",
|
|
91
91
|
"module": "dist/index.mjs",
|