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

@forter/button

Package Overview
Dependencies
Maintainers
3
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/button - npm Package Compare versions

Comparing version 5.2.13 to 5.2.14

11

CHANGELOG.md

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

## [5.2.14](https://github.com/forter/web-components/compare/@forter/button@5.2.13...@forter/button@5.2.14) (2020-07-21)
### Bug Fixes
* **button:** active color fix ([#460](https://github.com/forter/web-components/issues/460)) ([a397891](https://github.com/forter/web-components/commit/a397891))
## [5.2.13](https://github.com/forter/web-components/compare/@forter/button@5.2.12...@forter/button@5.2.13) (2020-07-13)

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

2

fc-button-shared.css.js

@@ -20,3 +20,2 @@ import { css } from 'lit-element';

--fc-button-active-border-color: var(--blue-5);
--fc-button-active-color: var(--blue-6);
--fc-button-active-icon-color: var(--blue-6);

@@ -81,2 +80,3 @@ --fc-button-active-background-color: rgba(33, 37, 41, 0.05);

#button:active:enabled {
color: var(--fc-button-active-color, var(--blue-6));
background-color: var(--fc-button-active-background-color, var(--fc-button-hover-background-color, var(--white)));

@@ -83,0 +83,0 @@ box-shadow: var(--fc-button-active-box-shadow, 0 0 5px 0 rgba(0, 0, 0, 0.05));

{
"name": "@forter/button",
"version": "5.2.13",
"version": "5.2.14",
"description": "Button from Forter Components",

@@ -58,3 +58,3 @@ "main": "index.js",

},
"gitHead": "8dd2f0f89a1ef95fa4efb053665ab4eeaaf18e28"
"gitHead": "94e212bd554ec953f7075a52b4d756aaf4e6621d"
}

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