@uniformdev/mesh-sdk-react 19.76.0 → 19.77.1-alpha.47

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
@@ -431,6 +431,8 @@ declare function DataResourceDynamicInputProvider(props: DataResourceDynamicInpu
431
431
  */
432
432
  declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLocationValue = unknown, TLocationSetValue = TLocationValue>(expectedLocation?: TLocationType): Omit<Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
433
433
  type: TLocationType;
434
+ }> | Extract<_uniformdev_mesh_sdk.AssetParameterLocation, {
435
+ type: TLocationType;
434
436
  }> | Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
435
437
  type: TLocationType;
436
438
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
@@ -450,6 +452,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
450
452
  }>, "setValue"> & {
451
453
  setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
452
454
  type: TLocationType;
455
+ }> | Extract<_uniformdev_mesh_sdk.AssetParameterLocation, {
456
+ type: TLocationType;
453
457
  }> | Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
454
458
  type: TLocationType;
455
459
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
@@ -468,6 +472,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
468
472
  type: TLocationType;
469
473
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
470
474
  type: TLocationType;
475
+ }> | Extract<_uniformdev_mesh_sdk.AssetParameterLocation, {
476
+ type: TLocationType;
471
477
  }> | Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
472
478
  type: TLocationType;
473
479
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
package/dist/index.d.ts CHANGED
@@ -431,6 +431,8 @@ declare function DataResourceDynamicInputProvider(props: DataResourceDynamicInpu
431
431
  */
432
432
  declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLocationValue = unknown, TLocationSetValue = TLocationValue>(expectedLocation?: TLocationType): Omit<Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
433
433
  type: TLocationType;
434
+ }> | Extract<_uniformdev_mesh_sdk.AssetParameterLocation, {
435
+ type: TLocationType;
434
436
  }> | Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
435
437
  type: TLocationType;
436
438
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
@@ -450,6 +452,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
450
452
  }>, "setValue"> & {
451
453
  setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
452
454
  type: TLocationType;
455
+ }> | Extract<_uniformdev_mesh_sdk.AssetParameterLocation, {
456
+ type: TLocationType;
453
457
  }> | Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
454
458
  type: TLocationType;
455
459
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
@@ -468,6 +472,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
468
472
  type: TLocationType;
469
473
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
470
474
  type: TLocationType;
475
+ }> | Extract<_uniformdev_mesh_sdk.AssetParameterLocation, {
476
+ type: TLocationType;
471
477
  }> | Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
472
478
  type: TLocationType;
473
479
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.76.0",
3
+ "version": "19.77.1-alpha.47+d5775ab2f",
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/v4.10.1/react-icons-all-files-4.10.1.tgz",
53
- "@uniformdev/canvas": "19.76.0",
54
- "@uniformdev/design-system": "19.76.0",
55
- "@uniformdev/mesh-sdk": "19.76.0",
53
+ "@uniformdev/canvas": "19.77.1-alpha.47+d5775ab2f",
54
+ "@uniformdev/design-system": "19.77.1-alpha.47+d5775ab2f",
55
+ "@uniformdev/mesh-sdk": "19.77.1-alpha.47+d5775ab2f",
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": "68c676df4588906359e10e58f9394f3de70098ba"
89
+ "gitHead": "d5775ab2fc5faed1f7c7631e7aa5b3489c207435"
90
90
  }