@apia/theme 4.0.46 → 4.0.50
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-BOvGFjjE.js → index-Cqjlpeez.js} +30 -18
- package/dist/index-Cqjlpeez.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/{styles-JuqAJl1O.js → styles-CioSWz4-.js} +2 -2
- package/dist/{styles-JuqAJl1O.js.map → styles-CioSWz4-.js.map} +1 -1
- package/package.json +3 -3
- package/dist/index-BOvGFjjE.js.map +0 -1
|
@@ -2475,7 +2475,6 @@ const radio = {
|
|
|
2475
2475
|
input: {
|
|
2476
2476
|
height: "32px !important"
|
|
2477
2477
|
},
|
|
2478
|
-
...getColorsAndStatesByPath("form.radio"),
|
|
2479
2478
|
path: {
|
|
2480
2479
|
fill: "inherit"
|
|
2481
2480
|
}
|
|
@@ -3164,7 +3163,8 @@ const modals = {
|
|
|
3164
3163
|
},
|
|
3165
3164
|
xl: {
|
|
3166
3165
|
variant: "layout.common.modals.main",
|
|
3167
|
-
|
|
3166
|
+
width: responsive$1({ 0: "95vw", 2: "60vw" }),
|
|
3167
|
+
height: responsive$1({ 0: "95vh", 2: "80vh" })
|
|
3168
3168
|
},
|
|
3169
3169
|
"xl-fixed": {
|
|
3170
3170
|
variant: "layout.common.modals.main",
|
|
@@ -3358,10 +3358,6 @@ const primary$4 = (theme) => {
|
|
|
3358
3358
|
borderRightWidth: "1px"
|
|
3359
3359
|
}
|
|
3360
3360
|
}
|
|
3361
|
-
},
|
|
3362
|
-
"th.requiredFilterColumn": {
|
|
3363
|
-
borderLeft: "4px solid !important",
|
|
3364
|
-
borderLeftColor: "palette.error.main !important"
|
|
3365
3361
|
}
|
|
3366
3362
|
},
|
|
3367
3363
|
"tr.filtersRow, tr.responsiveTable__filters__row": {
|
|
@@ -3812,10 +3808,6 @@ const clean = (theme) => {
|
|
|
3812
3808
|
borderRightWidth: "1px"
|
|
3813
3809
|
}
|
|
3814
3810
|
}
|
|
3815
|
-
},
|
|
3816
|
-
"th.requiredFilterColumn": {
|
|
3817
|
-
borderLeft: "4px solid !important",
|
|
3818
|
-
borderLeftColor: "palette.error.main !important"
|
|
3819
3811
|
}
|
|
3820
3812
|
},
|
|
3821
3813
|
"tr.filtersRow, tr.responsiveTable__filters__row": {
|
|
@@ -5005,19 +4997,39 @@ const filters = {
|
|
|
5005
4997
|
const fileCard = {
|
|
5006
4998
|
"&.fileCard": {
|
|
5007
4999
|
display: "flex",
|
|
5008
|
-
|
|
5009
|
-
position: "relative",
|
|
5000
|
+
flexDirection: "column",
|
|
5010
5001
|
border: "1px solid",
|
|
5011
5002
|
borderColor: "palette.border.field",
|
|
5012
|
-
height: "50px",
|
|
5013
5003
|
borderRadius: "default",
|
|
5014
5004
|
boxShadow: `0px 1px 1px #c7c7c7`,
|
|
5015
|
-
|
|
5016
|
-
|
|
5005
|
+
p: 3,
|
|
5006
|
+
".fileCard__container": {
|
|
5007
|
+
display: "flex",
|
|
5008
|
+
flexDirection: "row",
|
|
5009
|
+
alignItems: "center",
|
|
5010
|
+
position: "relative",
|
|
5011
|
+
borderRadius: "default",
|
|
5012
|
+
background: "palette.background.paper",
|
|
5013
|
+
cursor: "pointer"
|
|
5014
|
+
},
|
|
5015
|
+
".fileCard__preview": {
|
|
5016
|
+
display: "flex",
|
|
5017
|
+
alignItems: "center",
|
|
5018
|
+
justifyContent: "center",
|
|
5019
|
+
pt: 3,
|
|
5020
|
+
img: {
|
|
5021
|
+
borderRadius: "default",
|
|
5022
|
+
display: "block",
|
|
5023
|
+
maxWidth: "100%",
|
|
5024
|
+
maxHeight: "100%",
|
|
5025
|
+
width: "auto",
|
|
5026
|
+
height: "auto",
|
|
5027
|
+
objectFit: "contain"
|
|
5028
|
+
}
|
|
5029
|
+
},
|
|
5017
5030
|
".fileCard__content": {
|
|
5018
5031
|
display: "flex",
|
|
5019
5032
|
alignItems: "center",
|
|
5020
|
-
p: 3,
|
|
5021
5033
|
gap: 3,
|
|
5022
5034
|
width: "100%"
|
|
5023
5035
|
},
|
|
@@ -8904,7 +8916,7 @@ async function getRemarkable(extensions) {
|
|
|
8904
8916
|
|
|
8905
8917
|
const parseMarkdown = async (options) => {
|
|
8906
8918
|
const markdownLibrary = await getRemarkable(options.extensions);
|
|
8907
|
-
const css = (await import('./styles-
|
|
8919
|
+
const css = (await import('./styles-CioSWz4-.js')).markdownParserStyles ?? new ErrorImporting();
|
|
8908
8920
|
if (css instanceof ErrorImporting)
|
|
8909
8921
|
throw new Error("Could not import css, cannot continue");
|
|
8910
8922
|
const html = options.htmlTemplate ?? (await import('./html-B-K0BIiw.js')).markdownHtml ?? new ErrorImporting();
|
|
@@ -9416,4 +9428,4 @@ ${pageBreakTag}`;
|
|
|
9416
9428
|
}
|
|
9417
9429
|
|
|
9418
9430
|
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 };
|
|
9419
|
-
//# sourceMappingURL=index-
|
|
9431
|
+
//# sourceMappingURL=index-Cqjlpeez.js.map
|