@uniformdev/canvas-react 19.56.1-alpha.10 → 19.56.1-alpha.22

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.esm.js CHANGED
@@ -253,7 +253,7 @@ var useUniformContextualEditing = ({
253
253
  window.__UNIFORM_CONTEXTUAL_EDITING__ = {
254
254
  framework: "React",
255
255
  // Make sure to also update the value in canvas-vue
256
- version: 1
256
+ version: 2
257
257
  };
258
258
  const script = document.createElement("script");
259
259
  script.id = IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID;
package/dist/index.js CHANGED
@@ -286,7 +286,7 @@ var useUniformContextualEditing = ({
286
286
  window.__UNIFORM_CONTEXTUAL_EDITING__ = {
287
287
  framework: "React",
288
288
  // Make sure to also update the value in canvas-vue
289
- version: 1
289
+ version: 2
290
290
  };
291
291
  const script = document.createElement("script");
292
292
  script.id = import_canvas3.IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID;
package/dist/index.mjs CHANGED
@@ -253,7 +253,7 @@ var useUniformContextualEditing = ({
253
253
  window.__UNIFORM_CONTEXTUAL_EDITING__ = {
254
254
  framework: "React",
255
255
  // Make sure to also update the value in canvas-vue
256
- version: 1
256
+ version: 2
257
257
  };
258
258
  const script = document.createElement("script");
259
259
  script.id = IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.56.1-alpha.10+4656b6da5",
3
+ "version": "19.56.1-alpha.22+a6fd2a3df",
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.56.1-alpha.10+4656b6da5",
49
- "@uniformdev/context": "19.56.1-alpha.10+4656b6da5",
50
- "@uniformdev/context-react": "19.56.1-alpha.10+4656b6da5",
51
- "@uniformdev/richtext": "19.56.1-alpha.10+4656b6da5"
48
+ "@uniformdev/canvas": "19.56.1-alpha.22+a6fd2a3df",
49
+ "@uniformdev/context": "19.56.1-alpha.22+a6fd2a3df",
50
+ "@uniformdev/context-react": "19.56.1-alpha.22+a6fd2a3df",
51
+ "@uniformdev/richtext": "19.56.1-alpha.22+a6fd2a3df"
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": "4656b6da55c78e7e793f785739cd26cd252f77d4"
68
+ "gitHead": "a6fd2a3dfdfa76a6610f664a81f3d531f98388f0"
69
69
  }