@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.
@@ -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,