@gardenfi/garden-book 0.1.39 → 0.1.41

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
@@ -10993,15 +10993,14 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
10993
10993
  t && (o.stopPropagation(), t());
10994
10994
  };
10995
10995
  return /* @__PURE__ */ jsx(
10996
- Opacity,
10996
+ "div",
10997
10997
  {
10998
- level: "medium",
10999
- className: `${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" : ""}`,
11000
10999
  onClick: a,
11001
11000
  children: /* @__PURE__ */ jsx(
11002
11001
  "div",
11003
11002
  {
11004
- className: `gf-transform gf-transition-transform gf-backdrop-blur-sm ${e ? "gf-animate-scale-in" : "gf-animate-scale-out"}`,
11003
+ className: `gf-transform gf-transition-transform ${e ? "gf-animate-scale-in" : "gf-animate-scale-out"}`,
11005
11004
  children: i
11006
11005
  }
11007
11006
  )