@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 24.0.0-alpha1 to 24.0.0-alpha10
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
21
badge.js
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -89,20 +89,14 @@ */ | ||
[theme~='badge'] vaadin-icon, | ||
[theme~='badge'] iron-icon { | ||
[theme~='badge'] vaadin-icon { | ||
margin: -0.25em 0; | ||
--iron-icon-width: 1.5em; | ||
--iron-icon-height: 1.5em; | ||
} | ||
[theme~='badge'] vaadin-icon:first-child, | ||
[theme~='badge'] iron-icon:first-child { | ||
[theme~='badge'] vaadin-icon:first-child { | ||
margin-left: -0.375em; | ||
} | ||
[theme~='badge'] vaadin-icon:last-child, | ||
[theme~='badge'] iron-icon:last-child { | ||
[theme~='badge'] vaadin-icon:last-child { | ||
margin-right: -0.375em; | ||
} | ||
iron-icon[theme~='badge'][icon], | ||
vaadin-icon[theme~='badge'][icon] { | ||
@@ -116,3 +110,2 @@ min-width: 0; | ||
iron-icon[theme~='badge'][icon][theme~='small'], | ||
vaadin-icon[theme~='badge'][icon][theme~='small'] { | ||
@@ -159,4 +152,3 @@ width: var(--lumo-icon-size-s); | ||
[dir='rtl'][theme~='badge'] vaadin-icon:first-child, | ||
[dir='rtl'][theme~='badge'] iron-icon:first-child { | ||
[dir='rtl'][theme~='badge'] vaadin-icon:first-child { | ||
margin-right: -0.375em; | ||
@@ -166,4 +158,3 @@ margin-left: 0; | ||
[dir='rtl'][theme~='badge'] vaadin-icon:last-child, | ||
[dir='rtl'][theme~='badge'] iron-icon:last-child { | ||
[dir='rtl'][theme~='badge'] vaadin-icon:last-child { | ||
margin-left: -0.375em; | ||
@@ -170,0 +161,0 @@ margin-right: 0; |
@@ -6,3 +6,1 @@ import type { CSSResult } from 'lit'; | ||
export const color: CSSResult; | ||
export const colorLegacy: CSSResult; |
13
color.js
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -200,11 +200,2 @@ */ | ||
const colorLegacy = css` | ||
:host { | ||
color: var(--lumo-body-text-color) !important; | ||
background-color: var(--lumo-base-color) !important; | ||
} | ||
`; | ||
registerStyles('', [color, colorLegacy], { moduleId: 'lumo-color-legacy' }); | ||
export { colorBase, color, colorLegacy }; | ||
export { colorBase, color }; |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import '@polymer/iron-icon/iron-icon.js'; | ||
import '@vaadin/icon/vaadin-icon.js'; | ||
import './version.js'; | ||
import './iconset.js'; | ||
import './vaadin-iconset.js'; |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -133,3 +133,3 @@ */ | ||
/* Slotted content */ | ||
[part='input-field'] ::slotted(:not(iron-icon):not(vaadin-icon):not(input):not(textarea)) { | ||
[part='input-field'] ::slotted(:not(vaadin-icon):not(input):not(textarea)) { | ||
color: var(--lumo-secondary-text-color); | ||
@@ -136,0 +136,0 @@ font-weight: 400; |
/** | ||
* @license | ||
* Copyright (c) 2022 Vaadin Ltd. | ||
* Copyright (c) 2022 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "24.0.0-alpha1", | ||
"version": "24.0.0-alpha10", | ||
"publishConfig": { | ||
@@ -28,2 +28,3 @@ "access": "public" | ||
"*.js", | ||
"auto-complete.css", | ||
"mixins/*.d.ts", | ||
@@ -43,7 +44,5 @@ "mixins/*.js", | ||
"dependencies": { | ||
"@polymer/iron-icon": "^3.0.0", | ||
"@polymer/iron-iconset-svg": "^3.0.0", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/icon": "24.0.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha1" | ||
"@vaadin/icon": "24.0.0-alpha10", | ||
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha10" | ||
}, | ||
@@ -57,3 +56,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "427527c27c4b27822d61fd41d38d7b170134770b" | ||
"gitHead": "2e04534d8b47bcd216f89b5f849bafef1a73b174" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -15,3 +15,2 @@ */ | ||
--lumo-border-radius-l: 0.5em; /* Dialog, notification, etc */ | ||
--lumo-border-radius: 0.25em; /* Deprecated */ | ||
@@ -18,0 +17,0 @@ /* Shadow */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -32,6 +32,6 @@ */ | ||
const typography = css` | ||
html, | ||
body, | ||
:host { | ||
font-family: var(--lumo-font-family); | ||
font-size: var(--lumo-font-size, var(--lumo-font-size-m)); | ||
font-size: var(--lumo-font-size-m); | ||
line-height: var(--lumo-line-height-m); | ||
@@ -38,0 +38,0 @@ -webkit-text-size-adjust: 100%; |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2017 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2017 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
/** | ||
* Dummy custom element used for collecting | ||
* development time usage statistics. | ||
* | ||
* @private | ||
*/ | ||
class Lumo extends HTMLElement { | ||
static get version() { | ||
return '24.0.0-alpha1'; | ||
return '24.0.0-alpha10'; | ||
} | ||
@@ -10,0 +17,0 @@ } |
146010
3
4749
+ Added@vaadin/component-base@24.0.0-alpha10(transitive)
+ Added@vaadin/icon@24.0.0-alpha10(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.0.0-alpha10(transitive)
- Removed@polymer/iron-icon@^3.0.0
- Removed@polymer/iron-iconset-svg@^3.0.0
- Removed@polymer/iron-flex-layout@3.0.1(transitive)
- Removed@polymer/iron-icon@3.0.1(transitive)
- Removed@polymer/iron-iconset-svg@3.0.1(transitive)
- Removed@polymer/iron-meta@3.0.1(transitive)
- Removed@vaadin/component-base@24.0.0-alpha1(transitive)
- Removed@vaadin/icon@24.0.0-alpha1(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.0.0-alpha1(transitive)
Updated@vaadin/icon@24.0.0-alpha10