@oxide/design-system 1.4.7--canary.4b24cfa.0 → 1.4.7--canary.a5ff0ea.0
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/components/dist/index.js
CHANGED
|
@@ -6512,7 +6512,8 @@ var Admonition = ({ node }) => {
|
|
|
6512
6512
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { children: titleCase(attrs.name) }),
|
|
6513
6513
|
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [
|
|
6514
6514
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_asciidoc.Title, { text: node.title }),
|
|
6515
|
-
node.content && html_react_parser_default(node.content)
|
|
6515
|
+
node.content && html_react_parser_default(node.content),
|
|
6516
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_asciidoc.Content, { blocks: node.blocks })
|
|
6516
6517
|
] })
|
|
6517
6518
|
] })
|
|
6518
6519
|
] });
|