Socket
Socket
Sign inDemoInstall

@assecosolutions/fox-button-group

Package Overview
Dependencies
24
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

2

index.js

@@ -1686,3 +1686,3 @@ import { css, LitElement, html as html$2 } from 'lit';

_t$1;
const styles = css(_t$1 || (_t$1 = _$1`.fox-button-group{display:flex;align-items:center;gap:2px}.fox-button-group ::slotted(fox-button){transition:background-color .3s,color .3s;--fox-button-box-shadow: none;--fox-button-hover-opacity: 1}.fox-button-group ::slotted(fox-button):last-child{--fox-button-border-radius: 0 8px 8px 0;margin-right:0}.fox-button-group ::slotted(fox-button):first-child{--fox-button-border-radius: 8px 0 0 8px}.fox-button-group ::slotted(fox-button):first-child:active{box-shadow:#0f69ac 0px 0px 0px 2px inset}::slotted(fox-button:nth-child(n+2):nth-last-child(n+2)){--fox-button-border-radius: 0}`));
const styles = css(_t$1 || (_t$1 = _$1`.fox-button-group{display:flex;align-items:center;gap:2px}.fox-button-group ::slotted(fox-button){transition:background-color .3s,color .3s;--fox-button-box-shadow: none;--fox-button-hover-opacity: 1}.fox-button-group ::slotted(fox-button:last-child){--fox-button-border-radius: 0 8px 8px 0;margin-right:0}.fox-button-group ::slotted(fox-button:first-child){--fox-button-border-radius: 8px 0 0 8px}.fox-button-group ::slotted(fox-button:first-child):active{box-shadow:#0f69ac 0px 0px 0px 2px inset}::slotted(fox-button:nth-child(n+2):nth-last-child(n+2)){--fox-button-border-radius: 0}`));

@@ -1689,0 +1689,0 @@ let _ = t => t,

{
"name": "@assecosolutions/fox-button-group",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"public": true,

@@ -20,4 +20,4 @@ "publishConfig": {

"dependencies": {
"@assecosolutions/fox-button": "~1.11.8-beta.2",
"@assecosolutions/fox-common-utils": "~1.11.7-beta.2"
"@assecosolutions/fox-button": "~1.11.8-beta.3",
"@assecosolutions/fox-common-utils": "~1.11.7-beta.3"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

@@ -7,9 +7,2 @@ import { LitElement } from 'lit';

}
interface HTMLElementEventMap {
select: CustomEvent<{
index: number;
value: string | undefined;
clickedButton: FoxButton;
}>;
}
}

@@ -16,0 +9,0 @@ /**

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc