fone-design-system_v2 1.0.318 → 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 +13 -8
- 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",
|
|
@@ -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,
|