@forter/button
Advanced tools
Comparing version 5.2.11 to 5.2.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.2.12](https://github.com/forter/web-components/compare/@forter/button@5.2.11...@forter/button@5.2.12) (2020-06-26) | ||
**Note:** Version bump only for package @forter/button | ||
## [5.2.11](https://github.com/forter/web-components/compare/@forter/button@5.2.10...@forter/button@5.2.11) (2020-06-22) | ||
@@ -8,0 +16,0 @@ |
@@ -94,2 +94,3 @@ import { css } from 'lit-element'; | ||
box-shadow: none !important; | ||
background-color: transparent; | ||
} | ||
@@ -96,0 +97,0 @@ |
@@ -31,3 +31,3 @@ import { decorate as _decorate, get as _get, getPrototypeOf as _getPrototypeOf } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
* <!-- iconOnly --> | ||
* <fc-button intent="cancel" flat="true" icon="admin"></fc-button> | ||
* <fc-button flat="true" icon="edit"></fc-button> | ||
* | ||
@@ -34,0 +34,0 @@ * ``` |
{ | ||
"name": "@forter/button", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"description": "Button from Forter Components", | ||
@@ -58,3 +58,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "ee590105a9b40768a47b5903aa7aaaa4d80abe10" | ||
"gitHead": "36d9bdda0ca68dabf5aeb7f0aaa71a9a79afcce6" | ||
} |
@@ -19,3 +19,3 @@ # fc-button | ||
<!-- iconOnly --> | ||
<fc-button intent="cancel" flat="true" icon="admin"></fc-button> | ||
<fc-button flat="true" icon="edit"></fc-button> | ||
@@ -22,0 +22,0 @@ ``` |
@@ -33,3 +33,3 @@ import { LitElement, html, property } from 'lit-element'; | ||
* <!-- iconOnly --> | ||
* <fc-button intent="cancel" flat="true" icon="admin"></fc-button> | ||
* <fc-button flat="true" icon="edit"></fc-button> | ||
* | ||
@@ -36,0 +36,0 @@ * ``` |
@@ -6,4 +6,4 @@ { | ||
"name": "fc-button", | ||
"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 */", | ||
"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 flat=\"true\" icon=\"edit\"></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 flat=\"true\" icon=\"edit\"></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": [ | ||
@@ -10,0 +10,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
Sorry, the diff of this file is not supported yet
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
158224
2415