@vechain/vechain-kit 1.5.1 → 1.5.2

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 CHANGED
@@ -4971,7 +4971,7 @@ var AddressDisplay = ({
4971
4971
  // package.json
4972
4972
  var package_default = {
4973
4973
  name: "@vechain/vechain-kit",
4974
- version: "1.5.1",
4974
+ version: "1.5.2",
4975
4975
  private: false,
4976
4976
  homepage: "https://github.com/vechain/vechain-kit",
4977
4977
  repository: "github:vechain/vechain-kit",
@@ -5105,7 +5105,8 @@ var VersionFooter = ({ ...props }) => {
5105
5105
  w: "70px",
5106
5106
  h: "auto",
5107
5107
  opacity: 0.4,
5108
- mr: 1
5108
+ mr: 1,
5109
+ ml: "-16px"
5109
5110
  }
5110
5111
  ),
5111
5112
  /* @__PURE__ */ jsxRuntime.jsxs(
@@ -6061,7 +6062,7 @@ var MainContent = ({ setCurrentContent, onClose }) => {
6061
6062
  ),
6062
6063
  /* @__PURE__ */ jsxRuntime.jsx(ConnectionOptionsStack, {})
6063
6064
  ] }),
6064
- /* @__PURE__ */ jsxRuntime.jsx(react.ModalFooter, { children: /* @__PURE__ */ jsxRuntime.jsx(VersionFooter, {}) })
6065
+ /* @__PURE__ */ jsxRuntime.jsx(react.ModalFooter, { pt: 0, pb: "5px", children: /* @__PURE__ */ jsxRuntime.jsx(VersionFooter, {}) })
6065
6066
  ] });
6066
6067
  };
6067
6068
  var useFeatureAnnouncement = () => {