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.3 to 5.1.4

8

CHANGELOG.md

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

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

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

1

FcButton.js

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

* An element by Forter
* <!-- Author: David Ondrich <dondrich@forter.com> -->
*

@@ -18,0 +19,0 @@ * ## Usage

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

* Accessible icon button with discreet default styles
* <!-- Author: Benny Powers <benny.powers@forter.com> -->
*

@@ -16,0 +17,0 @@ * ## Usage

3

FcSpeech.js

@@ -11,3 +11,4 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';

/**
* An element by Forter
* An element to record and translate it to text
* <!-- Author: Liron Goldenberg <lgoldenberg@forter.com> -->
*

@@ -14,0 +15,0 @@ * ## Usage

{
"name": "@forter/button",
"version": "5.1.3",
"version": "5.1.4",
"description": "Button from Forter Components",

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

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

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

},
"gitHead": "dad5a4fc280e6e24064360929c3a001618226d54"
"gitHead": "18ec77052de658932ec984e5257fd8706d1028ad"
}
# fc-button
An element by Forter
<!-- Author: David Ondrich <dondrich@forter.com> -->

@@ -69,2 +70,3 @@ ## Usage

Accessible icon button with discreet default styles
<!-- Author: Benny Powers <benny.powers@forter.com> -->

@@ -113,3 +115,4 @@ ## Usage

An element by Forter
An element to record and translate it to text
<!-- Author: Liron Goldenberg <lgoldenberg@forter.com> -->

@@ -116,0 +119,0 @@ ## Usage

@@ -18,2 +18,3 @@ import { LitElement, html, property } from 'lit-element';

* An element by Forter
* <!-- Author: David Ondrich <dondrich@forter.com> -->
*

@@ -20,0 +21,0 @@ * ## Usage

@@ -15,2 +15,3 @@ import { LitElement, html, property } from 'lit-element';

* Accessible icon button with discreet default styles
* <!-- Author: Benny Powers <benny.powers@forter.com> -->
*

@@ -17,0 +18,0 @@ * ## Usage

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

/**
* An element by Forter
* An element to record and translate it to text
* <!-- Author: Liron Goldenberg <lgoldenberg@forter.com> -->
*

@@ -15,0 +16,0 @@ * ## Usage

@@ -6,4 +6,4 @@ {

"name": "fc-button",
"description": "An element by Forter\n\n## Usage\n\n```html\n<script>\n import '@forter/button';\n</script>\n\n<fc-button>Button</fc-button>\n```\n## Examples\n\n```html\n<!-- iconOnly -->\n<fc-button intent=\"cancel\" flat=\"true\" icon=\"admin\"></fc-button>\n\n```",
"jsDoc": "/**\n * An element by Forter\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/button';\n * </script>\n *\n * <fc-button>Button</fc-button>\n * ```\n * ## Examples\n *\n * ```html\n * <!-- iconOnly -->\n * <fc-button intent=\"cancel\" flat=\"true\" icon=\"admin\"></fc-button>\n *\n * ```\n * @element fc-button\n *\n * @cssprop --fc-button-active-background-color - button background colour when active.\n * @cssprop --fc-button-active-border-color - button border colour when active.\n * @cssprop --fc-button-active-box-shadow - button box shadow when active. default: 0 0 5px 0 rgba(0, 0, 0, 0.05)\n * @cssprop --fc-button-active-color - button colour when active.\n * @cssprop --fc-button-active-icon-color - icon colour when active.\n * @cssprop --fc-button-background-color - button background colour.\n * @cssprop --fc-button-border-radius - button border radius.\n * @cssprop --fc-button-box-shadow - button box shadow.\n * @cssprop --fc-button-focus-border-color - button border colour when focused.\n * @cssprop --fc-button-height - button height.\n * @cssprop --fc-button-hover-background-color - button background colour when hovered.\n * @cssprop --fc-button-hover-box-shadow - button box-shadow colour when hovered.\n * @cssprop --fc-button-hover-color - button box-shadow colour when hovered.\n * @cssprop --fc-button-hover-icon-color - icon colour when hovered.\n * @cssprop --fc-button-icon-color - icon colour. example: `coral`\n * @cssprop --fc-button-inner-margin - button inner margin.\n * @cssprop --fc-button-min-width - button min-width. default: 35px;\n * @cssprop --fc-button-outer-margin - button outer margin.\n * @cssprop --fc-button-text-transform - button text transform.\n * @slot - like: `<span> My Button </span>`\n */",
"description": "An element by Forter\n<!-- Author: David Ondrich <dondrich@forter.com> -->\n\n## Usage\n\n```html\n<script>\n import '@forter/button';\n</script>\n\n<fc-button>Button</fc-button>\n```\n## Examples\n\n```html\n<!-- iconOnly -->\n<fc-button intent=\"cancel\" flat=\"true\" icon=\"admin\"></fc-button>\n\n```",
"jsDoc": "/**\n * An element by Forter\n * <!-- Author: David Ondrich <dondrich@forter.com> -->\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/button';\n * </script>\n *\n * <fc-button>Button</fc-button>\n * ```\n * ## Examples\n *\n * ```html\n * <!-- iconOnly -->\n * <fc-button intent=\"cancel\" flat=\"true\" icon=\"admin\"></fc-button>\n *\n * ```\n * @element fc-button\n *\n * @cssprop --fc-button-active-background-color - button background colour when active.\n * @cssprop --fc-button-active-border-color - button border colour when active.\n * @cssprop --fc-button-active-box-shadow - button box shadow when active. default: 0 0 5px 0 rgba(0, 0, 0, 0.05)\n * @cssprop --fc-button-active-color - button colour when active.\n * @cssprop --fc-button-active-icon-color - icon colour when active.\n * @cssprop --fc-button-background-color - button background colour.\n * @cssprop --fc-button-border-radius - button border radius.\n * @cssprop --fc-button-box-shadow - button box shadow.\n * @cssprop --fc-button-focus-border-color - button border colour when focused.\n * @cssprop --fc-button-height - button height.\n * @cssprop --fc-button-hover-background-color - button background colour when hovered.\n * @cssprop --fc-button-hover-box-shadow - button box-shadow colour when hovered.\n * @cssprop --fc-button-hover-color - button box-shadow colour when hovered.\n * @cssprop --fc-button-hover-icon-color - icon colour when hovered.\n * @cssprop --fc-button-icon-color - icon colour. example: `coral`\n * @cssprop --fc-button-inner-margin - button inner margin.\n * @cssprop --fc-button-min-width - button min-width. default: 35px;\n * @cssprop --fc-button-outer-margin - button outer margin.\n * @cssprop --fc-button-text-transform - button text transform.\n * @slot - like: `<span> My Button </span>`\n */",
"attributes": [

@@ -196,4 +196,4 @@ {

"name": "fc-icon-button",
"description": "Accessible icon button with discreet default styles\n\n## Usage\n\n```html\n<fc-icon-button></fc-icon-button>\n```",
"jsDoc": "/**\n * Accessible icon button with discreet default styles\n *\n * ## Usage\n *\n * ```html\n * <fc-icon-button></fc-icon-button>\n * ```\n *\n * @element fc-icon-button\n *\n * @cssprop --fc-button-active-background-color - button background colour when active.\n * @cssprop --fc-button-active-border-color - button border colour when active.\n * @cssprop --fc-button-active-box-shadow - button box shadow when active. default: 0 0 5px 0 rgba(0, 0, 0, 0.05)\n * @cssprop --fc-button-active-color - button colour when active.\n * @cssprop --fc-button-active-icon-color - icon colour when active.\n * @cssprop --fc-button-background-color - button background colour.\n * @cssprop --fc-button-border-radius - button border radius.\n * @cssprop --fc-button-box-shadow - button box shadow.\n * @cssprop --fc-button-focus-border-color - button border colour when focused.\n * @cssprop --fc-button-height - button height.\n * @cssprop --fc-button-hover-background-color - button background colour when hovered.\n * @cssprop --fc-button-hover-box-shadow - button box-shadow colour when hovered.\n * @cssprop --fc-button-hover-color - button box-shadow colour when hovered.\n * @cssprop --fc-button-hover-icon-color - icon colour when hovered.\n * @cssprop --fc-button-icon-color - icon colour.\n * @cssprop --fc-button-inner-margin - button inner margin.\n * @cssprop --fc-button-min-width - button min-width. default: 35px;\n * @cssprop --fc-button-outer-margin - button outer margin.\n * @cssprop --fc-button-text-transform - button text transform.\n */",
"description": "Accessible icon button with discreet default styles\n<!-- Author: Benny Powers <benny.powers@forter.com> -->\n\n## Usage\n\n```html\n<fc-icon-button></fc-icon-button>\n```",
"jsDoc": "/**\n * Accessible icon button with discreet default styles\n * <!-- Author: Benny Powers <benny.powers@forter.com> -->\n *\n * ## Usage\n *\n * ```html\n * <fc-icon-button></fc-icon-button>\n * ```\n *\n * @element fc-icon-button\n *\n * @cssprop --fc-button-active-background-color - button background colour when active.\n * @cssprop --fc-button-active-border-color - button border colour when active.\n * @cssprop --fc-button-active-box-shadow - button box shadow when active. default: 0 0 5px 0 rgba(0, 0, 0, 0.05)\n * @cssprop --fc-button-active-color - button colour when active.\n * @cssprop --fc-button-active-icon-color - icon colour when active.\n * @cssprop --fc-button-background-color - button background colour.\n * @cssprop --fc-button-border-radius - button border radius.\n * @cssprop --fc-button-box-shadow - button box shadow.\n * @cssprop --fc-button-focus-border-color - button border colour when focused.\n * @cssprop --fc-button-height - button height.\n * @cssprop --fc-button-hover-background-color - button background colour when hovered.\n * @cssprop --fc-button-hover-box-shadow - button box-shadow colour when hovered.\n * @cssprop --fc-button-hover-color - button box-shadow colour when hovered.\n * @cssprop --fc-button-hover-icon-color - icon colour when hovered.\n * @cssprop --fc-button-icon-color - icon colour.\n * @cssprop --fc-button-inner-margin - button inner margin.\n * @cssprop --fc-button-min-width - button min-width. default: 35px;\n * @cssprop --fc-button-outer-margin - button outer margin.\n * @cssprop --fc-button-text-transform - button text transform.\n */",
"attributes": [

@@ -332,4 +332,4 @@ {

"name": "fc-speech",
"description": "An element by Forter\n\n## Usage\n\n```html\n <script>\n import '@forter/button';\n</script>\n\n<fc-speech></fc-speech>\n```",
"jsDoc": "/**\n * An element by Forter\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/button';\n * </script>\n *\n * <fc-speech></fc-speech>\n * ```\n * @element fc-speech\n * @fires result - the outcome of voice recording\n */",
"description": "An element to record and translate it to text\n<!-- Author: Liron Goldenberg <lgoldenberg@forter.com> -->\n\n## Usage\n\n```html\n <script>\n import '@forter/button';\n</script>\n\n<fc-speech></fc-speech>\n```",
"jsDoc": "/**\n * An element to record and translate it to text\n * <!-- Author: Liron Goldenberg <lgoldenberg@forter.com> -->\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/button';\n * </script>\n *\n * <fc-speech></fc-speech>\n * ```\n * @element fc-speech\n * @fires result - the outcome of voice recording\n */",
"attributes": [

@@ -336,0 +336,0 @@ {

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