@hoddy-ui/next 2.5.96 → 2.5.99

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 CHANGED
@@ -1708,10 +1708,12 @@ var TextFieldBase = import_react16.default.forwardRef(
1708
1708
  ...inputStyles
1709
1709
  },
1710
1710
  input: {
1711
- fontSize: "14@s",
1711
+ fontSize: "14@ms",
1712
1712
  flex: 1,
1713
1713
  alignSelf: "stretch",
1714
+ padding: 0,
1714
1715
  paddingLeft: inputPadding,
1716
+ lineHeight: "18@ms",
1715
1717
  paddingRight: (0, import_react_native_size_matters13.moderateScale)(10),
1716
1718
  ...isFloating ? { marginTop: "13@ms", fontFamily: getFontFamily(400) } : {},
1717
1719
  color: disabled ? colors2.textSecondary.main : colors2.dark.main,
@@ -1739,12 +1741,12 @@ var TextFieldBase = import_react16.default.forwardRef(
1739
1741
  fontFamily: getFontFamily(400),
1740
1742
  position: "absolute",
1741
1743
  left: inputPadding,
1742
- fontSize: labelOpen ? "10@s" : "13@s",
1744
+ fontSize: labelOpen ? "10@ms" : "13@ms",
1743
1745
  color: error ? colors2.error.main : focused ? theme === "dark" ? colors2[color].light : colors2[color].main : colors2.textSecondary.main
1744
1746
  }
1745
1747
  } : {},
1746
1748
  helperText: {
1747
- paddingHorizontal: "15@s",
1749
+ paddingHorizontal: "15@ms",
1748
1750
  flex: 1,
1749
1751
  color: error ? colors2.error.main : focused ? theme === "dark" ? colors2[color].light : colors2[color].main : colors2.textSecondary.main,
1750
1752
  paddingTop: "4@ms"
@@ -1872,7 +1874,6 @@ var TextFieldBase = import_react16.default.forwardRef(
1872
1874
  placeholder: labelOpen ? placeholder : "",
1873
1875
  selectTextOnFocus: !disabled,
1874
1876
  onSubmitEditing,
1875
- verticalAlign: "middle",
1876
1877
  multiline,
1877
1878
  textAlignVertical: multiline ? "top" : "center",
1878
1879
  ...formProps,