@ooneex/react 0.0.12 → 0.0.13

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.js CHANGED
@@ -1,3 +1,7 @@
1
- var c=void 0;export{c as default};
1
+ // src/index.ts
2
+ var src_default = undefined;
3
+ export {
4
+ src_default as default
5
+ };
2
6
 
3
- //# debugId=4791C985B1561AD764756E2164756E21
7
+ //# debugId=F81315F58123B24B64756E2164756E21
package/dist/index.js.map CHANGED
@@ -4,6 +4,6 @@
4
4
  "sourcesContent": [
5
5
  ],
6
6
  "mappings": "",
7
- "debugId": "4791C985B1561AD764756E2164756E21",
7
+ "debugId": "F81315F58123B24B64756E2164756E21",
8
8
  "names": []
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ooneex/react",
3
3
  "description": "React hooks, components, and utilities for building modern user interfaces with the Ooneex framework",
4
- "version": "0.0.12",
4
+ "version": "0.0.13",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",