@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.
@@ -3976,9 +3976,9 @@ function BaseMessage({
3976
3976
  backgroundColor: `kitt.feedbackMessage.${type}.backgroundColor`,
3977
3977
  children: [/*#__PURE__*/jsxRuntime.jsxs(HStack, {
3978
3978
  flexGrow: 1,
3979
+ flexShrink: 1,
3979
3980
  alignSelf: "center",
3980
3981
  alignItems: "flex-start",
3981
- flexShrink: 1,
3982
3982
  paddingY: "kitt.4",
3983
3983
  paddingX: "kitt.5",
3984
3984
  children: [centeredText ? null : /*#__PURE__*/jsxRuntime.jsx(View, {
@@ -3993,6 +3993,7 @@ function BaseMessage({
3993
3993
  })
3994
3994
  }), /*#__PURE__*/jsxRuntime.jsx(Typography.Text, {
3995
3995
  flexGrow: 1,
3996
+ flexShrink: 1,
3996
3997
  textAlign: centeredText ? 'center' : 'left',
3997
3998
  base: "body",
3998
3999
  color: color,
@@ -6338,9 +6339,9 @@ const actionCard = {
6338
6339
  translateY: 0
6339
6340
  },
6340
6341
  disabled: {
6341
- backgroundColor: lateOceanColorPalette.black50,
6342
+ backgroundColor: lateOceanColorPalette.white,
6342
6343
  borderColor: lateOceanColorPalette.black100,
6343
- borderWidth: 2,
6344
+ borderWidth: 1,
6344
6345
  shadow: {
6345
6346
  color: '',
6346
6347
  offsetX: 0,
@@ -6392,9 +6393,9 @@ const actionCard = {
6392
6393
  translateY: 0
6393
6394
  },
6394
6395
  disabled: {
6395
- backgroundColor: lateOceanColorPalette.black50,
6396
+ backgroundColor: lateOceanColorPalette.white,
6396
6397
  borderColor: lateOceanColorPalette.black100,
6397
- borderWidth: 2,
6398
+ borderWidth: 1,
6398
6399
  shadow: {
6399
6400
  color: '',
6400
6401
  offsetX: 0,
@@ -6459,9 +6460,9 @@ const actionCard = {
6459
6460
  translateY: 0
6460
6461
  },
6461
6462
  disabled: {
6462
- backgroundColor: lateOceanColorPalette.black50,
6463
+ backgroundColor: lateOceanColorPalette.white,
6463
6464
  borderColor: lateOceanColorPalette.black100,
6464
- borderWidth: 2,
6465
+ borderWidth: 1,
6465
6466
  shadow: {
6466
6467
  color: '',
6467
6468
  offsetX: 0,