dhre-ui-kit 0.0.351 → 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,7 +2537,7 @@ 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,
@@ -2546,7 +2546,7 @@ const CustomLoader = ({
2546
2546
  textColor: "#000000",
2547
2547
  numberOfLines: 2
2548
2548
  }
2549
- ))));
2549
+ )))));
2550
2550
  }
2551
2551
  };
2552
2552
  var CustomLoader$1 = withThemeProvider(CustomLoader);