fone-design-system_v2 1.0.317 → 1.0.319
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/dist/fone-design-system.es.js +16 -11
- package/dist/fone-design-system.umd.js +149 -149
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -4005,20 +4005,24 @@ const Qq = {
|
|
|
4005
4005
|
notched: !1
|
|
4006
4006
|
},
|
|
4007
4007
|
styleOverrides: {
|
|
4008
|
-
root: {
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4008
|
+
root: ({ ownerState: e, theme: t }) => {
|
|
4009
|
+
const n = e.size === "small" ? e.size : "medium";
|
|
4010
|
+
return {
|
|
4011
|
+
height: t.customSizes.fieldHeight[n],
|
|
4012
|
+
fontSize: t.customSizes.fieldFontSize[n],
|
|
4013
|
+
borderRadius: "var(--ds-radius-sm)",
|
|
4014
|
+
backgroundColor: "#fff"
|
|
4015
|
+
};
|
|
4012
4016
|
},
|
|
4013
|
-
input: {
|
|
4017
|
+
input: ({ ownerState: e }) => ({
|
|
4014
4018
|
color: "#111827",
|
|
4015
4019
|
height: "100%",
|
|
4016
|
-
padding: "0 1.25rem",
|
|
4020
|
+
padding: e.size === "small" ? "0 1rem" : "0 1.25rem",
|
|
4017
4021
|
"&::placeholder": {
|
|
4018
4022
|
color: "#81878e",
|
|
4019
4023
|
opacity: 1
|
|
4020
4024
|
}
|
|
4021
|
-
},
|
|
4025
|
+
}),
|
|
4022
4026
|
multiline: {
|
|
4023
4027
|
height: "auto",
|
|
4024
4028
|
"& .MuiInputBase-input": {
|
|
@@ -66623,6 +66627,7 @@ const J2e = ({ align: e, cell: t }) => {
|
|
|
66623
66627
|
{
|
|
66624
66628
|
ref: u,
|
|
66625
66629
|
spellCheck: !1,
|
|
66630
|
+
size: "small",
|
|
66626
66631
|
sx: Vp(n),
|
|
66627
66632
|
inputSx: {
|
|
66628
66633
|
backgroundColor: "#fff",
|
|
@@ -68075,7 +68080,7 @@ const UDe = ({
|
|
|
68075
68080
|
N.current = X;
|
|
68076
68081
|
const ee = Zo(
|
|
68077
68082
|
(me, Te) => {
|
|
68078
|
-
j(Te), Y(void 0), l == null || l(me, Te);
|
|
68083
|
+
me != null && (j(Te), Y(void 0)), l == null || l(me, Te);
|
|
68079
68084
|
},
|
|
68080
68085
|
[l, j, Y]
|
|
68081
68086
|
), te = Zo(
|
|
@@ -68197,10 +68202,10 @@ const UDe = ({
|
|
|
68197
68202
|
if (!me && d || !me && ((Be = L.current) == null ? void 0 : Be.rowIndex) === q && ((Me = L.current) == null ? void 0 : Me.tick) === be)
|
|
68198
68203
|
return;
|
|
68199
68204
|
const Te = ((He = xe.current) == null ? void 0 : He[q]) ?? ((je = he.current) == null ? void 0 : je[q]);
|
|
68200
|
-
|
|
68205
|
+
ee(Te, q), L.current = {
|
|
68201
68206
|
rowIndex: q,
|
|
68202
68207
|
tick: be
|
|
68203
|
-
}
|
|
68208
|
+
};
|
|
68204
68209
|
}, [be, d, q, ee]);
|
|
68205
68210
|
const Ce = Zo(() => {
|
|
68206
68211
|
J(h ?? -1);
|
|
@@ -79190,7 +79195,6 @@ const Bm = (e) => e == null || Number.isNaN(e) ? "" : String(e), Vf = (e) => {
|
|
|
79190
79195
|
alignItems: "stretch",
|
|
79191
79196
|
width: "100%",
|
|
79192
79197
|
minWidth: 0,
|
|
79193
|
-
minHeight: "var(--ds-input-height-base, 3.6rem)",
|
|
79194
79198
|
borderRadius: "5px",
|
|
79195
79199
|
overflow: "hidden",
|
|
79196
79200
|
"&:hover .NumberField-stepper": {
|
|
@@ -81792,6 +81796,7 @@ export {
|
|
|
81792
81796
|
cMe as EmptyBox,
|
|
81793
81797
|
JDe as EyeNoVisibleOutlined,
|
|
81794
81798
|
ZDe as EyeVisibleOutlined,
|
|
81799
|
+
BTe as FieldShell,
|
|
81795
81800
|
kF as FileDropZone,
|
|
81796
81801
|
LTe as FileUpload,
|
|
81797
81802
|
B0 as Flex,
|