primer-alerts
Advanced tools
Comparing version
{ | ||
"version": "1.6.0-alpha.60a6ac26", | ||
"version": "1.6.0-alpha.61aab4bc", | ||
"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.60a6ac26" | ||
"primer-support": "4.8.0-alpha.61aab4bc" | ||
}, | ||
@@ -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
12192
20.24%8
14.29%153
0.66%+ Added
- Removed