@uniformdev/mesh-sdk-react 19.187.0 → 19.190.1-alpha.10

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,6 +425,8 @@ 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.EmbeddedEditorLocation, {
429
+ type: TLocationType;
428
430
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
429
431
  type: TLocationType;
430
432
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
@@ -448,6 +450,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
448
450
  type: TLocationType;
449
451
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
450
452
  type: TLocationType;
453
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
454
+ type: TLocationType;
451
455
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
452
456
  type: TLocationType;
453
457
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
@@ -470,6 +474,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
470
474
  type: TLocationType;
471
475
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
472
476
  type: TLocationType;
477
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
478
+ type: TLocationType;
473
479
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
474
480
  type: TLocationType;
475
481
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
package/dist/index.d.ts CHANGED
@@ -425,6 +425,8 @@ 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.EmbeddedEditorLocation, {
429
+ type: TLocationType;
428
430
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
429
431
  type: TLocationType;
430
432
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
@@ -448,6 +450,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
448
450
  type: TLocationType;
449
451
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
450
452
  type: TLocationType;
453
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
454
+ type: TLocationType;
451
455
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
452
456
  type: TLocationType;
453
457
  }> | Extract<_uniformdev_mesh_sdk.ParamTypeLocation<TLocationValue, unknown, TLocationSetValue, unknown>, {
@@ -470,6 +474,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
470
474
  type: TLocationType;
471
475
  }> | Extract<_uniformdev_mesh_sdk.CanvasEditorToolsLocation, {
472
476
  type: TLocationType;
477
+ }> | Extract<_uniformdev_mesh_sdk.EmbeddedEditorLocation, {
478
+ type: TLocationType;
473
479
  }> | Extract<_uniformdev_mesh_sdk.AIPromptMetadataLocation, {
474
480
  type: TLocationType;
475
481
  }> | 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.187.0",
3
+ "version": "19.190.1-alpha.10+ec1c4180f7",
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.187.0",
54
- "@uniformdev/design-system": "19.187.0",
55
- "@uniformdev/mesh-sdk": "19.187.0",
56
- "@uniformdev/richtext": "19.187.0",
53
+ "@uniformdev/canvas": "19.190.1-alpha.10+ec1c4180f7",
54
+ "@uniformdev/design-system": "19.190.1-alpha.10+ec1c4180f7",
55
+ "@uniformdev/mesh-sdk": "19.190.1-alpha.10+ec1c4180f7",
56
+ "@uniformdev/richtext": "19.190.1-alpha.10+ec1c4180f7",
57
57
  "dequal": "^2.0.3",
58
58
  "lexical": "0.17.1",
59
59
  "mitt": "3.0.1",
@@ -72,7 +72,7 @@
72
72
  "devDependencies": {
73
73
  "@emotion/babel-preset-css-prop": "11.11.0",
74
74
  "@emotion/react": "11.11.3",
75
- "@storybook/react": "8.0.10",
75
+ "@storybook/react": "8.3.3",
76
76
  "@svgr/cli": "6.5.1",
77
77
  "@types/react": "18.3.3",
78
78
  "@types/react-beautiful-dnd": "13.1.8",
@@ -87,5 +87,5 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "gitHead": "9ccfdb652e2d67d66fe90e2df1845c3c2e3bee8b"
90
+ "gitHead": "ec1c4180f7c99bcfb5023bc0e1277d155acdca72"
91
91
  }