@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.
@@ -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,
@@ -6651,9 +6652,9 @@ var actionCard = {
6651
6652
  translateY: 0
6652
6653
  },
6653
6654
  disabled: {
6654
- backgroundColor: lateOceanColorPalette.black50,
6655
+ backgroundColor: lateOceanColorPalette.white,
6655
6656
  borderColor: lateOceanColorPalette.black100,
6656
- borderWidth: 2,
6657
+ borderWidth: 1,
6657
6658
  shadow: {
6658
6659
  color: '',
6659
6660
  offsetX: 0,
@@ -6705,9 +6706,9 @@ var actionCard = {
6705
6706
  translateY: 0
6706
6707
  },
6707
6708
  disabled: {
6708
- backgroundColor: lateOceanColorPalette.black50,
6709
+ backgroundColor: lateOceanColorPalette.white,
6709
6710
  borderColor: lateOceanColorPalette.black100,
6710
- borderWidth: 2,
6711
+ borderWidth: 1,
6711
6712
  shadow: {
6712
6713
  color: '',
6713
6714
  offsetX: 0,
@@ -6772,9 +6773,9 @@ var actionCard = {
6772
6773
  translateY: 0
6773
6774
  },
6774
6775
  disabled: {
6775
- backgroundColor: lateOceanColorPalette.black50,
6776
+ backgroundColor: lateOceanColorPalette.white,
6776
6777
  borderColor: lateOceanColorPalette.black100,
6777
- borderWidth: 2,
6778
+ borderWidth: 1,
6778
6779
  shadow: {
6779
6780
  color: '',
6780
6781
  offsetX: 0,