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

@spectrum-web-components/action-group

Package Overview
Dependencies
Maintainers
6
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/action-group - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12-alpha.1

8

package.json
{
"name": "@spectrum-web-components/action-group",
"version": "0.4.11",
"version": "0.4.12-alpha.1+7b33b99a3",
"publishConfig": {

@@ -47,4 +47,4 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/action-button": "^0.5.3",
"@spectrum-web-components/base": "^0.4.4",
"@spectrum-web-components/action-button": "^0.5.4-alpha.1+7b33b99a3",
"@spectrum-web-components/base": "^0.4.5-alpha.59+7b33b99a3",
"tslib": "^2.0.0"

@@ -60,3 +60,3 @@ },

],
"gitHead": "ed13341debd82f86abc062f647d42458c77633cc"
"gitHead": "7b33b99a3b1747fffb387f4e6696dcaa4a3618a4"
}

@@ -1,2 +0,2 @@

declare const styles: import("@spectrum-web-components/base").CSSResult;
declare const styles: import("@spectrum-web-components/base").CSSResultGroup;
export default styles;

@@ -1,2 +0,2 @@

declare const styles: import("@spectrum-web-components/base").CSSResult;
declare const styles: import("@spectrum-web-components/base").CSSResultGroup;
export default styles;

@@ -13,3 +13,3 @@ /*

import { html } from '@spectrum-web-components/base';
import { spreadProps } from '@open-wc/lit-helpers';
import { spreadProps } from '../../../test/lit-helpers.js';
import '../sp-action-group.js';

@@ -16,0 +16,0 @@ import '@spectrum-web-components/action-button/sp-action-button.js';

@@ -13,3 +13,3 @@ /*

import { html } from '@spectrum-web-components/base';
import { spreadProps } from '@open-wc/lit-helpers';
import { spreadProps } from '../../../test/lit-helpers.js';
import '../sp-action-group.js';

@@ -95,3 +95,3 @@ import '@spectrum-web-components/action-button/sp-action-button.js';

return html `
<sp-action-group ...=${spreadProps(args)}>
<sp-action-group ${spreadProps(args)}>
<sp-action-button label="Properties">

@@ -111,3 +111,3 @@ <sp-icon-properties slot="icon"></sp-icon-properties>

return html `
<sp-action-group ...=${spreadProps(args)}>
<sp-action-group ${spreadProps(args)}>
<sp-action-button>Button 1</sp-action-button>

@@ -146,3 +146,3 @@ <sp-action-button>Longer Button 2</sp-action-button>

<sp-action-group
...=${spreadProps(args)}
${spreadProps(args)}
label="Favorite Colors"

@@ -166,3 +166,3 @@ selects="multiple"

<sp-action-group
...=${spreadProps(args)}
${spreadProps(args)}
label="Favorite Color"

@@ -169,0 +169,0 @@ selects="multiple"

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