@kopexa/sight 5.0.3 → 6.0.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 CHANGED
@@ -1,5 +1,7 @@
1
+ export * from '@kopexa/alert-dialog';
1
2
  export * from '@kopexa/button';
2
3
  export * from '@kopexa/calendar';
4
+ export * from '@kopexa/chip';
3
5
  export * from '@kopexa/command';
4
6
  export * from '@kopexa/dialog';
5
7
  export * from '@kopexa/drawer';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,7 @@
1
+ export * from '@kopexa/alert-dialog';
1
2
  export * from '@kopexa/button';
2
3
  export * from '@kopexa/calendar';
4
+ export * from '@kopexa/chip';
3
5
  export * from '@kopexa/command';
4
6
  export * from '@kopexa/dialog';
5
7
  export * from '@kopexa/drawer';
package/dist/index.js CHANGED
@@ -18,8 +18,10 @@ 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/alert-dialog"), module.exports);
21
22
  __reExport(index_exports, require("@kopexa/button"), module.exports);
22
23
  __reExport(index_exports, require("@kopexa/calendar"), module.exports);
24
+ __reExport(index_exports, require("@kopexa/chip"), module.exports);
23
25
  __reExport(index_exports, require("@kopexa/command"), module.exports);
24
26
  __reExport(index_exports, require("@kopexa/dialog"), module.exports);
25
27
  __reExport(index_exports, require("@kopexa/drawer"), module.exports);
@@ -31,8 +33,10 @@ __reExport(index_exports, require("@kopexa/spinner"), module.exports);
31
33
  __reExport(index_exports, require("@kopexa/tooltip"), module.exports);
32
34
  // Annotate the CommonJS export names for ESM import in node:
33
35
  0 && (module.exports = {
36
+ ...require("@kopexa/alert-dialog"),
34
37
  ...require("@kopexa/button"),
35
38
  ...require("@kopexa/calendar"),
39
+ ...require("@kopexa/chip"),
36
40
  ...require("@kopexa/command"),
37
41
  ...require("@kopexa/dialog"),
38
42
  ...require("@kopexa/drawer"),
package/dist/index.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  "use client";
2
2
 
3
3
  // src/index.ts
4
+ export * from "@kopexa/alert-dialog";
4
5
  export * from "@kopexa/button";
5
6
  export * from "@kopexa/calendar";
7
+ export * from "@kopexa/chip";
6
8
  export * from "@kopexa/command";
7
9
  export * from "@kopexa/dialog";
8
10
  export * from "@kopexa/drawer";
@@ -1,5 +1,7 @@
1
+ export * from '@kopexa/alert-dialog';
1
2
  export * from '@kopexa/button';
2
3
  export * from '@kopexa/calendar';
4
+ export * from '@kopexa/chip';
3
5
  export * from '@kopexa/command';
4
6
  export * from '@kopexa/dialog';
5
7
  export * from '@kopexa/drawer';
@@ -1,5 +1,7 @@
1
+ export * from '@kopexa/alert-dialog';
1
2
  export * from '@kopexa/button';
2
3
  export * from '@kopexa/calendar';
4
+ export * from '@kopexa/chip';
3
5
  export * from '@kopexa/command';
4
6
  export * from '@kopexa/dialog';
5
7
  export * from '@kopexa/drawer';
@@ -18,8 +18,10 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
18
18
  // src/index.ts.backup.ts
19
19
  var index_ts_backup_exports = {};
20
20
  module.exports = __toCommonJS(index_ts_backup_exports);
21
+ __reExport(index_ts_backup_exports, require("@kopexa/alert-dialog"), module.exports);
21
22
  __reExport(index_ts_backup_exports, require("@kopexa/button"), module.exports);
22
23
  __reExport(index_ts_backup_exports, require("@kopexa/calendar"), module.exports);
24
+ __reExport(index_ts_backup_exports, require("@kopexa/chip"), module.exports);
23
25
  __reExport(index_ts_backup_exports, require("@kopexa/command"), module.exports);
24
26
  __reExport(index_ts_backup_exports, require("@kopexa/dialog"), module.exports);
25
27
  __reExport(index_ts_backup_exports, require("@kopexa/drawer"), module.exports);
@@ -31,8 +33,10 @@ __reExport(index_ts_backup_exports, require("@kopexa/spinner"), module.exports);
31
33
  __reExport(index_ts_backup_exports, require("@kopexa/tooltip"), module.exports);
32
34
  // Annotate the CommonJS export names for ESM import in node:
33
35
  0 && (module.exports = {
36
+ ...require("@kopexa/alert-dialog"),
34
37
  ...require("@kopexa/button"),
35
38
  ...require("@kopexa/calendar"),
39
+ ...require("@kopexa/chip"),
36
40
  ...require("@kopexa/command"),
37
41
  ...require("@kopexa/dialog"),
38
42
  ...require("@kopexa/drawer"),
@@ -1,8 +1,10 @@
1
1
  "use client";
2
2
 
3
3
  // src/index.ts.backup.ts
4
+ export * from "@kopexa/alert-dialog";
4
5
  export * from "@kopexa/button";
5
6
  export * from "@kopexa/calendar";
7
+ export * from "@kopexa/chip";
6
8
  export * from "@kopexa/command";
7
9
  export * from "@kopexa/dialog";
8
10
  export * from "@kopexa/drawer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/sight",
3
- "version": "5.0.3",
3
+ "version": "6.0.0",
4
4
  "description": "Kopexas react UI Library",
5
5
  "keywords": [
6
6
  "sight"
@@ -28,22 +28,24 @@
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.4.3"
31
+ "@kopexa/theme": "1.5.0"
32
32
  },
33
33
  "dependencies": {
34
34
  "@kopexa/shared-utils": "1.1.2",
35
35
  "@kopexa/react-utils": "2.0.2",
36
- "@kopexa/button": "5.0.3",
37
- "@kopexa/dialog": "7.0.3",
38
- "@kopexa/drawer": "7.0.3",
39
- "@kopexa/popover": "7.0.3",
40
- "@kopexa/command": "4.0.3",
41
- "@kopexa/tooltip": "3.0.3",
42
- "@kopexa/spinner": "3.0.3",
43
- "@kopexa/page-layout": "2.0.3",
44
- "@kopexa/dropdown-menu": "0.0.2",
45
- "@kopexa/calendar": "0.0.1",
46
- "@kopexa/input": "0.0.1"
36
+ "@kopexa/button": "6.0.0",
37
+ "@kopexa/dialog": "8.0.0",
38
+ "@kopexa/drawer": "8.0.0",
39
+ "@kopexa/popover": "8.0.0",
40
+ "@kopexa/command": "5.0.0",
41
+ "@kopexa/tooltip": "4.0.0",
42
+ "@kopexa/spinner": "4.0.0",
43
+ "@kopexa/page-layout": "3.0.0",
44
+ "@kopexa/dropdown-menu": "1.0.0",
45
+ "@kopexa/calendar": "1.0.0",
46
+ "@kopexa/input": "1.0.0",
47
+ "@kopexa/chip": "1.0.0",
48
+ "@kopexa/alert-dialog": "1.0.0"
47
49
  },
48
50
  "clean-package": "../../../clean-package.config.json",
49
51
  "module": "dist/index.mjs",