@ornikar/kitt-universal 32.5.2 → 32.5.3-canary.00bf1c2f290a49f97769efc35573c95654f3a672.0

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.
@@ -7671,6 +7671,9 @@ const InputPassword = /*#__PURE__*/forwardRef((_ref, ref) => {
7671
7671
  right: right || /*#__PURE__*/jsx(InputPressable, {
7672
7672
  testID: "kitt.InputPassword.passwordToggle",
7673
7673
  hitSlop: 20,
7674
+ style: {
7675
+ top: 15
7676
+ },
7674
7677
  accessibilityRole: "button",
7675
7678
  onPress: () => setIsVisible(prev => !prev),
7676
7679
  children: /*#__PURE__*/jsx(InputIcon, {
@@ -8217,7 +8220,8 @@ const TextArea = /*#__PURE__*/forwardRef((_ref, ref) => {
8217
8220
  ref: ref,
8218
8221
  multiline: true,
8219
8222
  textAlignVertical: "top",
8220
- minHeight: "kitt.forms.textArea.minHeight"
8223
+ minHeight: "kitt.forms.textArea.minHeight",
8224
+ height: "100%"
8221
8225
  }, props), {}, {
8222
8226
  onChange: e => {
8223
8227
  if (!limit || e.nativeEvent.text.length <= limit) {