@uniformdev/mesh-sdk-react 20.23.1-alpha.5 → 20.23.1-alpha.9

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
@@ -98,8 +98,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
98
98
  type: TLocationType;
99
99
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
100
100
  type: TLocationType;
101
- }> | Extract<_uniformdev_mesh_sdk.DashboardToolLocation<TLocationValue, unknown>, {
102
- type: TLocationType;
103
101
  }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
104
102
  type: TLocationType;
105
103
  }>, "setValue"> & {
@@ -129,8 +127,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
129
127
  type: TLocationType;
130
128
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
131
129
  type: TLocationType;
132
- }> | Extract<_uniformdev_mesh_sdk.DashboardToolLocation<TLocationValue, unknown>, {
133
- type: TLocationType;
134
130
  }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
135
131
  type: TLocationType;
136
132
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
@@ -159,8 +155,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
159
155
  type: TLocationType;
160
156
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
161
157
  type: TLocationType;
162
- }> | Extract<_uniformdev_mesh_sdk.DashboardToolLocation<TLocationValue, unknown>, {
163
- type: TLocationType;
164
158
  }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
165
159
  type: TLocationType;
166
160
  }>)["setValue"]>[0]>;
package/dist/index.d.ts CHANGED
@@ -98,8 +98,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
98
98
  type: TLocationType;
99
99
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
100
100
  type: TLocationType;
101
- }> | Extract<_uniformdev_mesh_sdk.DashboardToolLocation<TLocationValue, unknown>, {
102
- type: TLocationType;
103
101
  }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
104
102
  type: TLocationType;
105
103
  }>, "setValue"> & {
@@ -129,8 +127,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
129
127
  type: TLocationType;
130
128
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
131
129
  type: TLocationType;
132
- }> | Extract<_uniformdev_mesh_sdk.DashboardToolLocation<TLocationValue, unknown>, {
133
- type: TLocationType;
134
130
  }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
135
131
  type: TLocationType;
136
132
  }>)["value"], Parameters<(Extract<_uniformdev_mesh_sdk.AssetLibraryLocation, {
@@ -159,8 +155,6 @@ declare function useMeshLocation<TLocationType extends MeshLocation['type'], TLo
159
155
  type: TLocationType;
160
156
  }> | Extract<_uniformdev_mesh_sdk.PersonalizationCriteriaLocation<TLocationValue, unknown>, {
161
157
  type: TLocationType;
162
- }> | Extract<_uniformdev_mesh_sdk.DashboardToolLocation<TLocationValue, unknown>, {
163
- type: TLocationType;
164
158
  }> | Extract<_uniformdev_mesh_sdk.ProjectToolLocation<TLocationValue, unknown>, {
165
159
  type: TLocationType;
166
160
  }>)["setValue"]>[0]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/mesh-sdk-react",
3
- "version": "20.23.1-alpha.5+cfbfa35e60",
3
+ "version": "20.23.1-alpha.9+8cf3ab5014",
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.5.0/react-icons-all-files-5.5.0.tgz",
53
- "@uniformdev/canvas": "20.23.1-alpha.5+cfbfa35e60",
54
- "@uniformdev/design-system": "20.23.1-alpha.5+cfbfa35e60",
55
- "@uniformdev/mesh-sdk": "20.23.1-alpha.5+cfbfa35e60",
56
- "@uniformdev/richtext": "20.23.1-alpha.5+cfbfa35e60",
53
+ "@uniformdev/canvas": "20.23.1-alpha.9+8cf3ab5014",
54
+ "@uniformdev/design-system": "20.23.1-alpha.9+8cf3ab5014",
55
+ "@uniformdev/mesh-sdk": "20.23.1-alpha.9+8cf3ab5014",
56
+ "@uniformdev/richtext": "20.23.1-alpha.9+8cf3ab5014",
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": "cfbfa35e607fd356fcf06f46fedabe323ab3b7cf"
89
+ "gitHead": "8cf3ab5014026843e8a9b7ec64c9b4f7661daa92"
90
90
  }