npm-modale-ta
Advanced tools
Comparing version
@@ -29,4 +29,4 @@ "use strict"; | ||
position: 'absolute', | ||
top: '10px', | ||
right: '10px', | ||
top: '-10px', | ||
right: '-10px', | ||
cursor: 'pointer', | ||
@@ -46,5 +46,5 @@ backgroundColor: 'black', | ||
react_1.default.createElement("div", { style: styles.modalContent }, | ||
react_1.default.createElement("span", { style: styles.closeButton, onClick: onClose }, "\u00D7"), | ||
react_1.default.createElement("span", { style: styles.closeButton, onClick: onClose }, "X"), | ||
react_1.default.createElement("p", null, "Employee created!")))); | ||
}; | ||
exports.default = EmployeeModal; |
{ | ||
"name": "npm-modale-ta", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Module to test module creation", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
2635
-0.11%