@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.
package/dist/index.es.js CHANGED
@@ -4203,7 +4203,10 @@ function CardModalBody(_ref) {
4203
4203
  medium: 'kitt.6'
4204
4204
  } : _ref$paddingX,
4205
4205
  _ref$paddingY = _ref.paddingY,
4206
- paddingY = _ref$paddingY === void 0 ? 'kitt.4' : _ref$paddingY,
4206
+ paddingY = _ref$paddingY === void 0 ? {
4207
+ base: 'kitt.4',
4208
+ medium: 'kitt.6'
4209
+ } : _ref$paddingY,
4207
4210
  props = _objectWithoutProperties(_ref, _excluded$K);
4208
4211
  return /*#__PURE__*/jsx(ScrollView, _objectSpread(_objectSpread({
4209
4212
  showsVerticalScrollIndicator: false,