@digital-realty/ix-checkbox
Advanced tools
Comparing version 1.0.26 to 1.0.28
@@ -5,2 +5,5 @@ import { LitElement } from 'lit'; | ||
static get styles(): import("lit").CSSResult[]; | ||
/** | ||
* test comment 1234123 | ||
*/ | ||
disabled: boolean; | ||
@@ -7,0 +10,0 @@ checked: boolean; |
@@ -9,2 +9,5 @@ import { __decorate } from "tslib"; | ||
super(...arguments); | ||
/** | ||
* test comment 1234123 | ||
*/ | ||
this.disabled = false; | ||
@@ -11,0 +14,0 @@ this.checked = false; |
@@ -6,3 +6,3 @@ { | ||
"author": "interxion", | ||
"version": "1.0.26", | ||
"version": "1.0.28", | ||
"type": "module", | ||
@@ -96,3 +96,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "d4ffae9df7df1b9139e024a8cbffeddf845465c0" | ||
} | ||
"gitHead": "ed73d75b56e19ac47d246789dea88736ceb5a455" | ||
} |
@@ -12,3 +12,3 @@ import { html, LitElement } from 'lit'; | ||
/** | ||
* test comment 123 | ||
* test comment 1234123 | ||
*/ | ||
@@ -15,0 +15,0 @@ @property({ type: Boolean, reflect: true }) disabled = false; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73665
383