@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/components/molecules/Chip/Chip.d.ts +1 -0
- package/dist/components/molecules/Chip/Chip.stories.d.ts +1 -0
- package/dist/components/organisms/BlogCard/BlogCard.d.ts +18 -0
- package/dist/components/organisms/BlogCard/BlogCard.stories.d.ts +19 -0
- package/dist/components/organisms/QuestCard/QuestCard.d.ts +21 -0
- package/dist/components/organisms/QuestCard/QuestCard.stories.d.ts +26 -0
- package/dist/styles.css +1 -1
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +10 -2
- package/dist/ui.umd.js +1 -1
- package/package.json +9 -7
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(
|
|
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-
|
|
10863
|
+
medium: "font-medium"
|
|
10856
10864
|
},
|
|
10857
10865
|
breakpointSize: {
|
|
10858
10866
|
"xs:h1": "xs:text-[32px] xs:leading-[48px]",
|