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.js CHANGED
@@ -807,6 +807,20 @@ const createStyles$3 = (theme) => {
807
807
  alignSelf: "center",
808
808
  alignContent: "center",
809
809
  color: theme.CONTENT_PRIMARY
810
+ },
811
+ imageBackground: {
812
+ position: "absolute",
813
+ top: 0,
814
+ left: 0,
815
+ width: "100%",
816
+ height: "100%",
817
+ zIndex: 0,
818
+ resizeMode: "cover"
819
+ },
820
+ lottie: {
821
+ width: "100%",
822
+ height: "100%",
823
+ zIndex: 1
810
824
  }
811
825
  });
812
826
  };
@@ -2376,7 +2390,7 @@ const CustomLoader = ({
2376
2390
  return /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles.container }, /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles.backdrop }, /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles.box }, /* @__PURE__ */ React__default["default"].createElement(reactNative.View, { style: styles.loader }, /* @__PURE__ */ React__default["default"].createElement(
2377
2391
  LottieView__default["default"],
2378
2392
  {
2379
- style: styles.loader,
2393
+ style: styles.lottie,
2380
2394
  source: brandName === "DP" ? DEFAULT_LOADER : mode === "dark" ? LOADER_LIGHT : LOADER_DARK,
2381
2395
  autoPlay: true,
2382
2396
  loop: true