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.311 to 1.0.1-beta.317

20

fc-button.css.js
import { css } from 'lit-element';
var style = css`:host([intent="apply"]) {
--fc-button-background-color: var(--ftr-primary-3);
--fc-button-background-color: var(--ftr-primary-3, #5dcdd5);
--fc-button-icon-color: white;
--fc-button-color: white;
--fc-button-hover-background-color: var(--ftr-primary-6);
--fc-button-hover-background-color: var(--ftr-primary-6, #5dcdd5);
--fc-button-hover-icon-color: white;

@@ -13,6 +13,6 @@ --fc-button-hover-color: white;

:host([intent="cancel"]) {
--fc-button-background-color: var(--ftr-light-1);
--fc-button-background-color: var(--ftr-light-1, #f5f5f5);
--fc-button-icon-color: var(--ftr-dark-1, #495057);
--fc-button-color: black;
--fc-button-hover-background-color: var(--ftr-light-2);
--fc-button-hover-background-color: var(--ftr-light-2, #f5f5f5);
--fc-button-hover-icon-color: black;

@@ -23,6 +23,6 @@ --fc-button-hover-color: black;

:host([intent="success"]) {
--fc-button-background-color: var(--ftr-success-1);
--fc-button-background-color: var(--ftr-success-1, #82c234);
--fc-button-icon-color: white;
--fc-button-color: white;
--fc-button-hover-background-color: var(--ftr-success-2);
--fc-button-hover-background-color: var(--ftr-success-2, #679929);
--fc-button-hover-icon-color: white;

@@ -33,6 +33,6 @@ --fc-button-hover-color: white;

:host([intent="warn"]) {
--fc-button-background-color: var(--ftr-warning-1);
--fc-button-background-color: var(--ftr-warning-1, #f99d00);
--fc-button-icon-color: white;
--fc-button-color: white;
--fc-button-hover-background-color: var(--ftr-warning-4);
--fc-button-hover-background-color: var(--ftr-warning-4, #cd8c00);
--fc-button-hover-icon-color: white;

@@ -43,6 +43,6 @@ --fc-button-hover-color: white;

:host([intent="danger"]) {
--fc-button-background-color: var(--ftr-danger-1);
--fc-button-background-color: var(--ftr-danger-1, #f55353);
--fc-button-icon-color: white;
--fc-button-color: white;
--fc-button-hover-background-color: var(--ftr-danger-4);
--fc-button-hover-background-color: var(--ftr-danger-4, #b30f00);
--fc-button-hover-icon-color: white;

@@ -49,0 +49,0 @@ --fc-button-hover-color: white;

@@ -9,5 +9,5 @@ import { decorate as _decorate, get as _get, getPrototypeOf as _getPrototypeOf } from './_virtual/_rollupPluginBabelHelpers.js';

import '@forter/icon/fc-icon';
import theme from '@forter/styles/forter-theme.css.js';
import shared from './fc-button-shared.css.js';
import style from './fc-button.css.js';
import theme from '@forter/styles/forter-theme.css';
import shared from './fc-button-shared.css';
import style from './fc-button.css';

@@ -14,0 +14,0 @@ const DEFAULT_ICON_SIZE = 18;

import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';
import { LitElement, property, query, html } from 'lit-element';
import '@forter/icon/fc-icon';
import shared from './fc-button-shared.css.js';
import style from './fc-copy.css.js';
import shared from './fc-button-shared.css';
import style from './fc-copy.css';

@@ -7,0 +7,0 @@ /**

import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';
import { LitElement, property, html } from 'lit-element';
import '@forter/icon/fc-icon';
import shared from './fc-button-shared.css.js';
import shared from './fc-button-shared.css';
import bound from 'bound-decorator';
import '@forter/icon/icons/microphone.svg.js';
import style from './fc-speech.css.js';
import style from './fc-speech.css';

@@ -9,0 +9,0 @@ /**

{
"name": "@forter/button",
"version": "1.0.1-beta.311+c97d06e",
"version": "1.0.1-beta.317+8fb374a",
"description": "Button from Forter Components",

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

},
"gitHead": "c97d06ea07c055467f16d8701fff172acaaf80f9"
"gitHead": "8fb374a2367d09935a01c1a1d0bf47617f85c318"
}

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