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.15 to 3.2.16

9

dist/ix-button.js

@@ -7,6 +7,13 @@ import { css } from 'lit';

.md-button {
display: block;
display: flex;
}
.slot-wrap {
font-weight: bold;
text-transform: uppercase;
position: relative;
letter-spacing: 1.25px;
}
`;
window.customElements.define('ix-button', IxButtonStyled);
//# sourceMappingURL=ix-button.js.map

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

get form(): HTMLFormElement | null;
set form(form: HTMLFormElement | null);
get buttonElement(): HTMLElement;

@@ -21,0 +22,0 @@ get name(): string;

5

dist/IxButton.js

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

}
set form(form) {
this.setAttribute('form', form);
}
get buttonElement() {

@@ -105,3 +108,3 @@ var _b, _c, _d;

>
<div style="position:relative;">
<div class="slot-wrap">
<slot></slot>

@@ -108,0 +111,0 @@ </div>

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

"author": "Digital Realty",
"version": "3.2.15",
"version": "3.2.16",
"type": "module",

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

"LICENSE"
],
"gitHead": "43b0e609ef85f29e50a1872181cb8e685bcc13ec"
]
}

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