@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.
@@ -4936,9 +4936,9 @@ function BaseMessage(_ref) {
4936
4936
  backgroundColor: "kitt.feedbackMessage.".concat(type, ".backgroundColor"),
4937
4937
  children: [/*#__PURE__*/jsxs(HStack, {
4938
4938
  flexGrow: 1,
4939
+ flexShrink: 1,
4939
4940
  alignSelf: "center",
4940
4941
  alignItems: "flex-start",
4941
- flexShrink: 1,
4942
4942
  paddingY: "kitt.4",
4943
4943
  paddingX: "kitt.5",
4944
4944
  children: [centeredText ? null : /*#__PURE__*/jsx(View, {
@@ -4953,6 +4953,7 @@ function BaseMessage(_ref) {
4953
4953
  })
4954
4954
  }), /*#__PURE__*/jsx(Typography.Text, {
4955
4955
  flexGrow: 1,
4956
+ flexShrink: 1,
4956
4957
  textAlign: centeredText ? 'center' : 'left',
4957
4958
  base: "body",
4958
4959
  color: color,