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
146
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 1.0.1-beta.262 to 1.0.1-beta.265

10

fc-button-shared.css.js

@@ -8,12 +8,12 @@ import { css } from 'lit-element';

/* colours */
--fc-button-color: var(--ftr-dark-1, #7c8180);
--fc-button-color: var(--ftr-dark-1, #495057);
--fc-button-active-border-color: var(--blue-5, #339af0);
--fc-button-active-color: var(--ftr-dark-1, #7c8180);
--fc-button-active-color: var(--ftr-dark-1, #495057);
--fc-button-background-color: var(--ftr-light-1, #f5f5f5);
--fc-button-icon-color: var(--ftr-dark-1, #7c8180);
--fc-button-hover-color: var(--ftr-dark-1, #7c8180);
--fc-button-icon-color: var(--ftr-dark-1, #495057);
--fc-button-hover-color: var(--ftr-dark-1, #495057);
/* hover styles */
--fc-button-hover-background-color: var(--ftr-light-2, #e1e1e1);
--fc-button-hover-color: var(--ftr-dark-1, #7c8180);
--fc-button-hover-color: var(--ftr-dark-1, #495057);

@@ -20,0 +20,0 @@ /* focus styles */

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

--fc-button-background-color: var(--ftr-light-1);
--fc-button-icon-color: var(--ftr-dark-1);
--fc-button-icon-color: var(--ftr-dark-1, #495057);
--fc-button-color: black;

@@ -17,0 +17,0 @@ --fc-button-hover-background-color: var(--ftr-light-2);

{
"name": "@forter/button",
"version": "1.0.1-beta.262+84e4f9a",
"version": "1.0.1-beta.265+c2193ed",
"description": "Button from Forter Components",

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

},
"gitHead": "84e4f9a0f90c9f3b1ca838b8131de9809e3ff136"
"gitHead": "c2193ed0147763e09beadef1d8b117edd8fef5f6"
}

@@ -88,7 +88,7 @@ import { capitalize } from '@forter/helpers';

/* colours */
--fc-button-color: ${color('--fc-button-color', '#7c8180', 'Colors')};
--fc-button-active-color: ${color('--fc-button-active-color', '#7c8180', 'Colors')};
--fc-button-color: ${color('--fc-button-color', '#495057', 'Colors')};
--fc-button-active-color: ${color('--fc-button-active-color', '#495057', 'Colors')};
--fc-button-background-color: ${color('--fc-button-background-color', '#f5f5f5', 'Colors')};
--fc-button-icon-color: ${color('--fc-button-icon-color', '#7c8180', 'Colors')};
--fc-button-hover-color: ${color('--fc-button-hover-color', '#7c8180', 'Colors')};
--fc-button-icon-color: ${color('--fc-button-icon-color', '#495057', 'Colors')};
--fc-button-hover-color: ${color('--fc-button-hover-color', '#495057', 'Colors')};

@@ -98,3 +98,3 @@ /* hover styles */

--fc-button-hover-icon-color: ${color('--fc-button-hover-icon-color', '#5dcdd5', 'Colors')};
--fc-button-hover-color: ${color('--fc-button-hover-color', '#7c8180', 'Colors')};
--fc-button-hover-color: ${color('--fc-button-hover-color', '#495057', 'Colors')};

@@ -101,0 +101,0 @@ /* sizes */

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