Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forter/button-group

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/button-group - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

8

CHANGELOG.md

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

## [1.3.7](https://github.com/forter/web-components/compare/@forter/button-group@1.3.6...@forter/button-group@1.3.7) (2020-05-24)
**Note:** Version bump only for package @forter/button-group
## [1.3.6](https://github.com/forter/web-components/compare/@forter/button-group@1.3.5...@forter/button-group@1.3.6) (2020-05-21)

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

8

fc-button-group.css.js

@@ -14,3 +14,3 @@ import { css } from 'lit-element';

background-color: var(--white);
height: 35px;
height: 30px;
padding-left: calc(var(--fc-radio-group-padding-horizontal) * 2);

@@ -23,5 +23,9 @@ padding-right: calc(var(--fc-radio-group-padding-horizontal) * 2);

width: max-content;
box-shadow: 0 2px 6px 2px rgba(183, 203, 206, 0.25);
box-shadow: 0 1px 3px rgba(183, 203, 206, 0.25);
}
#container:hover {
box-shadow: 0 2px 5px rgba(183, 203, 206, 0.25);
}
:host([intent=secondary]) #container {

@@ -28,0 +32,0 @@ box-shadow: none;

@@ -27,3 +27,3 @@ import { register } from '@forter/core';

*
* <fc-button-group .options="${[{'icon': 'edit', 'key': 'edit', 'tooltip':'Edit'},{'icon':'admin','key':'admin','selected':true},{'icon':'copy', 'key':'copy','tooltip':'Copy'}]}">
* <fc-button-group .options="${[{'icon': 'star-false', 'key': 'star', 'tooltip':'Star'},{'icon':'user','key':'user','selected':true},{'icon':'f2f', 'key':'f2f','tooltip':'F2F'}]}">
* </fc-button-group>

@@ -385,3 +385,3 @@ * ```

<fc-tooltip tooltip="${tooltip}">
<fc-icon icon="${icon}"></fc-icon>
<fc-icon size="20" icon="${icon}"></fc-icon>
</fc-tooltip>

@@ -388,0 +388,0 @@ </label>

{
"name": "@forter/button-group",
"version": "1.3.6",
"version": "1.3.7",
"description": "Button Group from Forter Components",

@@ -58,3 +58,3 @@ "author": "Forter Developers",

},
"gitHead": "234319c709fa1cda8ed82cb13f171d9104274a41"
"gitHead": "95b1d1440818f632504c5aa0f1555053ade21301"
}

@@ -13,3 +13,3 @@ # fc-button-group

<fc-button-group .options="${[{'icon': 'edit', 'key': 'edit', 'tooltip':'Edit'},{'icon':'admin','key':'admin','selected':true},{'icon':'copy', 'key':'copy','tooltip':'Copy'}]}">
<fc-button-group .options="${[{'icon': 'star-false', 'key': 'star', 'tooltip':'Star'},{'icon':'user','key':'user','selected':true},{'icon':'f2f', 'key':'f2f','tooltip':'F2F'}]}">
</fc-button-group>

@@ -16,0 +16,0 @@ ```

@@ -32,3 +32,3 @@ /* istanbul ignore file */

*
* <fc-button-group .options="${[{'icon': 'edit', 'key': 'edit', 'tooltip':'Edit'},{'icon':'admin','key':'admin','selected':true},{'icon':'copy', 'key':'copy','tooltip':'Copy'}]}">
* <fc-button-group .options="${[{'icon': 'star-false', 'key': 'star', 'tooltip':'Star'},{'icon':'user','key':'user','selected':true},{'icon':'f2f', 'key':'f2f','tooltip':'F2F'}]}">
* </fc-button-group>

@@ -207,3 +207,3 @@ * ```

<fc-tooltip tooltip="${tooltip}">
<fc-icon icon="${icon}"></fc-icon>
<fc-icon size="20" icon="${icon}"></fc-icon>
</fc-tooltip>

@@ -210,0 +210,0 @@ </label>

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

"name": "fc-button-group",
"description": "A group of buttons\n<!-- Author: assafmilman <assaf.milman@forter.com> -->\n\n## Usage\n\n```html\n<script>\n import '@forter/button-group';\n</script>\n\n<fc-button-group .options=\"${[{'icon': 'edit', 'key': 'edit', 'tooltip':'Edit'},{'icon':'admin','key':'admin','selected':true},{'icon':'copy', 'key':'copy','tooltip':'Copy'}]}\">\n </fc-button-group>\n```",
"jsDoc": "/**\n * A group of buttons\n * <!-- Author: assafmilman <assaf.milman@forter.com> -->\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/button-group';\n * </script>\n *\n * <fc-button-group .options=\"${[{'icon': 'edit', 'key': 'edit', 'tooltip':'Edit'},{'icon':'admin','key':'admin','selected':true},{'icon':'copy', 'key':'copy','tooltip':'Copy'}]}\">\n * </fc-button-group>\n * ```\n *\n * @element fc-button-group\n *\n * @cssprop --fc-button-group-padding-horizontal\n * @cssprop --fc-button-group-padding-vertical\n * @slot input - internal slot for rendering light children. Do not use.\n */",
"description": "A group of buttons\n<!-- Author: assafmilman <assaf.milman@forter.com> -->\n\n## Usage\n\n```html\n<script>\n import '@forter/button-group';\n</script>\n\n<fc-button-group .options=\"${[{'icon': 'star-false', 'key': 'star', 'tooltip':'Star'},{'icon':'user','key':'user','selected':true},{'icon':'f2f', 'key':'f2f','tooltip':'F2F'}]}\">\n </fc-button-group>\n```",
"jsDoc": "/**\n * A group of buttons\n * <!-- Author: assafmilman <assaf.milman@forter.com> -->\n *\n * ## Usage\n *\n * ```html\n * <script>\n * import '@forter/button-group';\n * </script>\n *\n * <fc-button-group .options=\"${[{'icon': 'star-false', 'key': 'star', 'tooltip':'Star'},{'icon':'user','key':'user','selected':true},{'icon':'f2f', 'key':'f2f','tooltip':'F2F'}]}\">\n * </fc-button-group>\n * ```\n *\n * @element fc-button-group\n *\n * @cssprop --fc-button-group-padding-horizontal\n * @cssprop --fc-button-group-padding-vertical\n * @slot input - internal slot for rendering light children. Do not use.\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

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