@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.
@@ -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,
@@ -6376,9 +6377,9 @@ var actionCard = {
6376
6377
  translateY: 0
6377
6378
  },
6378
6379
  disabled: {
6379
- backgroundColor: lateOceanColorPalette.black50,
6380
+ backgroundColor: lateOceanColorPalette.white,
6380
6381
  borderColor: lateOceanColorPalette.black100,
6381
- borderWidth: 2,
6382
+ borderWidth: 1,
6382
6383
  shadow: {
6383
6384
  color: '',
6384
6385
  offsetX: 0,
@@ -6430,9 +6431,9 @@ var actionCard = {
6430
6431
  translateY: 0
6431
6432
  },
6432
6433
  disabled: {
6433
- backgroundColor: lateOceanColorPalette.black50,
6434
+ backgroundColor: lateOceanColorPalette.white,
6434
6435
  borderColor: lateOceanColorPalette.black100,
6435
- borderWidth: 2,
6436
+ borderWidth: 1,
6436
6437
  shadow: {
6437
6438
  color: '',
6438
6439
  offsetX: 0,
@@ -6497,9 +6498,9 @@ var actionCard = {
6497
6498
  translateY: 0
6498
6499
  },
6499
6500
  disabled: {
6500
- backgroundColor: lateOceanColorPalette.black50,
6501
+ backgroundColor: lateOceanColorPalette.white,
6501
6502
  borderColor: lateOceanColorPalette.black100,
6502
- borderWidth: 2,
6503
+ borderWidth: 1,
6503
6504
  shadow: {
6504
6505
  color: '',
6505
6506
  offsetX: 0,