Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-alert

Package Overview
Dependencies
Maintainers
2
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-alert - npm Package Compare versions

Comparing version 5.0.0-bate-1 to 5.0.0-bate-2

2

cjs/style/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc