@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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +117 -117
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.
|
|
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)");
|