@bouku/next 0.0.3 → 0.0.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.
@@ -8,7 +8,7 @@ exports.DropdownNav = DropdownNav;
8
8
  const jsx_runtime_1 = require("react/jsx-runtime");
9
9
  const navigation_1 = require("next/navigation");
10
10
  const core_1 = require("@bouku/core");
11
- const bars_svg_1 = __importDefault(require("../assets/icons/bars.svg"));
11
+ const bars_svg_1 = __importDefault(require("../../assets/icons/bars.svg"));
12
12
  function DropdownNav({ items }) {
13
13
  const router = (0, navigation_1.useRouter)();
14
14
  const tabs = items.map(x => ({ ...x, action: () => router.push(x.to) }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bouku/next",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",