@ornikar/kitt-universal 23.0.1 → 23.0.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [23.0.2](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@23.0.1...@ornikar/kitt-universal@23.0.2) (2024-01-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * card modal padding [no issue] ([#2300](https://github.com/ornikar/kitt/issues/2300)) ([0d1d9f7](https://github.com/ornikar/kitt/commit/0d1d9f7b71167f2c4a0c9afbb61b195361b274d0))
12
+
13
+
14
+
6
15
  ## [23.0.1](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@23.0.0...@ornikar/kitt-universal@23.0.1) (2023-12-28)
7
16
 
8
17
  **Note:** Version bump only for package @ornikar/kitt-universal
@@ -3254,8 +3254,10 @@ function CardModalBody(_ref) {
3254
3254
  props = _objectWithoutProperties(_ref, _excluded$E);
3255
3255
  return /*#__PURE__*/jsx(ScrollView, _objectSpread(_objectSpread({
3256
3256
  showsVerticalScrollIndicator: false,
3257
- paddingX: paddingX,
3258
- paddingY: paddingY
3257
+ _contentContainerStyle: {
3258
+ paddingX,
3259
+ paddingY
3260
+ }
3259
3261
  }, props), {}, {
3260
3262
  children: children
3261
3263
  }));