@uniformdev/canvas-react 19.94.0 → 19.95.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.esm.js CHANGED
@@ -386,7 +386,6 @@ function ContextualEditingComponentWrapper({
386
386
  slotChildrenCount,
387
387
  isReadOnly
388
388
  },
389
- isContextualEditing && /* @__PURE__ */ React5.createElement(React5.Fragment, null),
390
389
  isPlaceholder && emptyPlaceholder !== void 0 ? emptyPlaceholder : children
391
390
  );
392
391
  }
package/dist/index.js CHANGED
@@ -418,7 +418,6 @@ function ContextualEditingComponentWrapper({
418
418
  slotChildrenCount,
419
419
  isReadOnly
420
420
  },
421
- isContextualEditing && /* @__PURE__ */ import_react5.default.createElement(import_react5.default.Fragment, null),
422
421
  isPlaceholder && emptyPlaceholder !== void 0 ? emptyPlaceholder : children
423
422
  );
424
423
  }
package/dist/index.mjs CHANGED
@@ -386,7 +386,6 @@ function ContextualEditingComponentWrapper({
386
386
  slotChildrenCount,
387
387
  isReadOnly
388
388
  },
389
- isContextualEditing && /* @__PURE__ */ React5.createElement(React5.Fragment, null),
390
389
  isPlaceholder && emptyPlaceholder !== void 0 ? emptyPlaceholder : children
391
390
  );
392
391
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-react",
3
- "version": "19.94.0",
3
+ "version": "19.95.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.94.0",
49
- "@uniformdev/context": "19.94.0",
50
- "@uniformdev/context-react": "19.94.0",
51
- "@uniformdev/richtext": "19.94.0"
48
+ "@uniformdev/canvas": "19.95.0",
49
+ "@uniformdev/context": "19.95.0",
50
+ "@uniformdev/context-react": "19.95.0",
51
+ "@uniformdev/richtext": "19.95.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": "83b33647cd09dafcd4ea23012c4e87a45b71c0af"
68
+ "gitHead": "3e3fb19655bb28c5452cb98418d8c87bef0f853a"
69
69
  }