@hoddy-ui/next 2.0.45 → 2.0.47
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 +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -275,7 +275,6 @@ var Typography = (0, import_react.forwardRef)(
|
|
|
275
275
|
variant = "body1",
|
|
276
276
|
align = "left",
|
|
277
277
|
gutterBottom = 0,
|
|
278
|
-
numberOfLines,
|
|
279
278
|
adjustsFontSizeToFit,
|
|
280
279
|
fontWeight = 400,
|
|
281
280
|
fontFamily,
|
|
@@ -1649,7 +1648,7 @@ var TextField2 = import_react16.default.forwardRef(
|
|
|
1649
1648
|
},
|
|
1650
1649
|
placeholder: {
|
|
1651
1650
|
fontSize: "14@ms",
|
|
1652
|
-
color: colors2.textSecondary.
|
|
1651
|
+
color: colors2.textSecondary.light,
|
|
1653
1652
|
paddingLeft: (0, import_react_native_size_matters14.moderateScale)(10)
|
|
1654
1653
|
},
|
|
1655
1654
|
label: {},
|
|
@@ -1696,7 +1695,7 @@ var TextField2 = import_react16.default.forwardRef(
|
|
|
1696
1695
|
onPress: () => setFocused(true),
|
|
1697
1696
|
style: styles2.container
|
|
1698
1697
|
},
|
|
1699
|
-
start,
|
|
1698
|
+
/* @__PURE__ */ import_react16.default.createElement(import_react_native16.View, { style: { marginTop: multiline ? 5 : 0 } }, start),
|
|
1700
1699
|
options ? /* @__PURE__ */ import_react16.default.createElement(import_react16.default.Fragment, null, value ? /* @__PURE__ */ import_react16.default.createElement(Typography_default, { style: styles2.inputText }, options.find((cur) => cur.value === value)?.label) : /* @__PURE__ */ import_react16.default.createElement(Typography_default, { style: styles2.placeholder }, placeholder), /* @__PURE__ */ import_react16.default.createElement(
|
|
1701
1700
|
import_vector_icons8.Ionicons,
|
|
1702
1701
|
{
|
|
@@ -1721,7 +1720,7 @@ var TextField2 = import_react16.default.forwardRef(
|
|
|
1721
1720
|
onChangeText,
|
|
1722
1721
|
key: showPassword ? "show" : "hide",
|
|
1723
1722
|
keyboardType,
|
|
1724
|
-
placeholderTextColor: colors2.textSecondary.
|
|
1723
|
+
placeholderTextColor: colors2.textSecondary.light,
|
|
1725
1724
|
editable: !disabled,
|
|
1726
1725
|
placeholder,
|
|
1727
1726
|
selectTextOnFocus: !disabled,
|