@primer/doctocat-nextjs 0.0.0-20251112233339 → 0.0.0-20251113161701

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-20251112233339
3
+ ## 0.0.0-20251113161701
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -1,7 +1,7 @@
1
1
  import React, {useMemo} from 'react'
2
2
  import NextLink from 'next/link'
3
3
  import {NavList} from '@primer/react'
4
- import {Text} from '@primer/react-brand'
4
+ import {Heading} from '@primer/react-brand'
5
5
  import type {Folder, MdxFile, PageMapItem} from 'nextra'
6
6
 
7
7
  import styles from './Sidebar.module.css'
package/css/global.css CHANGED
@@ -103,13 +103,3 @@ pre:not([data-theme]) {
103
103
  padding-left: 1rem;
104
104
  padding-right: 1rem;
105
105
  }
106
- .visually-hidden {
107
- position:absolute;
108
- width:1px;
109
- height:1px;
110
- padding:0;
111
- overflow:hidden;
112
- clip:rect(0,0,0,0);
113
- word-wrap:normal;
114
- border:0
115
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20251112233339",
3
+ "version": "0.0.0-20251113161701",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",