@kopexa/sight 17.10.3 → 17.11.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 +2 -0
- package/dist/index.mjs +1 -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 +2 -0
- package/dist/index.ts.backup.mjs +1 -0
- package/package.json +63 -62
package/dist/index.d.mts
CHANGED
|
@@ -12,6 +12,7 @@ export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader,
|
|
|
12
12
|
export * from '@kopexa/checkbox';
|
|
13
13
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
14
14
|
export * from '@kopexa/code';
|
|
15
|
+
export * from '@kopexa/color-picker';
|
|
15
16
|
export { Combobox, ComboboxArrowProps, ComboboxBackdropProps, ComboboxChipProps, ComboboxChipRemoveProps, ComboboxChipsProps, ComboboxClearProps, ComboboxCollectionProps, ComboboxContentProps, ComboboxControlProps, ComboboxEmptyProps, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxIconProps, ComboboxInputProps, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxListProps, ComboboxPopupProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxProps, ComboboxRowProps, ComboboxSeparatorProps, ComboboxStatusProps, ComboboxTriggerProps, ComboboxValueProps } from '@kopexa/combobox';
|
|
16
17
|
export * from '@kopexa/command';
|
|
17
18
|
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader,
|
|
|
12
12
|
export * from '@kopexa/checkbox';
|
|
13
13
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
14
14
|
export * from '@kopexa/code';
|
|
15
|
+
export * from '@kopexa/color-picker';
|
|
15
16
|
export { Combobox, ComboboxArrowProps, ComboboxBackdropProps, ComboboxChipProps, ComboboxChipRemoveProps, ComboboxChipsProps, ComboboxClearProps, ComboboxCollectionProps, ComboboxContentProps, ComboboxControlProps, ComboboxEmptyProps, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxIconProps, ComboboxInputProps, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxListProps, ComboboxPopupProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxProps, ComboboxRowProps, ComboboxSeparatorProps, ComboboxStatusProps, ComboboxTriggerProps, ComboboxValueProps } from '@kopexa/combobox';
|
|
16
17
|
export * from '@kopexa/command';
|
|
17
18
|
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
package/dist/index.js
CHANGED
|
@@ -131,6 +131,7 @@ var import_card = require("@kopexa/card");
|
|
|
131
131
|
__reExport(index_exports, require("@kopexa/checkbox"), module.exports);
|
|
132
132
|
var import_chip = require("@kopexa/chip");
|
|
133
133
|
__reExport(index_exports, require("@kopexa/code"), module.exports);
|
|
134
|
+
__reExport(index_exports, require("@kopexa/color-picker"), module.exports);
|
|
134
135
|
var import_combobox = require("@kopexa/combobox");
|
|
135
136
|
__reExport(index_exports, require("@kopexa/command"), module.exports);
|
|
136
137
|
var import_data_grid = require("@kopexa/data-grid");
|
|
@@ -278,6 +279,7 @@ __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
278
279
|
...require("@kopexa/callout"),
|
|
279
280
|
...require("@kopexa/checkbox"),
|
|
280
281
|
...require("@kopexa/code"),
|
|
282
|
+
...require("@kopexa/color-picker"),
|
|
281
283
|
...require("@kopexa/command"),
|
|
282
284
|
...require("@kopexa/data-table"),
|
|
283
285
|
...require("@kopexa/dialog"),
|
package/dist/index.mjs
CHANGED
|
@@ -12,6 +12,7 @@ export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader,
|
|
|
12
12
|
export * from '@kopexa/checkbox';
|
|
13
13
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
14
14
|
export * from '@kopexa/code';
|
|
15
|
+
export * from '@kopexa/color-picker';
|
|
15
16
|
export { Combobox, ComboboxArrowProps, ComboboxBackdropProps, ComboboxChipProps, ComboboxChipRemoveProps, ComboboxChipsProps, ComboboxClearProps, ComboboxCollectionProps, ComboboxContentProps, ComboboxControlProps, ComboboxEmptyProps, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxIconProps, ComboboxInputProps, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxListProps, ComboboxPopupProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxProps, ComboboxRowProps, ComboboxSeparatorProps, ComboboxStatusProps, ComboboxTriggerProps, ComboboxValueProps } from '@kopexa/combobox';
|
|
16
17
|
export * from '@kopexa/command';
|
|
17
18
|
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
|
@@ -12,6 +12,7 @@ export { Card, CardBody, CardBodyProps, CardFooter, CardFooterProps, CardHeader,
|
|
|
12
12
|
export * from '@kopexa/checkbox';
|
|
13
13
|
export { Chip, ChipProps, RelatedControlChip, RelatedControlChipProps, StandardChip, StandardChipProps } from '@kopexa/chip';
|
|
14
14
|
export * from '@kopexa/code';
|
|
15
|
+
export * from '@kopexa/color-picker';
|
|
15
16
|
export { Combobox, ComboboxArrowProps, ComboboxBackdropProps, ComboboxChipProps, ComboboxChipRemoveProps, ComboboxChipsProps, ComboboxClearProps, ComboboxCollectionProps, ComboboxContentProps, ComboboxControlProps, ComboboxEmptyProps, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxIconProps, ComboboxInputProps, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxListProps, ComboboxPopupProps, ComboboxPortalProps, ComboboxPositionerProps, ComboboxProps, ComboboxRowProps, ComboboxSeparatorProps, ComboboxStatusProps, ComboboxTriggerProps, ComboboxValueProps } from '@kopexa/combobox';
|
|
16
17
|
export * from '@kopexa/command';
|
|
17
18
|
export { DataGrid, DataGridProps } from '@kopexa/data-grid';
|
package/dist/index.ts.backup.js
CHANGED
|
@@ -132,6 +132,7 @@ var import_card = require("@kopexa/card");
|
|
|
132
132
|
__reExport(index_ts_backup_exports, require("@kopexa/checkbox"), module.exports);
|
|
133
133
|
var import_chip = require("@kopexa/chip");
|
|
134
134
|
__reExport(index_ts_backup_exports, require("@kopexa/code"), module.exports);
|
|
135
|
+
__reExport(index_ts_backup_exports, require("@kopexa/color-picker"), module.exports);
|
|
135
136
|
var import_combobox = require("@kopexa/combobox");
|
|
136
137
|
__reExport(index_ts_backup_exports, require("@kopexa/command"), module.exports);
|
|
137
138
|
var import_data_grid = require("@kopexa/data-grid");
|
|
@@ -279,6 +280,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
|
|
|
279
280
|
...require("@kopexa/callout"),
|
|
280
281
|
...require("@kopexa/checkbox"),
|
|
281
282
|
...require("@kopexa/code"),
|
|
283
|
+
...require("@kopexa/color-picker"),
|
|
282
284
|
...require("@kopexa/command"),
|
|
283
285
|
...require("@kopexa/data-table"),
|
|
284
286
|
...require("@kopexa/dialog"),
|
package/dist/index.ts.backup.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/sight",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.11.0",
|
|
4
4
|
"description": "Kopexas react UI Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sight"
|
|
@@ -28,69 +28,70 @@
|
|
|
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.22.
|
|
31
|
+
"@kopexa/theme": "17.22.4"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@kopexa/
|
|
35
|
-
"@kopexa/
|
|
36
|
-
"@kopexa/button": "17.0.
|
|
37
|
-
"@kopexa/
|
|
38
|
-
"@kopexa/
|
|
39
|
-
"@kopexa/drawer": "17.2.
|
|
40
|
-
"@kopexa/popover": "17.2.
|
|
41
|
-
"@kopexa/tooltip": "17.2.
|
|
42
|
-
"@kopexa/
|
|
43
|
-
"@kopexa/
|
|
44
|
-
"@kopexa/page-layout": "17.0.
|
|
45
|
-
"@kopexa/dropdown-menu": "17.0.
|
|
46
|
-
"@kopexa/
|
|
47
|
-
"@kopexa/calendar": "17.0.
|
|
48
|
-
"@kopexa/input": "17.0.
|
|
49
|
-
"@kopexa/
|
|
50
|
-
"@kopexa/
|
|
51
|
-
"@kopexa/
|
|
52
|
-
"@kopexa/
|
|
53
|
-
"@kopexa/avatar": "17.0.
|
|
54
|
-
"@kopexa/
|
|
55
|
-
"@kopexa/
|
|
56
|
-
"@kopexa/
|
|
57
|
-
"@kopexa/data-table": "17.0.
|
|
58
|
-
"@kopexa/
|
|
59
|
-
"@kopexa/
|
|
60
|
-
"@kopexa/
|
|
61
|
-
"@kopexa/tab-nav": "17.0.
|
|
62
|
-
"@kopexa/sidebar": "17.1.
|
|
63
|
-
"@kopexa/
|
|
64
|
-
"@kopexa/
|
|
65
|
-
"@kopexa/tabs": "17.0.
|
|
66
|
-
"@kopexa/risk-
|
|
67
|
-
"@kopexa/
|
|
68
|
-
"@kopexa/
|
|
69
|
-
"@kopexa/
|
|
70
|
-
"@kopexa/
|
|
71
|
-
"@kopexa/infotip": "17.1.
|
|
72
|
-
"@kopexa/
|
|
73
|
-
"@kopexa/
|
|
74
|
-
"@kopexa/
|
|
75
|
-
"@kopexa/
|
|
76
|
-
"@kopexa/
|
|
77
|
-
"@kopexa/integration-card": "17.0.
|
|
78
|
-
"@kopexa/select": "17.2.
|
|
79
|
-
"@kopexa/
|
|
80
|
-
"@kopexa/
|
|
81
|
-
"@kopexa/
|
|
82
|
-
"@kopexa/
|
|
83
|
-
"@kopexa/
|
|
84
|
-
"@kopexa/
|
|
85
|
-
"@kopexa/toolbar": "17.2.
|
|
86
|
-
"@kopexa/switch": "17.2.
|
|
87
|
-
"@kopexa/
|
|
88
|
-
"@kopexa/
|
|
89
|
-
"@kopexa/
|
|
90
|
-
"@kopexa/
|
|
91
|
-
"@kopexa/
|
|
92
|
-
"@kopexa/
|
|
93
|
-
"@kopexa/
|
|
34
|
+
"@kopexa/react-utils": "17.0.43",
|
|
35
|
+
"@kopexa/shared-utils": "17.0.43",
|
|
36
|
+
"@kopexa/button": "17.0.43",
|
|
37
|
+
"@kopexa/assistant": "0.0.14",
|
|
38
|
+
"@kopexa/dialog": "17.2.8",
|
|
39
|
+
"@kopexa/drawer": "17.2.8",
|
|
40
|
+
"@kopexa/popover": "17.2.8",
|
|
41
|
+
"@kopexa/tooltip": "17.2.8",
|
|
42
|
+
"@kopexa/spinner": "17.0.43",
|
|
43
|
+
"@kopexa/stat": "1.0.26",
|
|
44
|
+
"@kopexa/page-layout": "17.0.43",
|
|
45
|
+
"@kopexa/dropdown-menu": "17.0.43",
|
|
46
|
+
"@kopexa/editable-text": "0.0.8",
|
|
47
|
+
"@kopexa/calendar": "17.0.43",
|
|
48
|
+
"@kopexa/input": "17.0.43",
|
|
49
|
+
"@kopexa/chip": "17.1.40",
|
|
50
|
+
"@kopexa/alert-dialog": "17.2.8",
|
|
51
|
+
"@kopexa/card": "17.2.27",
|
|
52
|
+
"@kopexa/table": "17.0.43",
|
|
53
|
+
"@kopexa/avatar": "17.0.43",
|
|
54
|
+
"@kopexa/code": "17.0.43",
|
|
55
|
+
"@kopexa/checkbox": "17.0.43",
|
|
56
|
+
"@kopexa/command": "17.0.43",
|
|
57
|
+
"@kopexa/data-table": "17.0.43",
|
|
58
|
+
"@kopexa/page-header": "17.0.43",
|
|
59
|
+
"@kopexa/skeleton": "17.0.43",
|
|
60
|
+
"@kopexa/heading": "17.0.43",
|
|
61
|
+
"@kopexa/tab-nav": "17.0.43",
|
|
62
|
+
"@kopexa/sidebar": "17.1.27",
|
|
63
|
+
"@kopexa/separator": "17.0.43",
|
|
64
|
+
"@kopexa/risk-badge": "17.0.43",
|
|
65
|
+
"@kopexa/tabs": "17.0.43",
|
|
66
|
+
"@kopexa/risk-indicator": "17.0.43",
|
|
67
|
+
"@kopexa/split-page-layout": "17.0.43",
|
|
68
|
+
"@kopexa/section-row": "17.1.37",
|
|
69
|
+
"@kopexa/resizable": "17.0.43",
|
|
70
|
+
"@kopexa/preview-card": "17.1.37",
|
|
71
|
+
"@kopexa/infotip": "17.1.33",
|
|
72
|
+
"@kopexa/accordion": "17.3.8",
|
|
73
|
+
"@kopexa/hover-card": "17.0.43",
|
|
74
|
+
"@kopexa/blankstate": "17.0.43",
|
|
75
|
+
"@kopexa/mapped-controls": "17.0.43",
|
|
76
|
+
"@kopexa/data-grid": "17.1.37",
|
|
77
|
+
"@kopexa/integration-card": "17.0.43",
|
|
78
|
+
"@kopexa/select": "17.2.8",
|
|
79
|
+
"@kopexa/callout": "17.0.43",
|
|
80
|
+
"@kopexa/label": "17.0.43",
|
|
81
|
+
"@kopexa/textarea": "17.0.43",
|
|
82
|
+
"@kopexa/toggle-row": "0.0.6",
|
|
83
|
+
"@kopexa/autocomplete": "17.2.8",
|
|
84
|
+
"@kopexa/scroll-area": "17.2.8",
|
|
85
|
+
"@kopexa/toolbar": "17.2.8",
|
|
86
|
+
"@kopexa/switch": "17.2.8",
|
|
87
|
+
"@kopexa/file-upload": "17.0.43",
|
|
88
|
+
"@kopexa/combobox": "17.3.8",
|
|
89
|
+
"@kopexa/image-crop": "17.2.8",
|
|
90
|
+
"@kopexa/loading": "17.0.43",
|
|
91
|
+
"@kopexa/audit-info": "0.0.14",
|
|
92
|
+
"@kopexa/navigation": "0.0.17",
|
|
93
|
+
"@kopexa/color-picker": "0.0.2",
|
|
94
|
+
"@kopexa/filter": "0.0.33"
|
|
94
95
|
},
|
|
95
96
|
"clean-package": "../../../clean-package.config.json",
|
|
96
97
|
"module": "dist/index.mjs",
|