fubi 1.0.0-beta.29 → 1.0.0-beta.30
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 -2
- package/dist/index.iife.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -23061,7 +23061,7 @@ function Settings$1($$anchor, $$props) {
|
|
|
23061
23061
|
{
|
|
23062
23062
|
const after = ($$anchor3) => {
|
|
23063
23063
|
var div = root_2$6();
|
|
23064
|
-
div.textContent = `v${"1.0.0-beta.
|
|
23064
|
+
div.textContent = `v${"1.0.0-beta.30"}`;
|
|
23065
23065
|
append($$anchor3, div);
|
|
23066
23066
|
};
|
|
23067
23067
|
Navbar(node, {
|
|
@@ -26659,7 +26659,7 @@ const createApp = (params) => {
|
|
|
26659
26659
|
var root_1$8 = /* @__PURE__ */ from_html(`<div class="flex w-full items-center gap-6"><div></div> </div>`);
|
|
26660
26660
|
var root_3$2 = /* @__PURE__ */ from_html(`<p class="whitespace-nowrap"> <span> </span></p>`);
|
|
26661
26661
|
var root_2$5 = /* @__PURE__ */ from_html(`<details open><summary class="text-amber-500 hover:underline pb-4 mt-8 border-b border-amber-500/30"> </summary> <!></details>`);
|
|
26662
|
-
var root$7 = /* @__PURE__ */ from_html(`<div class="fixed z-51 bottom-8 touch:top-8 w-200 touch:bottom-auto max-w-250 left-8 bg-black text-white/50 p-8 font-mono rounded-lg text-[10px]/none flex flex-col space-y-8 divide-white/10 [&_span]:text-white"><div class="text-amber-500 pb-4 mt-8 border-b border-amber-500/30"><p>Modules</p></div> <!> <!></div>`);
|
|
26662
|
+
var root$7 = /* @__PURE__ */ from_html(`<div class="hidden fixed z-51 bottom-8 touch:top-8 w-200 touch:bottom-auto max-w-250 left-8 bg-black text-white/50 p-8 font-mono rounded-lg text-[10px]/none flex flex-col space-y-8 divide-white/10 [&_span]:text-white"><div class="text-amber-500 pb-4 mt-8 border-b border-amber-500/30"><p>Modules</p></div> <!> <!></div>`);
|
|
26663
26663
|
function Debug($$anchor, $$props) {
|
|
26664
26664
|
push($$props, true);
|
|
26665
26665
|
const {
|