@uniformdev/mesh-sdk-react 20.53.1-alpha.7 → 20.53.2-alpha.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.
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-alpha.7+1c3bd56284",
3
+ "version": "20.53.2-alpha.0+9f6b2ac29f",
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-alpha.7+1c3bd56284",
55
- "@uniformdev/design-system": "20.53.1-alpha.7+1c3bd56284",
56
- "@uniformdev/mesh-sdk": "20.53.1-alpha.7+1c3bd56284",
57
- "@uniformdev/richtext": "20.53.1-alpha.7+1c3bd56284",
54
+ "@uniformdev/canvas": "20.53.2-alpha.0+9f6b2ac29f",
55
+ "@uniformdev/design-system": "20.53.2-alpha.0+9f6b2ac29f",
56
+ "@uniformdev/mesh-sdk": "20.53.2-alpha.0+9f6b2ac29f",
57
+ "@uniformdev/richtext": "20.53.2-alpha.0+9f6b2ac29f",
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": "1c3bd56284db96f16318a18e62b3b6e83cb09f9b"
88
+ "gitHead": "9f6b2ac29f8ee91c8fe96e927eba23e4ed0dfee9"
89
89
  }