@apia/theme 4.0.31 → 4.0.33
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-CC39t7Na.js → index-DYGQfvLC.js} +15 -2
- package/dist/index-DYGQfvLC.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/{styles-DTFcbN8i.js → styles-BQLlZhHD.js} +2 -2
- package/dist/{styles-DTFcbN8i.js.map → styles-BQLlZhHD.js.map} +1 -1
- package/package.json +3 -3
- package/dist/index-CC39t7Na.js.map +0 -1
|
@@ -3116,6 +3116,13 @@ const modals = {
|
|
|
3116
3116
|
backgroundColor: "palette.background.default"
|
|
3117
3117
|
}
|
|
3118
3118
|
}
|
|
3119
|
+
},
|
|
3120
|
+
".table_container": {
|
|
3121
|
+
flexGrow: 1
|
|
3122
|
+
},
|
|
3123
|
+
".pagination": {
|
|
3124
|
+
position: "sticky",
|
|
3125
|
+
bottom: "0"
|
|
3119
3126
|
}
|
|
3120
3127
|
},
|
|
3121
3128
|
".responsiveTableContext__wrapper": {
|
|
@@ -3358,6 +3365,9 @@ const primary$4 = (theme) => {
|
|
|
3358
3365
|
"tr.filtersRow, tr.responsiveTable__filters__row": {
|
|
3359
3366
|
backgroundColor: "components.primaryTable.body.backgroundColor",
|
|
3360
3367
|
boxShadow: "tableFilters",
|
|
3368
|
+
".stateCell": {
|
|
3369
|
+
background: "form.fields.disabled.backgroundColor"
|
|
3370
|
+
},
|
|
3361
3371
|
"td.noFilter[class]": {
|
|
3362
3372
|
background: "form.fields.disabled.backgroundColor"
|
|
3363
3373
|
},
|
|
@@ -4494,6 +4504,9 @@ const accordion = {
|
|
|
4494
4504
|
alignItems: "stretch",
|
|
4495
4505
|
flexShrink: 0
|
|
4496
4506
|
},
|
|
4507
|
+
".filtersRender": {
|
|
4508
|
+
width: "100%"
|
|
4509
|
+
},
|
|
4497
4510
|
".accordion__item__button__rightGroup": {
|
|
4498
4511
|
flexShrink: 0
|
|
4499
4512
|
},
|
|
@@ -8260,7 +8273,7 @@ async function getRemarkable(extensions) {
|
|
|
8260
8273
|
|
|
8261
8274
|
const parseMarkdown = async (options) => {
|
|
8262
8275
|
const markdownLibrary = await getRemarkable(options.extensions);
|
|
8263
|
-
const css = (await import('./styles-
|
|
8276
|
+
const css = (await import('./styles-BQLlZhHD.js')).markdownParserStyles ?? new ErrorImporting();
|
|
8264
8277
|
if (css instanceof ErrorImporting)
|
|
8265
8278
|
throw new Error("Could not import css, cannot continue");
|
|
8266
8279
|
const html = options.htmlTemplate ?? (await import('./html-B-K0BIiw.js')).markdownHtml ?? new ErrorImporting();
|
|
@@ -8761,4 +8774,4 @@ class MarkdownBuilder {
|
|
|
8761
8774
|
}
|
|
8762
8775
|
|
|
8763
8776
|
export { ApiaThemeProvider as A, MarkdownTableOfContents as B, Form as F, MaterialInput as M, Table as T, 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 };
|
|
8764
|
-
//# sourceMappingURL=index-
|
|
8777
|
+
//# sourceMappingURL=index-DYGQfvLC.js.map
|