@vaadin/vaadin-lumo-styles 25.0.0-alpha19 → 25.0.0-alpha20
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/components/accordion-heading.css +2 -2
- package/components/accordion-panel.css +2 -2
- package/components/app-layout.css +2 -2
- package/components/avatar-group.css +8 -8
- package/components/avatar.css +2 -2
- package/components/button.css +2 -2
- package/components/card.css +2 -2
- package/components/charts.css +2 -2
- package/components/checkbox-group.css +2 -2
- package/components/checkbox.css +2 -2
- package/components/combo-box.css +6 -6
- package/components/confirm-dialog.css +2 -2
- package/components/context-menu.css +6 -6
- package/components/crud.css +10 -10
- package/components/custom-field.css +2 -2
- package/components/dashboard.css +10 -10
- package/components/date-picker.css +10 -10
- package/components/date-time-picker.css +2 -2
- package/components/details-summary.css +2 -2
- package/components/details.css +2 -2
- package/components/dialog.css +2 -2
- package/components/drawer-toggle.css +2 -2
- package/components/email-field.css +2 -2
- package/components/field-highlighter.css +6 -6
- package/components/form-item.css +2 -2
- package/components/form-layout.css +2 -2
- package/components/grid-filter.css +2 -2
- package/components/grid-pro-edit-column.css +6 -6
- package/components/grid-pro.css +2 -2
- package/components/grid-sorter.css +2 -2
- package/components/grid-tree-toggle.css +2 -2
- package/components/grid.css +2 -2
- package/components/horizontal-layout.css +2 -2
- package/components/icon.css +2 -2
- package/components/index.css +71 -0
- package/components/input-container.css +2 -2
- package/components/integer-field.css +2 -2
- package/components/item.css +2 -2
- package/components/list-box.css +2 -2
- package/components/login-form.css +2 -2
- package/components/login.css +2 -2
- package/components/map.css +2 -2
- package/components/menu-bar.css +10 -10
- package/components/message-input-button.css +11 -0
- package/components/message-input.css +3 -3
- package/components/message.css +2 -2
- package/components/multi-select-combo-box.css +10 -10
- package/components/notification.css +4 -4
- package/components/number-field.css +2 -2
- package/components/overlay.css +2 -2
- package/components/password-field.css +4 -4
- package/components/popover.css +2 -2
- package/components/progress-bar.css +2 -2
- package/components/radio-button.css +2 -2
- package/components/radio-group.css +2 -2
- package/components/rich-text-editor.css +4 -4
- package/components/scroller.css +2 -2
- package/components/select.css +10 -10
- package/components/side-nav-item.css +2 -2
- package/components/side-nav.css +2 -2
- package/components/split-layout.css +2 -2
- package/components/tab.css +2 -2
- package/components/tabs.css +2 -2
- package/components/tabsheet.css +4 -4
- package/components/text-area.css +2 -2
- package/components/text-field.css +2 -2
- package/components/time-picker.css +6 -6
- package/components/tooltip.css +2 -2
- package/components/upload.css +6 -6
- package/components/vertical-layout.css +2 -2
- package/dist/lumo.css +41 -0
- package/dist/presets/compact.css +1 -0
- package/dist/utility.css +1 -0
- package/lumo.css +1 -1
- package/mixins/input-field-shared.js +1 -1
- package/package.json +12 -6
- package/postcss.config.js +11 -0
- package/src/components/combo-box.css +1 -1
- package/src/components/date-picker.css +2 -2
- package/src/components/grid-pro-edit-select.css +1 -1
- package/src/components/icon.css +2 -2
- package/src/components/multi-select-combo-box.css +2 -2
- package/src/components/number-field.css +6 -6
- package/src/components/password-field.css +4 -4
- package/src/components/scroller.css +2 -2
- package/src/components/select.css +2 -2
- package/src/components/split-layout.css +19 -97
- package/src/components/text-area.css +2 -2
- package/src/components/time-picker.css +1 -1
- package/src/mixins/field-base.css +1 -1
- package/src/mixins/field-button.css +3 -3
- package/components.css +0 -71
package/components/list-box.css
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/list-box.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-list-box-
|
|
10
|
-
--vaadin-list-box-
|
|
9
|
+
--_lumo-vaadin-list-box-inject: 1;
|
|
10
|
+
--_lumo-vaadin-list-box-inject-modules: lumo_components_list-box;
|
|
11
11
|
}
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
@import './text-field.css';
|
|
10
10
|
|
|
11
11
|
:is(:root, :host)::before {
|
|
12
|
-
--vaadin-login-form-wrapper-
|
|
13
|
-
--vaadin-login-form-wrapper-
|
|
12
|
+
--_lumo-vaadin-login-form-wrapper-inject: 1;
|
|
13
|
+
--_lumo-vaadin-login-form-wrapper-inject-modules: lumo_components_login-form-wrapper;
|
|
14
14
|
}
|
package/components/login.css
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
@import './login-form.css';
|
|
9
9
|
|
|
10
10
|
:is(:root, :host)::before {
|
|
11
|
-
--vaadin-login-overlay-wrapper-
|
|
12
|
-
--vaadin-login-overlay-wrapper-
|
|
11
|
+
--_lumo-vaadin-login-overlay-wrapper-inject: 1;
|
|
12
|
+
--_lumo-vaadin-login-overlay-wrapper-inject-modules:
|
|
13
13
|
lumo_mixins_overlay,
|
|
14
14
|
lumo_components_login-overlay-wrapper;
|
|
15
15
|
}
|
package/components/map.css
CHANGED
package/components/menu-bar.css
CHANGED
|
@@ -18,30 +18,30 @@
|
|
|
18
18
|
@import '../src/components/menu-bar.css';
|
|
19
19
|
|
|
20
20
|
:is(:root, :host)::before {
|
|
21
|
-
--vaadin-menu-bar-
|
|
22
|
-
--vaadin-menu-bar-
|
|
21
|
+
--_lumo-vaadin-menu-bar-inject: 1;
|
|
22
|
+
--_lumo-vaadin-menu-bar-inject-modules: lumo_components_menu-bar;
|
|
23
23
|
|
|
24
|
-
--vaadin-menu-bar-overlay-
|
|
25
|
-
--vaadin-menu-bar-overlay-
|
|
24
|
+
--_lumo-vaadin-menu-bar-overlay-inject: 1;
|
|
25
|
+
--_lumo-vaadin-menu-bar-overlay-inject-modules:
|
|
26
26
|
lumo_mixins_overlay,
|
|
27
27
|
lumo_mixins_menu-overlay-core,
|
|
28
28
|
lumo_mixins_menu-overlay-ext,
|
|
29
29
|
lumo_components_context-menu-overlay,
|
|
30
30
|
lumo_components_menu-bar-overlay;
|
|
31
31
|
|
|
32
|
-
--vaadin-menu-bar-list-box-
|
|
33
|
-
--vaadin-menu-bar-list-box-
|
|
32
|
+
--_lumo-vaadin-menu-bar-list-box-inject: 1;
|
|
33
|
+
--_lumo-vaadin-menu-bar-list-box-inject-modules:
|
|
34
34
|
lumo_components_list-box,
|
|
35
35
|
lumo_components_context-menu-list-box;
|
|
36
36
|
|
|
37
|
-
--vaadin-menu-bar-item-
|
|
38
|
-
--vaadin-menu-bar-item-
|
|
37
|
+
--_lumo-vaadin-menu-bar-item-inject: 1;
|
|
38
|
+
--_lumo-vaadin-menu-bar-item-inject-modules:
|
|
39
39
|
lumo_components_item,
|
|
40
40
|
lumo_components_context-menu-item,
|
|
41
41
|
lumo_components_menu-bar-item;
|
|
42
42
|
|
|
43
|
-
--vaadin-menu-bar-button-
|
|
44
|
-
--vaadin-menu-bar-button-
|
|
43
|
+
--_lumo-vaadin-menu-bar-button-inject: 1;
|
|
44
|
+
--_lumo-vaadin-menu-bar-button-inject-modules:
|
|
45
45
|
lumo_components_button,
|
|
46
46
|
lumo_components_menu-bar-button;
|
|
47
47
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright (c) 2017 - 2025 Vaadin Ltd.
|
|
4
|
+
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
|
+
*/
|
|
6
|
+
@import './button.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-message-input-button-inject: 1;
|
|
10
|
+
--_lumo-vaadin-message-input-button-inject-modules: lumo_components_button;
|
|
11
|
+
}
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/message-input.css';
|
|
7
|
-
@import './button.css';
|
|
7
|
+
@import './message-input-button.css';
|
|
8
8
|
@import './text-area.css';
|
|
9
9
|
|
|
10
10
|
:is(:root, :host)::before {
|
|
11
|
-
--vaadin-message-input-
|
|
12
|
-
--vaadin-message-input-
|
|
11
|
+
--_lumo-vaadin-message-input-inject: 1;
|
|
12
|
+
--_lumo-vaadin-message-input-inject-modules: lumo_components_message-input;
|
|
13
13
|
}
|
package/components/message.css
CHANGED
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
@import './avatar.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-message-
|
|
11
|
-
--vaadin-message-
|
|
10
|
+
--_lumo-vaadin-message-inject: 1;
|
|
11
|
+
--_lumo-vaadin-message-inject-modules: lumo_components_message;
|
|
12
12
|
}
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
@import '../src/components/multi-select-combo-box.css';
|
|
25
25
|
|
|
26
26
|
:is(:root, :host)::before {
|
|
27
|
-
--vaadin-multi-select-combo-box-container-
|
|
28
|
-
--vaadin-multi-select-combo-box-container-
|
|
27
|
+
--_lumo-vaadin-multi-select-combo-box-container-inject: 1;
|
|
28
|
+
--_lumo-vaadin-multi-select-combo-box-container-inject-modules:
|
|
29
29
|
lumo_components_input-container,
|
|
30
30
|
lumo_components_multi-select-combo-box-container;
|
|
31
31
|
|
|
32
|
-
--vaadin-multi-select-combo-box-overlay-
|
|
33
|
-
--vaadin-multi-select-combo-box-overlay-
|
|
32
|
+
--_lumo-vaadin-multi-select-combo-box-overlay-inject: 1;
|
|
33
|
+
--_lumo-vaadin-multi-select-combo-box-overlay-inject-modules:
|
|
34
34
|
lumo_mixins_loader,
|
|
35
35
|
lumo_mixins_combo-box-loader,
|
|
36
36
|
lumo_mixins_overlay,
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
lumo_mixins_combo-box-overlay,
|
|
39
39
|
lumo_components_multi-select-combo-box-overlay;
|
|
40
40
|
|
|
41
|
-
--vaadin-multi-select-combo-box-chip-
|
|
42
|
-
--vaadin-multi-select-combo-box-chip-
|
|
41
|
+
--_lumo-vaadin-multi-select-combo-box-chip-inject: 1;
|
|
42
|
+
--_lumo-vaadin-multi-select-combo-box-chip-inject-modules:
|
|
43
43
|
lumo_mixins_field-button,
|
|
44
44
|
lumo_components_multi-select-combo-box-chip;
|
|
45
45
|
|
|
46
|
-
--vaadin-multi-select-combo-box-item-
|
|
47
|
-
--vaadin-multi-select-combo-box-item-
|
|
46
|
+
--_lumo-vaadin-multi-select-combo-box-item-inject: 1;
|
|
47
|
+
--_lumo-vaadin-multi-select-combo-box-item-inject-modules:
|
|
48
48
|
lumo_components_item,
|
|
49
49
|
lumo_components_combo-box-item,
|
|
50
50
|
lumo_components_multi-select-combo-box-item;
|
|
51
51
|
|
|
52
|
-
--vaadin-multi-select-combo-box-
|
|
53
|
-
--vaadin-multi-select-combo-box-
|
|
52
|
+
--_lumo-vaadin-multi-select-combo-box-inject: 1;
|
|
53
|
+
--_lumo-vaadin-multi-select-combo-box-inject-modules:
|
|
54
54
|
lumo_mixins_field-label,
|
|
55
55
|
lumo_mixins_field-required,
|
|
56
56
|
lumo_mixins_field-error-message,
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
@import '../src/components/notification-container.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-notification-container-
|
|
11
|
-
--vaadin-notification-container-
|
|
10
|
+
--_lumo-vaadin-notification-container-inject: 1;
|
|
11
|
+
--_lumo-vaadin-notification-container-inject-modules: lumo_components_notification-container;
|
|
12
12
|
|
|
13
|
-
--vaadin-notification-card-
|
|
14
|
-
--vaadin-notification-card-
|
|
13
|
+
--_lumo-vaadin-notification-card-inject: 1;
|
|
14
|
+
--_lumo-vaadin-notification-card-inject-modules: lumo_components_notification-card;
|
|
15
15
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
15
|
:is(:root, :host)::before {
|
|
16
|
-
--vaadin-number-field-
|
|
17
|
-
--vaadin-number-field-
|
|
16
|
+
--_lumo-vaadin-number-field-inject: 1;
|
|
17
|
+
--_lumo-vaadin-number-field-inject-modules:
|
|
18
18
|
lumo_mixins_field-label,
|
|
19
19
|
lumo_mixins_field-required,
|
|
20
20
|
lumo_mixins_field-error-message,
|
package/components/overlay.css
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/mixins/overlay.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-overlay-
|
|
10
|
-
--vaadin-overlay-
|
|
9
|
+
--_lumo-vaadin-overlay-inject: 1;
|
|
10
|
+
--_lumo-vaadin-overlay-inject-modules: lumo_mixins_overlay;
|
|
11
11
|
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
@import './input-container.css';
|
|
16
16
|
|
|
17
17
|
:is(:root, :host)::before {
|
|
18
|
-
--vaadin-password-field-
|
|
19
|
-
--vaadin-password-field-
|
|
18
|
+
--_lumo-vaadin-password-field-inject: 1;
|
|
19
|
+
--_lumo-vaadin-password-field-inject-modules:
|
|
20
20
|
lumo_mixins_field-label,
|
|
21
21
|
lumo_mixins_field-required,
|
|
22
22
|
lumo_mixins_field-error-message,
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
lumo_mixins_field-base,
|
|
26
26
|
lumo_components_password-field;
|
|
27
27
|
|
|
28
|
-
--vaadin-password-field-button-
|
|
29
|
-
--vaadin-password-field-button-
|
|
28
|
+
--_lumo-vaadin-password-field-button-inject: 1;
|
|
29
|
+
--_lumo-vaadin-password-field-button-inject-modules:
|
|
30
30
|
lumo_components_button,
|
|
31
31
|
lumo_components_password-field-button;
|
|
32
32
|
}
|
package/components/popover.css
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/popover-overlay.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-popover-overlay-
|
|
11
|
-
--vaadin-popover-overlay-
|
|
10
|
+
--_lumo-vaadin-popover-overlay-inject: 1;
|
|
11
|
+
--_lumo-vaadin-popover-overlay-inject-modules:
|
|
12
12
|
lumo_mixins_overlay,
|
|
13
13
|
lumo_components_popover-overlay;
|
|
14
14
|
}
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/progress-bar.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-progress-bar-
|
|
10
|
-
--vaadin-progress-bar-
|
|
9
|
+
--_lumo-vaadin-progress-bar-inject: 1;
|
|
10
|
+
--_lumo-vaadin-progress-bar-inject-modules: lumo_components_progress-bar;
|
|
11
11
|
}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/radio-button.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-radio-button-
|
|
11
|
-
--vaadin-radio-button-
|
|
10
|
+
--_lumo-vaadin-radio-button-inject: 1;
|
|
11
|
+
--_lumo-vaadin-radio-button-inject-modules:
|
|
12
12
|
lumo_mixins_checkable-field,
|
|
13
13
|
lumo_components_radio-button;
|
|
14
14
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@import './radio-button.css';
|
|
13
13
|
|
|
14
14
|
:is(:root, :host)::before {
|
|
15
|
-
--vaadin-radio-group-
|
|
16
|
-
--vaadin-radio-group-
|
|
15
|
+
--_lumo-vaadin-radio-group-inject: 1;
|
|
16
|
+
--_lumo-vaadin-radio-group-inject-modules:
|
|
17
17
|
lumo_mixins_group-field,
|
|
18
18
|
lumo_mixins_field-label,
|
|
19
19
|
lumo_mixins_field-required,
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
@import './tooltip.css';
|
|
15
15
|
|
|
16
16
|
:is(:root, :host)::before {
|
|
17
|
-
--vaadin-rich-text-editor-
|
|
18
|
-
--vaadin-rich-text-editor-
|
|
17
|
+
--_lumo-vaadin-rich-text-editor-inject: 1;
|
|
18
|
+
--_lumo-vaadin-rich-text-editor-inject-modules:
|
|
19
19
|
lumo_global_typography,
|
|
20
20
|
lumo_components_rich-text-editor;
|
|
21
21
|
|
|
22
|
-
--vaadin-rich-text-editor-popup-overlay-
|
|
23
|
-
--vaadin-rich-text-editor-popup-overlay-
|
|
22
|
+
--_lumo-vaadin-rich-text-editor-popup-overlay-inject: 1;
|
|
23
|
+
--_lumo-vaadin-rich-text-editor-popup-overlay-inject-modules:
|
|
24
24
|
lumo_mixins_overlay,
|
|
25
25
|
lumo_components_rich-text-editor-popup-overlay;
|
|
26
26
|
}
|
package/components/scroller.css
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/scroller.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-scroller-
|
|
10
|
-
--vaadin-scroller-
|
|
9
|
+
--_lumo-vaadin-scroller-inject: 1;
|
|
10
|
+
--_lumo-vaadin-scroller-inject-modules: lumo_components_scroller;
|
|
11
11
|
}
|
package/components/select.css
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
@import './input-container.css';
|
|
21
21
|
|
|
22
22
|
:is(:root, :host)::before {
|
|
23
|
-
--vaadin-select-
|
|
24
|
-
--vaadin-select-
|
|
23
|
+
--_lumo-vaadin-select-inject: 1;
|
|
24
|
+
--_lumo-vaadin-select-inject-modules:
|
|
25
25
|
lumo_mixins_field-label,
|
|
26
26
|
lumo_mixins_field-required,
|
|
27
27
|
lumo_mixins_field-error-message,
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
lumo_mixins_field-base,
|
|
31
31
|
lumo_components_select;
|
|
32
32
|
|
|
33
|
-
--vaadin-select-item-
|
|
34
|
-
--vaadin-select-item-
|
|
33
|
+
--_lumo-vaadin-select-item-inject: 1;
|
|
34
|
+
--_lumo-vaadin-select-item-inject-modules: lumo_components_item;
|
|
35
35
|
|
|
36
|
-
--vaadin-select-overlay-
|
|
37
|
-
--vaadin-select-overlay-
|
|
36
|
+
--_lumo-vaadin-select-overlay-inject: 1;
|
|
37
|
+
--_lumo-vaadin-select-overlay-inject-modules:
|
|
38
38
|
lumo_mixins_overlay,
|
|
39
39
|
lumo_mixins_menu-overlay-core,
|
|
40
40
|
lumo_mixins_menu-overlay-ext,
|
|
41
41
|
lumo_components_select-overlay;
|
|
42
42
|
|
|
43
|
-
--vaadin-select-list-box-
|
|
44
|
-
--vaadin-select-list-box-
|
|
43
|
+
--_lumo-vaadin-select-list-box-inject: 1;
|
|
44
|
+
--_lumo-vaadin-select-list-box-inject-modules: lumo_components_list-box;
|
|
45
45
|
|
|
46
|
-
--vaadin-select-value-button-
|
|
47
|
-
--vaadin-select-value-button-
|
|
46
|
+
--_lumo-vaadin-select-value-button-inject: 1;
|
|
47
|
+
--_lumo-vaadin-select-value-button-inject-modules: lumo_components_select-value-button;
|
|
48
48
|
}
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/side-nav-item.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-side-nav-item-
|
|
11
|
-
--vaadin-side-nav-item-
|
|
10
|
+
--_lumo-vaadin-side-nav-item-inject: 1;
|
|
11
|
+
--_lumo-vaadin-side-nav-item-inject-modules:
|
|
12
12
|
lumo_mixins_field-button,
|
|
13
13
|
lumo_components_side-nav-item;
|
|
14
14
|
}
|
package/components/side-nav.css
CHANGED
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
@import './side-nav-item.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-side-nav-
|
|
11
|
-
--vaadin-side-nav-
|
|
10
|
+
--_lumo-vaadin-side-nav-inject: 1;
|
|
11
|
+
--_lumo-vaadin-side-nav-inject-modules: lumo_components_side-nav;
|
|
12
12
|
}
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/split-layout.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-split-layout-
|
|
10
|
-
--vaadin-split-layout-
|
|
9
|
+
--_lumo-vaadin-split-layout-inject: 1;
|
|
10
|
+
--_lumo-vaadin-split-layout-inject-modules: lumo_components_split-layout;
|
|
11
11
|
}
|
package/components/tab.css
CHANGED
package/components/tabs.css
CHANGED
package/components/tabsheet.css
CHANGED
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
@import './tabs.css';
|
|
10
10
|
|
|
11
11
|
:is(:root, :host)::before {
|
|
12
|
-
--vaadin-tabsheet-
|
|
13
|
-
--vaadin-tabsheet-
|
|
12
|
+
--_lumo-vaadin-tabsheet-inject: 1;
|
|
13
|
+
--_lumo-vaadin-tabsheet-inject-modules:
|
|
14
14
|
lumo_mixins_loader,
|
|
15
15
|
lumo_components_tabsheet;
|
|
16
16
|
|
|
17
|
-
--vaadin-tabsheet-scroller-
|
|
18
|
-
--vaadin-tabsheet-scroller-
|
|
17
|
+
--_lumo-vaadin-tabsheet-scroller-inject: 1;
|
|
18
|
+
--_lumo-vaadin-tabsheet-scroller-inject-modules: lumo_components_scroller;
|
|
19
19
|
}
|
package/components/text-area.css
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
15
|
:is(:root, :host)::before {
|
|
16
|
-
--vaadin-text-area-
|
|
17
|
-
--vaadin-text-area-
|
|
16
|
+
--_lumo-vaadin-text-area-inject: 1;
|
|
17
|
+
--_lumo-vaadin-text-area-inject-modules:
|
|
18
18
|
lumo_mixins_field-label,
|
|
19
19
|
lumo_mixins_field-required,
|
|
20
20
|
lumo_mixins_field-error-message,
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@import './input-container.css';
|
|
13
13
|
|
|
14
14
|
:is(:root, :host)::before {
|
|
15
|
-
--vaadin-text-field-
|
|
16
|
-
--vaadin-text-field-
|
|
15
|
+
--_lumo-vaadin-text-field-inject: 1;
|
|
16
|
+
--_lumo-vaadin-text-field-inject-modules:
|
|
17
17
|
lumo_mixins_field-label,
|
|
18
18
|
lumo_mixins_field-required,
|
|
19
19
|
lumo_mixins_field-error-message,
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
@import './input-container.css';
|
|
20
20
|
|
|
21
21
|
:is(:root, :host)::before {
|
|
22
|
-
--vaadin-time-picker-
|
|
23
|
-
--vaadin-time-picker-
|
|
22
|
+
--_lumo-vaadin-time-picker-inject: 1;
|
|
23
|
+
--_lumo-vaadin-time-picker-inject-modules:
|
|
24
24
|
lumo_mixins_field-label,
|
|
25
25
|
lumo_mixins_field-required,
|
|
26
26
|
lumo_mixins_field-error-message,
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
lumo_mixins_field-base,
|
|
30
30
|
lumo_components_time-picker;
|
|
31
31
|
|
|
32
|
-
--vaadin-time-picker-item-
|
|
33
|
-
--vaadin-time-picker-item-
|
|
32
|
+
--_lumo-vaadin-time-picker-item-inject: 1;
|
|
33
|
+
--_lumo-vaadin-time-picker-item-inject-modules:
|
|
34
34
|
lumo_components_item,
|
|
35
35
|
lumo_components_combo-box-item;
|
|
36
36
|
|
|
37
|
-
--vaadin-time-picker-overlay-
|
|
38
|
-
--vaadin-time-picker-overlay-
|
|
37
|
+
--_lumo-vaadin-time-picker-overlay-inject: 1;
|
|
38
|
+
--_lumo-vaadin-time-picker-overlay-inject-modules:
|
|
39
39
|
lumo_mixins_overlay,
|
|
40
40
|
lumo_mixins_menu-overlay-core,
|
|
41
41
|
lumo_mixins_combo-box-overlay,
|
package/components/tooltip.css
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/tooltip-overlay.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-tooltip-overlay-
|
|
11
|
-
--vaadin-tooltip-overlay-
|
|
10
|
+
--_lumo-vaadin-tooltip-overlay-inject: 1;
|
|
11
|
+
--_lumo-vaadin-tooltip-overlay-inject-modules:
|
|
12
12
|
lumo_mixins_overlay,
|
|
13
13
|
lumo_components_tooltip-overlay;
|
|
14
14
|
}
|
package/components/upload.css
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
@import './progress-bar.css';
|
|
12
12
|
|
|
13
13
|
:is(:root, :host)::before {
|
|
14
|
-
--vaadin-upload-
|
|
15
|
-
--vaadin-upload-
|
|
14
|
+
--_lumo-vaadin-upload-inject: 1;
|
|
15
|
+
--_lumo-vaadin-upload-inject-modules: lumo_components_upload;
|
|
16
16
|
|
|
17
|
-
--vaadin-upload-icon-
|
|
18
|
-
--vaadin-upload-icon-
|
|
17
|
+
--_lumo-vaadin-upload-icon-inject: 1;
|
|
18
|
+
--_lumo-vaadin-upload-icon-inject-modules: lumo_components_upload-icon;
|
|
19
19
|
|
|
20
|
-
--vaadin-upload-file-
|
|
21
|
-
--vaadin-upload-file-
|
|
20
|
+
--_lumo-vaadin-upload-file-inject: 1;
|
|
21
|
+
--_lumo-vaadin-upload-file-inject-modules:
|
|
22
22
|
lumo_mixins_field-button,
|
|
23
23
|
lumo_components_upload-file;
|
|
24
24
|
}
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/vertical-layout.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-vertical-layout-
|
|
10
|
-
--vaadin-vertical-layout-
|
|
9
|
+
--_lumo-vaadin-vertical-layout-inject: 1;
|
|
10
|
+
--_lumo-vaadin-vertical-layout-inject-modules: lumo_components_vertical-layout;
|
|
11
11
|
}
|