@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 1.7.0-alpha1 to 1.7.0-alpha2
import './mixins/field-button.js'; | ||
export * from './mixins/field-button.js'; | ||
import './mixins/menu-overlay.js'; | ||
export * from './mixins/menu-overlay.js'; | ||
import './mixins/overlay.js'; | ||
export * from './mixins/overlay.js'; | ||
import './mixins/required-field.js'; | ||
export * from './mixins/required-field.js'; | ||
import './badge.js'; | ||
export * from './badge.js'; | ||
import './color.js'; | ||
export * from './color.js'; | ||
import './font-icons.js'; | ||
export * from './font-icons.js'; | ||
import './icons.js'; | ||
export * from './icons.js'; | ||
import './sizing.js'; | ||
export * from './sizing.js'; | ||
import './spacing.js'; | ||
export * from './spacing.js'; | ||
import './style.js'; | ||
export * from './style.js'; | ||
import './typography.js'; | ||
export * from './typography.js'; | ||
@@ -19,7 +31,1 @@ /** | ||
*/ | ||
/* | ||
FIXME(polymer-modulizer): the above comments were extracted | ||
from HTML and may be out of place here. Review them and | ||
then delete this comment! | ||
*/ | ||
; |
@@ -14,3 +14,3 @@ { | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "1.7.0-alpha1", | ||
"version": "1.7.0-alpha2", | ||
"main": "all-imports.js", | ||
@@ -24,3 +24,5 @@ "author": "Vaadin Ltd", | ||
"*.js", | ||
"*.d.ts", | ||
"mixins/*.js", | ||
"mixins/*.d.ts", | ||
"presets/*.js", | ||
@@ -27,0 +29,0 @@ "!wdio.conf.js" |
class Lumo extends HTMLElement { | ||
static get version() { | ||
return '1.7.0-alpha1'; | ||
return '1.7.0-alpha2'; | ||
} | ||
@@ -5,0 +5,0 @@ } |
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
69201
30
1073