@m4l/styles 2.0.2 → 2.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
|
@@ -2,7 +2,7 @@ import { g as e, m as o } from "./config-CoeBxEZB.js";
|
|
|
2
2
|
import { d as t } from "./theme/defaultThemeOptions-CNJ2UmWH.js";
|
|
3
3
|
import { c as m, s as f } from "./theme/shadows-C9Ji2xrX.js";
|
|
4
4
|
import { t as R } from "./theme/typography-BsOO459U.js";
|
|
5
|
-
import { f as x } from "./theme/overrides/index-
|
|
5
|
+
import { f as x } from "./theme/overrides/index-DeiTY8li.js";
|
|
6
6
|
import { C as l, E as g, G as n, I as u, O as i, P, a as T, b as d, S as A, c as E, W as N, p as b } from "./theme/palette-CR1CkF2l.js";
|
|
7
7
|
import { u as I } from "./utils/useResponsive-DaeQVwlH.js";
|
|
8
8
|
import { g as F } from "./utils/getColorState-CGc0yrt5.js";
|
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': {
|
|
@@ -472,7 +472,8 @@ const a = (t) => ({
|
|
|
472
472
|
height: "24px",
|
|
473
473
|
marginLeft: "6px"
|
|
474
474
|
},
|
|
475
|
-
height: "
|
|
475
|
+
height: "fit-content",
|
|
476
|
+
minHeight: "24px"
|
|
476
477
|
}
|
|
477
478
|
},
|
|
478
479
|
"&.M4LRHFAutocomplete-sizeMedium": {
|
|
@@ -482,7 +483,8 @@ const a = (t) => ({
|
|
|
482
483
|
height: "28px",
|
|
483
484
|
marginLeft: "6px"
|
|
484
485
|
},
|
|
485
|
-
height: "
|
|
486
|
+
height: "fit-content",
|
|
487
|
+
minHeight: "36px"
|
|
486
488
|
}
|
|
487
489
|
},
|
|
488
490
|
// variant image defined
|
|
@@ -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-oLVtA5nq.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-D-E6fugB.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-CyXBfJc_.js";
|
|
4
4
|
function ta(a) {
|
|
5
5
|
return Object.assign(
|