@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.
package/dist/index.es.js CHANGED
@@ -7915,6 +7915,9 @@ var InputPassword = /*#__PURE__*/forwardRef(function (_ref, ref) {
7915
7915
  right: right || /*#__PURE__*/jsx(InputPressable, {
7916
7916
  testID: "kitt.InputPassword.passwordToggle",
7917
7917
  hitSlop: 20,
7918
+ style: {
7919
+ top: 15
7920
+ },
7918
7921
  accessibilityRole: "button",
7919
7922
  onPress: function () {
7920
7923
  return setIsVisible(function (prev) {
@@ -8453,7 +8456,8 @@ var TextArea = /*#__PURE__*/forwardRef(function (_ref, ref) {
8453
8456
  ref: ref,
8454
8457
  multiline: true,
8455
8458
  textAlignVertical: "top",
8456
- minHeight: "kitt.forms.textArea.minHeight"
8459
+ minHeight: "kitt.forms.textArea.minHeight",
8460
+ height: "100%"
8457
8461
  }, props), {}, {
8458
8462
  onChange: function (e) {
8459
8463
  if (!limit || e.nativeEvent.text.length <= limit) {