Socket
Socket
Sign inDemoInstall

primer-labels

Package Overview
Dependencies
Maintainers
14
Versions
824
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-labels - npm Package Compare versions

Comparing version 1.6.0-alpha.c9c2ddd0 to 1.6.0-alpha.c9e70d2f

6

package.json
{
"version": "1.6.0-alpha.c9c2ddd0",
"version": "1.6.0-alpha.c9e70d2f",
"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.c9c2ddd0"
"primer-support": "4.8.0-alpha.c9e70d2f"
},

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc