@ornikar/kitt-universal 9.47.2 → 9.48.0

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,