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.4-alpha.1 to 0.5.4

test/action-button-sizes.test-vrt.js

14

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

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.5-alpha.59+7b33b99a3",
"@spectrum-web-components/button": "^0.14.4-alpha.1+7b33b99a3",
"@spectrum-web-components/icon": "^0.9.8-alpha.59+7b33b99a3",
"@spectrum-web-components/icons-ui": "^0.6.8-alpha.59+7b33b99a3",
"@spectrum-web-components/base": "^0.4.5",
"@spectrum-web-components/button": "^0.14.4",
"@spectrum-web-components/icon": "^0.9.8",
"@spectrum-web-components/icons-ui": "^0.6.8",
"tslib": "^2.0.0"

@@ -58,7 +58,7 @@ },

"types": "./src/index.d.ts",
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"sideEffects": [
"./sp-*.js"
],
"gitHead": "7b33b99a3b1747fffb387f4e6696dcaa4a3618a4"
"gitHead": "fbd509e0f30f1da0dcb972fa9ac5492acc00d96e"
}

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

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

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

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

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

import { html } from '@spectrum-web-components/base';
import { spreadProps } from '../../../test/lit-helpers.js';
import { spreadProps } from '@open-wc/lit-helpers';
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 too big to display

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