@apia/theme 4.0.13 → 4.0.15
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-SJZzkOTL.js → index-BSfm5Owk.js} +21 -2
- package/dist/index-BSfm5Owk.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/{styles-RMAbfDbh.js → styles-CdyzuHLg.js} +2 -2
- package/dist/{styles-RMAbfDbh.js.map → styles-CdyzuHLg.js.map} +1 -1
- package/package.json +3 -3
- package/dist/index-SJZzkOTL.js.map +0 -1
|
@@ -5687,8 +5687,27 @@ const message = {
|
|
|
5687
5687
|
}
|
|
5688
5688
|
};
|
|
5689
5689
|
|
|
5690
|
+
const assistant = {
|
|
5691
|
+
floatingAssistant: {
|
|
5692
|
+
maxHeight: "50vh",
|
|
5693
|
+
height: "50vh",
|
|
5694
|
+
"& div.modal__content[class]": {
|
|
5695
|
+
p: 3,
|
|
5696
|
+
width: "min(90vw, 500px)"
|
|
5697
|
+
},
|
|
5698
|
+
".modal__main": {
|
|
5699
|
+
maxWidth: "unset",
|
|
5700
|
+
overflow: "hidden"
|
|
5701
|
+
},
|
|
5702
|
+
".autoscrollContainer": {
|
|
5703
|
+
height: "30vh"
|
|
5704
|
+
}
|
|
5705
|
+
}
|
|
5706
|
+
};
|
|
5707
|
+
|
|
5690
5708
|
const chat = {
|
|
5691
5709
|
/* PREPEND HERE */
|
|
5710
|
+
assistant,
|
|
5692
5711
|
form,
|
|
5693
5712
|
history,
|
|
5694
5713
|
controller,
|
|
@@ -6462,7 +6481,7 @@ async function getRemarkable(extensions) {
|
|
|
6462
6481
|
|
|
6463
6482
|
const parseMarkdown = async (options) => {
|
|
6464
6483
|
const markdownLibrary = await getRemarkable(options.extensions);
|
|
6465
|
-
const css = (await import('./styles-
|
|
6484
|
+
const css = (await import('./styles-CdyzuHLg.js')).markdownParserStyles ?? new ErrorImporting();
|
|
6466
6485
|
if (css instanceof ErrorImporting)
|
|
6467
6486
|
throw new Error("Could not import css, cannot continue");
|
|
6468
6487
|
const html = options.htmlTemplate ?? (await import('./html-B-K0BIiw.js')).markdownHtml ?? new ErrorImporting();
|
|
@@ -6920,4 +6939,4 @@ class MarkdownBuilder {
|
|
|
6920
6939
|
}
|
|
6921
6940
|
|
|
6922
6941
|
export { ApiaThemeProvider as A, MarkdownTableOfContents as B, Form as F, MaterialInput 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, MarkdownBlock as t, useMainTheme as u, MarkdownBuilder as v, parseMarkdown as w, MarkdownList as x, MarkdownParagraph as y, MarkdownTable as z };
|
|
6923
|
-
//# sourceMappingURL=index-
|
|
6942
|
+
//# sourceMappingURL=index-BSfm5Owk.js.map
|