dhre-ui-kit 0.0.353 → 0.0.354

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
@@ -801,7 +801,6 @@ const createStyles$3 = (theme) => {
801
801
  alignItems: "center"
802
802
  },
803
803
  text: {
804
- flex: 1,
805
804
  marginTop: 16,
806
805
  textAlign: "center",
807
806
  alignSelf: "center",
@@ -2538,7 +2537,7 @@ const CustomLoader = ({
2538
2537
  autoPlay: true,
2539
2538
  loop: true
2540
2539
  }
2541
- ), loadingText && /* @__PURE__ */ React__default["default"].createElement(
2540
+ )), loadingText && /* @__PURE__ */ React__default["default"].createElement(
2542
2541
  CustomText$1,
2543
2542
  {
2544
2543
  text: loadingText,
@@ -2546,7 +2545,7 @@ const CustomLoader = ({
2546
2545
  variant: FontStyle.B4_REGULAR,
2547
2546
  textColor: "#000000"
2548
2547
  }
2549
- )))));
2548
+ ))));
2550
2549
  }
2551
2550
  };
2552
2551
  var CustomLoader$1 = withThemeProvider(CustomLoader);