@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.
@@ -3983,9 +3983,9 @@ function BaseMessage(_ref) {
3983
3983
  backgroundColor: "kitt.feedbackMessage.".concat(type, ".backgroundColor"),
3984
3984
  children: [/*#__PURE__*/jsxs(HStack, {
3985
3985
  flexGrow: 1,
3986
+ flexShrink: 1,
3986
3987
  alignSelf: "center",
3987
3988
  alignItems: "flex-start",
3988
- flexShrink: 1,
3989
3989
  paddingY: "kitt.4",
3990
3990
  paddingX: "kitt.5",
3991
3991
  children: [centeredText ? null : /*#__PURE__*/jsx(View, {
@@ -4000,6 +4000,7 @@ function BaseMessage(_ref) {
4000
4000
  })
4001
4001
  }), /*#__PURE__*/jsx(Typography.Text, {
4002
4002
  flexGrow: 1,
4003
+ flexShrink: 1,
4003
4004
  textAlign: centeredText ? 'center' : 'left',
4004
4005
  base: "body",
4005
4006
  color: color,