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