@apia/theme 4.0.50 → 4.0.58
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/LICENSE.md +6 -0
- package/dist/{index-Cqjlpeez.js → index-BJp5z7uE.js} +8 -3
- package/dist/index-BJp5z7uE.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/{styles-CioSWz4-.js → styles-C4AklZvX.js} +2 -2
- package/dist/{styles-CioSWz4-.js.map → styles-C4AklZvX.js.map} +1 -1
- package/package.json +4 -3
- package/dist/index-Cqjlpeez.js.map +0 -1
package/LICENSE.md
ADDED
|
@@ -1959,6 +1959,11 @@ const root = {
|
|
|
1959
1959
|
body: {
|
|
1960
1960
|
// minHeight: '100vh',
|
|
1961
1961
|
},
|
|
1962
|
+
".requiredFilter__Border": {
|
|
1963
|
+
borderLeftStyle: "solid",
|
|
1964
|
+
borderLeftWidth: "4px",
|
|
1965
|
+
borderLeftColor: "palette.error.main"
|
|
1966
|
+
},
|
|
1962
1967
|
//cambia el estilo del scroll
|
|
1963
1968
|
"div::-webkit-scrollbar": {
|
|
1964
1969
|
width: "8px",
|
|
@@ -7267,7 +7272,7 @@ const form = {
|
|
|
7267
7272
|
".touched": {
|
|
7268
7273
|
borderStyle: "solid",
|
|
7269
7274
|
borderWidth: "1px",
|
|
7270
|
-
borderColor: "
|
|
7275
|
+
borderColor: "touchedBorderColor",
|
|
7271
7276
|
"&.radio-label": {
|
|
7272
7277
|
border: "none",
|
|
7273
7278
|
"input[role]:checked~svg": {
|
|
@@ -8916,7 +8921,7 @@ async function getRemarkable(extensions) {
|
|
|
8916
8921
|
|
|
8917
8922
|
const parseMarkdown = async (options) => {
|
|
8918
8923
|
const markdownLibrary = await getRemarkable(options.extensions);
|
|
8919
|
-
const css = (await import('./styles-
|
|
8924
|
+
const css = (await import('./styles-C4AklZvX.js')).markdownParserStyles ?? new ErrorImporting();
|
|
8920
8925
|
if (css instanceof ErrorImporting)
|
|
8921
8926
|
throw new Error("Could not import css, cannot continue");
|
|
8922
8927
|
const html = options.htmlTemplate ?? (await import('./html-B-K0BIiw.js')).markdownHtml ?? new ErrorImporting();
|
|
@@ -9428,4 +9433,4 @@ ${pageBreakTag}`;
|
|
|
9428
9433
|
}
|
|
9429
9434
|
|
|
9430
9435
|
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 };
|
|
9431
|
-
//# sourceMappingURL=index-
|
|
9436
|
+
//# sourceMappingURL=index-BJp5z7uE.js.map
|