Socket
Socket
Sign inDemoInstall

@spectrum-web-components/action-button

Package Overview
Dependencies
Maintainers
6
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.5.5 to 0.5.6-alpha.1

12

package.json
{
"name": "@spectrum-web-components/action-button",
"version": "0.5.5",
"version": "0.5.6-alpha.1+c7dd897f",
"publishConfig": {

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.5",
"@spectrum-web-components/button": "^0.14.5",
"@spectrum-web-components/icon": "^0.9.9",
"@spectrum-web-components/icons-ui": "^0.6.9",
"@spectrum-web-components/base": "^0.4.6-alpha.40+c7dd897f",
"@spectrum-web-components/button": "^0.14.6-alpha.1+c7dd897f",
"@spectrum-web-components/icon": "^0.9.10-alpha.1+c7dd897f",
"@spectrum-web-components/icons-ui": "^0.6.10-alpha.1+c7dd897f",
"tslib": "^2.0.0"

@@ -62,3 +62,3 @@ },

],
"gitHead": "dd51b33cb741be50668d51db526200143ca48151"
"gitHead": "c7dd897fd72154e0dd172b15c8b39c13670c7f25"
}

@@ -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 '@spectrum-web-components/action-group';

@@ -69,3 +69,3 @@ import '@spectrum-web-components/icon/sp-icon.js';

return html `
<sp-action-button ...=${spreadProps(args)}>
<sp-action-button ${spreadProps(args)}>
<sp-icon-edit slot="icon"></sp-icon-edit>

@@ -81,3 +81,3 @@ This is an action button

return html `
<sp-action-button label="Edit" ...=${spreadProps(args)}>
<sp-action-button label="Edit" ${spreadProps(args)}>
<sp-icon-edit slot="icon"></sp-icon-edit>

@@ -84,0 +84,0 @@ </sp-action-button>

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc