canvu-react 0.4.70 → 0.4.71
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/{asset-hydration-D2xaUoAT.d.cts → asset-hydration-BeWWxiBq.d.cts} +1 -1
- package/dist/{asset-hydration-D9eThWse.d.ts → asset-hydration-CLoDkZDh.d.ts} +1 -1
- package/dist/chatbot.d.cts +2 -2
- package/dist/chatbot.d.ts +2 -2
- package/dist/index.cjs +52 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +52 -2
- package/dist/index.js.map +1 -1
- package/dist/{raster-image-canvas-CCOmB4NY.d.ts → raster-image-canvas-BqBgE8C-.d.ts} +33 -1
- package/dist/{raster-image-canvas-nK9kM9UJ.d.cts → raster-image-canvas-Byq087t9.d.cts} +33 -1
- package/dist/react.cjs +72 -51
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +6 -6
- package/dist/react.d.ts +6 -6
- package/dist/react.js +72 -51
- package/dist/react.js.map +1 -1
- package/dist/realtime.cjs.map +1 -1
- package/dist/realtime.d.cts +2 -2
- package/dist/realtime.d.ts +2 -2
- package/dist/realtime.js.map +1 -1
- package/dist/{types-CMuEaiM7.d.ts → types-D_cQxUug.d.ts} +1 -1
- package/dist/{types-D402X18k.d.cts → types-f8d-2-6N.d.cts} +1 -1
- package/package.json +1 -1
package/dist/realtime.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PlacementPreview, L as VectorViewportProps, K as VectorViewportHandle, V as VectorToolDefinition, G as VectorItemsChangeInfo, c as CanvasPlugin, h as CanvasPluginRenderContext } from './types-
|
|
1
|
+
import { P as PlacementPreview, L as VectorViewportProps, K as VectorViewportHandle, V as VectorToolDefinition, G as VectorItemsChangeInfo, c as CanvasPlugin, h as CanvasPluginRenderContext } from './types-f8d-2-6N.cjs';
|
|
2
2
|
import { a as RemotePresenceMarkupStroke, R as RemotePresencePeer, b as RemotePresenceCamera, c as RealtimeConnectionState } from './types-DqsqQQVf.cjs';
|
|
3
3
|
export { P as PresenceOverlayRenderContext } from './types-DqsqQQVf.cjs';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
@@ -6,7 +6,7 @@ import { C as Camera2D } from './shape-builders-DzhCOuzo.cjs';
|
|
|
6
6
|
import { V as VectorSceneItem, R as Rect } from './types-fJNwEnHf.cjs';
|
|
7
7
|
import { ReactNode, RefObject } from 'react';
|
|
8
8
|
import { a as VectorCanvasRemoteAdapter } from './types-6HszqSa5.cjs';
|
|
9
|
-
import './raster-image-canvas-
|
|
9
|
+
import './raster-image-canvas-Byq087t9.cjs';
|
|
10
10
|
import './link-item-BMV3VUCr.cjs';
|
|
11
11
|
|
|
12
12
|
/**
|
package/dist/realtime.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PlacementPreview, L as VectorViewportProps, K as VectorViewportHandle, V as VectorToolDefinition, G as VectorItemsChangeInfo, c as CanvasPlugin, h as CanvasPluginRenderContext } from './types-
|
|
1
|
+
import { P as PlacementPreview, L as VectorViewportProps, K as VectorViewportHandle, V as VectorToolDefinition, G as VectorItemsChangeInfo, c as CanvasPlugin, h as CanvasPluginRenderContext } from './types-D_cQxUug.js';
|
|
2
2
|
import { a as RemotePresenceMarkupStroke, R as RemotePresencePeer, b as RemotePresenceCamera, c as RealtimeConnectionState } from './types-BXa2CIrc.js';
|
|
3
3
|
export { P as PresenceOverlayRenderContext } from './types-BXa2CIrc.js';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
@@ -6,7 +6,7 @@ import { C as Camera2D } from './shape-builders-xG3A66sv.js';
|
|
|
6
6
|
import { V as VectorSceneItem, R as Rect } from './types-fJNwEnHf.js';
|
|
7
7
|
import { ReactNode, RefObject } from 'react';
|
|
8
8
|
import { a as VectorCanvasRemoteAdapter } from './types-BtWbGOqh.js';
|
|
9
|
-
import './raster-image-canvas-
|
|
9
|
+
import './raster-image-canvas-BqBgE8C-.js';
|
|
10
10
|
import './link-item-COoNNvCu.js';
|
|
11
11
|
|
|
12
12
|
/**
|