@ornikar/kitt-universal 9.47.2 → 9.48.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/definitions/BaseMessage/BaseMessage.d.ts.map +1 -1
- package/dist/index-browser-all.es.android.js +2 -1
- package/dist/index-browser-all.es.android.js.map +1 -1
- package/dist/index-browser-all.es.ios.js +2 -1
- package/dist/index-browser-all.es.ios.js.map +1 -1
- package/dist/index-browser-all.es.js +2 -1
- package/dist/index-browser-all.es.js.map +1 -1
- package/dist/index-browser-all.es.web.js +2 -1
- package/dist/index-browser-all.es.web.js.map +1 -1
- package/dist/index-node-14.17.cjs.js +2 -1
- package/dist/index-node-14.17.cjs.js.map +1 -1
- package/dist/index-node-14.17.cjs.web.js +2 -1
- package/dist/index-node-14.17.cjs.web.js.map +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +5 -5
|
@@ -3976,9 +3976,9 @@ function BaseMessage({
|
|
|
3976
3976
|
backgroundColor: `kitt.feedbackMessage.${type}.backgroundColor`,
|
|
3977
3977
|
children: [/*#__PURE__*/jsxRuntime.jsxs(HStack, {
|
|
3978
3978
|
flexGrow: 1,
|
|
3979
|
+
flexShrink: 1,
|
|
3979
3980
|
alignSelf: "center",
|
|
3980
3981
|
alignItems: "flex-start",
|
|
3981
|
-
flexShrink: 1,
|
|
3982
3982
|
paddingY: "kitt.4",
|
|
3983
3983
|
paddingX: "kitt.5",
|
|
3984
3984
|
children: [centeredText ? null : /*#__PURE__*/jsxRuntime.jsx(View, {
|
|
@@ -3993,6 +3993,7 @@ function BaseMessage({
|
|
|
3993
3993
|
})
|
|
3994
3994
|
}), /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
|
|
3995
3995
|
flexGrow: 1,
|
|
3996
|
+
flexShrink: 1,
|
|
3996
3997
|
textAlign: centeredText ? 'center' : 'left',
|
|
3997
3998
|
base: "body",
|
|
3998
3999
|
color: color,
|