@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 +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4966,7 +4966,7 @@ var AddressDisplay = ({
|
|
|
4966
4966
|
// package.json
|
|
4967
4967
|
var package_default = {
|
|
4968
4968
|
name: "@vechain/vechain-kit",
|
|
4969
|
-
version: "1.5.
|
|
4969
|
+
version: "1.5.2",
|
|
4970
4970
|
private: false,
|
|
4971
4971
|
homepage: "https://github.com/vechain/vechain-kit",
|
|
4972
4972
|
repository: "github:vechain/vechain-kit",
|
|
@@ -5100,7 +5100,8 @@ var VersionFooter = ({ ...props }) => {
|
|
|
5100
5100
|
w: "70px",
|
|
5101
5101
|
h: "auto",
|
|
5102
5102
|
opacity: 0.4,
|
|
5103
|
-
mr: 1
|
|
5103
|
+
mr: 1,
|
|
5104
|
+
ml: "-16px"
|
|
5104
5105
|
}
|
|
5105
5106
|
),
|
|
5106
5107
|
/* @__PURE__ */ jsxs(
|
|
@@ -6056,7 +6057,7 @@ var MainContent = ({ setCurrentContent, onClose }) => {
|
|
|
6056
6057
|
),
|
|
6057
6058
|
/* @__PURE__ */ jsx(ConnectionOptionsStack, {})
|
|
6058
6059
|
] }),
|
|
6059
|
-
/* @__PURE__ */ jsx(ModalFooter, { children: /* @__PURE__ */ jsx(VersionFooter, {}) })
|
|
6060
|
+
/* @__PURE__ */ jsx(ModalFooter, { pt: 0, pb: "5px", children: /* @__PURE__ */ jsx(VersionFooter, {}) })
|
|
6060
6061
|
] });
|
|
6061
6062
|
};
|
|
6062
6063
|
var useFeatureAnnouncement = () => {
|