sapo-components-ui-rn 1.0.78 → 1.0.79
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.esm.js +4 -13
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -13
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/TextInput/TextInputDefault.tsx +0 -5
- package/src/components/TextInput/TextInputFlat.tsx +0 -5
- package/src/components/TextInput/TextInputNumber.tsx +0 -2
- package/src/components/Toast/index.tsx +1 -0
package/dist/index.esm.js
CHANGED
|
@@ -5279,7 +5279,7 @@ var TextInputFlat = function (_a) {
|
|
|
5279
5279
|
var font = theme.fonts.bodyLarge;
|
|
5280
5280
|
var hasActiveOutline = parentState.focused || error;
|
|
5281
5281
|
var _h = getConstants(), LABEL_PADDING_TOP = _h.LABEL_PADDING_TOP, FLAT_INPUT_OFFSET = _h.FLAT_INPUT_OFFSET, MIN_HEIGHT = _h.MIN_HEIGHT;
|
|
5282
|
-
var _j = (StyleSheet.flatten(style) || {}), fontSizeStyle = _j.fontSize, lineHeightStyle = _j.lineHeight, fontWeight = _j.fontWeight, height = _j.height, paddingHorizontal = _j.paddingHorizontal
|
|
5282
|
+
var _j = (StyleSheet.flatten(style) || {}), fontSizeStyle = _j.fontSize, lineHeightStyle = _j.lineHeight, fontWeight = _j.fontWeight, height = _j.height, paddingHorizontal = _j.paddingHorizontal; _j.textAlign; __rest(_j, ["fontSize", "lineHeight", "fontWeight", "height", "paddingHorizontal", "textAlign"]);
|
|
5283
5283
|
var fontSize = fontSizeStyle || MAXIMIZED_LABEL_FONT_SIZE;
|
|
5284
5284
|
var lineHeight = lineHeightStyle || (Platform.OS === "web" ? fontSize * 1.2 : undefined);
|
|
5285
5285
|
var isPaddingHorizontalPassed = paddingHorizontal !== undefined && typeof paddingHorizontal === "number";
|
|
@@ -5499,11 +5499,7 @@ var TextInputFlat = function (_a) {
|
|
|
5499
5499
|
renderPrefix(), render === null || render === void 0 ? void 0 :
|
|
5500
5500
|
render(__assign(__assign({}, rest), { ref: innerRef, onChangeText: handleChangeText, value: inputValue, placeholder: rest.placeholder, editable: !disabled && editable, selectionColor: selectionColor, cursorColor: typeof cursorColor === "undefined" ? activeColor : cursorColor, placeholderTextColor: placeholderTextColorBasedOnState, onFocus: onFocus, onBlur: onBlur, underlineColorAndroid: "transparent", multiline: multiline, style: [
|
|
5501
5501
|
styles$d.input,
|
|
5502
|
-
__assign(__assign({ paddingLeft: paddingLeft, paddingRight: paddingRight, paddingTop: parentState.focused || parentState.value ? SPACE_12 : 0 }, font), { fontSize: fontSize, lineHeight: lineHeight, fontWeight: fontWeight, color: inputTextColor, textAlignVertical: multiline ? "top" : "center",
|
|
5503
|
-
? textAlign
|
|
5504
|
-
: I18nManager.getConstants().isRTL
|
|
5505
|
-
? "right"
|
|
5506
|
-
: "left", marginTop: Platform.OS === "android" ? SPACE_8 : SPACE_2 }),
|
|
5502
|
+
__assign(__assign({ paddingLeft: paddingLeft, paddingRight: paddingRight, paddingTop: parentState.focused || parentState.value ? SPACE_12 : 0 }, font), { fontSize: fontSize, lineHeight: lineHeight, fontWeight: fontWeight, color: inputTextColor, textAlignVertical: multiline ? "top" : "center", marginTop: Platform.OS === "android" ? SPACE_8 : SPACE_2 }),
|
|
5507
5503
|
contentStyle,
|
|
5508
5504
|
] })),
|
|
5509
5505
|
renderSuffix())),
|
|
@@ -5753,11 +5749,7 @@ var TextInputDefault = function (_a) {
|
|
|
5753
5749
|
? activeColor
|
|
5754
5750
|
: cursorColor, placeholderTextColor: placeholderTextColorBasedOnState, onFocus: onFocus, onBlur: onBlur, underlineColorAndroid: "transparent", multiline: multiline, style: [
|
|
5755
5751
|
styles$c.input,
|
|
5756
|
-
__assign(__assign({}, font), { fontSize: fontSize, lineHeight: lineHeight, fontWeight: fontWeight, color: inputTextColor, textAlignVertical: multiline ? "top" : "center",
|
|
5757
|
-
? textAlign
|
|
5758
|
-
: I18nManager.getConstants().isRTL
|
|
5759
|
-
? "right"
|
|
5760
|
-
: "left", height: height ? height : 48, paddingTop: getPaddingTopValue(), paddingBottom: multiline ? CONSTANTS.SPACE_4 : 0 }),
|
|
5752
|
+
__assign(__assign({}, font), { fontSize: fontSize, lineHeight: lineHeight, fontWeight: fontWeight, color: inputTextColor, textAlignVertical: multiline ? "top" : "center", height: height ? height : 48, paddingTop: getPaddingTopValue(), paddingBottom: multiline ? CONSTANTS.SPACE_4 : 0 }),
|
|
5761
5753
|
contentStyle,
|
|
5762
5754
|
] })),
|
|
5763
5755
|
!multiline && renderSuffix()))),
|
|
@@ -6075,7 +6067,6 @@ var TextInputNumber = function (_a) {
|
|
|
6075
6067
|
}
|
|
6076
6068
|
return false;
|
|
6077
6069
|
};
|
|
6078
|
-
console.log(value, "value");
|
|
6079
6070
|
var checkLabelEmpty = function () {
|
|
6080
6071
|
if (label === undefined || label === null || label.toString() === "") {
|
|
6081
6072
|
return true;
|
|
@@ -6901,7 +6892,7 @@ var Toast = memoWithRef(function (_props, ref) {
|
|
|
6901
6892
|
top: top ? top : CONSTANTS.SPACE_16,
|
|
6902
6893
|
},
|
|
6903
6894
|
] },
|
|
6904
|
-
React__default.createElement(View, { row: !options.title, center: !options.title, full: true, onPress: onPressToast, style: [
|
|
6895
|
+
React__default.createElement(View, { row: !options.title, center: !options.title, full: true, activeOpacity: 0.8, onPress: onPressToast, style: [
|
|
6905
6896
|
styles$8.wrapContent,
|
|
6906
6897
|
{
|
|
6907
6898
|
shadowColor: "black",
|