@digital-realty/ix-progress
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -34,4 +34,4 @@ import { LitElement } from 'lit'; | ||
label: string; | ||
renderProgressBar(): import("lit-html").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
renderProgressBar(): import("lit").TemplateResult<1>; | ||
render(): import("lit").TemplateResult<1>; | ||
} | ||
@@ -38,0 +38,0 @@ declare global { |
@@ -43,2 +43,3 @@ import { __decorate } from "tslib"; | ||
comp = html `<md-linear-progress | ||
style="width: initial" | ||
.buffer="${this.buffer}" | ||
@@ -45,0 +46,0 @@ .value="${this.value}" |
@@ -6,3 +6,3 @@ { | ||
"author": "Digital Realty", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"type": "module", | ||
@@ -99,3 +99,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "5714160bac22bcafd35125ddf83b029a7235ba9d" | ||
"gitHead": "3f03e0e887e1a3fdbeeba66e270abbb74ae7a95b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13777
147