@onimuxha/oxycons 1.0.2 → 1.0.3

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.
@@ -5,3 +5,6 @@ export * from "./categories/framework/index";
5
5
  export * from "./categories/programming/index";
6
6
  export * from "./categories/tools/index";
7
7
  export * from "./categories/ai/index";
8
+
9
+ // Export registry with category namespaces
10
+ export * from "./registry";
@@ -10,4 +10,6 @@ export * from "./categories/ai/index";
10
10
  export * from "./types";
11
11
  export * from "./create-icon";
12
12
  export * from "./icon";
13
- export * from "./categories-info";
13
+
14
+ // Export registry with category namespaces and compiled icons
15
+ export * from "./registry";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onimuxha/oxycons",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A modern, comprehensive icon library for React applications with TypeScript support",
5
5
  "private": false,
6
6
  "license": "MIT",