Socket
Socket
Sign inDemoInstall

primer-subhead

Package Overview
Dependencies
Maintainers
14
Versions
554
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primer-subhead - npm Package Compare versions

Comparing version 1.1.0-alpha.17592000 to 1.1.0-alpha.28960460

build/data.json

2

build/index.js

@@ -1,1 +0,1 @@

module.exports = {"cssstats":{"size":553,"gzipSize":313,"humanizedSize":"553B","humanizedGzipSize":"313B","rules":{"total":6,"size":{"graph":[8,1,4,2,4,4],"max":8,"average":3.8333333333333335}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Subhead",".Subhead--spacious",".Subhead-heading",".Subhead-heading--danger",".Subhead-description",".Subhead-actions"],"specificity":{"max":10,"average":10}},"declarations":{"total":23,"unique":22,"properties":{"display":["-webkit-box","flex"],"padding-bottom":["8px"],"margin-bottom":["16px"],"border-bottom":["1px #e1e4e8 solid"],"-webkit-box-orient":["horizontal"],"-webkit-box-direction":["normal"],"flex-flow":["row wrap"],"margin-top":["40px"],"font-size":["24px","14px"],"font-weight":["normal","600"],"-webkit-box-flex":["1","1"],"flex":["1 1 auto","1 100%"],"color":["#cb2431","#586069"],"-ms-grid-row-align":["center"],"align-self":["center"],"-webkit-box-pack":["end"],"justify-content":["flex-end"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
module.exports = {"cssstats":{"size":415,"gzipSize":265,"humanizedSize":"415B","humanizedGzipSize":"265B","rules":{"total":6,"size":{"graph":[5,1,3,2,3,3],"max":5,"average":2.8333333333333335},"selectorByRuleSizes":[{"selector":".Subhead","declarations":5},{"selector":".Subhead-actions","declarations":3},{"selector":".Subhead-description","declarations":3},{"selector":".Subhead-heading","declarations":3},{"selector":".Subhead-heading--danger","declarations":2},{"selector":".Subhead--spacious","declarations":1}]},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".Subhead",".Subhead--spacious",".Subhead-heading",".Subhead-heading--danger",".Subhead-description",".Subhead-actions"],"specificity":{"max":10,"average":10}},"declarations":{"total":17,"unique":17,"properties":{"display":["flex"],"padding-bottom":["8px"],"margin-bottom":["16px"],"border-bottom":["1px #e1e4e8 solid"],"flex-flow":["row wrap"],"margin-top":["40px"],"font-size":["24px","14px"],"font-weight":["normal","600"],"flex":["1 1 auto","1 100%"],"color":["#cb2431","#586069"],"-ms-grid-row-align":["center"],"align-self":["center"],"justify-content":["flex-end"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
{
"version": "1.1.0-alpha.17592000",
"version": "1.1.0-alpha.28960460",
"name": "primer-subhead",

@@ -24,6 +24,8 @@ "description": "The Subhead is a simple header with a bottom border. It's designed to be used on settings and configuration pages.",

"lint": "../../script/lint-scss",
"test": "../../script/npm-run-all build lint test-docs"
"test": "../../script/npm-run-all build lint test-docs",
"prepublishOnly": "../../script/notify pending",
"postpublish": "../../script/notify success"
},
"dependencies": {
"primer-support": "4.6.0-alpha.17592000"
"primer-support": "4.8.0-alpha.28960460"
},

@@ -30,0 +32,0 @@ "keywords": [

@@ -40,3 +40,4 @@ # Primer / Subhead

title: Subhead
status: New release
path: components/subhead
status: Stable
status_issue: https://github.com/github/design-systems/issues/101

@@ -49,3 +50,3 @@ -->

```html
```html title="Subhead"
<div class="Subhead">

@@ -58,3 +59,3 @@ <div class="Subhead-heading">Plain subhead</div>

```html
```html title="Spacious Subhead"
<div class="Subhead Subhead--spacious">

@@ -67,3 +68,3 @@ <div class="Subhead-heading">Spacious subhead</div>

```html
```html title="Subhead with description"
<div class="Subhead">

@@ -77,3 +78,3 @@ <div class="Subhead-heading">Subhead with description</div>

```html
```html title="Subhead with longer description"
<div class="Subhead">

@@ -89,3 +90,3 @@ <div class="Subhead-heading">Plain subhead</div>

```html
```html title="Subhead with actions"
<div class="Subhead">

@@ -104,3 +105,3 @@ <div class="Subhead-heading">Subhead with button</div>

```html
```html title="Subhead with actions and description"
<div class="Subhead">

@@ -115,3 +116,3 @@ <div class="Subhead-heading">Subhead with actions and description</div>

```html
```html title="Subhead danger"
<div class="Subhead">

@@ -118,0 +119,0 @@ <div class="Subhead-heading Subhead-heading--danger">Danger zone</div>

Sorry, the diff of this file is not supported yet

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