@spicenet-io/spiceflow-ui 1.9.19 → 1.9.20

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.js CHANGED
@@ -6265,7 +6265,7 @@ const CrossChainDepositModal = ({
6265
6265
  display: "flex",
6266
6266
  alignItems: "center",
6267
6267
  gap: "6px",
6268
- marginBottom: "12px"
6268
+ marginBottom: "10px"
6269
6269
  },
6270
6270
  children: [
6271
6271
  /* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontSize: "14px", color: "#6b7280" }, children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -6276,7 +6276,8 @@ const CrossChainDepositModal = ({
6276
6276
  style: {
6277
6277
  width: "10.5px",
6278
6278
  height: "10.5px",
6279
- marginTop: "2px",
6279
+ top: "1.75px",
6280
+ left: "1.75px",
6280
6281
  flexShrink: 0
6281
6282
  }
6282
6283
  }
package/dist/index.js CHANGED
@@ -6263,7 +6263,7 @@ const CrossChainDepositModal = ({
6263
6263
  display: "flex",
6264
6264
  alignItems: "center",
6265
6265
  gap: "6px",
6266
- marginBottom: "12px"
6266
+ marginBottom: "10px"
6267
6267
  },
6268
6268
  children: [
6269
6269
  /* @__PURE__ */ jsx("span", { style: { fontSize: "14px", color: "#6b7280" }, children: /* @__PURE__ */ jsx(
@@ -6274,7 +6274,8 @@ const CrossChainDepositModal = ({
6274
6274
  style: {
6275
6275
  width: "10.5px",
6276
6276
  height: "10.5px",
6277
- marginTop: "2px",
6277
+ top: "1.75px",
6278
+ left: "1.75px",
6278
6279
  flexShrink: 0
6279
6280
  }
6280
6281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.9.19",
3
+ "version": "1.9.20",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",