@movable/ui 2.12.5-alpha.0 → 2.12.5
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 +6 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -18159,7 +18159,12 @@ process.env.NODE_ENV !== "production" && (sd.propTypes = {
|
|
|
18159
18159
|
*/
|
|
18160
18160
|
variant: n.oneOf(["filled", "outlined", "standard"])
|
|
18161
18161
|
});
|
|
18162
|
-
const D1 = ro(({ name: e, minRows: t = 3, variant: r = "filled",
|
|
18162
|
+
const D1 = ro(({ name: e, minRows: t = 3, variant: r = "filled", size: o = "medium", sx: i, ...s }, a) => m.jsx(sd, { ref: a, name: e, "data-test-ink-text-field": e, minRows: t, variant: r, size: o, sx: { width: "100%", ...i }, InputProps: {
|
|
18163
|
+
disableUnderline: !0,
|
|
18164
|
+
hiddenLabel: !0
|
|
18165
|
+
}, InputLabelProps: {
|
|
18166
|
+
shrink: !0
|
|
18167
|
+
}, ...s })), WE = ({ control: e, name: t, label: r, rules: o, helperText: i, onBlur: s, ...a }) => m.jsx(oo, { name: t, control: e, rules: o, render: ({ field: { value: l, onBlur: c, ...u }, fieldState: d }) => {
|
|
18163
18168
|
const f = (p) => {
|
|
18164
18169
|
c == null || c(), s == null || s(p);
|
|
18165
18170
|
};
|