@uniformdev/mesh-sdk-react 20.50.1 → 20.50.2-alpha.9

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 CHANGED
@@ -82,6 +82,8 @@ 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;
85
87
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
86
88
  type: TLocationType;
87
89
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
@@ -113,6 +115,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
113
115
  type: TLocationType;
114
116
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
115
117
  type: TLocationType;
118
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
119
+ type: TLocationType;
116
120
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
117
121
  type: TLocationType;
118
122
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
@@ -143,6 +147,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
143
147
  type: TLocationType;
144
148
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
145
149
  type: TLocationType;
150
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
151
+ type: TLocationType;
146
152
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
147
153
  type: TLocationType;
148
154
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
package/dist/index.d.ts CHANGED
@@ -82,6 +82,8 @@ 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;
85
87
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
86
88
  type: TLocationType;
87
89
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
@@ -113,6 +115,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
113
115
  type: TLocationType;
114
116
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
115
117
  type: TLocationType;
118
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
119
+ type: TLocationType;
116
120
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
117
121
  type: TLocationType;
118
122
  }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
@@ -143,6 +147,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
143
147
  type: TLocationType;
144
148
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
145
149
  type: TLocationType;
150
+ }> | Extract<_uniformdev_mesh_sdk.DataResourceSelectorLocation, {
151
+ type: TLocationType;
146
152
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
147
153
  type: TLocationType;
148
154
  }> | 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.50.1",
3
+ "version": "20.50.2-alpha.9+7e214410ae",
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.50.1",
55
- "@uniformdev/design-system": "20.50.1",
56
- "@uniformdev/mesh-sdk": "20.50.1",
57
- "@uniformdev/richtext": "20.50.1",
54
+ "@uniformdev/canvas": "20.50.2-alpha.9+7e214410ae",
55
+ "@uniformdev/design-system": "20.50.2-alpha.9+7e214410ae",
56
+ "@uniformdev/mesh-sdk": "20.50.2-alpha.9+7e214410ae",
57
+ "@uniformdev/richtext": "20.50.2-alpha.9+7e214410ae",
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": "696a2df1399a5b68564f931286806b2597f6fa64"
88
+ "gitHead": "7e214410ae879d142d1bda328761a38b62179e08"
89
89
  }