@uniformdev/mesh-sdk-react 19.151.1-alpha.3 → 19.151.2-alpha.16

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
@@ -423,7 +423,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
423
423
  type: TLocationType;
424
424
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
425
425
  type: TLocationType;
426
- }> | Extract<_uniformdev_mesh_sdk.CanvasEditorSideRailLocation, {
426
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
427
427
  type: TLocationType;
428
428
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
429
429
  type: TLocationType;
@@ -446,7 +446,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
446
446
  type: TLocationType;
447
447
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
448
448
  type: TLocationType;
449
- }> | Extract<_uniformdev_mesh_sdk.CanvasEditorSideRailLocation, {
449
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
450
450
  type: TLocationType;
451
451
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
452
452
  type: TLocationType;
@@ -468,7 +468,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
468
468
  type: TLocationType;
469
469
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
470
470
  type: TLocationType;
471
- }> | Extract<_uniformdev_mesh_sdk.CanvasEditorSideRailLocation, {
471
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
472
472
  type: TLocationType;
473
473
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
474
474
  type: TLocationType;
package/dist/index.d.ts CHANGED
@@ -423,7 +423,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
423
423
  type: TLocationType;
424
424
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
425
425
  type: TLocationType;
426
- }> | Extract<_uniformdev_mesh_sdk.CanvasEditorSideRailLocation, {
426
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
427
427
  type: TLocationType;
428
428
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
429
429
  type: TLocationType;
@@ -446,7 +446,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
446
446
  type: TLocationType;
447
447
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
448
448
  type: TLocationType;
449
- }> | Extract<_uniformdev_mesh_sdk.CanvasEditorSideRailLocation, {
449
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
450
450
  type: TLocationType;
451
451
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
452
452
  type: TLocationType;
@@ -468,7 +468,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
468
468
  type: TLocationType;
469
469
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
470
470
  type: TLocationType;
471
- }> | Extract<_uniformdev_mesh_sdk.CanvasEditorSideRailLocation, {
471
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
472
472
  type: TLocationType;
473
473
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
474
474
  type: TLocationType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.151.1-alpha.3+1dc6c8c8fb",
3
+ "version": "19.151.2-alpha.16+eb158bfedd",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,9 +50,9 @@
50
50
  "@lexical/selection": "^0.12.0",
51
51
  "@lexical/utils": "^0.12.0",
52
52
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz",
53
- "@uniformdev/canvas": "19.151.1-alpha.3+1dc6c8c8fb",
54
- "@uniformdev/design-system": "19.151.1-alpha.3+1dc6c8c8fb",
55
- "@uniformdev/mesh-sdk": "19.151.1-alpha.3+1dc6c8c8fb",
53
+ "@uniformdev/canvas": "19.151.2-alpha.16+eb158bfedd",
54
+ "@uniformdev/design-system": "19.151.2-alpha.16+eb158bfedd",
55
+ "@uniformdev/mesh-sdk": "19.151.2-alpha.16+eb158bfedd",
56
56
  "dequal": "^2.0.3",
57
57
  "lexical": "^0.12.0",
58
58
  "mitt": "^3.0.0",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "gitHead": "1dc6c8c8fb32cefbdfaa3310a743d297db2c3749"
89
+ "gitHead": "eb158bfeddbe40a7d4aa98b489345e76aaf2930b"
90
90
  }