@uniformdev/canvas-react 18.38.1-alpha.10 → 18.38.2-alpha.6
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -297,7 +297,7 @@ function ContextualEditingComponentWrapper({
|
|
|
297
297
|
var _a, _b, _c, _d;
|
|
298
298
|
const isPlaceholder = (component == null ? void 0 : component._id) === PLACEHOLDER_ID;
|
|
299
299
|
const { isContextualEditing } = useUniformCurrentComposition();
|
|
300
|
-
return !isContextualEditing ? /* @__PURE__ */ React4.createElement(React4.Fragment, null, children) :
|
|
300
|
+
return !isContextualEditing ? /* @__PURE__ */ React4.createElement(React4.Fragment, null, children) : /* @__PURE__ */ React4.createElement(React4.Fragment, null, /* @__PURE__ */ React4.createElement(
|
|
301
301
|
"script",
|
|
302
302
|
{
|
|
303
303
|
"data-role": IN_CONTEXT_EDITOR_COMPONENT_START_ROLE,
|
package/dist/index.js
CHANGED
|
@@ -330,7 +330,7 @@ function ContextualEditingComponentWrapper({
|
|
|
330
330
|
var _a, _b, _c, _d;
|
|
331
331
|
const isPlaceholder = (component == null ? void 0 : component._id) === import_canvas4.PLACEHOLDER_ID;
|
|
332
332
|
const { isContextualEditing } = useUniformCurrentComposition();
|
|
333
|
-
return !isContextualEditing ? /* @__PURE__ */ import_react4.default.createElement(import_react4.default.Fragment, null, children) :
|
|
333
|
+
return !isContextualEditing ? /* @__PURE__ */ import_react4.default.createElement(import_react4.default.Fragment, null, children) : /* @__PURE__ */ import_react4.default.createElement(import_react4.default.Fragment, null, /* @__PURE__ */ import_react4.default.createElement(
|
|
334
334
|
"script",
|
|
335
335
|
{
|
|
336
336
|
"data-role": import_canvas4.IN_CONTEXT_EDITOR_COMPONENT_START_ROLE,
|
package/dist/index.mjs
CHANGED
|
@@ -297,7 +297,7 @@ function ContextualEditingComponentWrapper({
|
|
|
297
297
|
var _a, _b, _c, _d;
|
|
298
298
|
const isPlaceholder = (component == null ? void 0 : component._id) === PLACEHOLDER_ID;
|
|
299
299
|
const { isContextualEditing } = useUniformCurrentComposition();
|
|
300
|
-
return !isContextualEditing ? /* @__PURE__ */ React4.createElement(React4.Fragment, null, children) :
|
|
300
|
+
return !isContextualEditing ? /* @__PURE__ */ React4.createElement(React4.Fragment, null, children) : /* @__PURE__ */ React4.createElement(React4.Fragment, null, /* @__PURE__ */ React4.createElement(
|
|
301
301
|
"script",
|
|
302
302
|
{
|
|
303
303
|
"data-role": IN_CONTEXT_EDITOR_COMPONENT_START_ROLE,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "18.38.
|
|
3
|
+
"version": "18.38.2-alpha.6+d4938f167",
|
|
4
4
|
"description": "React SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"document": "api-extractor run --local"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@uniformdev/canvas": "18.38.
|
|
28
|
-
"@uniformdev/context": "18.38.
|
|
29
|
-
"@uniformdev/context-react": "18.38.
|
|
27
|
+
"@uniformdev/canvas": "18.38.2-alpha.6+d4938f167",
|
|
28
|
+
"@uniformdev/context": "18.38.2-alpha.6+d4938f167",
|
|
29
|
+
"@uniformdev/context-react": "18.38.2-alpha.6+d4938f167"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">= 16 || 17 || 18",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "d4938f167d196bbd523e6cdd031f56fab4ceebf6"
|
|
47
47
|
}
|