dhre-ui-kit 0.0.393 → 0.0.394

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.
package/lib/index.js CHANGED
@@ -6489,7 +6489,6 @@ const styles$1 = reactNative.StyleSheet.create({
6489
6489
  borderBottomWidth: 1
6490
6490
  },
6491
6491
  propertyInfo: {
6492
- flex: 1,
6493
6492
  rowGap: verticalScale(4)
6494
6493
  },
6495
6494
  arrowIconContainer: {
@@ -6538,7 +6537,8 @@ const PropertyDetails = ({
6538
6537
  {
6539
6538
  text: title,
6540
6539
  variant: FontStyle.L2_REGULAR,
6541
- style: [{ color: theme.CONTENT_PRIMARY }, titleStyle]
6540
+ style: [{ color: theme.CONTENT_PRIMARY }, titleStyle],
6541
+ numberOfLines: 2
6542
6542
  }
6543
6543
  ), /* @__PURE__ */ React__default["default"].createElement(
6544
6544
  CustomTypography,