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.mjs CHANGED
@@ -2501,15 +2501,16 @@ const CustomLoader = ({
2501
2501
  autoPlay: true,
2502
2502
  loop: true
2503
2503
  }
2504
- )), loadingText && /* @__PURE__ */ React.createElement(
2504
+ ), loadingText && /* @__PURE__ */ React.createElement(
2505
2505
  CustomText$1,
2506
2506
  {
2507
2507
  text: loadingText,
2508
2508
  style: styles.text,
2509
2509
  variant: FontStyle.B4_REGULAR,
2510
- textColor: "#000000"
2510
+ textColor: "#000000",
2511
+ numberOfLines: 2
2511
2512
  }
2512
- ))));
2513
+ )))));
2513
2514
  }
2514
2515
  };
2515
2516
  var CustomLoader$1 = withThemeProvider(CustomLoader);