@apia/theme 4.0.1 → 4.0.6
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-CcjXuxbb.js → index-CQrjUy7r.js} +3 -3
- package/dist/{index-CcjXuxbb.js.map → index-CQrjUy7r.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{styles-BaY8MoR4.js → styles-Bu6S979Y.js} +2 -2
- package/dist/{styles-BaY8MoR4.js.map → styles-Bu6S979Y.js.map} +1 -1
- package/package.json +3 -3
|
@@ -5476,7 +5476,7 @@ async function getRemarkable(extensions) {
|
|
|
5476
5476
|
|
|
5477
5477
|
const parseMarkdown = async (options) => {
|
|
5478
5478
|
const markdownLibrary = await getRemarkable(options.extensions);
|
|
5479
|
-
const css = (await import('./styles-
|
|
5479
|
+
const css = (await import('./styles-Bu6S979Y.js')).markdownParserStyles ?? new ErrorImporting();
|
|
5480
5480
|
if (css instanceof ErrorImporting)
|
|
5481
5481
|
throw new Error("Could not import css, cannot continue");
|
|
5482
5482
|
const html = options.htmlTemplate ?? (await import('./html-B-K0BIiw.js')).markdownHtml ?? new ErrorImporting();
|
|
@@ -5731,7 +5731,7 @@ getAttributes_fn = function(cell) {
|
|
|
5731
5731
|
};
|
|
5732
5732
|
_parseCell = new WeakSet();
|
|
5733
5733
|
parseCell_fn = function(cell) {
|
|
5734
|
-
return typeof cell === "string" ? cell.replaceAll("\n", "") : `${__privateMethod(this, _getAttributes, getAttributes_fn).call(this, cell)} ${cell.content.replaceAll("\n", "")}`;
|
|
5734
|
+
return typeof cell === "string" ? cell.replaceAll("\n", "") : `${__privateMethod(this, _getAttributes, getAttributes_fn).call(this, cell)} ${(cell.content ?? "").replaceAll("\n", "")}`;
|
|
5735
5735
|
};
|
|
5736
5736
|
_rowToString = new WeakMap();
|
|
5737
5737
|
_getColumnAlignment = new WeakSet();
|
|
@@ -5934,4 +5934,4 @@ class MarkdownBuilder {
|
|
|
5934
5934
|
}
|
|
5935
5935
|
|
|
5936
5936
|
export { ApiaThemeProvider as A, MarkdownBlock as M, getColorStates as a, getColorsAndStatesByDefinition as b, getColorsAndStatesByPath as c, getColorsByDefinition as d, getColorsByPath as e, getOneColorState as f, getColorState as g, applyStatesGetColor as h, makeStyledComponent as i, injectStyles as j, getSpacingLayouts as k, spacing as l, markdownExtensions as m, smallButton as n, focusOutline as o, parsePalette as p, getVariant as q, responsive$1 as r, spacingLayouts as s, MarkdownBuilder as t, useMainTheme as u, parseMarkdown as v, MarkdownList as w, MarkdownParagraph as x, MarkdownTable as y, MarkdownTableOfContents as z };
|
|
5937
|
-
//# sourceMappingURL=index-
|
|
5937
|
+
//# sourceMappingURL=index-CQrjUy7r.js.map
|