@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.
@@ -4903,9 +4903,9 @@ function BaseMessage({
4903
4903
  backgroundColor: `kitt.feedbackMessage.${type}.backgroundColor`,
4904
4904
  children: [/*#__PURE__*/jsxRuntime.jsxs(HStack, {
4905
4905
  flexGrow: 1,
4906
+ flexShrink: 1,
4906
4907
  alignSelf: "center",
4907
4908
  alignItems: "flex-start",
4908
- flexShrink: 1,
4909
4909
  paddingY: "kitt.4",
4910
4910
  paddingX: "kitt.5",
4911
4911
  children: [centeredText ? null : /*#__PURE__*/jsxRuntime.jsx(View, {
@@ -4920,6 +4920,7 @@ function BaseMessage({
4920
4920
  })
4921
4921
  }), /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
4922
4922
  flexGrow: 1,
4923
+ flexShrink: 1,
4923
4924
  textAlign: centeredText ? 'center' : 'left',
4924
4925
  base: "body",
4925
4926
  color: color,