@gardenfi/garden-book 0.0.22 → 0.0.24

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
@@ -10836,7 +10836,15 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
10836
10836
  ...o,
10837
10837
  children: /* @__PURE__ */ jsxs("div", { className: "flex justify-center gap-3", children: [
10838
10838
  a,
10839
- s && /* @__PURE__ */ jsx(Lottie, { animationData: spinnerAnimation, loop: !0, autoplay: !0, style: { width: 24, height: 24 } })
10839
+ s && /* @__PURE__ */ jsx(
10840
+ Lottie,
10841
+ {
10842
+ animationData: spinnerAnimation,
10843
+ loop: !0,
10844
+ autoplay: !0,
10845
+ style: { width: 24, height: 24 }
10846
+ }
10847
+ )
10840
10848
  ] })
10841
10849
  }
10842
10850
  );
@@ -10852,7 +10860,7 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
10852
10860
  },
10853
10861
  weight: {
10854
10862
  bold: "font-bold",
10855
- medium: "font-normal"
10863
+ medium: "font-medium"
10856
10864
  },
10857
10865
  breakpointSize: {
10858
10866
  "xs:h1": "xs:text-[32px] xs:leading-[48px]",