@gardenfi/garden-book 0.1.40 → 0.1.42

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/ui.es.js CHANGED
@@ -10995,7 +10995,7 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
10995
10995
  return /* @__PURE__ */ jsx(
10996
10996
  "div",
10997
10997
  {
10998
- className: `gf-bg-black gf-bg-opacity-50 ${modalStyles({ open: e })} ${s ? e ? "gf-animate-fade-in" : "gf-animate-fade-out" : ""}`,
10998
+ className: `gf-bg-dark-grey gf-bg-opacity-40 ${modalStyles({ open: e })} ${s ? e ? "gf-animate-fade-in" : "gf-animate-fade-out" : ""}`,
10999
10999
  onClick: a,
11000
11000
  children: /* @__PURE__ */ jsx(
11001
11001
  "div",
@@ -11018,7 +11018,7 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
11018
11018
  onClick: (a) => {
11019
11019
  a.stopPropagation();
11020
11020
  },
11021
- className: `gf-mx-auto ${t ? " " + t : ""}`,
11021
+ className: `gf-mx-auto gf-backdrop-blur-md ${t || ""}`,
11022
11022
  ...s,
11023
11023
  children: e
11024
11024
  }