@openpkg-ts/doc-generator 0.6.1 → 0.6.2

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.
@@ -22716,7 +22716,7 @@ function ExportIndexPage({
22716
22716
  const availableKinds = useMemo(() => allGroups.map((g) => g.kind), [allGroups]);
22717
22717
  const totalExports = filteredGroups.reduce((sum, g) => sum + g.exports.length, 0);
22718
22718
  return /* @__PURE__ */ jsxs10("div", {
22719
- className: cn2("space-y-8 not-prose", className),
22719
+ className: cn2("doccov-index-page space-y-8 not-prose", className),
22720
22720
  children: [
22721
22721
  /* @__PURE__ */ jsxs10("div", {
22722
22722
  children: [
@@ -23394,7 +23394,7 @@ function FullAPIReferencePage({
23394
23394
  });
23395
23395
  const shouldShowFilters = showFilters && !kinds?.length && availableKinds.length > 1;
23396
23396
  return /* @__PURE__ */ jsxs15("div", {
23397
- className: cn3("not-prose", showTOC && "lg:grid lg:grid-cols-[220px_1fr] lg:gap-8", className),
23397
+ className: cn3("doccov-full-reference-page not-prose", showTOC && "lg:grid lg:grid-cols-[220px_1fr] lg:gap-8", className),
23398
23398
  children: [
23399
23399
  showTOC && /* @__PURE__ */ jsx22("aside", {
23400
23400
  className: "hidden lg:block",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openpkg-ts/doc-generator",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "API doc generator consuming OpenPkg specs. TypeDoc alternative for modern doc frameworks.",
5
5
  "keywords": [
6
6
  "openpkg",