renderloom 1.0.14 → 1.0.15

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.
@@ -10264,19 +10264,6 @@ const Ym = ({ children: e, content: t }) => {
10264
10264
  return /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
10265
10265
  d && a && /* @__PURE__ */ l.jsxs("div", { className: "flex md:hidden items-center justify-between px-6 py-4 border-b border-border/20 bg-card/45 backdrop-blur-xl w-full shrink-0 min-h-[64px]", children: [
10266
10266
  /* @__PURE__ */ l.jsxs("div", { className: "flex items-center gap-3", children: [
10267
- s && /* @__PURE__ */ l.jsx("div", { className: "text-primary shrink-0 transition-transform duration-300", children: s }),
10268
- /* @__PURE__ */ l.jsx("span", { className: "font-extrabold text-sm text-foreground tracking-tight", children: n })
10269
- ] }),
10270
- /* @__PURE__ */ l.jsxs("div", { className: "flex items-center gap-2", children: [
10271
- w && /* @__PURE__ */ l.jsx(
10272
- "button",
10273
- {
10274
- type: "button",
10275
- onClick: x,
10276
- className: "p-2.5 rounded-xl bg-secondary/20 hover:bg-secondary/35 text-foreground cursor-pointer border border-transparent transition-colors flex items-center justify-center shrink-0",
10277
- children: p ? /* @__PURE__ */ l.jsx(El, { size: 16, className: "text-amber-500" }) : /* @__PURE__ */ l.jsx(Tl, { size: 16, className: "text-primary" })
10278
- }
10279
- ),
10280
10267
  /* @__PURE__ */ l.jsx(
10281
10268
  "button",
10282
10269
  {
@@ -10285,8 +10272,19 @@ const Ym = ({ children: e, content: t }) => {
10285
10272
  className: "p-2.5 rounded-xl bg-secondary/20 hover:bg-secondary/35 text-foreground cursor-pointer border border-transparent transition-colors flex items-center justify-center shrink-0",
10286
10273
  children: /* @__PURE__ */ l.jsx(vl, { size: 16, className: "text-foreground" })
10287
10274
  }
10288
- )
10289
- ] })
10275
+ ),
10276
+ s && /* @__PURE__ */ l.jsx("div", { className: "text-primary shrink-0 transition-transform duration-300", children: s }),
10277
+ /* @__PURE__ */ l.jsx("span", { className: "font-extrabold text-sm text-foreground tracking-tight", children: n })
10278
+ ] }),
10279
+ /* @__PURE__ */ l.jsx("div", { className: "flex items-center gap-2", children: w && /* @__PURE__ */ l.jsx(
10280
+ "button",
10281
+ {
10282
+ type: "button",
10283
+ onClick: x,
10284
+ className: "p-2.5 rounded-xl bg-secondary/20 hover:bg-secondary/35 text-foreground cursor-pointer border border-transparent transition-colors flex items-center justify-center shrink-0",
10285
+ children: p ? /* @__PURE__ */ l.jsx(El, { size: 16, className: "text-amber-500" }) : /* @__PURE__ */ l.jsx(Tl, { size: 16, className: "text-primary" })
10286
+ }
10287
+ ) })
10290
10288
  ] }),
10291
10289
  d && !b && /* @__PURE__ */ l.jsx(
10292
10290
  "div",