primer-avatars
Advanced tools
Comparing version 1.6.0-alpha.d773723d to 1.6.0-alpha.d93360bc
{ | ||
"version": "1.6.0-alpha.d773723d", | ||
"version": "1.6.0-alpha.d93360bc", | ||
"name": "primer-avatars", | ||
@@ -30,6 +30,6 @@ "description": "Basic styles for user profile avatars.", | ||
"prepublishOnly": "../../script/notify pending", | ||
"publish": "../../script/notify success" | ||
"postpublish": "../../script/notify success" | ||
}, | ||
"dependencies": { | ||
"primer-support": "4.6.0-alpha.d773723d" | ||
"primer-support": "4.8.0-alpha.d93360bc" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
@@ -40,2 +40,3 @@ # Primer Avatars | ||
title: Avatars | ||
path: components/avatars | ||
status: Stable | ||
@@ -55,3 +56,3 @@ --> | ||
```html | ||
<img class="avatar" alt="jonrohan" src="/jonrohan.png?v=3&s=144" width="72" height="72"> | ||
<img class="avatar" alt="jonrohan" src="https://github.com/jonrohan.png?v=3&s=144" width="72" height="72"> | ||
``` | ||
@@ -64,3 +65,3 @@ | ||
```html | ||
<img class="avatar avatar-small" alt="jonrohan" src="/jonrohan.png?v=3&s=64" width="32" height="32"> | ||
<img class="avatar avatar-small" alt="jonrohan" src="https://github.com/jonrohan.png?v=3&s=64" width="32" height="32"> | ||
``` | ||
@@ -74,4 +75,4 @@ | ||
<div class="avatar-parent-child float-left"> | ||
<img class="avatar" alt="jonrohan" src="/jonrohan.png?v=3&s=96" width="48" height="48"> | ||
<img class="avatar avatar-child" alt="josh" src="/josh.png?v=3&s=40" width="20" height="20"> | ||
<img class="avatar" alt="jonrohan" src="https://github.com/jonrohan.png?v=3&s=96" width="48" height="48"> | ||
<img class="avatar avatar-child" alt="josh" src="https://github.com/josh.png?v=3&s=40" width="20" height="20"> | ||
</div> | ||
@@ -148,5 +149,5 @@ ``` | ||
```html | ||
```erb | ||
<a class="CircleBadge CircleBadge--small float-left mr-2" href="#small" title="Travis CI"> | ||
<img src="<%= image_path "modules/site/travis-logo.png" %>" class="CircleBadge-icon" alt=""> | ||
<img src="https://github.com/travis-ci.png" class="CircleBadge-icon" alt=""> | ||
</a> | ||
@@ -162,3 +163,3 @@ <a class="CircleBadge CircleBadge--small bg-yellow" title="Zap this!" href="#small"> | ||
<div class="CircleBadge CircleBadge--medium bg-gray-dark"> | ||
<img src="<%= image_path "modules/site/travis-logo.png" %>" alt="Travis CI" class="CircleBadge-icon"> | ||
<img src="https://github.com/travis-ci.png" alt="Travis CI" class="CircleBadge-icon"> | ||
</div> | ||
@@ -171,3 +172,3 @@ ``` | ||
<div class="CircleBadge CircleBadge--large"> | ||
<img src="<%= image_path "modules/site/travis-logo.png" %>" alt="Travis CI" class="CircleBadge-icon"> | ||
<img src="https://github.com/travis-ci.png" alt="Travis CI" class="CircleBadge-icon"> | ||
</div> | ||
@@ -180,3 +181,3 @@ ``` | ||
```html | ||
```erb | ||
<div class="DashedConnection"> | ||
@@ -189,7 +190,7 @@ <ul class="d-flex list-style-none flex-justify-between" aria-label="A sample GitHub workflow"> | ||
<li class="CircleBadge CircleBadge--small" aria-label="Slack"> | ||
<img src="<%= image_path "modules/site/logos/slack-logo.png" %>" alt="" class="CircleBadge-icon"> | ||
<img src="https://github.com/slackhq.png" alt="" class="CircleBadge-icon"> | ||
</li> | ||
<li class="CircleBadge CircleBadge--small" aria-label="Travis CI"> | ||
<img src="<%= image_path "modules/site/travis-logo.png" %>" alt="" class="CircleBadge-icon"> | ||
<img src="https://github.com/travis-ci.png" alt="" class="CircleBadge-icon"> | ||
</li> | ||
@@ -196,0 +197,0 @@ </ul> |
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
31460
203
+ Addedprimer-support@4.8.0-alpha.d93360bc(transitive)
- Removedprimer-support@4.6.0-alpha.d773723d(transitive)