primer-navigation
Advanced tools
Comparing version 1.6.0-alpha.8c501390 to 1.6.0-alpha.8d395281
{ | ||
"version": "1.6.0-alpha.8c501390", | ||
"version": "1.6.0-alpha.8d395281", | ||
"name": "primer-navigation", | ||
@@ -28,6 +28,8 @@ "description": "Singular purpose and flexible navigation elements.", | ||
"lint": "../../script/lint-scss", | ||
"test": "../../script/npm-run-all build lint" | ||
"test": "../../script/npm-run-all build lint", | ||
"prepublishOnly": "../../script/notify pending", | ||
"postpublish": "../../script/notify success" | ||
}, | ||
"dependencies": { | ||
"primer-support": "4.6.0-alpha.8c501390" | ||
"primer-support": "4.8.0-alpha.8d395281" | ||
}, | ||
@@ -34,0 +36,0 @@ "keywords": [ |
@@ -40,2 +40,3 @@ # Primer Navigation | ||
title: Navigation | ||
path: components/navigation | ||
status: Stable | ||
@@ -63,3 +64,3 @@ --> | ||
```html title="Menu with octicons, avatars and counters" | ||
```erb title="Menu with octicons, avatars and counters" | ||
<nav class="menu" aria-label="Person settings"> | ||
@@ -161,3 +162,3 @@ <a class="menu-item selected" href="#url" aria-current="page"> | ||
```html title="UnderlineNav with Counter" | ||
```erb title="UnderlineNav with Counter" | ||
<nav class="UnderlineNav" aria-label="Foo bar"> | ||
@@ -302,3 +303,3 @@ <div class="UnderlineNav-body"> | ||
```html title="subnav-search" | ||
```erb title="subnav-search" | ||
<div class="subnav"> | ||
@@ -320,3 +321,3 @@ <nav class="subnav-links" aria-label="Repository"> | ||
```html title="subnav-search-context" | ||
```erb title="subnav-search-context" | ||
<div class="subnav"> | ||
@@ -323,0 +324,0 @@ <nav class="subnav-links"> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47392
12
367
+ Addedprimer-support@4.8.0-alpha.8d395281(transitive)
- Removedprimer-support@4.6.0-alpha.8c501390(transitive)