react-notification
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-notification", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Snackbar style notification component for React.", | ||
@@ -5,0 +5,0 @@ "main": "web_modules/notification.js", |
@@ -5,2 +5,4 @@ # react-notification [![npm version](https://badge.fury.io/js/react-notification.svg)](http://badge.fury.io/js/react-notification) [![Dependency Status](https://david-dm.org/pburtchaell/react-classes.svg)](https://david-dm.org/pburtchaell/react-notification) | ||
![](https://raw.githubusercontent.com/pburtchaell/react-notification/master/bin/example.gif) | ||
This is a component designed to provide "[snackbar](http://www.google.com/design/spec/components/snackbars-toasts.html#snackbars-toasts-usage)" notification messages. I would suggest reading the usage guidelines for [snackbars](http://www.google.com/design/spec/components/snackbars-toasts.html#). | ||
@@ -7,0 +9,0 @@ |
@@ -47,8 +47,2 @@ var React = require('react'); | ||
getActiveBarStyles: function () { | ||
return { | ||
left: '1rem' | ||
} | ||
}, | ||
getActionStyles: function () { | ||
@@ -55,0 +49,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31077
11
109
0
245