@m4l/styles 1.0.2 → 1.0.4

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/index.js CHANGED
@@ -1,20 +1,20 @@
1
- import { d as f } from "./theme/defaultThemeOptions.0976e58a.js";
1
+ import { d as f } from "./theme/defaultThemeOptions.d580f3ec.js";
2
2
  import { c as R, s as S } from "./theme/shadows.e0c009ff.js";
3
3
  import { C, E as l, G as g, I as n, O as u, P, a as T, b as d, S as A, c as E, W as N, p as b } from "./theme/palette.287635f2.js";
4
- import { t as I } from "./theme/typography.2a9a38a6.js";
5
- import { f as F } from "./theme/overrides/index.2c7d49b2.js";
4
+ import { t as I } from "./theme/typography.947dc33f.js";
5
+ import { f as F } from "./theme/overrides/index.2f9f9e2c.js";
6
6
  import { u as v } from "./utils/useResponsive.2c45e8e0.js";
7
7
  import { e as z, b as G, c as L, d as M, g as U, a as y, t as D } from "./utils/getColorPresets.a96a4046.js";
8
- import { g as W } from "./utils/getColorState.b50b5b1e.js";
8
+ import { g as W } from "./utils/getColorState.18b61422.js";
9
9
  import { g as q, p as B, a as j, r as H } from "./utils/getFontValue.88831637.js";
10
10
  import { g as K, m as Q } from "./config.5405b46b.js";
11
11
  import "@mui/material/styles";
12
12
  import "@mui/material/useMediaQuery";
13
13
  import "@mui/system";
14
14
  import "@mui/material";
15
- import "./theme/overrides/MUIComponents/index.7fb80545.js";
15
+ import "./theme/overrides/MUIComponents/index.5c43e3b5.js";
16
16
  import "./theme/overrides/M4LRHFComponents/index.3599b255.js";
17
- import "./theme/overrides/M4LExtendedComponents/index.b495bc12.js";
17
+ import "./theme/overrides/M4LExtendedComponents/index.c0f327f3.js";
18
18
  export {
19
19
  C as COMMON,
20
20
  l as ERROR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -2,11 +2,11 @@ import "@mui/material/styles";
2
2
  import "@mui/material/useMediaQuery";
3
3
  import { g as t } from "../utils/getColorPresets.a96a4046.js";
4
4
  import "@mui/system";
5
- import { t as a } from "./typography.2a9a38a6.js";
5
+ import { t as a } from "./typography.947dc33f.js";
6
6
  import { p as e } from "./palette.287635f2.js";
7
7
  import { createTheme as o, alpha as s } from "@mui/material";
8
8
  import { s as p, c as m } from "./shadows.e0c009ff.js";
9
- import { g as i } from "../utils/getColorState.b50b5b1e.js";
9
+ import { g as i } from "../utils/getColorState.18b61422.js";
10
10
  const r = o(), k = {
11
11
  ...r,
12
12
  typography: a,
@@ -1,7 +1,7 @@
1
- import "./defaultThemeOptions.0976e58a.js";
1
+ import "./defaultThemeOptions.d580f3ec.js";
2
2
  import "./shadows.e0c009ff.js";
3
3
  import "./palette.287635f2.js";
4
- import "./typography.2a9a38a6.js";
4
+ import "./typography.947dc33f.js";
5
5
  import "@mui/material";
6
6
  import "@mui/material/styles";
7
7
  import "@mui/system";
@@ -1,5 +1,5 @@
1
1
  import { Theme, CssVarsTheme } from '@mui/material/styles';
2
- export declare const M4LAreasViewer: (theme: Omit<Theme, "palette" | "applyStyles"> & CssVarsTheme) => {
2
+ export declare const M4LAreasViewer: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
3
3
  M4LAreasViewer: {
4
4
  styleOverrides: {
5
5
  '&.M4LAreasViewer-root': {
@@ -93,7 +93,6 @@ export declare const M4LAreasViewer: (theme: Omit<Theme, "palette" | "applyStyle
93
93
  overflow: string;
94
94
  textOverflow: string;
95
95
  width: string;
96
- fontSize: string;
97
96
  color: string;
98
97
  };
99
98
  };
@@ -1,5 +1,5 @@
1
1
  import { Theme, CssVarsTheme } from '@mui/material/styles';
2
- export declare const M4LCheckBox: (theme: Omit<Theme, "palette" | "applyStyles"> & CssVarsTheme) => {
2
+ export declare const M4LCheckBox: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
3
3
  M4LCheckBox: {
4
4
  styleOverrides: {
5
5
  '&.M4LCheckBox-root': {
@@ -42,6 +42,9 @@ export declare const M4LCheckBox: (theme: Omit<Theme, "palette" | "applyStyles">
42
42
  };
43
43
  '& .MuiButtonBase-root': {
44
44
  borderRadius: string;
45
+ '& .MuiSvgIcon-root': {
46
+ fill: string;
47
+ };
45
48
  };
46
49
  '& .MuiButtonBase-root:hover': {
47
50
  backgroundColor: string;
@@ -1,5 +1,5 @@
1
1
  import { Theme, CssVarsTheme } from '@mui/material/styles';
2
- export declare const M4LIcon: (theme: Omit<Theme, "palette" | "applyStyles"> & CssVarsTheme) => {
2
+ export declare const M4LIcon: (theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme) => {
3
3
  M4LIcon: {
4
4
  styleOverrides: {
5
5
  "&.M4LIcon-root": {
@@ -1,9 +1,9 @@
1
1
  import { alpha as t } from "@mui/material/styles";
2
2
  import { alpha as r } from "@mui/system";
3
- import "../../defaultThemeOptions.0976e58a.js";
3
+ import "../../defaultThemeOptions.d580f3ec.js";
4
4
  import "../../shadows.e0c009ff.js";
5
5
  import { P as e } from "../../palette.287635f2.js";
6
- import "../../typography.2a9a38a6.js";
6
+ import "../../typography.947dc33f.js";
7
7
  import "@mui/material";
8
8
  const c = (o) => ({
9
9
  M4LIcon: {
@@ -2886,7 +2886,6 @@ const c = (o) => ({
2886
2886
  overflow: "hidden",
2887
2887
  textOverflow: "ellipsis",
2888
2888
  width: "100%",
2889
- fontSize: "16px",
2890
2889
  color: o.vars.palette.text.secondary
2891
2890
  }
2892
2891
  },
@@ -5346,7 +5345,10 @@ const c = (o) => ({
5346
5345
  height: "20px"
5347
5346
  },
5348
5347
  "& .MuiButtonBase-root": {
5349
- borderRadius: "4px"
5348
+ borderRadius: "4px",
5349
+ "& .MuiSvgIcon-root": {
5350
+ fill: o.vars.palette.text.secondary
5351
+ }
5350
5352
  },
5351
5353
  "& .MuiButtonBase-root:hover": {
5352
5354
  backgroundColor: o.vars.palette.state?.active12,
@@ -1,5 +1,5 @@
1
1
  import { Theme, CssVarsTheme } from '@mui/material/styles';
2
- export default function Input(theme: Omit<Theme, "palette" | "applyStyles"> & CssVarsTheme): {
2
+ export default function Input(theme: Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme): {
3
3
  MuiFormControl: {
4
4
  styleOverrides: {
5
5
  root: {
@@ -908,9 +908,6 @@ export default function Input(theme: Omit<Theme, "palette" | "applyStyles"> & Cs
908
908
  borderColor: string;
909
909
  };
910
910
  };
911
- '& .MuiOutlinedInput-input:-webkit-autofill': {
912
- WebkitBoxShadow: string;
913
- };
914
911
  '@font-face'?: import("@mui/material/styles/createTypography").Fontface | import("@mui/material/styles/createTypography").Fontface[] | undefined;
915
912
  accentColor?: import("csstype").Property.AccentColor | undefined;
916
913
  alignContent?: import("csstype").Property.AlignContent | undefined;