primer-alerts
Advanced tools
Comparing version 1.6.0-alpha.ff72c63b to 2.1.0-alpha.dee1eb40
{ | ||
"version": "1.6.0-alpha.ff72c63b", | ||
"version": "2.1.0-alpha.dee1eb40", | ||
"name": "primer-alerts", | ||
@@ -13,3 +13,6 @@ "description": "Flash messages, or alerts, inform users of successful or pending actions.", | ||
"category": "product", | ||
"module_type": "components" | ||
"module_type": "components", | ||
"class_whitelist": [ | ||
"warning" | ||
] | ||
}, | ||
@@ -29,6 +32,8 @@ "files": [ | ||
"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.ff72c63b" | ||
"primer-support": "5.1.0-alpha.dee1eb40" | ||
}, | ||
@@ -35,0 +40,0 @@ "keywords": [ |
@@ -40,2 +40,3 @@ # Primer Alerts | ||
title: Alerts | ||
path: components/alerts | ||
status: Stable | ||
@@ -101,3 +102,3 @@ --> | ||
```html | ||
```erb | ||
<div class="flash"> | ||
@@ -113,3 +114,3 @@ <%= octicon "alert" %> | ||
```html | ||
```erb | ||
<div class="flash"> | ||
@@ -116,0 +117,0 @@ <button class="flash-close js-flash-close" type="button"><%= octicon "x", :"aria-label" => "Close" %></button> |
Sorry, the diff of this file is not supported yet
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
12192
153
+ Addedprimer-support@5.1.0-alpha.dee1eb40(transitive)
- Removedprimer-support@4.6.0-alpha.ff72c63b(transitive)