@primer/doctocat-nextjs 0.0.0-20260202234433 → 0.0.0-20260202235723

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,12 +1,12 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20260202234433
3
+ ## 0.0.0-20260202235723
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20260202234431
9
+ ## 0.0.0-20260202235721
10
10
 
11
11
  ### Minor Changes
12
12
 
@@ -18,7 +18,6 @@ const COLLAPSE_HEIGHT = 400 // TODO: Hoist this to config to make user customiza
18
18
  type ReactCodeBlockProps = {
19
19
  'data-language': string
20
20
  'data-filename'?: string
21
- code?: string
22
21
  jsxScope: Record<string, unknown>
23
22
  } & PropsWithChildren<HTMLElement>
24
23
 
@@ -172,6 +172,7 @@
172
172
 
173
173
  .Prose a:not(:global(.custom-component) a),
174
174
  .Prose a:-webkit-any-link:not(:global(.custom-component) a:-webkit-any-link) {
175
+ --fgColor-accent: var(--brand-InlineLink-color-rest);
175
176
  color: var(--brand-InlineLink-color-rest);
176
177
  text-decoration: underline;
177
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20260202234433",
3
+ "version": "0.0.0-20260202235723",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",