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.1.4 to 5.1.5

8

CHANGELOG.md

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

## [5.1.5](https://github.com/forter/web-components/compare/@forter/button@5.1.4...@forter/button@5.1.5) (2020-01-10)
**Note:** Version bump only for package @forter/button
## [5.1.4](https://github.com/forter/web-components/compare/@forter/button@5.1.3...@forter/button@5.1.4) (2020-01-07)

@@ -8,0 +16,0 @@

4

FcButton.js

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

/** @inheritdoc */
/** @inheritdoc */
/** @inheritdoc */
function render() {

@@ -226,0 +230,0 @@ const {

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

/** @inheritdoc */
/** @inheritdoc */
/** @inheritdoc */
function render() {

@@ -144,0 +148,0 @@ const {

@@ -133,2 +133,6 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';

/** @inheritdoc */
/** @inheritdoc */
/** @inheritdoc */
function render() {

@@ -135,0 +139,0 @@ return html`

6

package.json
{
"name": "@forter/button",
"version": "5.1.4",
"version": "5.1.5",
"description": "Button from Forter Components",

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

"@forter/core": "^2.0.1",
"@forter/icon": "^4.2.1",
"@forter/icon": "^4.2.2",
"@forter/mixins": "^3.0.0",

@@ -59,3 +59,3 @@ "@forter/styles": "^4.1.0",

},
"gitHead": "18ec77052de658932ec984e5257fd8706d1028ad"
"gitHead": "4aa5a5b097ffbf67446b25af63923309b9060b26"
}

@@ -120,4 +120,6 @@ import { LitElement, html, property } from 'lit-element';

/** @inheritdoc */
static is = 'fc-button';
/** @inheritdoc */
static styles = [

@@ -124,0 +126,0 @@ theme,

@@ -74,4 +74,7 @@ import { LitElement, html, property } from 'lit-element';

/** @inheritdoc */
static is = 'fc-icon-button';
/** @inheritdoc */
static styles = [

@@ -78,0 +81,0 @@ a11yStyles,

@@ -59,4 +59,6 @@ import { LitElement, html, property } from 'lit-element';

/** @inheritdoc */
static is = 'fc-speech';
/** @inheritdoc */
static styles = [

@@ -63,0 +65,0 @@ shared,

@@ -10,26 +10,5 @@ import { html } from 'lit-html';

export const {
defaultProperties,
flat,
primary,
secondary,
apply,
success,
danger,
warn,
disabled,
active,
icon,
label,
iconColor,
backgroundColor,
iconOnly
//intent -- TODO breaks storybook ATM
// add attributes or properties names or css variables suffixes
// example: --fc-fc-example-element-disabled-color as disabledColor
} = markdownToStories(FcButton, markdown);
export default {
title: 'Controls|Button',
stories: markdownToStories(FcButton, markdown),
component: 'fc-button',

@@ -36,0 +15,0 @@ decorators: [withKnobs, withWebComponentsKnobs],

@@ -10,12 +10,5 @@ import { html } from 'lit-html';

export const {
defaultProperties,
result
//intent -- TODO breaks storybook ATM
// add attributes or properties names or css variables suffixes
// example: --fc-fc-example-element-disabled-color as disabledColor
} = markdownToStories(FcSpeech, markdown);
export default {
title: 'Controls|Speech',
stories: markdownToStories(FcSpeech, markdown),
component: 'fc-speech',

@@ -22,0 +15,0 @@ decorators: [withKnobs, withWebComponentsKnobs],

Sorry, the diff of this file is not supported yet

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