@vaadin/vaadin-lumo-styles 23.0.0-alpha2 → 23.0.0-alpha3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/all-imports.js +1 -1
- package/badge.js +1 -1
- package/color.js +5 -2
- package/font-icons.js +1 -1
- package/gulpfile.js +1 -1
- package/icons.js +1 -1
- package/iconset.js +1 -1
- package/mixins/field-button.js +1 -1
- package/mixins/helper.d.ts +1 -1
- package/mixins/helper.js +1 -1
- package/mixins/input-field-shared.d.ts +1 -1
- package/mixins/input-field-shared.js +1 -1
- package/mixins/menu-overlay.js +1 -1
- package/mixins/overlay.js +1 -1
- package/mixins/required-field.js +1 -1
- package/package.json +4 -4
- package/presets/compact.js +1 -1
- package/sizing.js +1 -1
- package/spacing.js +1 -1
- package/style.js +1 -1
- package/typography.js +2 -2
- package/user-colors.d.ts +1 -1
- package/user-colors.js +1 -1
- package/utilities/accessibility.js +1 -1
- package/utilities/background.js +1 -1
- package/utilities/border.js +1 -1
- package/utilities/flexbox-grid.js +1 -1
- package/utilities/layout.js +1 -1
- package/utilities/shadows.js +1 -1
- package/utilities/sizing.js +1 -1
- package/utilities/spacing.js +1 -1
- package/utilities/typography.js +1 -1
- package/utility.js +1 -1
- package/vaadin-iconset.js +1 -1
- package/version.js +2 -2
package/all-imports.js
CHANGED
package/badge.js
CHANGED
package/color.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import './version.js';
|
|
@@ -174,9 +174,12 @@ const color = css`
|
|
|
174
174
|
color: var(--lumo-header-text-color);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
a {
|
|
177
|
+
a:any-link {
|
|
178
178
|
color: var(--lumo-primary-text-color);
|
|
179
179
|
}
|
|
180
|
+
a:not(:any-link) {
|
|
181
|
+
color: var(--lumo-disabled-text-color);
|
|
182
|
+
}
|
|
180
183
|
|
|
181
184
|
blockquote {
|
|
182
185
|
color: var(--lumo-secondary-text-color);
|
package/font-icons.js
CHANGED
package/gulpfile.js
CHANGED
|
@@ -27,7 +27,7 @@ function sortIconFilesNormalized(file1, file2) {
|
|
|
27
27
|
function createCopyright() {
|
|
28
28
|
return `/**
|
|
29
29
|
* @license
|
|
30
|
-
* Copyright (c)
|
|
30
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
31
31
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
32
32
|
*/`;
|
|
33
33
|
}
|
package/icons.js
CHANGED
package/iconset.js
CHANGED
package/mixins/field-button.js
CHANGED
package/mixins/helper.d.ts
CHANGED
package/mixins/helper.js
CHANGED
package/mixins/menu-overlay.js
CHANGED
package/mixins/overlay.js
CHANGED
package/mixins/required-field.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/vaadin-lumo-styles",
|
|
3
|
-
"version": "23.0.0-
|
|
3
|
+
"version": "23.0.0-alpha3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@polymer/iron-icon": "^3.0.0",
|
|
42
42
|
"@polymer/iron-iconset-svg": "^3.0.0",
|
|
43
43
|
"@polymer/polymer": "^3.0.0",
|
|
44
|
-
"@vaadin/icon": "23.0.0-
|
|
45
|
-
"@vaadin/vaadin-themable-mixin": "23.0.0-
|
|
44
|
+
"@vaadin/icon": "23.0.0-alpha3",
|
|
45
|
+
"@vaadin/vaadin-themable-mixin": "23.0.0-alpha3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"gulp": "^4.0.2",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"gulp-sort": "^2.0.0",
|
|
52
52
|
"gulp-svgmin": "^4.1.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "490037919a9e054cc002c1b3be0c94a1603e1a44"
|
|
55
55
|
}
|
package/presets/compact.js
CHANGED
package/sizing.js
CHANGED
package/spacing.js
CHANGED
package/style.js
CHANGED
package/typography.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import './version.js';
|
|
@@ -103,7 +103,7 @@ const typography = css`
|
|
|
103
103
|
text-decoration: none;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
a:hover {
|
|
106
|
+
a:any-link:hover {
|
|
107
107
|
text-decoration: underline;
|
|
108
108
|
}
|
|
109
109
|
|
package/user-colors.d.ts
CHANGED
package/user-colors.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/utilities/background.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/utilities/border.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/utilities/layout.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/utilities/shadows.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/utilities/sizing.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/utilities/spacing.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/utilities/typography.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/utility.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/register-styles';
|
package/vaadin-iconset.js
CHANGED
package/version.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2017 - 2022 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
class Lumo extends HTMLElement {
|
|
7
7
|
static get version() {
|
|
8
|
-
return '23.0.0-
|
|
8
|
+
return '23.0.0-alpha3';
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
|