@matiaslgonzalez/react-timeline-range-slider
Advanced tools
Comparing version 1.5.1-7 to 1.5.1-8
@@ -12,3 +12,3 @@ import { __assign, __makeTemplateObject } from "tslib"; | ||
var sourcePercent = _a.sourcePercent, targetPercent = _a.targetPercent; | ||
return "calc(".concat(targetPercent - sourcePercent, "% - 1px)"); | ||
return "calc(".concat(targetPercent - sourcePercent, "%)"); | ||
}, function (_a) { | ||
@@ -15,0 +15,0 @@ var disabled = _a.disabled, error = _a.error; |
{ | ||
"name": "@matiaslgonzalez/react-timeline-range-slider", | ||
"version": "1.5.1-7", | ||
"version": "1.5.1-8", | ||
"description": "Time Slider component for React", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
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
62522