@primer/doctocat-nextjs 0.0.0-20250619152538 → 0.0.0-20250619154516

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-20250619152538
3
+ ## 0.0.0-20250619154516
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fake entry to force publishing
8
8
 
9
- ## 0.0.0-20250619152536
9
+ ## 0.0.0-20250619154514
10
10
 
11
11
  ### Patch Changes
12
12
 
@@ -1,11 +1,11 @@
1
1
  .Article {
2
2
  display: grid;
3
- grid-template-areas: 'main aside';
4
- grid-template-columns: 1fr 200px;
5
3
  }
6
4
 
7
5
  .Article--withToc {
8
6
  gap: var(--base-size-48);
7
+ grid-template-areas: 'main aside';
8
+ grid-template-columns: 1fr 200px;
9
9
  }
10
10
 
11
11
  .main {
package/css/global.css CHANGED
@@ -18,6 +18,7 @@ body {
18
18
  margin-block-start: 0 !important;
19
19
  }
20
20
 
21
+ /* Pre styles are scoped to Nextra code blocks to prevent unintended styling of other code blocks (e.g., ReactCodeBlock previews). */
21
22
  .nextra-code pre {
22
23
  background-color: var(--brand-color-canvas-subtle);
23
24
  border-radius: var(--brand-borderRadius-large);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20250619152538",
3
+ "version": "0.0.0-20250619154516",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",