dhre-ui-kit 0.0.392 → 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
@@ -6537,7 +6537,8 @@ const PropertyDetails = ({
6537
6537
  {
6538
6538
  text: title,
6539
6539
  variant: FontStyle.L2_REGULAR,
6540
- style: [{ color: theme.CONTENT_PRIMARY }, titleStyle]
6540
+ style: [{ color: theme.CONTENT_PRIMARY }, titleStyle],
6541
+ numberOfLines: 2
6541
6542
  }
6542
6543
  ), /* @__PURE__ */ React__default["default"].createElement(
6543
6544
  CustomTypography,