@vechain/vechain-kit 1.9.0 → 1.9.1

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/dist/index.js CHANGED
@@ -4804,7 +4804,7 @@ var AddressDisplay = ({
4804
4804
 
4805
4805
  // package.json
4806
4806
  var package_default = {
4807
- version: "1.9.0"};
4807
+ version: "1.9.1"};
4808
4808
  var VersionFooter = ({ ...props }) => {
4809
4809
  const { darkMode: isDark } = useVeChainKitConfig();
4810
4810
  return /* @__PURE__ */ jsxs(
@@ -4920,7 +4920,7 @@ var BaseModal = ({
4920
4920
  closeOnOverlayClick = true,
4921
4921
  blockScrollOnMount = false,
4922
4922
  allowExternalFocus = false,
4923
- backdropFilter,
4923
+ backdropFilter = "blur(2px)",
4924
4924
  isCloseable = true
4925
4925
  }) => {
4926
4926
  const [isDesktop] = useMediaQuery("(min-width: 768px)");