@spicenet-io/spiceflow-ui 1.9.18 → 1.9.19
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 +2 -1
- package/dist/index.js +2 -1
- 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",
|
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",
|