@primer/brand-css 0.61.1-rc.58fd0d13 → 0.62.0-rc.0494ebf2

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.
@@ -489,6 +489,7 @@
489
489
  .SubNav__subHeading {
490
490
  display: block;
491
491
  position: relative;
492
+ white-space: nowrap;
492
493
  }
493
494
 
494
495
  .SubNav__subHeading[aria-current]:not([aria-current='false'])::after,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/brand-css",
3
- "version": "0.61.1-rc.58fd0d13",
3
+ "version": "0.62.0-rc.0494ebf2",
4
4
  "description": "CSS stylesheets for Primer Brand components",
5
5
  "keywords": [
6
6
  "primer",
@@ -37,7 +37,7 @@
37
37
  "typescript": "5.8.2"
38
38
  },
39
39
  "engines": {
40
- "node": ">=22.0.0",
40
+ "node": ">=24.0.0",
41
41
  "npm": ">=8.0.0"
42
42
  }
43
43
  }