@puckeditor/plugin-ai 0.4.0-canary.d4331212 → 0.4.0-canary.fb6e09c3
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1750,7 +1750,7 @@ function Placeholder({
|
|
|
1750
1750
|
};
|
|
1751
1751
|
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: getClassName17("placeholder"), children: [
|
|
1752
1752
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Bot, { size: "24" }),
|
|
1753
|
-
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { children: "Use AI to build a page using
|
|
1753
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { children: "Use AI to build a page using your own components" }),
|
|
1754
1754
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: getClassName17("actions"), children: [
|
|
1755
1755
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1756
1756
|
"button",
|
package/dist/index.mjs
CHANGED
|
@@ -1748,7 +1748,7 @@ function Placeholder({
|
|
|
1748
1748
|
};
|
|
1749
1749
|
return /* @__PURE__ */ jsxs14("div", { className: getClassName17("placeholder"), children: [
|
|
1750
1750
|
/* @__PURE__ */ jsx27(Bot, { size: "24" }),
|
|
1751
|
-
/* @__PURE__ */ jsx27("div", { children: "Use AI to build a page using
|
|
1751
|
+
/* @__PURE__ */ jsx27("div", { children: "Use AI to build a page using your own components" }),
|
|
1752
1752
|
/* @__PURE__ */ jsxs14("div", { className: getClassName17("actions"), children: [
|
|
1753
1753
|
/* @__PURE__ */ jsx27(
|
|
1754
1754
|
"button",
|
package/package.json
CHANGED