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

@elvia/elvis-chip

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-chip - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

CHANGELOG.md
# Elvia Chip Changelog
## 1.0.0 (25.08.21)
## 1.0.2 (27.08.21)

@@ -5,0 +5,0 @@ ### New features

declare module '*.css';
declare module '*.scss';

@@ -22,3 +22,3 @@ /*

if (type !== 'removable') {
return isSelected ? setOpacity(colors[color], 40) : 'colors.elviaOn';
return isSelected ? setOpacity(colors[color], 40) : 'transparent';
} else {

@@ -60,3 +60,3 @@ return setOpacity(colors[color], 40);

border-radius: 50%;
background-color: ${colors.elviaOn};
background-color: transparent;
margin: 0 8px 0 0;

@@ -63,0 +63,0 @@ }

{
"name": "@elvia/elvis-chip",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -15,2 +15,2 @@ "license": "MIT",

}
}
}
export { default as Chip } from './dist/react/js/elvia-chip';

@@ -0,0 +0,0 @@ # Elvia Chip

declare module '*.css';
declare module '*.scss';
export { default as Chip } from './dist/web_component/js/elvia-chip';

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