sapo-components-ui-rn 1.1.26 → 1.1.27

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.
@@ -1,5 +1,5 @@
1
- export declare const MAXIMIZED_LABEL_FONT_SIZE = 14;
2
- export declare const MINIMIZED_LABEL_FONT_SIZE = 12;
1
+ export declare const MAXIMIZED_LABEL_FONT_SIZE = 15;
2
+ export declare const MINIMIZED_LABEL_FONT_SIZE = 13;
3
3
  export declare const LABEL_WIGGLE_X_OFFSET = 4;
4
4
  export declare const ADORNMENT_SIZE = 24;
5
5
  export declare const MIN_WIDTH = 100;
package/dist/index.esm.js CHANGED
@@ -1897,8 +1897,8 @@ function getTextColor(_a) {
1897
1897
  return theme.colors.textDefault;
1898
1898
  }
1899
1899
 
1900
- var MAXIMIZED_LABEL_FONT_SIZE = 14;
1901
- var MINIMIZED_LABEL_FONT_SIZE = 12;
1900
+ var MAXIMIZED_LABEL_FONT_SIZE = 15;
1901
+ var MINIMIZED_LABEL_FONT_SIZE = 13;
1902
1902
  var LABEL_WIGGLE_X_OFFSET = 4;
1903
1903
  var ADORNMENT_SIZE = 24;
1904
1904
  var MIN_WIDTH = 100;
@@ -4784,7 +4784,7 @@ var Text = function (props) {
4784
4784
  fontWeight: "normal",
4785
4785
  color: colors.textDefault,
4786
4786
  fontFamily: "Inter-Regular",
4787
- fontSize: 14,
4787
+ fontSize: 15,
4788
4788
  lineHeight: 20,
4789
4789
  };
4790
4790
  var _a = props.size, size = _a === void 0 ? 14 : _a, lineHeight = props.lineHeight, center = props.center, color = props.color, bold = props.bold, medium = props.medium, semibold = props.semibold;
@@ -7360,7 +7360,7 @@ var NumberKeyboard = function (_a) {
7360
7360
  inputValue.includes(".") &&
7361
7361
  styles.disabledKey,
7362
7362
  ], onPress: function () { return handleKeyPress(key); }, disabled: (key === "000" && type === "float") ||
7363
- (key === "." && inputValue.includes(".")) }, key === "del" ? (React__default.createElement(Icon, { name: "IconDelNumber", size: 24 })) : (React__default.createElement(Text$1, { style: [
7363
+ (key === "." && inputValue.includes(".")) }, key === "del" ? (React__default.createElement(SvgIcon, { name: "IconDelNumber", width: 24, height: 24 })) : (React__default.createElement(Text$1, { style: [
7364
7364
  styles.keyText,
7365
7365
  styles.text22,
7366
7366
  key === "000" &&