@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 ADDED
@@ -0,0 +1,6 @@
1
+ All Rights Reserved.
2
+
3
+ Copyright (c) 2026 Statum
4
+
5
+ This software and associated documentation files are proprietary and confidential.
6
+ Unauthorized copying, distribution, modification, or use is strictly prohibited.
@@ -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: "palette.primary.main",
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-CioSWz4-.js')).markdownParserStyles ?? new ErrorImporting();
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-Cqjlpeez.js.map
9436
+ //# sourceMappingURL=index-BJp5z7uE.js.map