@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.mjs
CHANGED
|
@@ -1678,7 +1678,7 @@ var TextFieldBase = React15.forwardRef(
|
|
|
1678
1678
|
alignSelf: "stretch",
|
|
1679
1679
|
paddingLeft: inputPadding,
|
|
1680
1680
|
paddingRight: moderateScale2(10),
|
|
1681
|
-
...isFloating ? {
|
|
1681
|
+
...isFloating ? { marginTop: "13@ms", fontFamily: getFontFamily(400) } : {},
|
|
1682
1682
|
color: disabled ? colors2.textSecondary.main : colors2.dark.main,
|
|
1683
1683
|
zIndex: 10
|
|
1684
1684
|
},
|
|
@@ -1837,6 +1837,7 @@ var TextFieldBase = React15.forwardRef(
|
|
|
1837
1837
|
placeholder: labelOpen ? placeholder : "",
|
|
1838
1838
|
selectTextOnFocus: !disabled,
|
|
1839
1839
|
onSubmitEditing,
|
|
1840
|
+
verticalAlign: "middle",
|
|
1840
1841
|
multiline,
|
|
1841
1842
|
textAlignVertical: multiline ? "top" : "center",
|
|
1842
1843
|
...formProps,
|