@uniformdev/canvas-react 20.35.1-alpha.188 → 20.35.1-alpha.228
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 +8 -8
package/dist/index.esm.js
CHANGED
|
@@ -22,7 +22,7 @@ function DefaultNotImplementedComponent(props) {
|
|
|
22
22
|
return null;
|
|
23
23
|
}
|
|
24
24
|
if (componentType === EMPTY_COMPOSITION.type) {
|
|
25
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("style", null, `@keyframes _uniformDelayedFadeIn { 0%,
|
|
25
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("style", null, `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`), /* @__PURE__ */ React.createElement("p", { style: { animation: "_uniformDelayedFadeIn 10s" } }, "This component only works inside Uniform Canvas editor.", /* @__PURE__ */ React.createElement("br", null), "If you think this is an error, try", " ", /* @__PURE__ */ React.createElement("a", { href: "", style: { fontWeight: "bolder", textDecoration: "underline" } }, "reloading the page"), "."));
|
|
26
26
|
}
|
|
27
27
|
if (componentType === CANVAS_LOCALIZATION_TYPE) {
|
|
28
28
|
return /* @__PURE__ */ React.createElement("div", { style: wrapperStyles }, /* @__PURE__ */ React.createElement("p", null, "Seems like localization is not enabled in your application. Please read our documentation on how to", " ", /* @__PURE__ */ React.createElement(
|
package/dist/index.js
CHANGED
|
@@ -78,7 +78,7 @@ function DefaultNotImplementedComponent(props) {
|
|
|
78
78
|
return null;
|
|
79
79
|
}
|
|
80
80
|
if (componentType === import_canvas.EMPTY_COMPOSITION.type) {
|
|
81
|
-
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("style", null, `@keyframes _uniformDelayedFadeIn { 0%,
|
|
81
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("style", null, `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`), /* @__PURE__ */ import_react.default.createElement("p", { style: { animation: "_uniformDelayedFadeIn 10s" } }, "This component only works inside Uniform Canvas editor.", /* @__PURE__ */ import_react.default.createElement("br", null), "If you think this is an error, try", " ", /* @__PURE__ */ import_react.default.createElement("a", { href: "", style: { fontWeight: "bolder", textDecoration: "underline" } }, "reloading the page"), "."));
|
|
82
82
|
}
|
|
83
83
|
if (componentType === import_canvas.CANVAS_LOCALIZATION_TYPE) {
|
|
84
84
|
return /* @__PURE__ */ import_react.default.createElement("div", { style: wrapperStyles }, /* @__PURE__ */ import_react.default.createElement("p", null, "Seems like localization is not enabled in your application. Please read our documentation on how to", " ", /* @__PURE__ */ import_react.default.createElement(
|
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ function DefaultNotImplementedComponent(props) {
|
|
|
22
22
|
return null;
|
|
23
23
|
}
|
|
24
24
|
if (componentType === EMPTY_COMPOSITION.type) {
|
|
25
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("style", null, `@keyframes _uniformDelayedFadeIn { 0%,
|
|
25
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("style", null, `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`), /* @__PURE__ */ React.createElement("p", { style: { animation: "_uniformDelayedFadeIn 10s" } }, "This component only works inside Uniform Canvas editor.", /* @__PURE__ */ React.createElement("br", null), "If you think this is an error, try", " ", /* @__PURE__ */ React.createElement("a", { href: "", style: { fontWeight: "bolder", textDecoration: "underline" } }, "reloading the page"), "."));
|
|
26
26
|
}
|
|
27
27
|
if (componentType === CANVAS_LOCALIZATION_TYPE) {
|
|
28
28
|
return /* @__PURE__ */ React.createElement("div", { style: wrapperStyles }, /* @__PURE__ */ React.createElement("p", null, "Seems like localization is not enabled in your application. Please read our documentation on how to", " ", /* @__PURE__ */ React.createElement(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "20.35.1-alpha.
|
|
3
|
+
"version": "20.35.1-alpha.228+26f6f414c9",
|
|
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:prebuild": "api-extractor run --local"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@uniformdev/canvas": "20.35.1-alpha.
|
|
49
|
-
"@uniformdev/context": "20.35.1-alpha.
|
|
50
|
-
"@uniformdev/context-react": "20.35.1-alpha.
|
|
51
|
-
"@uniformdev/richtext": "20.35.1-alpha.
|
|
48
|
+
"@uniformdev/canvas": "20.35.1-alpha.228+26f6f414c9",
|
|
49
|
+
"@uniformdev/context": "20.35.1-alpha.228+26f6f414c9",
|
|
50
|
+
"@uniformdev/context-react": "20.35.1-alpha.228+26f6f414c9",
|
|
51
|
+
"@uniformdev/richtext": "20.35.1-alpha.228+26f6f414c9"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"immer": ">= 10",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/react": "19.2.2",
|
|
60
60
|
"immer": "10.1.3",
|
|
61
|
-
"react": "19.2.
|
|
62
|
-
"react-dom": "19.2.
|
|
61
|
+
"react": "19.2.1",
|
|
62
|
+
"react-dom": "19.2.1"
|
|
63
63
|
},
|
|
64
64
|
"files": [
|
|
65
65
|
"/dist"
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "26f6f414c9725e8e36785bcf51e62e8b15331f2e"
|
|
71
71
|
}
|