@ornikar/kitt-universal 25.50.0 → 25.51.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.
@@ -4066,7 +4066,10 @@ function CardModalBody(_ref) {
4066
4066
  medium: 'kitt.6'
4067
4067
  } : _ref$paddingX,
4068
4068
  _ref$paddingY = _ref.paddingY,
4069
- paddingY = _ref$paddingY === void 0 ? 'kitt.4' : _ref$paddingY,
4069
+ paddingY = _ref$paddingY === void 0 ? {
4070
+ base: 'kitt.4',
4071
+ medium: 'kitt.6'
4072
+ } : _ref$paddingY,
4070
4073
  props = _objectWithoutProperties(_ref, _excluded$J);
4071
4074
  return /*#__PURE__*/jsx(ScrollView, _objectSpread(_objectSpread({
4072
4075
  showsVerticalScrollIndicator: false,