@lincle/react-web-interactive 0.4.0-next.7 → 0.4.0-next.8

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,4 +1,4 @@
1
- import { type InteractionControlProps } from '../../shared';
1
+ import { type InteractionControlProps } from '../../../shared';
2
2
  import { type FunctionComponent } from 'react';
3
3
  declare const Controls: FunctionComponent<InteractionControlProps>;
4
4
  export default Controls;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const jsx_runtime_1 = require("react/jsx-runtime");
4
- const shared_1 = require("../../shared");
4
+ const shared_1 = require("../../../shared");
5
5
  const react_1 = require("react");
6
6
  const CLICK_TIME = 500;
7
7
  const useDoubleTap = () => {
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const jsx_runtime_1 = require("react/jsx-runtime");
7
7
  const shared_1 = require("../../shared");
8
- const Controls_1 = __importDefault(require("../Controls"));
8
+ const Controls_1 = __importDefault(require("./Controls"));
9
9
  const react_1 = require("react");
10
10
  const react_map_interaction_1 = require("react-map-interaction");
11
11
  const controls = () => {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@lincle/react-web-interactive",
3
3
  "title": "lincle react web interactive",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "0.4.0-next.7",
5
+ "version": "0.4.0-next.8",
6
6
  "private": false,
7
7
  "description": "A 'reactive' React node and edge generator",
8
8
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
@@ -68,9 +68,9 @@
68
68
  "rimraf": "^6.0.1"
69
69
  },
70
70
  "dependencies": {
71
- "@lincle/react-interactive-shared": "^0.4.0-next.7",
72
- "@lincle/react-shared": "^0.4.0-next.7",
73
- "@lincle/react-web-base": "^0.4.0-next.7",
71
+ "@lincle/react-interactive-shared": "^0.4.0-next.8",
72
+ "@lincle/react-shared": "^0.4.0-next.8",
73
+ "@lincle/react-web-base": "^0.4.0-next.8",
74
74
  "react-draggable": "^4.4.6",
75
75
  "react-map-interaction": "^2.1.0"
76
76
  },
@@ -97,5 +97,5 @@
97
97
  "dragndrop",
98
98
  "drag"
99
99
  ],
100
- "gitHead": "4457d7dd7df752f71d0559c5db389177a008252e"
100
+ "gitHead": "26dd11a8079cc36533e81ad662d9d304ec6c4478"
101
101
  }