@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 21.0.0-alpha9 to 21.0.0-beta1
@@ -11,2 +11,2 @@ export * from './mixins/field-button.js'; | ||
export * from './typography.js'; | ||
export * from './utilities/index.js'; | ||
export * from './utility.js'; |
@@ -30,3 +30,3 @@ /** | ||
export * from './typography.js'; | ||
import './utilities/index.js'; | ||
export * from './utilities/index.js'; | ||
import './utility.js'; | ||
export * from './utility.js'; |
@@ -25,3 +25,3 @@ /** | ||
:host(:not([readonly])) [part$='button']:hover { | ||
[part$='button']:hover { | ||
color: var(--lumo-contrast-90pct); | ||
@@ -33,2 +33,3 @@ } | ||
color: var(--lumo-contrast-20pct); | ||
cursor: default; | ||
} | ||
@@ -35,0 +36,0 @@ |
{ | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "21.0.0-alpha9", | ||
"version": "21.0.0-beta1", | ||
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components", | ||
@@ -27,3 +27,4 @@ "main": "all-imports.js", | ||
"mixins/*.d.ts", | ||
"presets/*.js" | ||
"presets/*.js", | ||
"utilities/*.js" | ||
], | ||
@@ -37,4 +38,4 @@ "scripts": { | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-icon": "^21.0.0-alpha9", | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha9" | ||
"@vaadin/vaadin-icon": "21.0.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "21.0.0-beta1" | ||
}, | ||
@@ -51,3 +52,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "72059f699ad36f58e1bb0a40aa7d3a411587e22b" | ||
"gitHead": "7d08834d03228105c2ea72213a385ddf35125f79" | ||
} |
@@ -8,3 +8,3 @@ /** | ||
static get version() { | ||
return '21.0.0-alpha9'; | ||
return '21.0.0-beta1'; | ||
} | ||
@@ -11,0 +11,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
129334
43
3094
+ Added@vaadin/vaadin-element-mixin@21.0.0-beta1(transitive)
+ Added@vaadin/vaadin-icon@21.0.0-beta1(transitive)
+ Added@vaadin/vaadin-themable-mixin@21.0.0-beta1(transitive)
- Removed@vaadin/vaadin-element-mixin@21.0.5(transitive)
- Removed@vaadin/vaadin-icon@21.0.5(transitive)
- Removed@vaadin/vaadin-lumo-styles@21.0.5(transitive)
- Removed@vaadin/vaadin-themable-mixin@21.0.5(transitive)