@primer/doctocat-nextjs 0.0.0-20251112204505 → 0.0.0-20251112213412

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20251112204505
3
+ ## 0.0.0-20251112213412
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -54,7 +54,7 @@ export function Sidebar({pageMap}: SidebarProps) {
54
54
  <span className="visually-hidden"> navigation</span>
55
55
  </Heading>
56
56
  )}
57
- <NavList className={styles.NavList} aria-labelledby={`nav-list-heading`}>
57
+ <NavList className={styles.NavList} aria-labelledby="nav-list-heading">
58
58
  {reorderedPageMap.map(item => {
59
59
  if (item.hasOwnProperty('data')) return null
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20251112204505",
3
+ "version": "0.0.0-20251112213412",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",