Socket
Socket
Sign inDemoInstall

@spectrum-web-components/action-button

Package Overview
Dependencies
Maintainers
7
Versions
185
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.8 to 0.5.9-lit-next.0

12

package.json
{
"name": "@spectrum-web-components/action-button",
"version": "0.5.8",
"version": "0.5.9-lit-next.0+297042cb5",
"publishConfig": {

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.5",
"@spectrum-web-components/button": "^0.14.8",
"@spectrum-web-components/icon": "^0.9.11",
"@spectrum-web-components/icons-ui": "^0.6.11",
"@spectrum-web-components/base": "^0.4.6-lit-next.137+297042cb5",
"@spectrum-web-components/button": "^0.14.9-lit-next.0+297042cb5",
"@spectrum-web-components/icon": "^0.9.12-lit-next.0+297042cb5",
"@spectrum-web-components/icons-ui": "^0.6.12-lit-next.0+297042cb5",
"tslib": "^2.0.0"

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

],
"gitHead": "d7f2ca747a902cf8b632cc8491fa675419297180"
"gitHead": "297042cb5770314e9a5181c1fd97d722622f091c"
}

@@ -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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc