dhre-ui-kit 0.0.132 → 0.0.134

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.d.ts CHANGED
@@ -491,7 +491,7 @@ interface OurOfficesButtonProps$1 {
491
491
  subTitle?: string;
492
492
  containterStyle?: ViewStyle;
493
493
  time?: string;
494
- subTitleStyle: TextStyle;
494
+ subTitleStyle?: TextStyle;
495
495
  }
496
496
  declare const _default$9: (props: OurOfficesButtonProps$1) => React$1.JSX.Element;
497
497
 
package/lib/index.js CHANGED
@@ -2484,7 +2484,7 @@ const Topic = ({
2484
2484
  CustomText$1,
2485
2485
  {
2486
2486
  text: title,
2487
- variant: FontStyle.B3_REGULAR,
2487
+ variant: FontStyle.L1_REGULAR,
2488
2488
  textColor: Theme.CONTENT_PRIMARY
2489
2489
  }
2490
2490
  ))