@ornikar/kitt-universal 31.3.0 → 31.3.1
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/CardModal.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-22.17.cjs.js +4 -1
- package/dist/index-node-22.17.cjs.js.map +1 -1
- package/dist/index-node-22.17.cjs.web.js +4 -1
- package/dist/index-node-22.17.cjs.web.js.map +1 -1
- package/dist/index-node-22.17.es.mjs +4 -1
- package/dist/index-node-22.17.es.mjs.map +1 -1
- package/dist/index-node-22.17.es.web.mjs +4 -1
- package/dist/index-node-22.17.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/dist/index.es.web.js
CHANGED
|
@@ -4675,10 +4675,13 @@ function CardModal(_ref) {
|
|
|
4675
4675
|
backgroundColor: backgroundColor,
|
|
4676
4676
|
shadow: withoutShadow ? undefined : 'kitt.cardModal.shadow',
|
|
4677
4677
|
borderRadius: "kitt.cardModal.borderRadius",
|
|
4678
|
+
flexGrow: 1,
|
|
4678
4679
|
width: "100%",
|
|
4679
4680
|
maxHeight: "100%",
|
|
4680
|
-
maxWidth: maxWidth,
|
|
4681
4681
|
minHeight: "kitt.cardModal.minHeight",
|
|
4682
|
+
_web: {
|
|
4683
|
+
maxWidth: maxWidth
|
|
4684
|
+
},
|
|
4682
4685
|
children: children
|
|
4683
4686
|
}));
|
|
4684
4687
|
}
|