@john-guerra/fisheye-nav 0.1.0 → 0.1.1
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/fisheye-nav.esm.js +1 -1
- package/dist/fisheye-nav.js +1 -1
- package/dist/react.esm.js +1 -1
- package/package.json +3 -2
package/dist/fisheye-nav.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @john-guerra/fisheye-nav v0.1.
|
|
1
|
+
// @john-guerra/fisheye-nav v0.1.1 Copyright (c) 2026 John Alexis Guerra Gómez
|
|
2
2
|
// reactive-widget-helper v0.0.2 Copyright (c) 2024 John Alexis Guerra Gómez
|
|
3
3
|
function ReactiveWidget(
|
|
4
4
|
target,
|
package/dist/fisheye-nav.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @john-guerra/fisheye-nav v0.1.
|
|
1
|
+
// @john-guerra/fisheye-nav v0.1.1 Copyright (c) 2026 John Alexis Guerra Gómez
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
package/dist/react.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @john-guerra/fisheye-nav v0.1.
|
|
1
|
+
// @john-guerra/fisheye-nav v0.1.1 Copyright (c) 2026 John Alexis Guerra Gómez
|
|
2
2
|
import { useRef, useEffect, createElement } from 'react';
|
|
3
3
|
|
|
4
4
|
// reactive-widget-helper v0.0.2 Copyright (c) 2024 John Alexis Guerra Gómez
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@john-guerra/fisheye-nav",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A focus+context navigator for hierarchies: an icicle whose leaf axis is fisheyed, or a flat list indented by level. Vanilla reactive widget, with Svelte and React wrappers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/fisheye-nav.min.js",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"./core": "./src/index.js",
|
|
18
18
|
"./svelte": "./src/svelte/FisheyeNav.svelte",
|
|
19
|
-
"./react": "./dist/react.esm.js"
|
|
19
|
+
"./react": "./dist/react.esm.js",
|
|
20
|
+
"./package.json": "./package.json"
|
|
20
21
|
},
|
|
21
22
|
"files": [
|
|
22
23
|
"dist",
|