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

@digital-realty/ix-button

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-realty/ix-button - npm Package Compare versions

Comparing version 3.2.8 to 3.2.9

5

dist/ix-button.d.ts

@@ -1,1 +0,4 @@

export {};
import { IxButton } from './IxButton.js';
export declare class IxButtonStyled extends IxButton {
static styles: import("lit").CSSResult;
}

10

dist/ix-button.js

@@ -0,3 +1,11 @@

import { css } from 'lit';
import { IxButton } from './IxButton.js';
window.customElements.define('ix-button', IxButton);
export class IxButtonStyled extends IxButton {
}
IxButtonStyled.styles = css `
.md-button {
display: block;
}
`;
window.customElements.define('ix-button', IxButtonStyled);
//# sourceMappingURL=ix-button.js.map

@@ -11,3 +11,2 @@ import { LitElement } from 'lit';

export declare class IxButton extends LitElement implements FormSubmitter {
static get styles(): never[];
/** @nocollapse */

@@ -14,0 +13,0 @@ static readonly formAssociated = true;

@@ -18,5 +18,2 @@ var _a;

export class IxButton extends LitElement {
static get styles() {
return [];
}
/**

@@ -23,0 +20,0 @@ * The associated form element with which this element's value will submit.

@@ -6,3 +6,3 @@ {

"author": "Digital Realty",
"version": "3.2.8",
"version": "3.2.9",
"type": "module",

@@ -106,3 +106,3 @@ "main": "dist/index.js",

],
"gitHead": "d57dedc86cbf4e58a5f01445702dc5f540317d00"
"gitHead": "22907facb6faf6308fa1ea46a7faf875bcb26422"
}

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