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