Socket
Socket
Sign inDemoInstall

@ltht-react/icon

Package Overview
Dependencies
Maintainers
5
Versions
323
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/icon - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.11](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/icon@0.1.10...@ltht-react/icon@0.1.11) (2020-04-29)
**Note:** Version bump only for package @ltht-react/icon
## [0.1.10](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/icon@0.1.9...@ltht-react/icon@0.1.10) (2020-04-21)

@@ -8,0 +16,0 @@

2

lib/atoms/counter-icon.js

@@ -13,3 +13,3 @@ "use strict";

var status = _a.status, size = _a.size, value = _a.value;
var styles = core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n "], ["\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n "])), status === 'green' && "color: " + styles_1.ICON_COLOURS.SUCCESS.VALUE + ";", status === 'amber' && "color: " + styles_1.ICON_COLOURS.WARNING + ";", status === 'red' && "color: " + styles_1.ICON_COLOURS.DANGER + ";", status === 'primary' && "color: " + styles_1.ICON_COLOURS.PRIMARY + ";", status === 'secondary' && "color: " + styles_1.ICON_COLOURS.SECONDARY + ";", status === 'default' && "color: " + styles_1.ICON_COLOURS.DEFAULT.VALUE + ";", status === 'info' && "color: " + styles_1.ICON_COLOURS.INFO + ";");
var styles = core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100% !important;\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n "], ["\n width: 100% !important;\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n "])), status === 'green' && "color: " + styles_1.ICON_COLOURS.SUCCESS.VALUE + ";", status === 'amber' && "color: " + styles_1.ICON_COLOURS.WARNING + ";", status === 'red' && "color: " + styles_1.ICON_COLOURS.DANGER + ";", status === 'primary' && "color: " + styles_1.ICON_COLOURS.PRIMARY + ";", status === 'secondary' && "color: " + styles_1.ICON_COLOURS.SECONDARY + ";", status === 'default' && "color: " + styles_1.ICON_COLOURS.DEFAULT.VALUE + ";", status === 'info' && "color: " + styles_1.ICON_COLOURS.INFO + ";");
var numberStyles = core_1.css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-weight: bold;\n "], ["\n font-weight: bold;\n "])));

@@ -16,0 +16,0 @@ return (core_1.jsx("span", { className: "fa-layers fa-fw" },

{
"name": "@ltht-react/icon",
"version": "0.1.10",
"version": "0.1.11",
"description": "ltht-react styled Icon component.",

@@ -39,3 +39,3 @@ "author": "LTHT",

},
"gitHead": "c69638b389cd98015a0b5ac3a1930990e24d1817"
"gitHead": "f785edd106c6878909bb82e68afb5fe58b48b2c8"
}

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