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

@digital-realty/ix-checkbox

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.11 to 1.1.25

9

dist/IxCheckbox.js

@@ -45,3 +45,8 @@ import { __decorate } from "tslib";

return html ` <style>
label[error] {
.checkbox-label {
align-items: center;
display: flex;
gap: var(--ix-checkbox-radio-gap, 0.5rem);
}
.checkbox-label[error] {
color: #db0028;

@@ -53,3 +58,3 @@ --md-checkbox-outline-color: #db0028;

</style>
<label ?error=${this.error}
<label class="checkbox-label" ?error=${this.error}
>${this.renderCheckbox}<span>${this.label}</span></label

@@ -56,0 +61,0 @@ >`;

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

"author": "Digital Realty",
"version": "1.1.11",
"version": "1.1.25",
"type": "module",

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

],
"gitHead": "a93ad0076764dc26321faa51bc504ff6b534d836"
"gitHead": "dced04ebef5c8342344b1fd3df33b5e22a78725f"
}

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