@uniformdev/canvas-react 19.94.0 → 19.96.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 +0 -1
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +6 -6
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.
|
|
3
|
+
"version": "19.96.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.
|
|
49
|
-
"@uniformdev/context": "19.
|
|
50
|
-
"@uniformdev/context-react": "19.
|
|
51
|
-
"@uniformdev/richtext": "19.
|
|
48
|
+
"@uniformdev/canvas": "19.96.0",
|
|
49
|
+
"@uniformdev/context": "19.96.0",
|
|
50
|
+
"@uniformdev/context-react": "19.96.0",
|
|
51
|
+
"@uniformdev/richtext": "19.96.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": "
|
|
68
|
+
"gitHead": "1397d721ceca0b63b4439702fe0f587e4fe2420d"
|
|
69
69
|
}
|