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.mjs CHANGED
@@ -6453,7 +6453,6 @@ const styles$1 = StyleSheet.create({
6453
6453
  borderBottomWidth: 1
6454
6454
  },
6455
6455
  propertyInfo: {
6456
- flex: 1,
6457
6456
  rowGap: verticalScale(4)
6458
6457
  },
6459
6458
  arrowIconContainer: {
@@ -6502,7 +6501,8 @@ const PropertyDetails = ({
6502
6501
  {
6503
6502
  text: title,
6504
6503
  variant: FontStyle.L2_REGULAR,
6505
- style: [{ color: theme.CONTENT_PRIMARY }, titleStyle]
6504
+ style: [{ color: theme.CONTENT_PRIMARY }, titleStyle],
6505
+ numberOfLines: 2
6506
6506
  }
6507
6507
  ), /* @__PURE__ */ React.createElement(
6508
6508
  CustomTypography,