@ceed/ads 1.2.3-next.1 → 1.2.3-next.3
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/framer/index.js +11 -11
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4767,7 +4767,7 @@ var Markdown = (props) => {
|
|
|
4767
4767
|
/* @__PURE__ */ import_react32.default.createElement(
|
|
4768
4768
|
import_react32.Suspense,
|
|
4769
4769
|
{
|
|
4770
|
-
fallback: fallback || /* @__PURE__ */ import_react32.default.createElement(import_joy43.Skeleton,
|
|
4770
|
+
fallback: fallback || /* @__PURE__ */ import_react32.default.createElement(Typography, null, /* @__PURE__ */ import_react32.default.createElement(import_joy43.Skeleton, null, content || ""))
|
|
4771
4771
|
},
|
|
4772
4772
|
/* @__PURE__ */ import_react32.default.createElement(
|
|
4773
4773
|
LazyReactMarkdown,
|
package/dist/index.js
CHANGED
|
@@ -4735,7 +4735,7 @@ var Markdown = (props) => {
|
|
|
4735
4735
|
/* @__PURE__ */ React30.createElement(
|
|
4736
4736
|
Suspense,
|
|
4737
4737
|
{
|
|
4738
|
-
fallback: fallback || /* @__PURE__ */ React30.createElement(Skeleton,
|
|
4738
|
+
fallback: fallback || /* @__PURE__ */ React30.createElement(Typography, null, /* @__PURE__ */ React30.createElement(Skeleton, null, content || ""))
|
|
4739
4739
|
},
|
|
4740
4740
|
/* @__PURE__ */ React30.createElement(
|
|
4741
4741
|
LazyReactMarkdown,
|