@uniformdev/mesh-sdk-react 19.56.0 → 19.56.1-alpha.5

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
@@ -441,6 +441,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
441
441
  type: TLocationType;
442
442
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
443
443
  type: TLocationType;
444
+ }> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
445
+ type: TLocationType;
444
446
  }>, "setValue"> & {
445
447
  setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
446
448
  type: TLocationType;
@@ -454,6 +456,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
454
456
  type: TLocationType;
455
457
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
456
458
  type: TLocationType;
459
+ }> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
460
+ type: TLocationType;
457
461
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
458
462
  type: TLocationType;
459
463
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
@@ -466,6 +470,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
466
470
  type: TLocationType;
467
471
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
468
472
  type: TLocationType;
473
+ }> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
474
+ type: TLocationType;
469
475
  }>)["setValue"]>[0]>;
470
476
  };
471
477
  type SetLocationValueDispatch<TValue, TSetValue = TValue> = (dispatch: SetLocationValueFunction<TValue, TSetValue>) => Promise<void> | void;
package/dist/index.d.ts CHANGED
@@ -441,6 +441,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
441
441
  type: TLocationType;
442
442
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
443
443
  type: TLocationType;
444
+ }> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
445
+ type: TLocationType;
444
446
  }>, "setValue"> & {
445
447
  setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
446
448
  type: TLocationType;
@@ -454,6 +456,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
454
456
  type: TLocationType;
455
457
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
456
458
  type: TLocationType;
459
+ }> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
460
+ type: TLocationType;
457
461
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.DataSourceLocation, {
458
462
  type: TLocationType;
459
463
  }> | Extract<_uniformdev_mesh_sdk.DataTypeLocation, {
@@ -466,6 +470,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
466
470
  type: TLocationType;
467
471
  }> | Extract<_uniformdev_mesh_sdk.SettingsLocation<TLocationValue>, {
468
472
  type: TLocationType;
473
+ }> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
474
+ type: TLocationType;
469
475
  }>)["setValue"]>[0]>;
470
476
  };
471
477
  type SetLocationValueDispatch<TValue, TSetValue = TValue> = (dispatch: SetLocationValueFunction<TValue, TSetValue>) => Promise<void> | void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "19.56.0",
3
+ "version": "19.56.1-alpha.5+7dd8fa6f9",
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.56.0",
54
- "@uniformdev/design-system": "19.56.0",
55
- "@uniformdev/mesh-sdk": "19.56.0",
53
+ "@uniformdev/canvas": "19.56.1-alpha.5+7dd8fa6f9",
54
+ "@uniformdev/design-system": "19.56.1-alpha.5+7dd8fa6f9",
55
+ "@uniformdev/mesh-sdk": "19.56.1-alpha.5+7dd8fa6f9",
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": "56938585920b817df15d278b46cbb3bd56f18790"
89
+ "gitHead": "7dd8fa6f965545af8b78ea3095e6a7406279bbc9"
90
90
  }