@kosdev-code/base-ui-components 0.1.0-dev.5656 → 0.1.0-dev.5681
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/index.cjs +1 -0
- package/index.cjs.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -11538,6 +11538,7 @@ const [Sn] = O(["shell-menu"]), R1 = ({ className: e, left: t, right: o }) => /*
|
|
|
11538
11538
|
), km = g.div`
|
|
11539
11539
|
width: 100%;
|
|
11540
11540
|
height: 100%;
|
|
11541
|
+
min-height: 60px;
|
|
11541
11542
|
border: ${pt("border")} solid ${pt("border-color")};
|
|
11542
11543
|
transition: border 0.125s ease-in-out;
|
|
11543
11544
|
border-radius: ${pt("border-radius")};
|