@oxide/design-system 2.6.1--canary.bd00ffd.0 → 2.6.1--canary.bcc4581.0

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.
@@ -3,7 +3,7 @@ import {
3
3
  DirectionRightIcon_default,
4
4
  Link16Icon_default,
5
5
  SelectArrows6Icon_default
6
- } from "../../chunk-XUWE6OLY.js";
6
+ } from "../../chunk-YRJL4JLL.js";
7
7
 
8
8
  // components/src/asciidoc/index.tsx
9
9
  import asciidoctor2 from "@asciidoctor/core";
@@ -343,7 +343,7 @@ var DesktopOutline = ({
343
343
  ] }, item.id));
344
344
  };
345
345
  if (toc && toc.length > 0) {
346
- return /* @__PURE__ */ jsx4("ul", { className: cn3("toc w-[--toc-width]", className), children: renderToc(toc) });
346
+ return /* @__PURE__ */ jsx4("ul", { className: cn3("toc w-[var(--toc-width)]", className), children: renderToc(toc) });
347
347
  }
348
348
  return null;
349
349
  };
@@ -393,12 +393,12 @@ var SmallScreenOutline = ({
393
393
  value,
394
394
  onValueChange: setValue,
395
395
  children: /* @__PURE__ */ jsxs3(Accordion.Item, { value: "toc", children: [
396
- /* @__PURE__ */ jsx4(Accordion.Header, { children: /* @__PURE__ */ jsxs3(Accordion.Trigger, { className: "flex h-12 w-full items-center justify-between text-sans-md text-default hover:bg-hover px-[--container-px] [&>svg]:data-[state=open]:rotate-90", children: [
396
+ /* @__PURE__ */ jsx4(Accordion.Header, { children: /* @__PURE__ */ jsxs3(Accordion.Trigger, { className: "flex h-12 w-full items-center justify-between text-sans-md text-default hover:bg-hover px-[var(--container-px)] [&>svg]:data-[state=open]:rotate-90", children: [
397
397
  "Table of Contents",
398
398
  " ",
399
399
  /* @__PURE__ */ jsx4(DirectionRightIcon_default, { className: "transition-all text-tertiary" })
400
400
  ] }) }),
401
- /* @__PURE__ */ jsx4(Accordion.Content, { className: "animated-accordion hydrated max-h-[60vh] overflow-y-scroll w-full border-t border-secondary px-[--container-px]", children: /* @__PURE__ */ jsx4("div", { className: "py-4", children: renderToc(toc) }) })
401
+ /* @__PURE__ */ jsx4(Accordion.Content, { className: "animated-accordion hydrated max-h-[60vh] overflow-y-scroll w-full border-t border-secondary px-[var(--container-px)]", children: /* @__PURE__ */ jsx4("div", { className: "py-4", children: renderToc(toc) }) })
402
402
  ] })
403
403
  }
404
404
  );