@kopexa/sight 17.3.0 → 17.4.1

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 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';
@@ -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,
@@ -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.0",
3
+ "version": "17.4.1",
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.8.2"
31
+ "@kopexa/theme": "17.10.0"
32
32
  },
33
33
  "dependencies": {
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",
34
+ "@kopexa/shared-utils": "17.0.18",
35
+ "@kopexa/react-utils": "17.0.18",
36
+ "@kopexa/button": "17.0.18",
37
+ "@kopexa/dialog": "17.0.18",
38
+ "@kopexa/popover": "17.0.18",
39
+ "@kopexa/drawer": "17.0.18",
40
+ "@kopexa/command": "17.0.18",
41
+ "@kopexa/tooltip": "17.0.18",
42
+ "@kopexa/spinner": "17.0.18",
43
+ "@kopexa/dropdown-menu": "17.0.18",
44
+ "@kopexa/stat": "1.0.1",
45
+ "@kopexa/calendar": "17.0.18",
46
+ "@kopexa/page-layout": "17.0.18",
47
+ "@kopexa/input": "17.0.18",
48
+ "@kopexa/chip": "17.1.15",
49
+ "@kopexa/alert-dialog": "17.0.18",
50
+ "@kopexa/avatar": "17.0.18",
51
+ "@kopexa/card": "17.2.2",
52
+ "@kopexa/table": "17.0.18",
53
+ "@kopexa/code": "17.0.18",
54
+ "@kopexa/checkbox": "17.0.18",
55
+ "@kopexa/data-table": "17.0.18",
56
+ "@kopexa/skeleton": "17.0.18",
57
+ "@kopexa/heading": "17.0.18",
58
+ "@kopexa/page-header": "17.0.18",
59
+ "@kopexa/sidebar": "17.1.2",
60
+ "@kopexa/tab-nav": "17.0.18",
61
+ "@kopexa/separator": "17.0.18",
62
+ "@kopexa/risk-indicator": "17.0.18",
63
+ "@kopexa/tabs": "17.0.18",
64
+ "@kopexa/split-page-layout": "17.0.18",
65
+ "@kopexa/risk-badge": "17.0.18",
66
+ "@kopexa/preview-card": "17.1.12",
67
+ "@kopexa/section-row": "17.1.12",
68
+ "@kopexa/resizable": "17.0.18",
69
+ "@kopexa/infotip": "17.1.8",
70
+ "@kopexa/accordion": "17.1.10",
71
+ "@kopexa/hover-card": "17.0.18",
72
+ "@kopexa/callout": "17.0.18",
73
+ "@kopexa/blankstate": "17.0.18",
74
+ "@kopexa/mapped-controls": "17.0.18",
75
+ "@kopexa/data-grid": "17.1.12",
76
+ "@kopexa/integration-card": "17.0.18",
77
+ "@kopexa/label": "17.0.18",
78
+ "@kopexa/autocomplete": "17.0.18",
79
+ "@kopexa/select": "17.0.18",
80
+ "@kopexa/textarea": "17.0.18",
81
+ "@kopexa/scroll-area": "17.0.18",
82
+ "@kopexa/toolbar": "17.0.18",
83
+ "@kopexa/file-upload": "17.0.18",
84
+ "@kopexa/filter": "0.0.8",
85
+ "@kopexa/switch": "17.0.18",
86
+ "@kopexa/combobox": "17.1.7",
87
87
  "@kopexa/audit-info": "0.0.0",
88
- "@kopexa/image-crop": "17.0.16"
88
+ "@kopexa/loading": "17.0.18",
89
+ "@kopexa/image-crop": "17.0.18"
89
90
  },
90
91
  "clean-package": "../../../clean-package.config.json",
91
92
  "module": "dist/index.mjs",