@primer/doctocat-nextjs 0.0.0-20260121101618 → 0.0.0-20260121102624

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,15 +1,17 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20260121101618
3
+ ## 0.0.0-20260121102624
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20260121101616
9
+ ## 0.0.0-20260121102622
10
10
 
11
11
  ### Patch Changes
12
12
 
13
+ - [#83](https://github.com/primer/doctocat-nextjs/pull/83) [`3b5fd59`](https://github.com/primer/doctocat-nextjs/commit/3b5fd59c47a1c86030457daa92b557f65e2e13ff) Thanks [@danielguillan](https://github.com/danielguillan)! - Remove underlines from header links
14
+
13
15
  - [#80](https://github.com/primer/doctocat-nextjs/pull/80) [`772d8de`](https://github.com/primer/doctocat-nextjs/commit/772d8de1b580f7158262f313952227e282035003) Thanks [@danielguillan](https://github.com/danielguillan)! - Improves accessibility of anchor links by adding an underline
14
16
 
15
17
  ## 0.8.0
@@ -124,8 +124,7 @@
124
124
  gap: var(--base-size-2);
125
125
  }
126
126
 
127
- .Header a.Header__link,
128
- .Header a.Header__link:hover {
127
+ .Header a.Header__link {
129
128
  text-decoration: none;
130
129
  font-size: var(--base-font-size-16);
131
130
  font-weight: var(--base-font-weight-500);
@@ -99,8 +99,7 @@
99
99
  z-index: 1;
100
100
  }
101
101
 
102
- .dropdown a.link,
103
- .dropdown a.link:hover {
102
+ .dropdown a.link {
104
103
  display: block;
105
104
  padding: var(--base-size-6) var(--base-size-8);
106
105
  text-decoration: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20260121101618",
3
+ "version": "0.0.0-20260121102624",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",