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

@welcome-ui/utils

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@welcome-ui/utils - npm Package Compare versions

Comparing version 1.4.0 to 1.7.0

README.md

11

CHANGELOG.md

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

# [1.7.0](https://github.com/WTTJ/welcome-ui/compare/v1.6.3...v1.7.0) (2020-02-04)
### Features
* add Toast component ([#523](https://github.com/WTTJ/welcome-ui/issues/523)) ([c9fa7f5](https://github.com/WTTJ/welcome-ui/commit/c9fa7f5694494523aaaff422fc20c028a645c96f))
# [1.4.0](https://github.com/WTTJ/welcome-ui/compare/v1.3.0...v1.4.0) (2020-01-15)

@@ -8,0 +19,0 @@

7

dist/utils.cjs.js

@@ -50,6 +50,7 @@ 'use strict';

var VARIANTS = {
error: 'colors.danger.500',
focused: 'colors.primary.500',
error: 'colors.danger.500',
warning: 'colors.warning.500',
info: 'colors.info.500'
info: 'colors.info.500',
success: 'colors.success.500',
warning: 'colors.warning.500'
};

@@ -56,0 +57,0 @@ var getVariantColor = function getVariantColor(variant) {

@@ -43,6 +43,7 @@ import _taggedTemplateLiteralLoose from '@babel/runtime/helpers/esm/taggedTemplateLiteralLoose';

var VARIANTS = {
error: 'colors.danger.500',
focused: 'colors.primary.500',
error: 'colors.danger.500',
warning: 'colors.warning.500',
info: 'colors.info.500'
info: 'colors.info.500',
success: 'colors.success.500',
warning: 'colors.warning.500'
};

@@ -49,0 +50,0 @@ var getVariantColor = function getVariantColor(variant) {

{
"name": "@welcome-ui/utils",
"version": "1.4.0",
"version": "1.7.0",
"description": "Customizable design system with react • styled-components • styled-system and reakit.",

@@ -35,12 +35,12 @@ "main": "dist/utils.cjs.js",

},
"homepage": "https://github.com/WTTJ/welcome-ui#readme",
"peerDependencies": {
"@xstyled/styled-components": "^1.15.0",
"@xstyled/system": "^1.14.0",
"@xstyled/styled-components": "^1.15.1",
"@xstyled/system": "^1.15.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"styled-components": "^4.0.0"
"styled-components": "^4.0.0 || ^5.0.0"
},
"gitHead": "06cb6edee9b3833e5f309112dc13ba86142224d7",
"sideEffects": false
"gitHead": "eb1f21bc8ff8c2a120fd336fa0ecc88c84d7f454",
"sideEffects": false,
"homepage": "http://welcome-ui.com"
}

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