@uniformdev/canvas-react 19.45.2-alpha.7 → 19.46.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 -3
- package/dist/index.js +0 -3
- package/dist/index.mjs +0 -3
- package/package.json +6 -6
package/dist/index.esm.js
CHANGED
|
@@ -712,9 +712,6 @@ var UniformText = ({
|
|
|
712
712
|
setIsFocused(false);
|
|
713
713
|
}, [setIsFocused]);
|
|
714
714
|
if (!parameter) {
|
|
715
|
-
console.warn(
|
|
716
|
-
`UniformText: The parameterId "${parameterId}" was not found in the component of type "${componentData == null ? void 0 : componentData.type}"`
|
|
717
|
-
);
|
|
718
715
|
return null;
|
|
719
716
|
}
|
|
720
717
|
if (!isContextualEditing) {
|
package/dist/index.js
CHANGED
|
@@ -741,9 +741,6 @@ var UniformText = ({
|
|
|
741
741
|
setIsFocused(false);
|
|
742
742
|
}, [setIsFocused]);
|
|
743
743
|
if (!parameter) {
|
|
744
|
-
console.warn(
|
|
745
|
-
`UniformText: The parameterId "${parameterId}" was not found in the component of type "${componentData == null ? void 0 : componentData.type}"`
|
|
746
|
-
);
|
|
747
744
|
return null;
|
|
748
745
|
}
|
|
749
746
|
if (!isContextualEditing) {
|
package/dist/index.mjs
CHANGED
|
@@ -712,9 +712,6 @@ var UniformText = ({
|
|
|
712
712
|
setIsFocused(false);
|
|
713
713
|
}, [setIsFocused]);
|
|
714
714
|
if (!parameter) {
|
|
715
|
-
console.warn(
|
|
716
|
-
`UniformText: The parameterId "${parameterId}" was not found in the component of type "${componentData == null ? void 0 : componentData.type}"`
|
|
717
|
-
);
|
|
718
715
|
return null;
|
|
719
716
|
}
|
|
720
717
|
if (!isContextualEditing) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.46.0",
|
|
4
4
|
"description": "React SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"document": "api-extractor run --local"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@uniformdev/canvas": "19.
|
|
28
|
-
"@uniformdev/context": "19.
|
|
29
|
-
"@uniformdev/context-react": "19.
|
|
30
|
-
"@uniformdev/richtext": "19.
|
|
27
|
+
"@uniformdev/canvas": "19.46.0",
|
|
28
|
+
"@uniformdev/context": "19.46.0",
|
|
29
|
+
"@uniformdev/context-react": "19.46.0",
|
|
30
|
+
"@uniformdev/richtext": "19.46.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": ">= 16 || 17 || 18",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "6adedbd963772fdfe3c43584a89704d58527719d"
|
|
48
48
|
}
|