@industry-theme/markdown-panels 0.2.3 → 0.2.4

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.
@@ -38307,11 +38307,11 @@ const Uk = (e) => {
38307
38307
  "button",
38308
38308
  {
38309
38309
  onClick: () => {
38310
- a("document"), s(0);
38310
+ a("book"), s(0);
38311
38311
  },
38312
38312
  style: {
38313
- background: i === "document" ? r.colors.primary : "transparent",
38314
- color: i === "document" ? r.colors.background : r.colors.textSecondary,
38313
+ background: i === "book" ? r.colors.primary : "transparent",
38314
+ color: i === "book" ? r.colors.background : r.colors.textSecondary,
38315
38315
  border: "none",
38316
38316
  padding: "6px 12px",
38317
38317
  cursor: "pointer",
@@ -38320,18 +38320,18 @@ const Uk = (e) => {
38320
38320
  fontFamily: r.fonts.body,
38321
38321
  transition: "all 0.2s"
38322
38322
  },
38323
- children: "Document"
38323
+ children: "Slides"
38324
38324
  }
38325
38325
  ),
38326
38326
  /* @__PURE__ */ Le.jsx(
38327
38327
  "button",
38328
38328
  {
38329
38329
  onClick: () => {
38330
- a("book"), s(0);
38330
+ a("document"), s(0);
38331
38331
  },
38332
38332
  style: {
38333
- background: i === "book" ? r.colors.primary : "transparent",
38334
- color: i === "book" ? r.colors.background : r.colors.textSecondary,
38333
+ background: i === "document" ? r.colors.primary : "transparent",
38334
+ color: i === "document" ? r.colors.background : r.colors.textSecondary,
38335
38335
  border: "none",
38336
38336
  padding: "6px 12px",
38337
38337
  cursor: "pointer",
@@ -38340,7 +38340,7 @@ const Uk = (e) => {
38340
38340
  fontFamily: r.fonts.body,
38341
38341
  transition: "all 0.2s"
38342
38342
  },
38343
- children: "Slides"
38343
+ children: "Document"
38344
38344
  }
38345
38345
  )
38346
38346
  ]
@@ -38407,7 +38407,7 @@ const Uk = (e) => {
38407
38407
  enableHtmlPopout: !0,
38408
38408
  enableKeyboardScrolling: !0,
38409
38409
  tocDisplayMode: "sidebar",
38410
- tocSidebarPosition: "right",
38410
+ tocSidebarPosition: "left",
38411
38411
  initialTocOpen: !0
38412
38412
  }
38413
38413
  )