@hoddy-ui/next 2.5.95 → 2.5.96
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/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1713,7 +1713,7 @@ var TextFieldBase = import_react16.default.forwardRef(
|
|
|
1713
1713
|
alignSelf: "stretch",
|
|
1714
1714
|
paddingLeft: inputPadding,
|
|
1715
1715
|
paddingRight: (0, import_react_native_size_matters13.moderateScale)(10),
|
|
1716
|
-
...isFloating ? {
|
|
1716
|
+
...isFloating ? { marginTop: "13@ms", fontFamily: getFontFamily(400) } : {},
|
|
1717
1717
|
color: disabled ? colors2.textSecondary.main : colors2.dark.main,
|
|
1718
1718
|
zIndex: 10
|
|
1719
1719
|
},
|
|
@@ -1872,6 +1872,7 @@ var TextFieldBase = import_react16.default.forwardRef(
|
|
|
1872
1872
|
placeholder: labelOpen ? placeholder : "",
|
|
1873
1873
|
selectTextOnFocus: !disabled,
|
|
1874
1874
|
onSubmitEditing,
|
|
1875
|
+
verticalAlign: "middle",
|
|
1875
1876
|
multiline,
|
|
1876
1877
|
textAlignVertical: multiline ? "top" : "center",
|
|
1877
1878
|
...formProps,
|