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 +2 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -6501,7 +6501,8 @@ const PropertyDetails = ({
|
|
|
6501
6501
|
{
|
|
6502
6502
|
text: title,
|
|
6503
6503
|
variant: FontStyle.L2_REGULAR,
|
|
6504
|
-
style: [{ color: theme.CONTENT_PRIMARY }, titleStyle]
|
|
6504
|
+
style: [{ color: theme.CONTENT_PRIMARY }, titleStyle],
|
|
6505
|
+
numberOfLines: 2
|
|
6505
6506
|
}
|
|
6506
6507
|
), /* @__PURE__ */ React.createElement(
|
|
6507
6508
|
CustomTypography,
|