@kopexa/sight 7.0.5 → 7.0.7

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
@@ -1,3 +1,4 @@
1
+ export * from '@kopexa/accordion';
1
2
  export * from '@kopexa/alert-dialog';
2
3
  export * from '@kopexa/avatar';
3
4
  export * from '@kopexa/button';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from '@kopexa/accordion';
1
2
  export * from '@kopexa/alert-dialog';
2
3
  export * from '@kopexa/avatar';
3
4
  export * from '@kopexa/button';
package/dist/index.js CHANGED
@@ -18,6 +18,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
18
18
  // src/index.ts
19
19
  var index_exports = {};
20
20
  module.exports = __toCommonJS(index_exports);
21
+ __reExport(index_exports, require("@kopexa/accordion"), module.exports);
21
22
  __reExport(index_exports, require("@kopexa/alert-dialog"), module.exports);
22
23
  __reExport(index_exports, require("@kopexa/avatar"), module.exports);
23
24
  __reExport(index_exports, require("@kopexa/button"), module.exports);
@@ -54,6 +55,7 @@ __reExport(index_exports, require("@kopexa/tabs"), module.exports);
54
55
  __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
55
56
  // Annotate the CommonJS export names for ESM import in node:
56
57
  0 && (module.exports = {
58
+ ...require("@kopexa/accordion"),
57
59
  ...require("@kopexa/alert-dialog"),
58
60
  ...require("@kopexa/avatar"),
59
61
  ...require("@kopexa/button"),
package/dist/index.mjs CHANGED
@@ -1,6 +1,7 @@
1
1
  "use client";
2
2
 
3
3
  // src/index.ts
4
+ export * from "@kopexa/accordion";
4
5
  export * from "@kopexa/alert-dialog";
5
6
  export * from "@kopexa/avatar";
6
7
  export * from "@kopexa/button";
@@ -1,3 +1,4 @@
1
+ export * from '@kopexa/accordion';
1
2
  export * from '@kopexa/alert-dialog';
2
3
  export * from '@kopexa/avatar';
3
4
  export * from '@kopexa/button';
@@ -1,3 +1,4 @@
1
+ export * from '@kopexa/accordion';
1
2
  export * from '@kopexa/alert-dialog';
2
3
  export * from '@kopexa/avatar';
3
4
  export * from '@kopexa/button';
@@ -19,6 +19,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
19
19
  // src/index.ts.backup.ts
20
20
  var index_ts_backup_exports = {};
21
21
  module.exports = __toCommonJS(index_ts_backup_exports);
22
+ __reExport(index_ts_backup_exports, require("@kopexa/accordion"), module.exports);
22
23
  __reExport(index_ts_backup_exports, require("@kopexa/alert-dialog"), module.exports);
23
24
  __reExport(index_ts_backup_exports, require("@kopexa/avatar"), module.exports);
24
25
  __reExport(index_ts_backup_exports, require("@kopexa/button"), module.exports);
@@ -55,6 +56,7 @@ __reExport(index_ts_backup_exports, require("@kopexa/tabs"), module.exports);
55
56
  __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
56
57
  // Annotate the CommonJS export names for ESM import in node:
57
58
  0 && (module.exports = {
59
+ ...require("@kopexa/accordion"),
58
60
  ...require("@kopexa/alert-dialog"),
59
61
  ...require("@kopexa/avatar"),
60
62
  ...require("@kopexa/button"),
@@ -2,6 +2,7 @@
2
2
  "use client";
3
3
 
4
4
  // src/index.ts.backup.ts
5
+ export * from "@kopexa/accordion";
5
6
  export * from "@kopexa/alert-dialog";
6
7
  export * from "@kopexa/avatar";
7
8
  export * from "@kopexa/button";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/sight",
3
- "version": "7.0.5",
3
+ "version": "7.0.7",
4
4
  "description": "Kopexas react UI Library",
5
5
  "keywords": [
6
6
  "sight"
@@ -28,45 +28,46 @@
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.6.3"
31
+ "@kopexa/theme": "1.6.5"
32
32
  },
33
33
  "dependencies": {
34
34
  "@kopexa/shared-utils": "1.1.5",
35
35
  "@kopexa/react-utils": "2.0.6",
36
- "@kopexa/button": "7.0.3",
37
- "@kopexa/dialog": "9.0.3",
38
- "@kopexa/drawer": "9.0.3",
39
- "@kopexa/popover": "9.0.3",
40
- "@kopexa/command": "6.0.3",
41
- "@kopexa/tooltip": "5.0.3",
42
- "@kopexa/spinner": "5.0.3",
43
- "@kopexa/page-layout": "4.0.3",
44
- "@kopexa/dropdown-menu": "2.0.3",
45
- "@kopexa/calendar": "2.0.3",
46
- "@kopexa/input": "2.0.3",
47
- "@kopexa/chip": "2.0.3",
48
- "@kopexa/alert-dialog": "2.0.3",
49
- "@kopexa/card": "1.0.3",
50
- "@kopexa/avatar": "2.0.3",
51
- "@kopexa/table": "1.0.3",
52
- "@kopexa/code": "1.0.3",
53
- "@kopexa/data-table": "1.0.3",
54
- "@kopexa/checkbox": "1.0.3",
55
- "@kopexa/skeleton": "1.0.3",
56
- "@kopexa/page-header": "1.0.3",
57
- "@kopexa/heading": "1.0.3",
58
- "@kopexa/tab-nav": "1.0.3",
59
- "@kopexa/sidebar": "1.0.4",
60
- "@kopexa/separator": "1.0.3",
61
- "@kopexa/risk-indicator": "1.0.3",
62
- "@kopexa/tabs": "1.0.3",
63
- "@kopexa/risk-badge": "0.0.3",
64
- "@kopexa/split-page-layout": "0.0.3",
65
- "@kopexa/section-row": "0.0.3",
66
- "@kopexa/preview-card": "0.0.3",
67
- "@kopexa/resizable": "0.0.2",
68
- "@kopexa/hover-card": "0.0.1",
69
- "@kopexa/infotip": "0.0.1"
36
+ "@kopexa/button": "7.0.5",
37
+ "@kopexa/dialog": "9.0.5",
38
+ "@kopexa/drawer": "9.0.5",
39
+ "@kopexa/popover": "9.0.5",
40
+ "@kopexa/command": "6.0.5",
41
+ "@kopexa/tooltip": "5.0.5",
42
+ "@kopexa/spinner": "5.0.5",
43
+ "@kopexa/page-layout": "4.0.5",
44
+ "@kopexa/dropdown-menu": "2.0.5",
45
+ "@kopexa/calendar": "2.0.5",
46
+ "@kopexa/input": "2.0.5",
47
+ "@kopexa/chip": "2.0.5",
48
+ "@kopexa/alert-dialog": "2.0.5",
49
+ "@kopexa/card": "1.0.5",
50
+ "@kopexa/avatar": "2.0.5",
51
+ "@kopexa/table": "1.0.5",
52
+ "@kopexa/code": "1.0.5",
53
+ "@kopexa/data-table": "1.0.5",
54
+ "@kopexa/checkbox": "1.0.5",
55
+ "@kopexa/skeleton": "1.0.5",
56
+ "@kopexa/page-header": "1.0.5",
57
+ "@kopexa/heading": "1.0.5",
58
+ "@kopexa/tab-nav": "1.0.5",
59
+ "@kopexa/sidebar": "1.0.6",
60
+ "@kopexa/separator": "1.0.5",
61
+ "@kopexa/risk-indicator": "1.0.5",
62
+ "@kopexa/tabs": "1.0.5",
63
+ "@kopexa/risk-badge": "0.0.5",
64
+ "@kopexa/split-page-layout": "0.0.5",
65
+ "@kopexa/section-row": "0.0.5",
66
+ "@kopexa/preview-card": "0.0.5",
67
+ "@kopexa/resizable": "0.0.4",
68
+ "@kopexa/hover-card": "0.0.3",
69
+ "@kopexa/infotip": "0.0.3",
70
+ "@kopexa/accordion": "0.0.2"
70
71
  },
71
72
  "clean-package": "../../../clean-package.config.json",
72
73
  "module": "dist/index.mjs",