@boulevard/duration-select
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
{ | ||
"name": "@boulevard/duration-select", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "A component for intelligently selecting durations.", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
@@ -72,3 +72,3 @@ import { css, customElement, html, LitElement, property, PropertyValues } from 'lit-element'; | ||
@property() | ||
wheelEventThrottle: number = 100; | ||
wheelEventThrottle: number = 80; | ||
// TODO(Jeff) - add in optional formatting for hours and minutes | ||
@@ -75,0 +75,0 @@ // This will also require additional logic to determine singular or plural |
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
18779