@uniformdev/mesh-sdk-react 19.173.2-alpha.258 → 19.173.2-alpha.263

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
@@ -425,7 +425,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
425
425
  type: TLocationType;
426
426
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
427
427
  type: TLocationType;
428
- }> | Extract<_uniformdev_mesh_sdk.ContextualEditingLocation, {
428
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
429
429
  type: TLocationType;
430
430
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
431
431
  type: TLocationType;
@@ -450,7 +450,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
450
450
  type: TLocationType;
451
451
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
452
452
  type: TLocationType;
453
- }> | Extract<_uniformdev_mesh_sdk.ContextualEditingLocation, {
453
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
454
454
  type: TLocationType;
455
455
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
456
456
  type: TLocationType;
@@ -474,7 +474,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
474
474
  type: TLocationType;
475
475
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
476
476
  type: TLocationType;
477
- }> | Extract<_uniformdev_mesh_sdk.ContextualEditingLocation, {
477
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
478
478
  type: TLocationType;
479
479
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
480
480
  type: TLocationType;
package/dist/index.d.ts CHANGED
@@ -425,7 +425,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
425
425
  type: TLocationType;
426
426
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
427
427
  type: TLocationType;
428
- }> | Extract<_uniformdev_mesh_sdk.ContextualEditingLocation, {
428
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
429
429
  type: TLocationType;
430
430
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
431
431
  type: TLocationType;
@@ -450,7 +450,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
450
450
  type: TLocationType;
451
451
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
452
452
  type: TLocationType;
453
- }> | Extract<_uniformdev_mesh_sdk.ContextualEditingLocation, {
453
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
454
454
  type: TLocationType;
455
455
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
456
456
  type: TLocationType;
@@ -474,7 +474,7 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
474
474
  type: TLocationType;
475
475
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
476
476
  type: TLocationType;
477
- }> | Extract<_uniformdev_mesh_sdk.ContextualEditingLocation, {
477
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
478
478
  type: TLocationType;
479
479
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
480
480
  type: TLocationType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.173.2-alpha.258+e8775b83de",
3
+ "version": "19.173.2-alpha.263+b8103d5c87",
4
4
  "description": "Uniform Mesh Framework SDK for React",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -50,10 +50,10 @@
50
50
  "@lexical/selection": "0.17.1",
51
51
  "@lexical/utils": "0.17.1",
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.173.2-alpha.258+e8775b83de",
54
- "@uniformdev/design-system": "19.173.2-alpha.258+e8775b83de",
55
- "@uniformdev/mesh-sdk": "19.173.2-alpha.258+e8775b83de",
56
- "@uniformdev/richtext": "19.173.2-alpha.258+e8775b83de",
53
+ "@uniformdev/canvas": "19.173.2-alpha.263+b8103d5c87",
54
+ "@uniformdev/design-system": "19.173.2-alpha.263+b8103d5c87",
55
+ "@uniformdev/mesh-sdk": "19.173.2-alpha.263+b8103d5c87",
56
+ "@uniformdev/richtext": "19.173.2-alpha.263+b8103d5c87",
57
57
  "dequal": "^2.0.3",
58
58
  "lexical": "0.17.1",
59
59
  "mitt": "3.0.1",
@@ -87,5 +87,5 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "gitHead": "e8775b83dec606ce6e2198182152d8b386e15f94"
90
+ "gitHead": "b8103d5c87c294701720036e098accc96202c7e2"
91
91
  }