@3mo/slider
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -29,3 +29,3 @@ import { __decorate } from "tslib"; | ||
return html ` | ||
<mwc-slider-range withTickMarks | ||
<mwc-slider-range withTickMarks exportparts='marks,thumb' | ||
?discrete=${this.discrete} | ||
@@ -32,0 +32,0 @@ ?disabled=${this.disabled} |
@@ -27,3 +27,3 @@ import { __decorate } from "tslib"; | ||
return html ` | ||
<mwc-slider withTickMarks | ||
<mwc-slider withTickMarks exportparts='marks,thumb' | ||
?discrete=${this.discrete} | ||
@@ -30,0 +30,0 @@ ?disabled=${this.disabled} |
{ | ||
"name": "@3mo/slider", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A slider and range-slider web-component based on Material Web Components (MWC).", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
132921