fubi 1.0.0-beta.22 → 1.0.0-beta.23
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 +4 -3
- package/dist/index.iife.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8310,7 +8310,7 @@ class Environment extends Module {
|
|
|
8310
8310
|
}
|
|
8311
8311
|
}
|
|
8312
8312
|
_touch = new WeakMap();
|
|
8313
|
-
var root$O = /* @__PURE__ */ from_html(`<div><div><!></div> <div class="touch:hidden glass fixed z-[10] top-0 left-0 w-full h-full pointer-events-none superellipse rounded-(--fubi-rounded) mouse:rounded-(--fubi-rounded-mouse) touch:rounded-b-none select-none"></div></div>`);
|
|
8313
|
+
var root$O = /* @__PURE__ */ from_html(`<div><div data-lenis-prevent=""><!></div> <div class="touch:hidden glass fixed z-[10] top-0 left-0 w-full h-full pointer-events-none superellipse rounded-(--fubi-rounded) mouse:rounded-(--fubi-rounded-mouse) touch:rounded-b-none select-none"></div></div>`);
|
|
8314
8314
|
function Page($$anchor, $$props) {
|
|
8315
8315
|
push($$props, true);
|
|
8316
8316
|
const { win, router } = getModules();
|
|
@@ -23221,7 +23221,7 @@ function Settings$1($$anchor, $$props) {
|
|
|
23221
23221
|
append($$anchor4, fragment_3);
|
|
23222
23222
|
});
|
|
23223
23223
|
var div = sibling(node_2, 2);
|
|
23224
|
-
div.textContent = `Version ${"1.0.0-beta.
|
|
23224
|
+
div.textContent = `Version ${"1.0.0-beta.23"}`;
|
|
23225
23225
|
append($$anchor3, fragment_2);
|
|
23226
23226
|
},
|
|
23227
23227
|
$$slots: { default: true }
|
|
@@ -26914,7 +26914,7 @@ function Router($$anchor, $$props) {
|
|
|
26914
26914
|
append($$anchor, fragment);
|
|
26915
26915
|
pop();
|
|
26916
26916
|
}
|
|
26917
|
-
var root$4 = /* @__PURE__ */ from_html(`<button><span class="sr-only">Close Window</span></button> <div data-fubi-window="" data-fubi-hide-all=""><div></div> <!></div>`, 1);
|
|
26917
|
+
var root$4 = /* @__PURE__ */ from_html(`<button><span class="sr-only">Close Window</span></button> <div data-lenis-prevent="" data-fubi-window="" data-fubi-hide-all=""><div></div> <!></div>`, 1);
|
|
26918
26918
|
function Window($$anchor, $$props) {
|
|
26919
26919
|
push($$props, true);
|
|
26920
26920
|
const { win } = getModules();
|
|
@@ -28009,6 +28009,7 @@ function fubi(projectId, options) {
|
|
|
28009
28009
|
}
|
|
28010
28010
|
const root2 = document.createElement("div");
|
|
28011
28011
|
root2.id = "fubi-shadow-root";
|
|
28012
|
+
root2.setAttribute("data-lenis-prevent", "");
|
|
28012
28013
|
const shadowRoot = root2.attachShadow({ mode: "open" });
|
|
28013
28014
|
shadowRoot.innerHTML = `<style>${styles}</style>`;
|
|
28014
28015
|
const wrapper = document.createElement("div");
|