@kopexa/sight 17.3.0 → 17.4.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 +19 -0
- package/dist/index.mjs +20 -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 +19 -0
- package/dist/index.ts.backup.mjs +20 -0
- package/package.json +57 -56
package/dist/index.d.mts
CHANGED
|
@@ -44,6 +44,7 @@ export * from '@kopexa/sidebar';
|
|
|
44
44
|
export * from '@kopexa/skeleton';
|
|
45
45
|
export * from '@kopexa/spinner';
|
|
46
46
|
export * from '@kopexa/split-page-layout';
|
|
47
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
47
48
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
49
|
export * from '@kopexa/tab-nav';
|
|
49
50
|
export * from '@kopexa/table';
|
package/dist/index.d.ts
CHANGED
|
@@ -44,6 +44,7 @@ export * from '@kopexa/sidebar';
|
|
|
44
44
|
export * from '@kopexa/skeleton';
|
|
45
45
|
export * from '@kopexa/spinner';
|
|
46
46
|
export * from '@kopexa/split-page-layout';
|
|
47
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
47
48
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
49
|
export * from '@kopexa/tab-nav';
|
|
49
50
|
export * from '@kopexa/table';
|
package/dist/index.js
CHANGED
|
@@ -65,6 +65,15 @@ __export(index_exports, {
|
|
|
65
65
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
66
66
|
Select: () => import_select.Select,
|
|
67
67
|
StandardChip: () => import_chip.StandardChip,
|
|
68
|
+
Stat: () => import_stat.Stat,
|
|
69
|
+
StatDownIndicator: () => import_stat.StatDownIndicator,
|
|
70
|
+
StatGroup: () => import_stat.StatGroup,
|
|
71
|
+
StatHelpText: () => import_stat.StatHelpText,
|
|
72
|
+
StatLabel: () => import_stat.StatLabel,
|
|
73
|
+
StatRoot: () => import_stat.StatRoot,
|
|
74
|
+
StatUpIndicator: () => import_stat.StatUpIndicator,
|
|
75
|
+
StatValueText: () => import_stat.StatValueText,
|
|
76
|
+
StatValueUnit: () => import_stat.StatValueUnit,
|
|
68
77
|
Switch: () => import_switch.Switch,
|
|
69
78
|
Tabs: () => import_tabs.Tabs,
|
|
70
79
|
Textarea: () => import_textarea.Textarea,
|
|
@@ -124,6 +133,7 @@ __reExport(index_exports, require("@kopexa/sidebar"), module.exports);
|
|
|
124
133
|
__reExport(index_exports, require("@kopexa/skeleton"), module.exports);
|
|
125
134
|
__reExport(index_exports, require("@kopexa/spinner"), module.exports);
|
|
126
135
|
__reExport(index_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
136
|
+
var import_stat = require("@kopexa/stat");
|
|
127
137
|
var import_switch = require("@kopexa/switch");
|
|
128
138
|
__reExport(index_exports, require("@kopexa/tab-nav"), module.exports);
|
|
129
139
|
__reExport(index_exports, require("@kopexa/table"), module.exports);
|
|
@@ -176,6 +186,15 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
176
186
|
ScrollBar,
|
|
177
187
|
Select,
|
|
178
188
|
StandardChip,
|
|
189
|
+
Stat,
|
|
190
|
+
StatDownIndicator,
|
|
191
|
+
StatGroup,
|
|
192
|
+
StatHelpText,
|
|
193
|
+
StatLabel,
|
|
194
|
+
StatRoot,
|
|
195
|
+
StatUpIndicator,
|
|
196
|
+
StatValueText,
|
|
197
|
+
StatValueUnit,
|
|
179
198
|
Switch,
|
|
180
199
|
Tabs,
|
|
181
200
|
Textarea,
|
package/dist/index.mjs
CHANGED
|
@@ -90,6 +90,17 @@ export * from "@kopexa/sidebar";
|
|
|
90
90
|
export * from "@kopexa/skeleton";
|
|
91
91
|
export * from "@kopexa/spinner";
|
|
92
92
|
export * from "@kopexa/split-page-layout";
|
|
93
|
+
import {
|
|
94
|
+
Stat,
|
|
95
|
+
StatDownIndicator,
|
|
96
|
+
StatGroup,
|
|
97
|
+
StatHelpText,
|
|
98
|
+
StatLabel,
|
|
99
|
+
StatRoot,
|
|
100
|
+
StatUpIndicator,
|
|
101
|
+
StatValueText,
|
|
102
|
+
StatValueUnit
|
|
103
|
+
} from "@kopexa/stat";
|
|
93
104
|
import { Switch } from "@kopexa/switch";
|
|
94
105
|
export * from "@kopexa/tab-nav";
|
|
95
106
|
export * from "@kopexa/table";
|
|
@@ -146,6 +157,15 @@ export {
|
|
|
146
157
|
ScrollBar,
|
|
147
158
|
Select,
|
|
148
159
|
StandardChip,
|
|
160
|
+
Stat,
|
|
161
|
+
StatDownIndicator,
|
|
162
|
+
StatGroup,
|
|
163
|
+
StatHelpText,
|
|
164
|
+
StatLabel,
|
|
165
|
+
StatRoot,
|
|
166
|
+
StatUpIndicator,
|
|
167
|
+
StatValueText,
|
|
168
|
+
StatValueUnit,
|
|
149
169
|
Switch,
|
|
150
170
|
Tabs,
|
|
151
171
|
Textarea,
|
|
@@ -44,6 +44,7 @@ export * from '@kopexa/sidebar';
|
|
|
44
44
|
export * from '@kopexa/skeleton';
|
|
45
45
|
export * from '@kopexa/spinner';
|
|
46
46
|
export * from '@kopexa/split-page-layout';
|
|
47
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
47
48
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
49
|
export * from '@kopexa/tab-nav';
|
|
49
50
|
export * from '@kopexa/table';
|
|
@@ -44,6 +44,7 @@ export * from '@kopexa/sidebar';
|
|
|
44
44
|
export * from '@kopexa/skeleton';
|
|
45
45
|
export * from '@kopexa/spinner';
|
|
46
46
|
export * from '@kopexa/split-page-layout';
|
|
47
|
+
export { Stat, StatDownIndicator, StatDownIndicatorProps, StatGroup, StatGroupProps, StatHelpText, StatHelpTextProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatUpIndicator, StatUpIndicatorProps, StatValueText, StatValueTextProps, StatValueUnit, StatValueUnitProps } from '@kopexa/stat';
|
|
47
48
|
export { Switch, SwitchProps } from '@kopexa/switch';
|
|
48
49
|
export * from '@kopexa/tab-nav';
|
|
49
50
|
export * from '@kopexa/table';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -66,6 +66,15 @@ __export(index_ts_backup_exports, {
|
|
|
66
66
|
ScrollBar: () => import_scroll_area.ScrollBar,
|
|
67
67
|
Select: () => import_select.Select,
|
|
68
68
|
StandardChip: () => import_chip.StandardChip,
|
|
69
|
+
Stat: () => import_stat.Stat,
|
|
70
|
+
StatDownIndicator: () => import_stat.StatDownIndicator,
|
|
71
|
+
StatGroup: () => import_stat.StatGroup,
|
|
72
|
+
StatHelpText: () => import_stat.StatHelpText,
|
|
73
|
+
StatLabel: () => import_stat.StatLabel,
|
|
74
|
+
StatRoot: () => import_stat.StatRoot,
|
|
75
|
+
StatUpIndicator: () => import_stat.StatUpIndicator,
|
|
76
|
+
StatValueText: () => import_stat.StatValueText,
|
|
77
|
+
StatValueUnit: () => import_stat.StatValueUnit,
|
|
69
78
|
Switch: () => import_switch.Switch,
|
|
70
79
|
Tabs: () => import_tabs.Tabs,
|
|
71
80
|
Textarea: () => import_textarea.Textarea,
|
|
@@ -125,6 +134,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/sidebar"), module.exports);
|
|
|
125
134
|
__reExport(index_ts_backup_exports, require("@kopexa/skeleton"), module.exports);
|
|
126
135
|
__reExport(index_ts_backup_exports, require("@kopexa/spinner"), module.exports);
|
|
127
136
|
__reExport(index_ts_backup_exports, require("@kopexa/split-page-layout"), module.exports);
|
|
137
|
+
var import_stat = require("@kopexa/stat");
|
|
128
138
|
var import_switch = require("@kopexa/switch");
|
|
129
139
|
__reExport(index_ts_backup_exports, require("@kopexa/tab-nav"), module.exports);
|
|
130
140
|
__reExport(index_ts_backup_exports, require("@kopexa/table"), module.exports);
|
|
@@ -177,6 +187,15 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
177
187
|
ScrollBar,
|
|
178
188
|
Select,
|
|
179
189
|
StandardChip,
|
|
190
|
+
Stat,
|
|
191
|
+
StatDownIndicator,
|
|
192
|
+
StatGroup,
|
|
193
|
+
StatHelpText,
|
|
194
|
+
StatLabel,
|
|
195
|
+
StatRoot,
|
|
196
|
+
StatUpIndicator,
|
|
197
|
+
StatValueText,
|
|
198
|
+
StatValueUnit,
|
|
180
199
|
Switch,
|
|
181
200
|
Tabs,
|
|
182
201
|
Textarea,
|
package/dist/index.ts.backup.mjs
CHANGED
|
@@ -91,6 +91,17 @@ export * from "@kopexa/sidebar";
|
|
|
91
91
|
export * from "@kopexa/skeleton";
|
|
92
92
|
export * from "@kopexa/spinner";
|
|
93
93
|
export * from "@kopexa/split-page-layout";
|
|
94
|
+
import {
|
|
95
|
+
Stat,
|
|
96
|
+
StatDownIndicator,
|
|
97
|
+
StatGroup,
|
|
98
|
+
StatHelpText,
|
|
99
|
+
StatLabel,
|
|
100
|
+
StatRoot,
|
|
101
|
+
StatUpIndicator,
|
|
102
|
+
StatValueText,
|
|
103
|
+
StatValueUnit
|
|
104
|
+
} from "@kopexa/stat";
|
|
94
105
|
import { Switch } from "@kopexa/switch";
|
|
95
106
|
export * from "@kopexa/tab-nav";
|
|
96
107
|
export * from "@kopexa/table";
|
|
@@ -147,6 +158,15 @@ export {
|
|
|
147
158
|
ScrollBar,
|
|
148
159
|
Select,
|
|
149
160
|
StandardChip,
|
|
161
|
+
Stat,
|
|
162
|
+
StatDownIndicator,
|
|
163
|
+
StatGroup,
|
|
164
|
+
StatHelpText,
|
|
165
|
+
StatLabel,
|
|
166
|
+
StatRoot,
|
|
167
|
+
StatUpIndicator,
|
|
168
|
+
StatValueText,
|
|
169
|
+
StatValueUnit,
|
|
150
170
|
Switch,
|
|
151
171
|
Tabs,
|
|
152
172
|
Textarea,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.4.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,64 +28,65 @@
|
|
|
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.
|
|
31
|
+
"@kopexa/theme": "17.9.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/
|
|
35
|
-
"@kopexa/
|
|
36
|
-
"@kopexa/dialog": "17.0.
|
|
37
|
-
"@kopexa/
|
|
38
|
-
"@kopexa/
|
|
39
|
-
"@kopexa/popover": "17.0.
|
|
40
|
-
"@kopexa/command": "17.0.
|
|
41
|
-
"@kopexa/
|
|
42
|
-
"@kopexa/
|
|
43
|
-
"@kopexa/
|
|
44
|
-
"@kopexa/
|
|
45
|
-
"@kopexa/
|
|
46
|
-
"@kopexa/
|
|
47
|
-
"@kopexa/
|
|
48
|
-
"@kopexa/
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/
|
|
51
|
-
"@kopexa/
|
|
52
|
-
"@kopexa/
|
|
53
|
-
"@kopexa/
|
|
54
|
-
"@kopexa/
|
|
55
|
-
"@kopexa/
|
|
56
|
-
"@kopexa/
|
|
57
|
-
"@kopexa/
|
|
58
|
-
"@kopexa/
|
|
59
|
-
"@kopexa/separator": "17.0.
|
|
60
|
-
"@kopexa/
|
|
61
|
-
"@kopexa/
|
|
62
|
-
"@kopexa/
|
|
63
|
-
"@kopexa/risk-badge": "17.0.
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/
|
|
66
|
-
"@kopexa/
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/
|
|
70
|
-
"@kopexa/
|
|
71
|
-
"@kopexa/accordion": "17.1.
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/blankstate": "17.0.
|
|
74
|
-
"@kopexa/
|
|
75
|
-
"@kopexa/
|
|
76
|
-
"@kopexa/
|
|
77
|
-
"@kopexa/
|
|
78
|
-
"@kopexa/
|
|
79
|
-
"@kopexa/
|
|
80
|
-
"@kopexa/textarea": "17.0.
|
|
81
|
-
"@kopexa/
|
|
82
|
-
"@kopexa/
|
|
83
|
-
"@kopexa/file-upload": "17.0.
|
|
84
|
-
"@kopexa/
|
|
85
|
-
"@kopexa/
|
|
86
|
-
"@kopexa/
|
|
34
|
+
"@kopexa/shared-utils": "17.0.17",
|
|
35
|
+
"@kopexa/react-utils": "17.0.17",
|
|
36
|
+
"@kopexa/dialog": "17.0.17",
|
|
37
|
+
"@kopexa/drawer": "17.0.17",
|
|
38
|
+
"@kopexa/button": "17.0.17",
|
|
39
|
+
"@kopexa/popover": "17.0.17",
|
|
40
|
+
"@kopexa/command": "17.0.17",
|
|
41
|
+
"@kopexa/tooltip": "17.0.17",
|
|
42
|
+
"@kopexa/spinner": "17.0.17",
|
|
43
|
+
"@kopexa/stat": "1.0.0",
|
|
44
|
+
"@kopexa/page-layout": "17.0.17",
|
|
45
|
+
"@kopexa/dropdown-menu": "17.0.17",
|
|
46
|
+
"@kopexa/calendar": "17.0.17",
|
|
47
|
+
"@kopexa/chip": "17.1.14",
|
|
48
|
+
"@kopexa/input": "17.0.17",
|
|
49
|
+
"@kopexa/alert-dialog": "17.0.17",
|
|
50
|
+
"@kopexa/card": "17.2.1",
|
|
51
|
+
"@kopexa/avatar": "17.0.17",
|
|
52
|
+
"@kopexa/table": "17.0.17",
|
|
53
|
+
"@kopexa/code": "17.0.17",
|
|
54
|
+
"@kopexa/checkbox": "17.0.17",
|
|
55
|
+
"@kopexa/skeleton": "17.0.17",
|
|
56
|
+
"@kopexa/heading": "17.0.17",
|
|
57
|
+
"@kopexa/data-table": "17.0.17",
|
|
58
|
+
"@kopexa/tab-nav": "17.0.17",
|
|
59
|
+
"@kopexa/separator": "17.0.17",
|
|
60
|
+
"@kopexa/sidebar": "17.1.1",
|
|
61
|
+
"@kopexa/page-header": "17.0.17",
|
|
62
|
+
"@kopexa/risk-indicator": "17.0.17",
|
|
63
|
+
"@kopexa/risk-badge": "17.0.17",
|
|
64
|
+
"@kopexa/tabs": "17.0.17",
|
|
65
|
+
"@kopexa/split-page-layout": "17.0.17",
|
|
66
|
+
"@kopexa/section-row": "17.1.11",
|
|
67
|
+
"@kopexa/preview-card": "17.1.11",
|
|
68
|
+
"@kopexa/resizable": "17.0.17",
|
|
69
|
+
"@kopexa/hover-card": "17.0.17",
|
|
70
|
+
"@kopexa/infotip": "17.1.7",
|
|
71
|
+
"@kopexa/accordion": "17.1.9",
|
|
72
|
+
"@kopexa/callout": "17.0.17",
|
|
73
|
+
"@kopexa/blankstate": "17.0.17",
|
|
74
|
+
"@kopexa/integration-card": "17.0.17",
|
|
75
|
+
"@kopexa/mapped-controls": "17.0.17",
|
|
76
|
+
"@kopexa/data-grid": "17.1.11",
|
|
77
|
+
"@kopexa/select": "17.0.17",
|
|
78
|
+
"@kopexa/label": "17.0.17",
|
|
79
|
+
"@kopexa/autocomplete": "17.0.17",
|
|
80
|
+
"@kopexa/textarea": "17.0.17",
|
|
81
|
+
"@kopexa/scroll-area": "17.0.17",
|
|
82
|
+
"@kopexa/switch": "17.0.17",
|
|
83
|
+
"@kopexa/file-upload": "17.0.17",
|
|
84
|
+
"@kopexa/toolbar": "17.0.17",
|
|
85
|
+
"@kopexa/filter": "0.0.7",
|
|
86
|
+
"@kopexa/combobox": "17.1.6",
|
|
87
|
+
"@kopexa/loading": "17.0.17",
|
|
87
88
|
"@kopexa/audit-info": "0.0.0",
|
|
88
|
-
"@kopexa/image-crop": "17.0.
|
|
89
|
+
"@kopexa/image-crop": "17.0.17"
|
|
89
90
|
},
|
|
90
91
|
"clean-package": "../../../clean-package.config.json",
|
|
91
92
|
"module": "dist/index.mjs",
|