@uiw/react-alert
Advanced tools
Comparing version 5.0.0-bate-1 to 5.0.0-bate-2
@@ -39,3 +39,3 @@ "use strict"; | ||
var typeVariant = function typeVariant(type, color) { | ||
return (0, _styledComponents.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2["default"])(["\n ", " > ", " {\n color: ", ";\n }\n "])), _reactModal.ModalStyleHeader, _reactIcon.IconStyleBase, color); | ||
return (0, _styledComponents.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2["default"])(["\n ", " > ", " {\n color: ", ";\n fill: ", ";\n }\n "])), _reactModal.ModalStyleHeader, _reactIcon.IconStyleBase, color, color); | ||
}; | ||
@@ -42,0 +42,0 @@ |
@@ -22,3 +22,3 @@ import _taggedTemplateLiteralLoose from "@babel/runtime/helpers/taggedTemplateLiteralLoose"; | ||
var typeVariant = (type, color) => { | ||
return css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n ", " > ", " {\n color: ", ";\n }\n "])), ModalStyleHeader, IconStyleBase, color); | ||
return css(_templateObject || (_templateObject = _taggedTemplateLiteralLoose(["\n ", " > ", " {\n color: ", ";\n fill: ", ";\n }\n "])), ModalStyleHeader, IconStyleBase, color, color); | ||
}; | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@uiw/react-alert", | ||
"version": "5.0.0-bate-1", | ||
"version": "5.0.0-bate-2", | ||
"description": "Alert component", | ||
@@ -48,7 +48,7 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-button": "^5.0.0-bate-1", | ||
"@uiw/react-icon": "^5.0.0-bate-1", | ||
"@uiw/react-modal": "^5.0.0-bate-1", | ||
"@uiw/utils": "^5.0.0-bate-1" | ||
"@uiw/react-button": "^5.0.0-bate-2", | ||
"@uiw/react-icon": "^5.0.0-bate-2", | ||
"@uiw/react-modal": "^5.0.0-bate-2", | ||
"@uiw/utils": "^5.0.0-bate-2" | ||
} | ||
} |
@@ -29,2 +29,3 @@ import styled, { css } from 'styled-components'; | ||
color: ${color}; | ||
fill: ${color}; | ||
} | ||
@@ -31,0 +32,0 @@ `; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48233
338