@particle-network/ui-native 0.1.4-beta.4 → 0.1.4-beta.5

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.
@@ -130,6 +130,7 @@ const UXInput = /*#__PURE__*/ forwardRef((props, ref)=>{
130
130
  styles.input,
131
131
  inputStyle
132
132
  ],
133
+ textAlignVertical: restProps.multiline ? 'top' : void 0,
133
134
  value: internalValue,
134
135
  onBlur: handleBlur,
135
136
  onChangeText: (v)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-native",
3
- "version": "0.1.4-beta.4",
3
+ "version": "0.1.4-beta.5",
4
4
  "main": "./entry.js",
5
5
  "react-native": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -90,8 +90,8 @@
90
90
  "unfetch": "^4.2.0",
91
91
  "vite": "^6.3.5",
92
92
  "zustand": "^5.0.8",
93
- "@particle-network/lintstaged-config": "0.1.0",
94
93
  "@particle-network/eslint-config": "0.3.0",
94
+ "@particle-network/lintstaged-config": "0.1.0",
95
95
  "@particle-network/icons": "0.1.3-beta.3"
96
96
  },
97
97
  "overrides": {