fubi 1.0.0-beta.39 → 1.0.0-beta.40
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.es.js +2 -1
- package/dist/index.iife.js +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -19225,6 +19225,7 @@ function DropdownMenu_1($$anchor, $$props) {
|
|
|
19225
19225
|
]);
|
|
19226
19226
|
component(node_5, () => Dropdown_menu_content, ($$anchor6, DropdownMenu_Content) => {
|
|
19227
19227
|
DropdownMenu_Content($$anchor6, {
|
|
19228
|
+
preventScroll: false,
|
|
19228
19229
|
get align() {
|
|
19229
19230
|
return align();
|
|
19230
19231
|
},
|
|
@@ -23126,7 +23127,7 @@ function Settings$1($$anchor, $$props) {
|
|
|
23126
23127
|
{
|
|
23127
23128
|
const after = ($$anchor3) => {
|
|
23128
23129
|
var div = root_2$6();
|
|
23129
|
-
div.textContent = `v${"1.0.0-beta.
|
|
23130
|
+
div.textContent = `v${"1.0.0-beta.40"}`;
|
|
23130
23131
|
append($$anchor3, div);
|
|
23131
23132
|
};
|
|
23132
23133
|
Navbar(node, {
|