@ceed/cds 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 +13 -13
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4325,7 +4325,7 @@ var Markdown = (props) => {
|
|
|
4325
4325
|
/* @__PURE__ */ import_react31.default.createElement(
|
|
4326
4326
|
import_react31.Suspense,
|
|
4327
4327
|
{
|
|
4328
|
-
fallback: fallback || /* @__PURE__ */ import_react31.default.createElement(import_joy42.Skeleton,
|
|
4328
|
+
fallback: fallback || /* @__PURE__ */ import_react31.default.createElement(Typography, null, /* @__PURE__ */ import_react31.default.createElement(import_joy42.Skeleton, null, content || ""))
|
|
4329
4329
|
},
|
|
4330
4330
|
/* @__PURE__ */ import_react31.default.createElement(
|
|
4331
4331
|
LazyReactMarkdown,
|
package/dist/index.js
CHANGED
|
@@ -4299,7 +4299,7 @@ var Markdown = (props) => {
|
|
|
4299
4299
|
/* @__PURE__ */ React29.createElement(
|
|
4300
4300
|
Suspense,
|
|
4301
4301
|
{
|
|
4302
|
-
fallback: fallback || /* @__PURE__ */ React29.createElement(Skeleton,
|
|
4302
|
+
fallback: fallback || /* @__PURE__ */ React29.createElement(Typography, null, /* @__PURE__ */ React29.createElement(Skeleton, null, content || ""))
|
|
4303
4303
|
},
|
|
4304
4304
|
/* @__PURE__ */ React29.createElement(
|
|
4305
4305
|
LazyReactMarkdown,
|