dhre-ui-kit 0.0.350 → 0.0.352

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 CHANGED
@@ -2537,15 +2537,16 @@ const CustomLoader = ({
2537
2537
  autoPlay: true,
2538
2538
  loop: true
2539
2539
  }
2540
- )), loadingText && /* @__PURE__ */ React__default["default"].createElement(
2540
+ ), loadingText && /* @__PURE__ */ React__default["default"].createElement(
2541
2541
  CustomText$1,
2542
2542
  {
2543
2543
  text: loadingText,
2544
2544
  style: styles.text,
2545
2545
  variant: FontStyle.B4_REGULAR,
2546
- textColor: "#000000"
2546
+ textColor: "#000000",
2547
+ numberOfLines: 2
2547
2548
  }
2548
- ))));
2549
+ )))));
2549
2550
  }
2550
2551
  };
2551
2552
  var CustomLoader$1 = withThemeProvider(CustomLoader);