notjs-react 0.3.8 → 0.3.9

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/index.js CHANGED
@@ -9491,7 +9491,7 @@ function la({
9491
9491
  "div",
9492
9492
  {
9493
9493
  className: "flex flex-col bg-white dark:bg-neutral-900",
9494
- style: { width: `${O}%` },
9494
+ style: { width: `${O}%`, flexShrink: 0 },
9495
9495
  children: [
9496
9496
  /* @__PURE__ */ ie("div", { className: "flex items-center justify-between px-8 py-2 bg-neutral-100/70 dark:bg-neutral-900 border-b border-black/5 dark:border-white/5", children: [
9497
9497
  /* @__PURE__ */ Y("h2", { className: "text-sm font-semibold tracking-wide text-neutral-600 dark:text-neutral-400", children: "CODE" }),