react-multi-email
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -290,5 +290,5 @@ "use strict"; | ||
placeholder ? React.createElement("span", { "data-placeholder": true }, placeholder) : null, | ||
React.createElement("div", { className: 'data-labels', style: { opacity: spinning ? 0.45 : 1.0, display: 'inherit', flexWrap: 'inherit' } }, emails.map(function (email, index) { return getLabel(email, index, removeEmail); })), | ||
React.createElement("div", { className: 'data-labels', style: { opacity: spinning ? 0.45 : 1.0, display: 'contents', flexWrap: 'inherit' } }, emails.map(function (email, index) { return getLabel(email, index, removeEmail); })), | ||
React.createElement("input", { id: id, style: { opacity: spinning ? 0.45 : 1.0 }, ref: emailInputRef, type: 'text', value: inputValue, onFocus: handleOnFocus, onBlur: handleOnBlur, onChange: handleOnChange, onKeyDown: handleOnKeydown, onKeyUp: handleOnKeyup, autoFocus: autoFocus }))); | ||
} | ||
exports.ReactMultiEmail = ReactMultiEmail; |
@@ -193,5 +193,5 @@ "use strict"; | ||
placeholder ? React.createElement("span", { "data-placeholder": true }, placeholder) : null, | ||
React.createElement("div", { className: 'data-labels', style: { opacity: spinning ? 0.45 : 1.0, display: 'inherit', flexWrap: 'inherit' } }, emails.map((email, index) => getLabel(email, index, removeEmail))), | ||
React.createElement("div", { className: 'data-labels', style: { opacity: spinning ? 0.45 : 1.0, display: 'contents', flexWrap: 'inherit' } }, emails.map((email, index) => getLabel(email, index, removeEmail))), | ||
React.createElement("input", { id: id, style: { opacity: spinning ? 0.45 : 1.0 }, ref: emailInputRef, type: 'text', value: inputValue, onFocus: handleOnFocus, onBlur: handleOnBlur, onChange: handleOnChange, onKeyDown: handleOnKeydown, onKeyUp: handleOnKeyup, autoFocus: autoFocus }))); | ||
} | ||
exports.ReactMultiEmail = ReactMultiEmail; |
{ | ||
"name": "react-multi-email", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"jsnext:main": "dist/es6/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/es6/index.js", |
@@ -113,2 +113,3 @@ [![npm version](https://badge.fury.io/js/react-multi-email.svg)](https://badge.fury.io/js/react-multi-email) | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -120,2 +121,3 @@ | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -127,2 +129,3 @@ | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -134,2 +137,3 @@ | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -141,2 +145,3 @@ | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -148,2 +153,3 @@ | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -155,2 +161,3 @@ | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -162,2 +169,3 @@ | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -169,2 +177,3 @@ | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -182,2 +191,3 @@ <tr> | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -189,2 +199,3 @@ <tr> | ||
<td>''</td> | ||
<td></td> | ||
</tr> | ||
@@ -196,2 +207,3 @@ <tr> | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -203,2 +215,3 @@ <tr> | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -210,2 +223,3 @@ <tr> | ||
<td></td> | ||
<td></td> | ||
</tr> | ||
@@ -217,2 +231,3 @@ <tr> | ||
<td>'[ ,;]'</td> | ||
<td></td> | ||
</tr> | ||
@@ -219,0 +234,0 @@ </table> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
120114
226