primer-alerts
Advanced tools
Comparing version 1.6.0-alpha.20ae7855 to 1.6.0-alpha.20dd7c15
{ | ||
"version": "1.6.0-alpha.20ae7855", | ||
"version": "1.6.0-alpha.20dd7c15", | ||
"name": "primer-alerts", | ||
@@ -11,28 +11,8 @@ "description": "Flash messages, or alerts, inform users of successful or pending actions.", | ||
"main": "build/index.js", | ||
"figma": { | ||
"url": "https://www.figma.com/file/GTgkWXgIN2DzTY9nVLKkpzxe/primer-alerts", | ||
"components": { | ||
"flash-warn": { | ||
"id": "1:2" | ||
}, | ||
"flash": { | ||
"id": "1:8" | ||
}, | ||
"flash-success": { | ||
"id": "1:14" | ||
}, | ||
"flash-error": { | ||
"id": "1:20" | ||
}, | ||
"flash with action button": { | ||
"id": "11:0" | ||
}, | ||
"flash-full": { | ||
"id": "11:1" | ||
} | ||
} | ||
}, | ||
"primer": { | ||
"category": "product", | ||
"module_type": "components" | ||
"module_type": "components", | ||
"class_whitelist": [ | ||
"warning" | ||
] | ||
}, | ||
@@ -52,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.20ae7855" | ||
"primer-support": "4.8.0-alpha.20dd7c15" | ||
}, | ||
@@ -58,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
8
153
+ Addedprimer-support@4.8.0-alpha.20dd7c15(transitive)
- Removedprimer-support@4.6.0-alpha.20ae7855(transitive)