@vaadin/vaadin-lumo-styles 23.0.0-alpha5 → 23.0.0-beta4

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/color.js CHANGED
@@ -174,9 +174,10 @@ const color = css`
174
174
  color: var(--lumo-header-text-color);
175
175
  }
176
176
 
177
- a:any-link {
177
+ a:where(:any-link) {
178
178
  color: var(--lumo-primary-text-color);
179
179
  }
180
+
180
181
  a:not(:any-link) {
181
182
  color: var(--lumo-disabled-text-color);
182
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-lumo-styles",
3
- "version": "23.0.0-alpha5",
3
+ "version": "23.0.0-beta4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,8 +42,8 @@
42
42
  "@polymer/iron-icon": "^3.0.0",
43
43
  "@polymer/iron-iconset-svg": "^3.0.0",
44
44
  "@polymer/polymer": "^3.0.0",
45
- "@vaadin/icon": "23.0.0-alpha5",
46
- "@vaadin/vaadin-themable-mixin": "23.0.0-alpha5"
45
+ "@vaadin/icon": "23.0.0-beta4",
46
+ "@vaadin/vaadin-themable-mixin": "23.0.0-beta4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "gulp": "^4.0.2",
@@ -52,5 +52,5 @@
52
52
  "gulp-sort": "^2.0.0",
53
53
  "gulp-svgmin": "^4.1.0"
54
54
  },
55
- "gitHead": "74f9294964eb8552d96578c14af6ad214f5257bc"
55
+ "gitHead": "d0b447f1c31ca4256a5e26f2dcd27784447ff79b"
56
56
  }
package/typography.js CHANGED
@@ -103,7 +103,7 @@ const typography = css`
103
103
  text-decoration: none;
104
104
  }
105
105
 
106
- a:any-link:hover {
106
+ a:where(:any-link):hover {
107
107
  text-decoration: underline;
108
108
  }
109
109
 
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const accessibility = css`
9
9
  /* === Screen readers === */
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const background = css`
9
9
  /* === Background color === */
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const border = css`
9
9
  /* === Border === */
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const flexboxAndGrid = css`
9
9
  /* === Align content === */
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const layout = css`
9
9
  /* === Box sizing === */
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const shadows = css`
9
9
  /* === Box shadows === */
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const sizing = css`
9
9
  /* === Height === */
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const spacing = css`
9
9
  /* === Margin === */
@@ -3,7 +3,7 @@
3
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
- import { css } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
 
8
8
  export const typography = css`
9
9
  /* === Font size === */
package/utility.js CHANGED
@@ -3,7 +3,7 @@
3
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
- import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/register-styles';
6
+ import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/register-styles.js';
7
7
  import { accessibility } from './utilities/accessibility.js';
8
8
  import { background } from './utilities/background.js';
9
9
  import { border } from './utilities/border.js';
package/version.js CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
  class Lumo extends HTMLElement {
7
7
  static get version() {
8
- return '23.0.0-alpha5';
8
+ return '23.0.0-beta4';
9
9
  }
10
10
  }
11
11