@gardenfi/garden-book 0.0.35 → 0.0.36

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
@@ -12937,7 +12937,7 @@ const ArrowDownwardIcon = (e) => /* @__PURE__ */ jsx("svg", { width: "12", heigh
12937
12937
  "div",
12938
12938
  {
12939
12939
  className: cn(
12940
- "flex items-center rounded-full text-dark-grey font-medium bg-white gap-x-2",
12940
+ "flex items-center rounded-full text-dark-grey font-medium w-max bg-white gap-x-2",
12941
12941
  t
12942
12942
  ),
12943
12943
  ...i,
@@ -12950,7 +12950,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(G
12950
12950
  Opacity,
12951
12951
  {
12952
12952
  level: "medium",
12953
- className: "px-4 py-3 rounded-3xl " + t,
12953
+ className: cn("px-4 py-3 rounded-3xl w-max", t),
12954
12954
  ...i,
12955
12955
  children: /* @__PURE__ */ jsx(Typography, { size: "h3", weight: "bold", children: e })
12956
12956
  }
@@ -12963,7 +12963,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(G
12963
12963
  }) => /* @__PURE__ */ jsx(GardenShell, { children: /* @__PURE__ */ jsx(
12964
12964
  "div",
12965
12965
  {
12966
- className: cn("flex text-left cursor-pointer", s),
12966
+ className: cn("flex text-left cursor-pointer w-max", s),
12967
12967
  ...n,
12968
12968
  children: /* @__PURE__ */ jsxs(
12969
12969
  "button",
@@ -13844,7 +13844,7 @@ const placeholderUrl = "data:image/svg+xml,%3csvg%20width='384'%20height='216'%2
13844
13844
  const [n, a] = useState(!1), [o, f] = useState(e ?? placeholderUrl), l = () => {
13845
13845
  f(placeholderUrl);
13846
13846
  };
13847
- return /* @__PURE__ */ jsx(GardenShell, { children: /* @__PURE__ */ jsx(Opacity, { level: "semi-dark", className: "rounded-2xl", children: /* @__PURE__ */ jsxs("div", { className: "w-[328px] h-[305px] sm:w-[384px] sm:h-[336px] overflow-hidden rounded-2xl", children: [
13847
+ return /* @__PURE__ */ jsx(GardenShell, { children: /* @__PURE__ */ jsx(Opacity, { level: "semi-dark", className: "rounded-2xl w-max", children: /* @__PURE__ */ jsxs("div", { className: "w-[328px] h-[305px] sm:w-[384px] sm:h-[336px] overflow-hidden rounded-2xl", children: [
13848
13848
  /* @__PURE__ */ jsx(
13849
13849
  "div",
13850
13850
  {