@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.
@@ -1 +1 @@
1
- {"version":3,"file":"BaseMessage.d.ts","sourceRoot":"","sources":["../../../src/BaseMessage/BaseMessage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AASjE,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEpE,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAa,EACb,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,MAAM,EACN,SAAS,GACV,EAAE,gBAAgB,GAAG,YAAY,CAqCjC"}
1
+ {"version":3,"file":"BaseMessage.d.ts","sourceRoot":"","sources":["../../../src/BaseMessage/BaseMessage.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AASjE,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEpE,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,wBAAgB,WAAW,CAAC,EAC1B,IAAa,EACb,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,MAAM,EACN,SAAS,GACV,EAAE,gBAAgB,GAAG,YAAY,CA2CjC"}
@@ -4876,9 +4876,9 @@ function BaseMessage(_ref) {
4876
4876
  backgroundColor: "kitt.feedbackMessage.".concat(type, ".backgroundColor"),
4877
4877
  children: [/*#__PURE__*/jsxs(HStack, {
4878
4878
  flexGrow: 1,
4879
+ flexShrink: 1,
4879
4880
  alignSelf: "center",
4880
4881
  alignItems: "flex-start",
4881
- flexShrink: 1,
4882
4882
  paddingY: "kitt.4",
4883
4883
  paddingX: "kitt.5",
4884
4884
  children: [centeredText ? null : /*#__PURE__*/jsx(View, {
@@ -4893,6 +4893,7 @@ function BaseMessage(_ref) {
4893
4893
  })
4894
4894
  }), /*#__PURE__*/jsx(Typography.Text, {
4895
4895
  flexGrow: 1,
4896
+ flexShrink: 1,
4896
4897
  textAlign: centeredText ? 'center' : 'left',
4897
4898
  base: "body",
4898
4899
  color: color,
@@ -6591,9 +6592,9 @@ var actionCard = {
6591
6592
  translateY: 0
6592
6593
  },
6593
6594
  disabled: {
6594
- backgroundColor: lateOceanColorPalette.black50,
6595
+ backgroundColor: lateOceanColorPalette.white,
6595
6596
  borderColor: lateOceanColorPalette.black100,
6596
- borderWidth: 2,
6597
+ borderWidth: 1,
6597
6598
  shadow: {
6598
6599
  color: '',
6599
6600
  offsetX: 0,
@@ -6645,9 +6646,9 @@ var actionCard = {
6645
6646
  translateY: 0
6646
6647
  },
6647
6648
  disabled: {
6648
- backgroundColor: lateOceanColorPalette.black50,
6649
+ backgroundColor: lateOceanColorPalette.white,
6649
6650
  borderColor: lateOceanColorPalette.black100,
6650
- borderWidth: 2,
6651
+ borderWidth: 1,
6651
6652
  shadow: {
6652
6653
  color: '',
6653
6654
  offsetX: 0,
@@ -6712,9 +6713,9 @@ var actionCard = {
6712
6713
  translateY: 0
6713
6714
  },
6714
6715
  disabled: {
6715
- backgroundColor: lateOceanColorPalette.black50,
6716
+ backgroundColor: lateOceanColorPalette.white,
6716
6717
  borderColor: lateOceanColorPalette.black100,
6717
- borderWidth: 2,
6718
+ borderWidth: 1,
6718
6719
  shadow: {
6719
6720
  color: '',
6720
6721
  offsetX: 0,