@boulevard/duration-select
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@boulevard/duration-select", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A component for intelligently selecting durations.", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
import { customElement, eventOptions, html, LitElement, property, PropertyValues, query } from 'lit-element'; | ||
import { Shadowless } from '@boulevard/cdk'; | ||
import '@boulevard/material'; | ||
import '@boulevard/material/src/textfield/textfield.component'; | ||
import { bind } from '@boulevard/cdk'; | ||
@@ -5,0 +5,0 @@ import { DurationSelectHelpers, DurationSelectInterface } from './duration-select.helpers'; |
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
16669