@uniformdev/mesh-sdk-react 19.153.1-alpha.7 → 19.154.1-alpha.14

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,6 +423,8 @@ 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.CanvasEditorToolsLocation, {
427
+ type: TLocationType;
426
428
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
427
429
  type: TLocationType;
428
430
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
@@ -444,6 +446,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
444
446
  type: TLocationType;
445
447
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
446
448
  type: TLocationType;
449
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
450
+ type: TLocationType;
447
451
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
448
452
  type: TLocationType;
449
453
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
@@ -464,6 +468,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
464
468
  type: TLocationType;
465
469
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
466
470
  type: TLocationType;
471
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
472
+ type: TLocationType;
467
473
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
468
474
  type: TLocationType;
469
475
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
package/dist/index.d.ts CHANGED
@@ -423,6 +423,8 @@ 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.CanvasEditorToolsLocation, {
427
+ type: TLocationType;
426
428
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
427
429
  type: TLocationType;
428
430
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
@@ -444,6 +446,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
444
446
  type: TLocationType;
445
447
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
446
448
  type: TLocationType;
449
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
450
+ type: TLocationType;
447
451
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
448
452
  type: TLocationType;
449
453
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
@@ -464,6 +468,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
464
468
  type: TLocationType;
465
469
  }> | Extract<_uniformdev_mesh_sdk.DataResourceLocation, {
466
470
  type: TLocationType;
471
+ }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
472
+ type: TLocationType;
467
473
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
468
474
  type: TLocationType;
469
475
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.153.1-alpha.7+f044ed03fa",
3
+ "version": "19.154.1-alpha.14+6d8f85cd07",
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.153.1-alpha.7+f044ed03fa",
54
- "@uniformdev/design-system": "19.153.1-alpha.7+f044ed03fa",
55
- "@uniformdev/mesh-sdk": "19.153.1-alpha.7+f044ed03fa",
53
+ "@uniformdev/canvas": "19.154.1-alpha.14+6d8f85cd07",
54
+ "@uniformdev/design-system": "19.154.1-alpha.14+6d8f85cd07",
55
+ "@uniformdev/mesh-sdk": "19.154.1-alpha.14+6d8f85cd07",
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": "f044ed03fac543671ed2db1869cc173618f4d46c"
89
+ "gitHead": "6d8f85cd07989bfda0ad73c6ec2e1532949553dd"
90
90
  }