@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 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%,75% { opacity: 0; } to { opacity: 1; } }`), /* @__PURE__ */ React.createElement("p", { style: { animation: "_uniformDelayedFadeIn 3s" } }, "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"), "."));
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%,75% { opacity: 0; } to { opacity: 1; } }`), /* @__PURE__ */ import_react.default.createElement("p", { style: { animation: "_uniformDelayedFadeIn 3s" } }, "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"), "."));
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%,75% { opacity: 0; } to { opacity: 1; } }`), /* @__PURE__ */ React.createElement("p", { style: { animation: "_uniformDelayedFadeIn 3s" } }, "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"), "."));
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.188+c2a5b9c45f",
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.188+c2a5b9c45f",
49
- "@uniformdev/context": "20.35.1-alpha.188+c2a5b9c45f",
50
- "@uniformdev/context-react": "20.35.1-alpha.188+c2a5b9c45f",
51
- "@uniformdev/richtext": "20.35.1-alpha.188+c2a5b9c45f"
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.0",
62
- "react-dom": "19.2.0"
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": "c2a5b9c45fdbcd3199fba23e38beaf7ca0388c35"
70
+ "gitHead": "26f6f414c9725e8e36785bcf51e62e8b15331f2e"
71
71
  }