@uniformdev/canvas-react 19.99.1-alpha.0 → 19.100.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 CHANGED
@@ -189,6 +189,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
189
189
  } | undefined;
190
190
  variants?: boolean | undefined;
191
191
  } | undefined;
192
+ _locales?: string[] | undefined;
192
193
  }[];
193
194
  } | undefined;
194
195
  _id: string;
package/dist/index.d.ts CHANGED
@@ -189,6 +189,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
189
189
  } | undefined;
190
190
  variants?: boolean | undefined;
191
191
  } | undefined;
192
+ _locales?: string[] | undefined;
192
193
  }[];
193
194
  } | undefined;
194
195
  _id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.99.1-alpha.0+ccafd6a7e",
3
+ "version": "19.100.0",
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.99.1-alpha.0+ccafd6a7e",
49
- "@uniformdev/context": "19.99.1-alpha.0+ccafd6a7e",
50
- "@uniformdev/context-react": "19.99.1-alpha.0+ccafd6a7e",
51
- "@uniformdev/richtext": "19.99.1-alpha.0+ccafd6a7e"
48
+ "@uniformdev/canvas": "19.100.0",
49
+ "@uniformdev/context": "19.100.0",
50
+ "@uniformdev/context-react": "19.100.0",
51
+ "@uniformdev/richtext": "19.100.0"
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": "ccafd6a7ec5eadfdd2c203dd22c8d2c2eab718e3"
68
+ "gitHead": "3a7c70c06a71b4ecc211ab15eb3bb185480ccf36"
69
69
  }