@spectrum-web-components/toast
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/toast@0.1.2...@spectrum-web-components/toast@0.2.0) (2020-01-30) | ||
### Features | ||
- pass through autocomplete attribute to inputs ([5416510](https://github.com/adobe/spectrum-web-components/commit/5416510)) | ||
## [0.1.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/toast@0.1.1...@spectrum-web-components/toast@0.1.2) (2020-01-06) | ||
@@ -8,0 +14,0 @@ |
@@ -65,3 +65,2 @@ /* | ||
const hasTimeout = typeof timeout !== null && timeout > 0; | ||
debugger; | ||
const newTimeout = hasTimeout | ||
@@ -68,0 +67,0 @@ ? Math.max(6000, timeout) |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spectrum-web-components/button": "^0.4.2", | ||
"@spectrum-web-components/button": "^0.4.3", | ||
"@spectrum-web-components/icon": "^0.4.3", | ||
@@ -46,3 +46,3 @@ "@spectrum-web-components/icons": "^0.2.3", | ||
}, | ||
"gitHead": "8ccfbecc2e7534567967bbebb5d201e0b16b08bb" | ||
"gitHead": "1b17c4c27d73273f2479f0d8af40d187f2f194fa" | ||
} |
@@ -1,2 +0,2 @@ | ||
## Overview | ||
## Description | ||
@@ -23,3 +23,3 @@ `sp-toast`s display brief, temporary notifications. They are noticeable but do not disrupt the user experience and do not require an action to be taken. | ||
### With Actions | ||
### With actions | ||
@@ -26,0 +26,0 @@ ```html |
@@ -58,3 +58,2 @@ /* | ||
const hasTimeout = typeof timeout !== null && (timeout as number) > 0; | ||
debugger; | ||
const newTimeout = hasTimeout | ||
@@ -61,0 +60,0 @@ ? Math.max(6000, timeout as number) |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
79212
0
288
67
89
878