@uniformdev/canvas-react 19.121.0 → 19.121.1-alpha.3

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
@@ -180,6 +180,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
180
180
  } | undefined;
181
181
  };
182
182
  } | undefined;
183
+ slots?: {
184
+ [key: string]: any[];
185
+ } | undefined;
183
186
  variant?: string | undefined;
184
187
  };
185
188
  } | undefined;
@@ -188,6 +191,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
188
191
  [key: string]: "yes" | "no";
189
192
  } | undefined;
190
193
  variants?: boolean | undefined;
194
+ hideLockedParameters?: boolean | undefined;
191
195
  } | undefined;
192
196
  _locales?: string[] | undefined;
193
197
  }[];
@@ -231,6 +235,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
231
235
  } | undefined;
232
236
  };
233
237
  } | undefined;
238
+ slots?: {
239
+ [key: string]: any[];
240
+ } | undefined;
234
241
  variant?: string | undefined;
235
242
  };
236
243
  } | undefined;
@@ -239,6 +246,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
239
246
  [key: string]: "yes" | "no";
240
247
  } | undefined;
241
248
  variants?: boolean | undefined;
249
+ hideLockedParameters?: boolean | undefined;
242
250
  } | undefined;
243
251
  _locales?: string[] | undefined;
244
252
  } | undefined;
package/dist/index.d.ts CHANGED
@@ -180,6 +180,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
180
180
  } | undefined;
181
181
  };
182
182
  } | undefined;
183
+ slots?: {
184
+ [key: string]: any[];
185
+ } | undefined;
183
186
  variant?: string | undefined;
184
187
  };
185
188
  } | undefined;
@@ -188,6 +191,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
188
191
  [key: string]: "yes" | "no";
189
192
  } | undefined;
190
193
  variants?: boolean | undefined;
194
+ hideLockedParameters?: boolean | undefined;
191
195
  } | undefined;
192
196
  _locales?: string[] | undefined;
193
197
  }[];
@@ -231,6 +235,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
231
235
  } | undefined;
232
236
  };
233
237
  } | undefined;
238
+ slots?: {
239
+ [key: string]: any[];
240
+ } | undefined;
234
241
  variant?: string | undefined;
235
242
  };
236
243
  } | undefined;
@@ -239,6 +246,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
239
246
  [key: string]: "yes" | "no";
240
247
  } | undefined;
241
248
  variants?: boolean | undefined;
249
+ hideLockedParameters?: boolean | undefined;
242
250
  } | undefined;
243
251
  _locales?: string[] | undefined;
244
252
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.121.0",
3
+ "version": "19.121.1-alpha.3+7d8c709610",
4
4
  "description": "React SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -45,10 +45,10 @@
45
45
  "document": "api-extractor run --local"
46
46
  },
47
47
  "dependencies": {
48
- "@uniformdev/canvas": "19.121.0",
49
- "@uniformdev/context": "19.121.0",
50
- "@uniformdev/context-react": "19.121.0",
51
- "@uniformdev/richtext": "19.121.0"
48
+ "@uniformdev/canvas": "19.121.1-alpha.3+7d8c709610",
49
+ "@uniformdev/context": "19.121.1-alpha.3+7d8c709610",
50
+ "@uniformdev/context-react": "19.121.1-alpha.3+7d8c709610",
51
+ "@uniformdev/richtext": "19.121.1-alpha.3+7d8c709610"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": ">= 16 || 17 || 18",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "4bab305415aa38c7d473a08c15bcd78fcb7d8d88"
68
+ "gitHead": "7d8c70961033e6ec47b7f8874b5e49b224367cf5"
69
69
  }