@uniformdev/canvas-react 19.123.1-alpha.9 → 19.125.2-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
@@ -188,6 +188,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
188
188
  [key: string]: "yes" | "no";
189
189
  } | undefined;
190
190
  variants?: boolean | undefined;
191
+ hideLockedParameters?: boolean | undefined;
191
192
  } | undefined;
192
193
  _locales?: string[] | undefined;
193
194
  }[];
@@ -239,6 +240,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
239
240
  [key: string]: "yes" | "no";
240
241
  } | undefined;
241
242
  variants?: boolean | undefined;
243
+ hideLockedParameters?: boolean | undefined;
242
244
  } | undefined;
243
245
  _locales?: string[] | undefined;
244
246
  } | undefined;
package/dist/index.d.ts CHANGED
@@ -188,6 +188,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
188
188
  [key: string]: "yes" | "no";
189
189
  } | undefined;
190
190
  variants?: boolean | undefined;
191
+ hideLockedParameters?: boolean | undefined;
191
192
  } | undefined;
192
193
  _locales?: string[] | undefined;
193
194
  }[];
@@ -239,6 +240,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
239
240
  [key: string]: "yes" | "no";
240
241
  } | undefined;
241
242
  variants?: boolean | undefined;
243
+ hideLockedParameters?: boolean | undefined;
242
244
  } | undefined;
243
245
  _locales?: string[] | undefined;
244
246
  } | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.123.1-alpha.9+0f8fa37358",
3
+ "version": "19.125.2-alpha.3+6bb657551a",
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.123.1-alpha.9+0f8fa37358",
49
- "@uniformdev/context": "19.123.1-alpha.9+0f8fa37358",
50
- "@uniformdev/context-react": "19.123.1-alpha.9+0f8fa37358",
51
- "@uniformdev/richtext": "19.123.1-alpha.9+0f8fa37358"
48
+ "@uniformdev/canvas": "19.125.2-alpha.3+6bb657551a",
49
+ "@uniformdev/context": "19.125.2-alpha.3+6bb657551a",
50
+ "@uniformdev/context-react": "19.125.2-alpha.3+6bb657551a",
51
+ "@uniformdev/richtext": "19.125.2-alpha.3+6bb657551a"
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": "0f8fa37358fa0d8bc2e77e00b09d456c7053ee63"
68
+ "gitHead": "6bb657551ac6e37a7990deace389c581b94176fc"
69
69
  }