dhre-ui-kit 0.0.356 → 0.0.358

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
@@ -771,6 +771,20 @@ const createStyles$3 = (theme) => {
771
771
  alignSelf: "center",
772
772
  alignContent: "center",
773
773
  color: theme.CONTENT_PRIMARY
774
+ },
775
+ imageBackground: {
776
+ position: "absolute",
777
+ top: 0,
778
+ left: 0,
779
+ width: "100%",
780
+ height: "100%",
781
+ zIndex: 0,
782
+ resizeMode: "cover"
783
+ },
784
+ lottie: {
785
+ width: "100%",
786
+ height: "100%",
787
+ zIndex: 1
774
788
  }
775
789
  });
776
790
  };
@@ -2340,7 +2354,7 @@ const CustomLoader = ({
2340
2354
  return /* @__PURE__ */ React.createElement(View, { style: styles.container }, /* @__PURE__ */ React.createElement(View, { style: styles.backdrop }, /* @__PURE__ */ React.createElement(View, { style: styles.box }, /* @__PURE__ */ React.createElement(View, { style: styles.loader }, /* @__PURE__ */ React.createElement(
2341
2355
  LottieView,
2342
2356
  {
2343
- style: styles.loader,
2357
+ style: styles.lottie,
2344
2358
  source: brandName === "DP" ? DEFAULT_LOADER : mode === "dark" ? LOADER_LIGHT : LOADER_DARK,
2345
2359
  autoPlay: true,
2346
2360
  loop: true