@uniformdev/mesh-sdk-react 20.6.1 → 20.6.2-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 +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -96,6 +96,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
96
96
|
type: TLocationType;
|
|
97
97
|
}> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
|
|
98
98
|
type: TLocationType;
|
|
99
|
+
}> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
|
|
100
|
+
type: TLocationType;
|
|
99
101
|
}>, "setValue"> & {
|
|
100
102
|
setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
|
|
101
103
|
type: TLocationType;
|
|
@@ -121,6 +123,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
121
123
|
type: TLocationType;
|
|
122
124
|
}> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
|
|
123
125
|
type: TLocationType;
|
|
126
|
+
}> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
|
|
127
|
+
type: TLocationType;
|
|
124
128
|
}>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
|
|
125
129
|
type: TLocationType;
|
|
126
130
|
}> | Extract<_uniformdev_mesh_sdk.AssetParameterLocation, {
|
|
@@ -145,6 +149,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
145
149
|
type: TLocationType;
|
|
146
150
|
}> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
|
|
147
151
|
type: TLocationType;
|
|
152
|
+
}> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
|
|
153
|
+
type: TLocationType;
|
|
148
154
|
}>)["setValue"]>[0]>;
|
|
149
155
|
};
|
|
150
156
|
type SetLocationValueDispatch<TValue, TSetValue = TValue> = (dispatch: SetLocationValueFunction<TValue, TSetValue>) => Promise<void> | void;
|
package/dist/index.d.ts
CHANGED
|
@@ -96,6 +96,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
96
96
|
type: TLocationType;
|
|
97
97
|
}> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
|
|
98
98
|
type: TLocationType;
|
|
99
|
+
}> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
|
|
100
|
+
type: TLocationType;
|
|
99
101
|
}>, "setValue"> & {
|
|
100
102
|
setValue: SetLocationValueDispatch<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
|
|
101
103
|
type: TLocationType;
|
|
@@ -121,6 +123,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
121
123
|
type: TLocationType;
|
|
122
124
|
}> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
|
|
123
125
|
type: TLocationType;
|
|
126
|
+
}> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
|
|
127
|
+
type: TLocationType;
|
|
124
128
|
}>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
|
|
125
129
|
type: TLocationType;
|
|
126
130
|
}> | Extract<_uniformdev_mesh_sdk.AssetParameterLocation, {
|
|
@@ -145,6 +149,8 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
|
|
|
145
149
|
type: TLocationType;
|
|
146
150
|
}> | Extract<_uniformdev_mesh_sdk.AIGenerateLocation<TLocationValue>, {
|
|
147
151
|
type: TLocationType;
|
|
152
|
+
}> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
|
|
153
|
+
type: TLocationType;
|
|
148
154
|
}>)["setValue"]>[0]>;
|
|
149
155
|
};
|
|
150
156
|
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": "20.6.
|
|
3
|
+
"version": "20.6.2-alpha.10+ff8a28da1a",
|
|
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.25.0",
|
|
51
51
|
"@lexical/utils": "0.25.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": "20.6.
|
|
54
|
-
"@uniformdev/design-system": "20.6.
|
|
55
|
-
"@uniformdev/mesh-sdk": "20.6.
|
|
56
|
-
"@uniformdev/richtext": "20.6.
|
|
53
|
+
"@uniformdev/canvas": "20.6.2-alpha.10+ff8a28da1a",
|
|
54
|
+
"@uniformdev/design-system": "20.6.2-alpha.10+ff8a28da1a",
|
|
55
|
+
"@uniformdev/mesh-sdk": "20.6.2-alpha.10+ff8a28da1a",
|
|
56
|
+
"@uniformdev/richtext": "20.6.2-alpha.10+ff8a28da1a",
|
|
57
57
|
"dequal": "^2.0.3",
|
|
58
58
|
"lexical": "0.25.0",
|
|
59
59
|
"mitt": "3.0.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"access": "public"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "ff8a28da1a7c11416e5585bc4cb66032bcb6ab53"
|
|
90
90
|
}
|