primer-labels
Advanced tools
Comparing version 1.6.0-alpha.10b12bd7 to 1.6.0-alpha.10e3b361
{ | ||
"version": "1.6.0-alpha.10b12bd7", | ||
"version": "1.6.0-alpha.10e3b361", | ||
"name": "primer-labels", | ||
@@ -30,6 +30,6 @@ "description": "Labels add metatdata or indicate status of items and navigational elements.", | ||
"prepublishOnly": "../../script/notify pending", | ||
"publish": "../../script/notify success" | ||
"postpublish": "../../script/notify success" | ||
}, | ||
"dependencies": { | ||
"primer-support": "4.8.0-alpha.10b12bd7" | ||
"primer-support": "4.8.0-alpha.10e3b361" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
@@ -40,4 +40,5 @@ # Primer Labels | ||
title: Labels | ||
path: components/labels | ||
status_issue: https://github.com/github/design-systems/issues/332 | ||
status: New release | ||
status: Stable | ||
--> | ||
@@ -115,3 +116,3 @@ | ||
```html title="State themes" | ||
```erb title="State themes" | ||
<span title="Status: open" class="State State--green"><%= octicon "git-pull-request" %> Open</span> | ||
@@ -127,3 +128,3 @@ <span title="Status: closed" class="State State--red"><%= octicon "git-pull-request" %> Closed</span> | ||
```html title="Small states" | ||
```erb title="Small states" | ||
<span title="Status: open" class="State State--green State--small"><%= octicon "issue-opened" %> Open</span> | ||
@@ -143,3 +144,3 @@ <span title="Status: closed" class="State State--red State--small"><%= octicon "issue-closed" %> Closed</span> | ||
Use the `Counter` in navigation to indicate the number of items without the user having to click through or count the items, such as open issues in a GitHub repo. See more options in [navigation](../navigation). | ||
Use the `Counter` in navigation to indicate the number of items without the user having to click through or count the items, such as open issues in a GitHub repo. See more options in [navigation](./navigation). | ||
@@ -155,3 +156,3 @@ ```html title="Counter in tabs" | ||
Counters can also be used in `Box` headers to indicate the number of items in a list. See more on the [box component](../box). | ||
Counters can also be used in `Box` headers to indicate the number of items in a list. See more on the [box component](./box). | ||
@@ -158,0 +159,0 @@ ```html title="Counter in Box headers" |
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
19095
188
+ Addedprimer-support@4.8.0-alpha.10e3b361(transitive)
- Removedprimer-support@4.8.0-alpha.10b12bd7(transitive)