@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/CHANGELOG.md +9 -0
- package/dist/definitions/CardModal/CardModalBody.d.ts.map +1 -1
- package/dist/index-metro.es.android.js +4 -1
- package/dist/index-metro.es.android.js.map +1 -1
- package/dist/index-metro.es.ios.js +4 -1
- package/dist/index-metro.es.ios.js.map +1 -1
- package/dist/index-node-20.10.cjs.js +4 -1
- package/dist/index-node-20.10.cjs.js.map +1 -1
- package/dist/index-node-20.10.cjs.web.js +4 -1
- package/dist/index-node-20.10.cjs.web.js.map +1 -1
- package/dist/index-node-20.10.es.mjs +4 -1
- package/dist/index-node-20.10.es.mjs.map +1 -1
- package/dist/index-node-20.10.es.web.mjs +4 -1
- package/dist/index-node-20.10.es.web.mjs.map +1 -1
- package/dist/index.es.js +4 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.es.web.js +4 -1
- package/dist/index.es.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
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
|
+
## [25.51.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@25.50.0...@ornikar/kitt-universal@25.51.0) (2025-04-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* modify padding on CardModal [no issue] ([#2585](https://github.com/ornikar/kitt/issues/2585)) ([c97b187](https://github.com/ornikar/kitt/commit/c97b18765fbe39823e0c6e8c2bd1ad65f515e88f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [25.50.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@25.49.0...@ornikar/kitt-universal@25.50.0) (2025-04-14)
|
|
7
16
|
|
|
8
17
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardModalBody.d.ts","sourceRoot":"","sources":["../../../src/CardModal/CardModalBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAGjE,MAAM,WAAW,kBAAmB,SAAQ,eAAe;IACzD,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;CAClC;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,QAA+C,EAC/C,
|
|
1
|
+
{"version":3,"file":"CardModalBody.d.ts","sourceRoot":"","sources":["../../../src/CardModal/CardModalBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAGjE,MAAM,WAAW,kBAAmB,SAAQ,eAAe;IACzD,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;CAClC;AAED,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,QAA+C,EAC/C,QAA+C,EAC/C,GAAG,KAAK,EACT,EAAE,kBAAkB,GAAG,SAAS,CAMhC"}
|
|
@@ -4148,7 +4148,10 @@ function CardModalBody(_ref) {
|
|
|
4148
4148
|
base: 'kitt.4',
|
|
4149
4149
|
medium: 'kitt.6'
|
|
4150
4150
|
},
|
|
4151
|
-
paddingY =
|
|
4151
|
+
paddingY = {
|
|
4152
|
+
base: 'kitt.4',
|
|
4153
|
+
medium: 'kitt.6'
|
|
4154
|
+
}
|
|
4152
4155
|
} = _ref,
|
|
4153
4156
|
props = _objectWithoutProperties(_ref, _excluded$K);
|
|
4154
4157
|
return /*#__PURE__*/jsx(ScrollView, _objectSpread(_objectSpread({
|