@vaadin/vaadin-lumo-styles 24.0.0-alpha7 → 24.0.0-alpha8
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/auto-complete.css +4 -4
- package/badge.js +1 -1
- package/color.js +1 -1
- package/font-icons.js +1 -1
- package/icons.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/loader.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 +1 -1
- 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/auto-complete.css
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* This file contains declarations for CSS custom properties and utility
|
|
2
|
-
* classes of the Lumo theme in order to provide auto-complete support
|
|
1
|
+
/* This file contains declarations for CSS custom properties and utility
|
|
2
|
+
* classes of the Lumo theme in order to provide auto-complete support
|
|
3
3
|
* for IDEs.
|
|
4
|
-
*
|
|
4
|
+
*
|
|
5
5
|
* NOTE: This file is only intended to provide auto-complete support,
|
|
6
6
|
* do not include it into an HTML page!
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
/* Custom CSS properties */
|
|
10
10
|
:host {
|
|
11
11
|
--lumo-base-color: #fff;
|
package/badge.js
CHANGED
package/color.js
CHANGED
package/font-icons.js
CHANGED
package/icons.js
CHANGED
package/mixins/field-button.js
CHANGED
package/mixins/helper.d.ts
CHANGED
package/mixins/helper.js
CHANGED
package/mixins/loader.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": "24.0.0-
|
|
3
|
+
"version": "24.0.0-alpha8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@polymer/polymer": "^3.0.0",
|
|
44
|
-
"@vaadin/icon": "24.0.0-
|
|
45
|
-
"@vaadin/vaadin-themable-mixin": "24.0.0-
|
|
44
|
+
"@vaadin/icon": "24.0.0-alpha8",
|
|
45
|
+
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha8"
|
|
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": "476752249bb12295c500980d98a3256ad3b22b73"
|
|
55
55
|
}
|
package/presets/compact.js
CHANGED
package/sizing.js
CHANGED
package/spacing.js
CHANGED
package/style.js
CHANGED
package/typography.js
CHANGED
package/user-colors.d.ts
CHANGED
package/user-colors.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/utilities/background.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/utilities/border.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/utilities/layout.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/utilities/shadows.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/utilities/sizing.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/utilities/spacing.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/utilities/typography.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/utility.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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.js';
|
package/vaadin-iconset.js
CHANGED
package/version.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright (c) 2017 -
|
|
3
|
+
* Copyright (c) 2017 - 2023 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 '24.0.0-
|
|
8
|
+
return '24.0.0-alpha8';
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
|