@dxos/react-ui-canvas 0.7.5-staging.b81e783 → 0.8.0
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.
|
@@ -10,6 +10,6 @@ export type CanvasProps = ThemedClassName<PropsWithChildren<Partial<ProjectionSt
|
|
|
10
10
|
* Manages CSS projection.
|
|
11
11
|
*/
|
|
12
12
|
export declare const Canvas: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<Partial<ProjectionState> & React.HTMLAttributes<HTMLDivElement>>, "className"> & {
|
|
13
|
-
classNames?: import("@dxos/react-ui").ClassNameValue;
|
|
13
|
+
classNames?: import("@dxos/react-ui-types").ClassNameValue;
|
|
14
14
|
} & React.RefAttributes<CanvasController>>;
|
|
15
15
|
//# sourceMappingURL=Canvas.d.ts.map
|
|
@@ -13,7 +13,7 @@ export declare const GridComponent: React.ForwardRefExoticComponent<Omit<{
|
|
|
13
13
|
offset?: Point;
|
|
14
14
|
showAxes?: boolean;
|
|
15
15
|
}, "className"> & {
|
|
16
|
-
classNames?: import("@dxos/react-ui").ClassNameValue;
|
|
16
|
+
classNames?: import("@dxos/react-ui-types").ClassNameValue;
|
|
17
17
|
} & React.RefAttributes<SVGSVGElement>>;
|
|
18
18
|
export declare const Grid: (props: GridProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
//# sourceMappingURL=Grid.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/react-ui-canvas",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "A canvas component.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"effect": "^3.12.3",
|
|
31
31
|
"react-resize-detector": "^11.0.1",
|
|
32
32
|
"transformation-matrix": "^2.16.1",
|
|
33
|
-
"@dxos/
|
|
34
|
-
"@dxos/
|
|
35
|
-
"@dxos/
|
|
36
|
-
"@dxos/
|
|
37
|
-
"@dxos/
|
|
33
|
+
"@dxos/effect": "0.8.0",
|
|
34
|
+
"@dxos/invariant": "0.8.0",
|
|
35
|
+
"@dxos/log": "0.8.0",
|
|
36
|
+
"@dxos/util": "0.8.0",
|
|
37
|
+
"@dxos/debug": "0.8.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@effect/schema": "^0.75.5",
|
|
@@ -44,17 +44,17 @@
|
|
|
44
44
|
"react": "~18.2.0",
|
|
45
45
|
"react-dom": "~18.2.0",
|
|
46
46
|
"vite": "5.4.7",
|
|
47
|
-
"@dxos/random": "0.
|
|
48
|
-
"@dxos/react-ui": "0.
|
|
49
|
-
"@dxos/react-ui-theme": "0.
|
|
50
|
-
"@dxos/storybook-utils": "0.
|
|
47
|
+
"@dxos/random": "0.8.0",
|
|
48
|
+
"@dxos/react-ui": "0.8.0",
|
|
49
|
+
"@dxos/react-ui-theme": "0.8.0",
|
|
50
|
+
"@dxos/storybook-utils": "0.8.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@effect/schema": "^0.75.5",
|
|
54
54
|
"react": "~18.2.0",
|
|
55
55
|
"react-dom": "~18.2.0",
|
|
56
|
-
"@dxos/react-ui": "0.
|
|
57
|
-
"@dxos/react-ui-theme": "0.
|
|
56
|
+
"@dxos/react-ui": "0.8.0",
|
|
57
|
+
"@dxos/react-ui-theme": "0.8.0"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|