@movable/ui 1.5.0 → 1.6.0
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/lib/index.mjs
CHANGED
|
@@ -5664,7 +5664,7 @@ function yf({ Header: e, Description: r, Icon: t, CTA: n, children: o, ...i }) {
|
|
|
5664
5664
|
flexBasis: "100%",
|
|
5665
5665
|
overflow: "hidden",
|
|
5666
5666
|
textOverflow: "ellipsis"
|
|
5667
|
-
}, children: [y.jsx($o, { "data-test": "ink-paper-header", variant: "subtitle1", color: "text.primary", component: "strong", children: e }), r && y.jsx($o, { "data-test": "ink-paper-description", variant: "caption", color: "text.secondary", noWrap: !0, children: r })] }), n] }), o] });
|
|
5667
|
+
}, children: [typeof e != "string" ? y.jsx(y.Fragment, { children: e }) : y.jsx($o, { "data-test": "ink-paper-header", variant: "subtitle1", color: "text.primary", component: "strong", fontWeight: 600, children: e }), r && y.jsx($o, { "data-test": "ink-paper-description", variant: "caption", color: "text.secondary", noWrap: !0, children: r })] }), n] }), o] });
|
|
5668
5668
|
}
|
|
5669
5669
|
const vf = ({ name: e, options: r, onChange: t, onBlur: n, value: o, ref: i, direction: a = "row", cardSx: s, fullWidth: l = !0 }) => y.jsx(Aa, { name: e, onChange: t, onBlur: n, value: o, ref: i, "aria-label": e, sx: { width: l ? "100%" : "fit-content" }, children: y.jsx(Fe, { direction: a, spacing: 2, children: r.map(({ value: u, icon: d, title: m, description: p, subDescription: E }) => y.jsx(Wo, { value: u, control: y.jsx($a, { sx: { display: "none" } }), sx: {
|
|
5670
5670
|
width: l ? "100%" : "auto",
|
|
@@ -7421,6 +7421,9 @@ const Wd = qi, Ud = {
|
|
|
7421
7421
|
},
|
|
7422
7422
|
"& .MuiInputLabel-root": {
|
|
7423
7423
|
paddingBottom: 0.75
|
|
7424
|
+
},
|
|
7425
|
+
"& .MuiFilledInput-input:-webkit-autofill": {
|
|
7426
|
+
borderRadius: "inherit"
|
|
7424
7427
|
}
|
|
7425
7428
|
})
|
|
7426
7429
|
}
|