@uniformdev/mesh-sdk-react 20.53.1-alpha.7 → 20.53.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/index.d.mts +0 -6
- package/dist/index.d.ts +0 -6
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -82,8 +82,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
82
82
|
type: TLocationType;
|
|
83
83
|
}> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
|
|
84
84
|
type: TLocationType;
|
|
85
|
-
}> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
|
|
86
|
-
type: TLocationType;
|
|
87
85
|
}> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
|
|
88
86
|
type: TLocationType;
|
|
89
87
|
}> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
|
|
@@ -115,8 +113,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
115
113
|
type: TLocationType;
|
|
116
114
|
}> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
|
|
117
115
|
type: TLocationType;
|
|
118
|
-
}> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
|
|
119
|
-
type: TLocationType;
|
|
120
116
|
}> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
|
|
121
117
|
type: TLocationType;
|
|
122
118
|
}> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
|
|
@@ -147,8 +143,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
147
143
|
type: TLocationType;
|
|
148
144
|
}> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
|
|
149
145
|
type: TLocationType;
|
|
150
|
-
}> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
|
|
151
|
-
type: TLocationType;
|
|
152
146
|
}> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
|
|
153
147
|
type: TLocationType;
|
|
154
148
|
}> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
|
package/dist/index.d.ts
CHANGED
|
@@ -82,8 +82,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
82
82
|
type: TLocationType;
|
|
83
83
|
}> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
|
|
84
84
|
type: TLocationType;
|
|
85
|
-
}> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
|
|
86
|
-
type: TLocationType;
|
|
87
85
|
}> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
|
|
88
86
|
type: TLocationType;
|
|
89
87
|
}> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
|
|
@@ -115,8 +113,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
115
113
|
type: TLocationType;
|
|
116
114
|
}> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
|
|
117
115
|
type: TLocationType;
|
|
118
|
-
}> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
|
|
119
|
-
type: TLocationType;
|
|
120
116
|
}> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
|
|
121
117
|
type: TLocationType;
|
|
122
118
|
}> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
|
|
@@ -147,8 +143,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
147
143
|
type: TLocationType;
|
|
148
144
|
}> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
|
|
149
145
|
type: TLocationType;
|
|
150
|
-
}> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
|
|
151
|
-
type: TLocationType;
|
|
152
146
|
}> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
|
|
153
147
|
type: TLocationType;
|
|
154
148
|
}> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-sdk-react",
|
|
3
|
-
"version": "20.53.1
|
|
3
|
+
"version": "20.53.1",
|
|
4
4
|
"description": "Uniform Mesh Framework SDK for React",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"@lexical/selection": "0.39.0",
|
|
52
52
|
"@lexical/utils": "0.39.0",
|
|
53
53
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
|
|
54
|
-
"@uniformdev/canvas": "20.53.1
|
|
55
|
-
"@uniformdev/design-system": "20.53.1
|
|
56
|
-
"@uniformdev/mesh-sdk": "20.53.1
|
|
57
|
-
"@uniformdev/richtext": "20.53.1
|
|
54
|
+
"@uniformdev/canvas": "20.53.1",
|
|
55
|
+
"@uniformdev/design-system": "20.53.1",
|
|
56
|
+
"@uniformdev/mesh-sdk": "20.53.1",
|
|
57
|
+
"@uniformdev/richtext": "20.53.1",
|
|
58
58
|
"dequal": "^2.0.3",
|
|
59
59
|
"lexical": "0.39.0",
|
|
60
60
|
"mitt": "3.0.1",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "2a33fdce31a3a0f83b7b762356e03cdd65013a42"
|
|
89
89
|
}
|