@m4l/styles 2.0.1 → 2.0.3
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
|
@@ -2,7 +2,7 @@ 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
4
|
import { t as I } from "./theme/typography.947dc33f.js";
|
|
5
|
-
import { f as F } from "./theme/overrides/index.
|
|
5
|
+
import { f as F } from "./theme/overrides/index.78952902.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
8
|
import { g as W } from "./utils/getColorState.18b61422.js";
|
|
@@ -13,7 +13,7 @@ import "@mui/material/useMediaQuery";
|
|
|
13
13
|
import "@mui/system";
|
|
14
14
|
import "@mui/material";
|
|
15
15
|
import "./theme/overrides/MUIComponents/index.5c43e3b5.js";
|
|
16
|
-
import "./theme/overrides/M4LRHFComponents/index.
|
|
16
|
+
import "./theme/overrides/M4LRHFComponents/index.38639c1b.js";
|
|
17
17
|
import "./theme/overrides/M4LExtendedComponents/index.79301515.js";
|
|
18
18
|
export {
|
|
19
19
|
C as COMMON,
|
package/package.json
CHANGED
|
@@ -185,6 +185,7 @@ export declare const M4LRHFAutocomplete: (theme: Omit<Theme, 'palette' | 'applyS
|
|
|
185
185
|
marginLeft: string;
|
|
186
186
|
};
|
|
187
187
|
height: string;
|
|
188
|
+
minHeight: string;
|
|
188
189
|
};
|
|
189
190
|
};
|
|
190
191
|
'&.M4LRHFAutocomplete-sizeMedium': {
|
|
@@ -195,6 +196,7 @@ export declare const M4LRHFAutocomplete: (theme: Omit<Theme, 'palette' | 'applyS
|
|
|
195
196
|
marginLeft: string;
|
|
196
197
|
};
|
|
197
198
|
height: string;
|
|
199
|
+
minHeight: string;
|
|
198
200
|
};
|
|
199
201
|
};
|
|
200
202
|
'&.M4LRHFAutocomplete-imageWidthDefined': {
|
|
@@ -430,7 +430,8 @@ const a = (t) => ({
|
|
|
430
430
|
height: "24px",
|
|
431
431
|
marginLeft: "6px"
|
|
432
432
|
},
|
|
433
|
-
height: "
|
|
433
|
+
height: "fit-content",
|
|
434
|
+
minHeight: "24px"
|
|
434
435
|
}
|
|
435
436
|
},
|
|
436
437
|
"&.M4LRHFAutocomplete-sizeMedium": {
|
|
@@ -441,7 +442,8 @@ const a = (t) => ({
|
|
|
441
442
|
height: "28px",
|
|
442
443
|
marginLeft: "6px"
|
|
443
444
|
},
|
|
444
|
-
height: "
|
|
445
|
+
height: "fit-content",
|
|
446
|
+
minHeight: "36px"
|
|
445
447
|
}
|
|
446
448
|
},
|
|
447
449
|
"&.M4LRHFAutocomplete-imageWidthDefined": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { F as s, C as o, M as r, L, I as M, a as n, R as i, B as p, b as l, T as c, P as d, S as u, c as g, d as B, A as F, e as P, D as A, f as T, g as b, h as C, i as S, j as y, k as I, l as R, m as v, n as H, o as k, p as D, q as f, r as x, s as w, t as G, u as V, v as j, w as E, x as N, y as O, z as q } from "./MUIComponents/index.5c43e3b5.js";
|
|
2
|
-
import { M as z, a as U, b as J, c as K, d as Q, e as W, f as X, g as Y, h as Z } from "./M4LRHFComponents/index.
|
|
2
|
+
import { M as z, a as U, b as J, c as K, d as Q, e as W, f as X, g as Y, h as Z } from "./M4LRHFComponents/index.38639c1b.js";
|
|
3
3
|
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as na, m as ia, n as pa, o as la, p as ca, q as da, r as ua, s as ga, t as Ba, u as Fa, v as Pa, w as Aa, x as Ta, y as ba, z as Ca, A as Sa, B as ya, C as Ia, D as Ra, E as va, F as Ha, G as ka, H as Da, I as fa, J as xa, K as wa, L as Ga, N as Va, O as ja, P as Ea, Q as Na, R as Oa, S as qa, T as za, U as Ua, V as Ja, W as Ka, X as Qa, Y as Wa, Z as Xa, _ as Ya } from "./M4LExtendedComponents/index.79301515.js";
|
|
4
4
|
function ta(a) {
|
|
5
5
|
return Object.assign(
|