@particle-network/ui-native 0.0.23 → 0.0.24

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.
@@ -128,6 +128,7 @@ const text_Text = /*#__PURE__*/ forwardRef((props, ref)=>{
128
128
  styles.text,
129
129
  style
130
130
  ],
131
+ allowFontScaling: false,
131
132
  onLayout: (e)=>{
132
133
  setTextWidth(e.nativeEvent.layout.width);
133
134
  },
@@ -154,6 +155,7 @@ const text_Text = /*#__PURE__*/ forwardRef((props, ref)=>{
154
155
  }
155
156
  return /*#__PURE__*/ jsx(Text, {
156
157
  ref: ref,
158
+ allowFontScaling: false,
157
159
  style: [
158
160
  boxStyle,
159
161
  styles.text,
@@ -122,6 +122,7 @@ const UXInput = /*#__PURE__*/ forwardRef((props, ref)=>{
122
122
  renderContent(startContent),
123
123
  /*#__PURE__*/ jsx(TextInput, {
124
124
  ref: inputRef,
125
+ allowFontScaling: false,
125
126
  editable: !isDisabled && !isReadOnly,
126
127
  placeholderTextColor: getColor('tertiary'),
127
128
  selectionColor: isInvalid ? `${styles.container.borderColor}80` : styles.container.borderColor,
@@ -219,6 +219,7 @@ const UXNumberInput = /*#__PURE__*/ forwardRef((props, ref)=>{
219
219
  renderContent(startContent),
220
220
  /*#__PURE__*/ jsx(TextInput, {
221
221
  ref: inputRef,
222
+ allowFontScaling: false,
222
223
  editable: !isDisabled && !isReadOnly,
223
224
  keyboardType: keyboardType,
224
225
  placeholderTextColor: getColor('tertiary'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-native",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "license": "MIT",
5
5
  "main": "./entry.js",
6
6
  "react-native": "./dist/index.js",
@@ -44,8 +44,8 @@
44
44
  "react-native-paper": "^5.14.5",
45
45
  "react-native-size-matters": "^0.4.2",
46
46
  "react-native-toast-message": "^2.3.3",
47
- "@particle-network/ui-shared": "0.0.7",
48
- "@particle-network/icons": "0.0.15"
47
+ "@particle-network/icons": "0.0.16",
48
+ "@particle-network/ui-shared": "0.0.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@babel/core": "^7.24.0",