@spicenet-io/spiceflow-ui 1.9.18 → 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 +5 -3
- package/dist/index.js +5 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1752,7 +1752,8 @@ const AssetSelectorComponent = ({
|
|
|
1752
1752
|
border: "0.5px solid #A8A8A7",
|
|
1753
1753
|
borderRadius: styles?.assetSelector?.borderRadius || "6px",
|
|
1754
1754
|
padding: styles?.assetSelector?.padding || "16px",
|
|
1755
|
-
height: "
|
|
1755
|
+
height: "auto",
|
|
1756
|
+
minHeight: "144px",
|
|
1756
1757
|
display: "flex",
|
|
1757
1758
|
flexDirection: "column",
|
|
1758
1759
|
gap: "8px",
|
|
@@ -6264,7 +6265,7 @@ const CrossChainDepositModal = ({
|
|
|
6264
6265
|
display: "flex",
|
|
6265
6266
|
alignItems: "center",
|
|
6266
6267
|
gap: "6px",
|
|
6267
|
-
marginBottom: "
|
|
6268
|
+
marginBottom: "10px"
|
|
6268
6269
|
},
|
|
6269
6270
|
children: [
|
|
6270
6271
|
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { fontSize: "14px", color: "#6b7280" }, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -6275,7 +6276,8 @@ const CrossChainDepositModal = ({
|
|
|
6275
6276
|
style: {
|
|
6276
6277
|
width: "10.5px",
|
|
6277
6278
|
height: "10.5px",
|
|
6278
|
-
|
|
6279
|
+
top: "1.75px",
|
|
6280
|
+
left: "1.75px",
|
|
6279
6281
|
flexShrink: 0
|
|
6280
6282
|
}
|
|
6281
6283
|
}
|
package/dist/index.js
CHANGED
|
@@ -1750,7 +1750,8 @@ const AssetSelectorComponent = ({
|
|
|
1750
1750
|
border: "0.5px solid #A8A8A7",
|
|
1751
1751
|
borderRadius: styles?.assetSelector?.borderRadius || "6px",
|
|
1752
1752
|
padding: styles?.assetSelector?.padding || "16px",
|
|
1753
|
-
height: "
|
|
1753
|
+
height: "auto",
|
|
1754
|
+
minHeight: "144px",
|
|
1754
1755
|
display: "flex",
|
|
1755
1756
|
flexDirection: "column",
|
|
1756
1757
|
gap: "8px",
|
|
@@ -6262,7 +6263,7 @@ const CrossChainDepositModal = ({
|
|
|
6262
6263
|
display: "flex",
|
|
6263
6264
|
alignItems: "center",
|
|
6264
6265
|
gap: "6px",
|
|
6265
|
-
marginBottom: "
|
|
6266
|
+
marginBottom: "10px"
|
|
6266
6267
|
},
|
|
6267
6268
|
children: [
|
|
6268
6269
|
/* @__PURE__ */ jsx("span", { style: { fontSize: "14px", color: "#6b7280" }, children: /* @__PURE__ */ jsx(
|
|
@@ -6273,7 +6274,8 @@ const CrossChainDepositModal = ({
|
|
|
6273
6274
|
style: {
|
|
6274
6275
|
width: "10.5px",
|
|
6275
6276
|
height: "10.5px",
|
|
6276
|
-
|
|
6277
|
+
top: "1.75px",
|
|
6278
|
+
left: "1.75px",
|
|
6277
6279
|
flexShrink: 0
|
|
6278
6280
|
}
|
|
6279
6281
|
}
|