triiiceratops 0.11.0 → 0.11.1
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.
|
@@ -272,7 +272,8 @@
|
|
|
272
272
|
{#if showToggle}
|
|
273
273
|
<button
|
|
274
274
|
class={[
|
|
275
|
-
'pointer-events-auto btn btn-circle btn-sm
|
|
275
|
+
'pointer-events-auto btn btn-circle btn-sm shadow-md z-40 transition-opacity duration-300 absolute mt-2',
|
|
276
|
+
'bg-base-200/90 backdrop-blur border border-base-300 hover:bg-base-300 text-base-content',
|
|
276
277
|
isOpen && 'opacity-0 pointer-events-none',
|
|
277
278
|
!isOpen && 'opacity-100',
|
|
278
279
|
]}
|
|
@@ -4470,7 +4470,8 @@ function q0(a, t) {
|
|
|
4470
4470
|
E0(o, { size: 20, weight: "bold" }), e.reset(z), e.action(z, (d, O) => re == null ? void 0 : re(d, O), () => ({ content: /* @__PURE__ */ Ie(), position: e.get(h) })), e.template_effect(
|
|
4471
4471
|
(d) => {
|
|
4472
4472
|
e.set_class(z, 1, e.clsx([
|
|
4473
|
-
"pointer-events-auto btn btn-circle btn-sm
|
|
4473
|
+
"pointer-events-auto btn btn-circle btn-sm shadow-md z-40 transition-opacity duration-300 absolute mt-2",
|
|
4474
|
+
"bg-base-200/90 backdrop-blur border border-base-300 hover:bg-base-300 text-base-content",
|
|
4474
4475
|
e.get(f) && "opacity-0 pointer-events-none",
|
|
4475
4476
|
!e.get(f) && "opacity-100"
|
|
4476
4477
|
])), e.set_style(z, e.get(w) ? "right: 0.5rem;" : e.get(Z) ? "left: 0.5rem;" : "right: 0.5rem;"), e.set_attribute(z, "aria-label", d);
|