datastake-daf 0.6.724 → 0.6.726

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.
@@ -45513,7 +45513,7 @@ function Sidenav(_ref) {
45513
45513
  children: [/*#__PURE__*/jsxRuntime.jsx("h6", {
45514
45514
  children: t("Powered By")
45515
45515
  }), /*#__PURE__*/jsxRuntime.jsx("img", {
45516
- src: poweredByLogo || "/assets/images/datastake-white.svg",
45516
+ src: poweredByLogo ? poweredByLogo : logoVariant === "blue" ? "/assets/images/datastake-white.svg" : "/assets/favicons/datastake-blue.svg",
45517
45517
  alt: "logo"
45518
45518
  })]
45519
45519
  }) : null]
@@ -45690,7 +45690,8 @@ Sidenav.propTypes = {
45690
45690
  widthHoverSecond: PropTypes__default["default"].any,
45691
45691
  hoverContentSecond: PropTypes__default["default"].any,
45692
45692
  t: PropTypes__default["default"].any,
45693
- isDatastake: PropTypes__default["default"].any
45693
+ isDatastake: PropTypes__default["default"].any,
45694
+ logoVariant: PropTypes__default["default"].oneOf(["blue", "white"])
45694
45695
  };
45695
45696
 
45696
45697
  function Applications(_ref) {