@vaadin/vaadin-material-styles 23.1.2 → 23.2.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/color.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { CSSResult } from 'lit';
1
+ import type { CSSResult } from 'lit';
2
2
 
3
3
  export const colorLight: CSSResult;
4
4
 
@@ -1,3 +1,3 @@
1
- import { CSSResult } from 'lit';
1
+ import type { CSSResult } from 'lit';
2
2
 
3
3
  export const fieldButton: CSSResult;
@@ -3,6 +3,6 @@
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 { CSSResult } from 'lit';
6
+ import type { CSSResult } from 'lit';
7
7
 
8
8
  export const helper: CSSResult;
@@ -1,4 +1,4 @@
1
- import { CSSResult } from 'lit';
1
+ import type { CSSResult } from 'lit';
2
2
 
3
3
  export const inputField: CSSResult;
4
4
 
@@ -1,3 +1,3 @@
1
- import { CSSResult } from 'lit';
1
+ import type { CSSResult } from 'lit';
2
2
 
3
3
  export const menuOverlay: CSSResult;
@@ -1,3 +1,3 @@
1
- import { CSSResult } from 'lit';
1
+ import type { CSSResult } from 'lit';
2
2
 
3
3
  export const overlay: CSSResult;
@@ -1,3 +1,3 @@
1
- import { CSSResult } from 'lit';
1
+ import type { CSSResult } from 'lit';
2
2
 
3
3
  export const requiredField: CSSResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-material-styles",
3
- "version": "23.1.2",
3
+ "version": "23.2.0-alpha3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/vaadin-themable-mixin": "^23.1.2"
42
+ "@vaadin/vaadin-themable-mixin": "23.2.0-alpha3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "gulp": "^4.0.2",
@@ -48,5 +48,5 @@
48
48
  "gulp-sort": "^2.0.0",
49
49
  "gulp-svgmin": "^4.1.0"
50
50
  },
51
- "gitHead": "6fb205c6e9a761feadfb779dd5d7af96d3102e56"
51
+ "gitHead": "06e5875be93ca50da2846dafc65a8531010c0576"
52
52
  }
package/shadow.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { CSSResult } from 'lit';
1
+ import type { CSSResult } from 'lit';
2
2
 
3
3
  export const shadow: CSSResult;
package/typography.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { CSSResult } from 'lit';
1
+ import type { CSSResult } from 'lit';
2
2
 
3
3
  export const font: CSSResult;
4
4
 
package/user-colors.d.ts CHANGED
@@ -3,6 +3,6 @@
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 { CSSResult } from 'lit';
6
+ import type { CSSResult } from 'lit';
7
7
 
8
8
  export const userColors: CSSResult;
package/version.js CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
  class Material extends HTMLElement {
7
7
  static get version() {
8
- return '23.1.2';
8
+ return '23.2.0-alpha3';
9
9
  }
10
10
  }
11
11