lakelib 0.1.6 → 0.1.7
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/lake.css +4 -0
- package/dist/lake.min.js +5 -5
- package/dist/lake.min.js.map +1 -1
- package/lib/lake.css +4 -0
- package/lib/lake.js +17 -7
- package/lib/lake.js.map +1 -1
- package/lib/types/ui/button.d.ts +2 -1
- package/lib/types/ui/dropdown.d.ts +3 -1
- package/lib/types/ui/toolbar.d.ts +4 -1
- package/lib/types/ui/upload.d.ts +2 -2
- package/package.json +1 -1
package/dist/lake.css
CHANGED
|
@@ -249,6 +249,10 @@ button.lake-text-button span {
|
|
|
249
249
|
box-shadow: var(--popup-shadow);
|
|
250
250
|
display: none;
|
|
251
251
|
}
|
|
252
|
+
.lake-dropdown[placement="top"] .lake-dropdown-menu {
|
|
253
|
+
top: auto;
|
|
254
|
+
bottom: 30px;
|
|
255
|
+
}
|
|
252
256
|
.lake-dropdown .lake-dropdown-menu li {
|
|
253
257
|
display: flex;
|
|
254
258
|
align-items: center;
|