@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 +9 -0
- package/dist/index-metro.es.android.js +4 -2
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +4 -2
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +4 -2
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +4 -2
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +4 -2
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +4 -2
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +4 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +4 -2
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
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
|
-
|
|
3258
|
-
|
|
3257
|
+
_contentContainerStyle: {
|
|
3258
|
+
paddingX,
|
|
3259
|
+
paddingY
|
|
3260
|
+
}
|
|
3259
3261
|
}, props), {}, {
|
|
3260
3262
|
children: children
|
|
3261
3263
|
}));
|