dhre-ui-kit 0.0.394 → 0.0.396

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