holie-vkit 1.1.2 → 1.1.4

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.
@@ -1,6 +1,5 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
1
  // Placeholder for shared Navbar
3
2
  export const Navbar = () => {
4
3
  // TODO: Implement shared logic or delegate to project-specific context
5
- return _jsx("nav", { children: "Navbar (shared)" });
4
+ return null;
6
5
  };
@@ -1,6 +1,5 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
1
  // Placeholder for shared Toaster
3
2
  export const Toaster = () => {
4
3
  // TODO: Implement shared logic or delegate to project-specific context
5
- return _jsx("div", { children: "Toaster (shared)" });
4
+ return null;
6
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holie-vkit",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.js",