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.317 to 2.0.0

CHANGELOG.md

7

fc-button-shared.css.js
import { css } from 'lit-element';
var shared = css`:host {
var shared = css`/* We can do this because we set a box-shadow on focused button below */
::-moz-focus-inner {
border: 0;
}
:host {
display: inline-block;

@@ -5,0 +10,0 @@ font-family: var(--ftr-font-family-primary, "proxima-nova", arial, sans-serif);

6

FcButton.js

@@ -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';
import shared from './fc-button-shared.css';
import style from './fc-button.css';
import theme from '@forter/styles/forter-theme.css.js';
import shared from './fc-button-shared.css.js';
import style from './fc-button.css.js';

@@ -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';
import style from './fc-copy.css';
import shared from './fc-button-shared.css.js';
import style from './fc-copy.css.js';

@@ -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';
import shared from './fc-button-shared.css.js';
import bound from 'bound-decorator';
import '@forter/icon/icons/microphone.svg.js';
import style from './fc-speech.css';
import style from './fc-speech.css.js';

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

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

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

},
"gitHead": "8fb374a2367d09935a01c1a1d0bf47617f85c318"
"gitHead": "6335c4c0078c6009210ef401a094fd5bbea3c967"
}

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