@ornikar/kitt-universal 9.47.2 → 9.48.1

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,
@@ -6628,9 +6629,9 @@ const actionCard = {
6628
6629
  translateY: 0
6629
6630
  },
6630
6631
  disabled: {
6631
- backgroundColor: lateOceanColorPalette.black50,
6632
+ backgroundColor: lateOceanColorPalette.white,
6632
6633
  borderColor: lateOceanColorPalette.black100,
6633
- borderWidth: 2,
6634
+ borderWidth: 1,
6634
6635
  shadow: {
6635
6636
  color: '',
6636
6637
  offsetX: 0,
@@ -6682,9 +6683,9 @@ const actionCard = {
6682
6683
  translateY: 0
6683
6684
  },
6684
6685
  disabled: {
6685
- backgroundColor: lateOceanColorPalette.black50,
6686
+ backgroundColor: lateOceanColorPalette.white,
6686
6687
  borderColor: lateOceanColorPalette.black100,
6687
- borderWidth: 2,
6688
+ borderWidth: 1,
6688
6689
  shadow: {
6689
6690
  color: '',
6690
6691
  offsetX: 0,
@@ -6749,9 +6750,9 @@ const actionCard = {
6749
6750
  translateY: 0
6750
6751
  },
6751
6752
  disabled: {
6752
- backgroundColor: lateOceanColorPalette.black50,
6753
+ backgroundColor: lateOceanColorPalette.white,
6753
6754
  borderColor: lateOceanColorPalette.black100,
6754
- borderWidth: 2,
6755
+ borderWidth: 1,
6755
6756
  shadow: {
6756
6757
  color: '',
6757
6758
  offsetX: 0,