dhre-ui-kit 0.0.192 → 0.0.193

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
@@ -4605,7 +4605,7 @@ const PropertyDetails = ({
4605
4605
  variant: FontStyle.L1_REGULAR,
4606
4606
  style: { color: theme.CONTENT_PRIMARY }
4607
4607
  }
4608
- ), /* @__PURE__ */ React.createElement(View, { style: styles.propertyNumber }, /* @__PURE__ */ React.createElement(
4608
+ ), propertyNumber && /* @__PURE__ */ React.createElement(View, { style: styles.propertyNumber }, /* @__PURE__ */ React.createElement(
4609
4609
  CustomTypography,
4610
4610
  {
4611
4611
  text: propertyNumber,
@@ -4615,7 +4615,7 @@ const PropertyDetails = ({
4615
4615
  }
4616
4616
  }
4617
4617
  ), hintIcon)),
4618
- /* @__PURE__ */ React.createElement(
4618
+ btnIcon && /* @__PURE__ */ React.createElement(
4619
4619
  CustomIcon,
4620
4620
  {
4621
4621
  icon: btnIcon,