@buoy-gg/image-overlay 2.1.12 → 2.1.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.
@@ -23,11 +23,6 @@ function ImageOverlayModal({
23
23
  initialModalState,
24
24
  minimizeTargetPosition
25
25
  }) {
26
- console.log("[ImageOverlay] render", {
27
- visible,
28
- initialModalState: initialModalState ? JSON.stringify(initialModalState).slice(0, 200) : null,
29
- minimizeTargetPosition
30
- });
31
26
  const [view, setView] = (0, _react.useState)(() => {
32
27
  const s = _ImageOverlayController.ImageOverlayController.getState();
33
28
  if (s.mode === "free") return "free";
@@ -19,11 +19,6 @@ export function ImageOverlayModal({
19
19
  initialModalState,
20
20
  minimizeTargetPosition
21
21
  }) {
22
- console.log("[ImageOverlay] render", {
23
- visible,
24
- initialModalState: initialModalState ? JSON.stringify(initialModalState).slice(0, 200) : null,
25
- minimizeTargetPosition
26
- });
27
22
  const [view, setView] = useState(() => {
28
23
  const s = ImageOverlayController.getState();
29
24
  if (s.mode === "free") return "free";
@@ -1 +1 @@
1
- {"version":3,"file":"ImageOverlayModal.d.ts","sourceRoot":"","sources":["../../../../src/imageOverlay/components/ImageOverlayModal.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,sBAAsB,EAAkC,MAAM,UAAU,CAAC;AAWvF,wBAAgB,iBAAiB,CAAC,EAChC,OAAO,EACP,OAAO,EACP,MAAM,EACN,UAAU,EACV,2BAAmC,EACnC,iBAAiB,EACjB,sBAAsB,GACvB,EAAE,sBAAsB,+BAshBxB"}
1
+ {"version":3,"file":"ImageOverlayModal.d.ts","sourceRoot":"","sources":["../../../../src/imageOverlay/components/ImageOverlayModal.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,sBAAsB,EAAkC,MAAM,UAAU,CAAC;AAWvF,wBAAgB,iBAAiB,CAAC,EAChC,OAAO,EACP,OAAO,EACP,MAAM,EACN,UAAU,EACV,2BAAmC,EACnC,iBAAiB,EACjB,sBAAsB,GACvB,EAAE,sBAAsB,+BAkhBxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buoy-gg/image-overlay",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "description": "Image overlay tool for matching design mockups",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -26,7 +26,7 @@
26
26
  ],
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@buoy-gg/shared-ui": "2.1.12"
29
+ "@buoy-gg/shared-ui": "2.1.13"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "*",