@forter/button
Advanced tools
Comparing version 1.0.1-beta.317 to 2.0.0
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); |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
75496
35
1729
1
0