@vaadin/vaadin-lumo-styles 25.0.0-alpha8 → 25.0.0-beta1
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.d.ts +0 -8
- package/all-imports.js +0 -18
- package/components/accordion-heading.css +4 -3
- package/components/accordion-panel.css +4 -3
- package/components/app-layout.css +4 -3
- package/components/avatar-group.css +10 -9
- package/components/avatar.css +6 -4
- package/components/button.css +4 -4
- package/components/card.css +6 -4
- package/components/charts.css +4 -3
- package/components/checkbox-group.css +4 -3
- package/components/checkbox.css +4 -3
- package/components/combo-box.css +8 -7
- package/components/confirm-dialog.css +4 -3
- package/components/context-menu.css +8 -7
- package/components/crud.css +13 -12
- package/components/custom-field.css +4 -3
- package/components/dashboard.css +12 -11
- package/components/date-picker.css +12 -11
- package/components/date-time-picker.css +4 -3
- package/components/details-summary.css +4 -3
- package/components/details.css +4 -3
- package/components/dialog.css +4 -3
- package/components/drawer-toggle.css +4 -3
- package/components/email-field.css +4 -3
- package/components/field-highlighter.css +8 -7
- package/components/form-item.css +4 -3
- package/components/form-layout.css +8 -5
- package/components/grid-filter.css +4 -3
- package/components/grid-pro-edit-column.css +8 -7
- package/components/grid-pro.css +4 -3
- package/components/grid-sorter.css +4 -3
- package/components/grid-tree-toggle.css +4 -3
- package/components/grid.css +4 -3
- package/components/horizontal-layout.css +4 -3
- package/components/icon.css +4 -3
- package/components/index.css +71 -0
- package/components/input-container.css +4 -3
- package/components/integer-field.css +4 -3
- package/components/item.css +4 -3
- package/components/list-box.css +4 -3
- package/components/login-form.css +4 -3
- package/components/login.css +4 -3
- package/components/map.css +4 -3
- package/components/master-detail-layout.css +14 -5
- package/components/menu-bar.css +12 -11
- package/components/message-input-button.css +12 -0
- package/components/message-input.css +5 -4
- package/components/message.css +4 -3
- package/components/multi-select-combo-box.css +12 -11
- package/components/notification.css +6 -5
- package/components/number-field.css +4 -3
- package/components/overlay.css +4 -3
- package/components/password-field.css +6 -5
- package/components/popover.css +4 -3
- package/components/progress-bar.css +4 -3
- package/components/radio-button.css +4 -3
- package/components/radio-group.css +4 -3
- package/components/rich-text-editor.css +6 -5
- package/components/scroller.css +4 -3
- package/components/select.css +12 -11
- package/components/side-nav-item.css +4 -3
- package/components/side-nav.css +4 -3
- package/components/split-layout.css +4 -3
- package/components/tab.css +4 -3
- package/components/tabs.css +4 -3
- package/components/tabsheet.css +6 -5
- package/components/text-area.css +4 -3
- package/components/text-field.css +4 -3
- package/components/time-picker.css +8 -7
- package/components/tooltip.css +4 -3
- package/components/upload.css +15 -10
- package/components/vertical-layout.css +4 -3
- package/dist/lumo.css +43 -0
- package/dist/presets/compact.css +1 -0
- package/dist/utility.css +1 -0
- package/lumo.css +3 -3
- package/mixins/field-button.js +3 -4
- package/mixins/helper.js +3 -4
- package/mixins/input-field-shared.js +4 -7
- package/mixins/loader.js +3 -2
- package/mixins/menu-overlay.js +3 -2
- package/mixins/overlay.js +3 -4
- package/mixins/required-field.js +3 -4
- package/package.json +15 -9
- package/presets/compact.css +32 -0
- package/src/components/app-layout.css +5 -5
- package/src/components/avatar-group-overlay.css +0 -4
- package/src/components/chart.css +3 -5
- package/src/components/checkbox.css +2 -3
- package/src/components/combo-box.css +1 -1
- package/src/components/confirm-dialog-overlay.css +0 -4
- package/src/components/context-menu-overlay.css +21 -1
- package/src/components/dashboard-layout.css +0 -66
- package/src/components/dashboard-section.css +3 -31
- package/src/components/dashboard-widget.css +1 -85
- package/src/components/dashboard.css +0 -9
- package/src/components/date-picker-overlay-content.css +6 -40
- package/src/components/date-picker-overlay.css +2 -14
- package/src/components/date-picker.css +2 -2
- package/src/components/dialog-overlay.css +10 -19
- package/src/components/grid-pro-edit-select.css +1 -1
- package/src/components/grid-pro.css +14 -8
- package/src/components/grid.css +0 -7
- package/src/components/horizontal-layout.css +0 -4
- package/src/components/icon.css +2 -2
- package/src/components/input-container.css +1 -3
- package/src/components/login-form-wrapper.css +5 -26
- package/src/components/login-overlay-wrapper.css +14 -4
- package/src/components/menu-bar-button.css +7 -7
- package/src/components/message.css +7 -32
- package/src/components/multi-select-combo-box.css +6 -2
- package/src/components/notification-container.css +8 -1
- package/src/components/number-field.css +6 -6
- package/src/components/password-field.css +4 -4
- package/src/components/popover-overlay.css +2 -138
- package/src/components/radio-button.css +1 -1
- package/src/components/rich-text-editor.css +40 -142
- package/src/components/scroller.css +3 -22
- package/src/components/select.css +15 -2
- package/src/components/side-nav-item.css +13 -0
- package/src/components/split-layout.css +19 -97
- package/src/components/tabsheet.css +5 -1
- package/src/components/text-area.css +2 -2
- package/src/components/time-picker.css +1 -1
- package/src/components/tooltip-overlay.css +4 -1
- package/src/components/upload-file.css +27 -61
- package/src/components/upload-icon.css +6 -0
- package/src/components/user-tags-overlay.css +2 -5
- package/src/components/vertical-layout.css +0 -4
- package/src/global/color-scheme.css +2 -1
- package/{user-colors.d.ts → src/global/index.css} +3 -3
- package/src/global/typography.css +2 -1
- package/src/mixins/dashboard-item.css +10 -142
- package/src/mixins/field-base.css +1 -1
- package/src/mixins/field-button.css +3 -3
- package/src/mixins/overlay.css +11 -1
- package/src/mixins/resizable-overlay.css +2 -1
- package/src/props/color.css +4 -2
- package/src/props/icons.css +21 -18
- package/src/props/index.css +12 -0
- package/src/props/reset.css +2 -1
- package/src/props/sizing.css +2 -1
- package/src/props/spacing.css +2 -1
- package/src/props/style.css +2 -1
- package/src/props/typography.css +2 -1
- package/utility.css +0 -1
- package/vaadin-iconset.js +2 -0
- package/auto-complete.css +0 -2512
- package/badge-global.js +0 -9
- package/badge.d.ts +0 -3
- package/badge.js +0 -178
- package/color-global.js +0 -9
- package/color.d.ts +0 -5
- package/color.js +0 -221
- package/components.css +0 -71
- package/font-icons.js +0 -69
- package/global.css +0 -8
- package/global.js +0 -5
- package/presets/compact.js +0 -40
- package/props.css +0 -12
- package/sizing.d.ts +0 -3
- package/sizing.js +0 -29
- package/spacing.d.ts +0 -3
- package/spacing.js +0 -37
- package/src/components/form-layout.css +0 -11
- package/src/components/master-detail-layout.css +0 -21
- package/src/components/upload-file-list.css +0 -24
- package/style.d.ts +0 -3
- package/style.js +0 -31
- package/typography-global.js +0 -13
- package/typography.d.ts +0 -7
- package/typography.js +0 -129
- package/user-colors.js +0 -33
- package/utilities/accessibility.js +0 -21
- package/utilities/background.js +0 -156
- package/utilities/border.js +0 -147
- package/utilities/filter.js +0 -34
- package/utilities/flexbox-grid.js +0 -619
- package/utilities/layout.js +0 -504
- package/utilities/shadows.js +0 -28
- package/utilities/sizing.js +0 -121
- package/utilities/spacing.js +0 -542
- package/utilities/transition.js +0 -50
- package/utilities/typography.js +0 -344
- package/utility-global.js +0 -9
- package/utility.d.ts +0 -3
- package/utility.js +0 -34
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
:
|
|
17
|
-
|
|
18
|
-
--vaadin-grid-sorter-
|
|
16
|
+
:root::before,
|
|
17
|
+
:host::before {
|
|
18
|
+
--_lumo-vaadin-grid-sorter-inject: 1;
|
|
19
|
+
--_lumo-vaadin-grid-sorter-inject-modules: lumo_components_grid-sorter;
|
|
19
20
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/grid-tree-toggle.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-grid-tree-toggle-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-grid-tree-toggle-inject: 1;
|
|
11
|
+
--_lumo-vaadin-grid-tree-toggle-inject-modules: lumo_components_grid-tree-toggle;
|
|
11
12
|
}
|
package/components/grid.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/grid.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-grid-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-grid-inject: 1;
|
|
11
|
+
--_lumo-vaadin-grid-inject-modules: lumo_components_grid;
|
|
11
12
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/horizontal-layout.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-horizontal-layout-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-horizontal-layout-inject: 1;
|
|
11
|
+
--_lumo-vaadin-horizontal-layout-inject-modules: lumo_components_horizontal-layout;
|
|
11
12
|
}
|
package/components/icon.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/icon.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-icon-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-icon-inject: 1;
|
|
11
|
+
--_lumo-vaadin-icon-inject-modules: lumo_components_icon;
|
|
11
12
|
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright (c) 2000 - 2025 Vaadin Ltd.
|
|
4
|
+
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
|
+
*/
|
|
6
|
+
@import './accordion.css';
|
|
7
|
+
@import './app-layout.css';
|
|
8
|
+
@import './avatar-group.css';
|
|
9
|
+
@import './avatar.css';
|
|
10
|
+
@import './button.css';
|
|
11
|
+
@import './card.css';
|
|
12
|
+
@import './charts.css';
|
|
13
|
+
@import './checkbox-group.css';
|
|
14
|
+
@import './checkbox.css';
|
|
15
|
+
@import './combo-box.css';
|
|
16
|
+
@import './confirm-dialog.css';
|
|
17
|
+
@import './context-menu.css';
|
|
18
|
+
@import './crud.css';
|
|
19
|
+
@import './custom-field.css';
|
|
20
|
+
@import './dashboard.css';
|
|
21
|
+
@import './date-picker.css';
|
|
22
|
+
@import './date-time-picker.css';
|
|
23
|
+
@import './details-summary.css';
|
|
24
|
+
@import './details.css';
|
|
25
|
+
@import './dialog.css';
|
|
26
|
+
@import './drawer-toggle.css';
|
|
27
|
+
@import './email-field.css';
|
|
28
|
+
@import './field-highlighter.css';
|
|
29
|
+
@import './form-item.css';
|
|
30
|
+
@import './form-layout.css';
|
|
31
|
+
@import './grid-filter-column.css';
|
|
32
|
+
@import './grid-pro-edit-column.css';
|
|
33
|
+
@import './grid-pro.css';
|
|
34
|
+
@import './grid-selection-column.css';
|
|
35
|
+
@import './grid-sort-column.css';
|
|
36
|
+
@import './grid-tree-column.css';
|
|
37
|
+
@import './grid.css';
|
|
38
|
+
@import './horizontal-layout.css';
|
|
39
|
+
@import './icon.css';
|
|
40
|
+
@import './input-container.css';
|
|
41
|
+
@import './integer-field.css';
|
|
42
|
+
@import './item.css';
|
|
43
|
+
@import './list-box.css';
|
|
44
|
+
@import './login.css';
|
|
45
|
+
@import './map.css';
|
|
46
|
+
@import './master-detail-layout.css';
|
|
47
|
+
@import './menu-bar.css';
|
|
48
|
+
@import './message-input.css';
|
|
49
|
+
@import './message-list.css';
|
|
50
|
+
@import './multi-select-combo-box.css';
|
|
51
|
+
@import './notification.css';
|
|
52
|
+
@import './number-field.css';
|
|
53
|
+
@import './overlay.css';
|
|
54
|
+
@import './password-field.css';
|
|
55
|
+
@import './popover.css';
|
|
56
|
+
@import './progress-bar.css';
|
|
57
|
+
@import './radio-button.css';
|
|
58
|
+
@import './radio-group.css';
|
|
59
|
+
@import './rich-text-editor.css';
|
|
60
|
+
@import './scroller.css';
|
|
61
|
+
@import './select.css';
|
|
62
|
+
@import './side-nav.css';
|
|
63
|
+
@import './split-layout.css';
|
|
64
|
+
@import './tabs.css';
|
|
65
|
+
@import './tabsheet.css';
|
|
66
|
+
@import './text-area.css';
|
|
67
|
+
@import './text-field.css';
|
|
68
|
+
@import './time-picker.css';
|
|
69
|
+
@import './tooltip.css';
|
|
70
|
+
@import './upload.css';
|
|
71
|
+
@import './vertical-layout.css';
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/input-container.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-input-container-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-input-container-inject: 1;
|
|
11
|
+
--_lumo-vaadin-input-container-inject-modules: lumo_components_input-container;
|
|
11
12
|
}
|
|
@@ -12,9 +12,10 @@
|
|
|
12
12
|
@import '../src/components/number-field.css';
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
|
-
:
|
|
16
|
-
|
|
17
|
-
--vaadin-integer-field-
|
|
15
|
+
:root::before,
|
|
16
|
+
:host::before {
|
|
17
|
+
--_lumo-vaadin-integer-field-inject: 1;
|
|
18
|
+
--_lumo-vaadin-integer-field-inject-modules:
|
|
18
19
|
lumo_mixins_field-label,
|
|
19
20
|
lumo_mixins_field-required,
|
|
20
21
|
lumo_mixins_field-error-message,
|
package/components/item.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/item.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-item-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-item-inject: 1;
|
|
11
|
+
--_lumo-vaadin-item-inject-modules: lumo_components_item;
|
|
11
12
|
}
|
package/components/list-box.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/list-box.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-list-box-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-list-box-inject: 1;
|
|
11
|
+
--_lumo-vaadin-list-box-inject-modules: lumo_components_list-box;
|
|
11
12
|
}
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
@import './password-field.css';
|
|
9
9
|
@import './text-field.css';
|
|
10
10
|
|
|
11
|
-
:
|
|
12
|
-
|
|
13
|
-
--vaadin-login-form-wrapper-
|
|
11
|
+
:root::before,
|
|
12
|
+
:host::before {
|
|
13
|
+
--_lumo-vaadin-login-form-wrapper-inject: 1;
|
|
14
|
+
--_lumo-vaadin-login-form-wrapper-inject-modules: lumo_components_login-form-wrapper;
|
|
14
15
|
}
|
package/components/login.css
CHANGED
|
@@ -7,9 +7,10 @@
|
|
|
7
7
|
@import '../src/components/login-overlay-wrapper.css';
|
|
8
8
|
@import './login-form.css';
|
|
9
9
|
|
|
10
|
-
:
|
|
11
|
-
|
|
12
|
-
--vaadin-login-overlay-wrapper-
|
|
10
|
+
:root::before,
|
|
11
|
+
:host::before {
|
|
12
|
+
--_lumo-vaadin-login-overlay-wrapper-inject: 1;
|
|
13
|
+
--_lumo-vaadin-login-overlay-wrapper-inject-modules:
|
|
13
14
|
lumo_mixins_overlay,
|
|
14
15
|
lumo_components_login-overlay-wrapper;
|
|
15
16
|
}
|
package/components/map.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/map.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-map-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-map-inject: 1;
|
|
11
|
+
--_lumo-vaadin-map-inject-modules: lumo_components_map;
|
|
11
12
|
}
|
|
@@ -3,9 +3,18 @@
|
|
|
3
3
|
* Copyright (c) 2000 - 2025 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
:where(:root),
|
|
7
|
+
:where(:host) {
|
|
8
|
+
--vaadin-master-detail-layout-backdrop: var(
|
|
9
|
+
--lumo-shade-20pct
|
|
10
|
+
);
|
|
11
|
+
--vaadin-master-detail-layout-detail-background: var(
|
|
12
|
+
--lumo-base-color
|
|
13
|
+
);
|
|
14
|
+
--vaadin-master-detail-layout-detail-shadow:
|
|
15
|
+
0 0 0 1px var(--lumo-shade-5pct),
|
|
16
|
+
var(--lumo-box-shadow-m);
|
|
17
|
+
--vaadin-master-detail-layout-border-color: var(
|
|
18
|
+
--lumo-contrast-10pct
|
|
19
|
+
);
|
|
11
20
|
}
|
package/components/menu-bar.css
CHANGED
|
@@ -17,31 +17,32 @@
|
|
|
17
17
|
@import '../src/components/menu-bar-overlay.css';
|
|
18
18
|
@import '../src/components/menu-bar.css';
|
|
19
19
|
|
|
20
|
-
:
|
|
21
|
-
|
|
22
|
-
--vaadin-menu-bar-
|
|
20
|
+
:root::before,
|
|
21
|
+
:host::before {
|
|
22
|
+
--_lumo-vaadin-menu-bar-inject: 1;
|
|
23
|
+
--_lumo-vaadin-menu-bar-inject-modules: lumo_components_menu-bar;
|
|
23
24
|
|
|
24
|
-
--vaadin-menu-bar-overlay-
|
|
25
|
-
--vaadin-menu-bar-overlay-
|
|
25
|
+
--_lumo-vaadin-menu-bar-overlay-inject: 1;
|
|
26
|
+
--_lumo-vaadin-menu-bar-overlay-inject-modules:
|
|
26
27
|
lumo_mixins_overlay,
|
|
27
28
|
lumo_mixins_menu-overlay-core,
|
|
28
29
|
lumo_mixins_menu-overlay-ext,
|
|
29
30
|
lumo_components_context-menu-overlay,
|
|
30
31
|
lumo_components_menu-bar-overlay;
|
|
31
32
|
|
|
32
|
-
--vaadin-menu-bar-list-box-
|
|
33
|
-
--vaadin-menu-bar-list-box-
|
|
33
|
+
--_lumo-vaadin-menu-bar-list-box-inject: 1;
|
|
34
|
+
--_lumo-vaadin-menu-bar-list-box-inject-modules:
|
|
34
35
|
lumo_components_list-box,
|
|
35
36
|
lumo_components_context-menu-list-box;
|
|
36
37
|
|
|
37
|
-
--vaadin-menu-bar-item-
|
|
38
|
-
--vaadin-menu-bar-item-
|
|
38
|
+
--_lumo-vaadin-menu-bar-item-inject: 1;
|
|
39
|
+
--_lumo-vaadin-menu-bar-item-inject-modules:
|
|
39
40
|
lumo_components_item,
|
|
40
41
|
lumo_components_context-menu-item,
|
|
41
42
|
lumo_components_menu-bar-item;
|
|
42
43
|
|
|
43
|
-
--vaadin-menu-bar-button-
|
|
44
|
-
--vaadin-menu-bar-button-
|
|
44
|
+
--_lumo-vaadin-menu-bar-button-inject: 1;
|
|
45
|
+
--_lumo-vaadin-menu-bar-button-inject-modules:
|
|
45
46
|
lumo_components_button,
|
|
46
47
|
lumo_components_menu-bar-button;
|
|
47
48
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-message-input-button-inject: 1;
|
|
11
|
+
--_lumo-vaadin-message-input-button-inject-modules: lumo_components_button;
|
|
12
|
+
}
|
|
@@ -4,10 +4,11 @@
|
|
|
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
|
-
:
|
|
11
|
-
|
|
12
|
-
--vaadin-message-input-
|
|
10
|
+
:root::before,
|
|
11
|
+
:host::before {
|
|
12
|
+
--_lumo-vaadin-message-input-inject: 1;
|
|
13
|
+
--_lumo-vaadin-message-input-inject-modules: lumo_components_message-input;
|
|
13
14
|
}
|
package/components/message.css
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
@import '../src/components/message.css';
|
|
7
7
|
@import './avatar.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-message-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-message-inject: 1;
|
|
12
|
+
--_lumo-vaadin-message-inject-modules: lumo_components_message;
|
|
12
13
|
}
|
|
@@ -23,14 +23,15 @@
|
|
|
23
23
|
@import '../src/components/multi-select-combo-box-overlay.css';
|
|
24
24
|
@import '../src/components/multi-select-combo-box.css';
|
|
25
25
|
|
|
26
|
-
:
|
|
27
|
-
|
|
28
|
-
--vaadin-multi-select-combo-box-container-
|
|
26
|
+
:root::before,
|
|
27
|
+
:host::before {
|
|
28
|
+
--_lumo-vaadin-multi-select-combo-box-container-inject: 1;
|
|
29
|
+
--_lumo-vaadin-multi-select-combo-box-container-inject-modules:
|
|
29
30
|
lumo_components_input-container,
|
|
30
31
|
lumo_components_multi-select-combo-box-container;
|
|
31
32
|
|
|
32
|
-
--vaadin-multi-select-combo-box-overlay-
|
|
33
|
-
--vaadin-multi-select-combo-box-overlay-
|
|
33
|
+
--_lumo-vaadin-multi-select-combo-box-overlay-inject: 1;
|
|
34
|
+
--_lumo-vaadin-multi-select-combo-box-overlay-inject-modules:
|
|
34
35
|
lumo_mixins_loader,
|
|
35
36
|
lumo_mixins_combo-box-loader,
|
|
36
37
|
lumo_mixins_overlay,
|
|
@@ -38,19 +39,19 @@
|
|
|
38
39
|
lumo_mixins_combo-box-overlay,
|
|
39
40
|
lumo_components_multi-select-combo-box-overlay;
|
|
40
41
|
|
|
41
|
-
--vaadin-multi-select-combo-box-chip-
|
|
42
|
-
--vaadin-multi-select-combo-box-chip-
|
|
42
|
+
--_lumo-vaadin-multi-select-combo-box-chip-inject: 1;
|
|
43
|
+
--_lumo-vaadin-multi-select-combo-box-chip-inject-modules:
|
|
43
44
|
lumo_mixins_field-button,
|
|
44
45
|
lumo_components_multi-select-combo-box-chip;
|
|
45
46
|
|
|
46
|
-
--vaadin-multi-select-combo-box-item-
|
|
47
|
-
--vaadin-multi-select-combo-box-item-
|
|
47
|
+
--_lumo-vaadin-multi-select-combo-box-item-inject: 1;
|
|
48
|
+
--_lumo-vaadin-multi-select-combo-box-item-inject-modules:
|
|
48
49
|
lumo_components_item,
|
|
49
50
|
lumo_components_combo-box-item,
|
|
50
51
|
lumo_components_multi-select-combo-box-item;
|
|
51
52
|
|
|
52
|
-
--vaadin-multi-select-combo-box-
|
|
53
|
-
--vaadin-multi-select-combo-box-
|
|
53
|
+
--_lumo-vaadin-multi-select-combo-box-inject: 1;
|
|
54
|
+
--_lumo-vaadin-multi-select-combo-box-inject-modules:
|
|
54
55
|
lumo_mixins_field-label,
|
|
55
56
|
lumo_mixins_field-required,
|
|
56
57
|
lumo_mixins_field-error-message,
|
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
@import '../src/components/notification-card.css';
|
|
7
7
|
@import '../src/components/notification-container.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-notification-container-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-notification-container-inject: 1;
|
|
12
|
+
--_lumo-vaadin-notification-container-inject-modules: lumo_components_notification-container;
|
|
12
13
|
|
|
13
|
-
--vaadin-notification-card-
|
|
14
|
-
--vaadin-notification-card-
|
|
14
|
+
--_lumo-vaadin-notification-card-inject: 1;
|
|
15
|
+
--_lumo-vaadin-notification-card-inject-modules: lumo_components_notification-card;
|
|
15
16
|
}
|
|
@@ -12,9 +12,10 @@
|
|
|
12
12
|
@import '../src/components/number-field.css';
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
|
-
:
|
|
16
|
-
|
|
17
|
-
--vaadin-number-field-
|
|
15
|
+
:root::before,
|
|
16
|
+
:host::before {
|
|
17
|
+
--_lumo-vaadin-number-field-inject: 1;
|
|
18
|
+
--_lumo-vaadin-number-field-inject-modules:
|
|
18
19
|
lumo_mixins_field-label,
|
|
19
20
|
lumo_mixins_field-required,
|
|
20
21
|
lumo_mixins_field-error-message,
|
package/components/overlay.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/mixins/overlay.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-overlay-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-overlay-inject: 1;
|
|
11
|
+
--_lumo-vaadin-overlay-inject-modules: lumo_mixins_overlay;
|
|
11
12
|
}
|
|
@@ -14,9 +14,10 @@
|
|
|
14
14
|
@import '../src/components/password-field.css';
|
|
15
15
|
@import './input-container.css';
|
|
16
16
|
|
|
17
|
-
:
|
|
18
|
-
|
|
19
|
-
--vaadin-password-field-
|
|
17
|
+
:root::before,
|
|
18
|
+
:host::before {
|
|
19
|
+
--_lumo-vaadin-password-field-inject: 1;
|
|
20
|
+
--_lumo-vaadin-password-field-inject-modules:
|
|
20
21
|
lumo_mixins_field-label,
|
|
21
22
|
lumo_mixins_field-required,
|
|
22
23
|
lumo_mixins_field-error-message,
|
|
@@ -25,8 +26,8 @@
|
|
|
25
26
|
lumo_mixins_field-base,
|
|
26
27
|
lumo_components_password-field;
|
|
27
28
|
|
|
28
|
-
--vaadin-password-field-button-
|
|
29
|
-
--vaadin-password-field-button-
|
|
29
|
+
--_lumo-vaadin-password-field-button-inject: 1;
|
|
30
|
+
--_lumo-vaadin-password-field-button-inject-modules:
|
|
30
31
|
lumo_components_button,
|
|
31
32
|
lumo_components_password-field-button;
|
|
32
33
|
}
|
package/components/popover.css
CHANGED
|
@@ -6,9 +6,10 @@
|
|
|
6
6
|
@import '../src/mixins/overlay.css';
|
|
7
7
|
@import '../src/components/popover-overlay.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-popover-overlay-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-popover-overlay-inject: 1;
|
|
12
|
+
--_lumo-vaadin-popover-overlay-inject-modules:
|
|
12
13
|
lumo_mixins_overlay,
|
|
13
14
|
lumo_components_popover-overlay;
|
|
14
15
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/progress-bar.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-progress-bar-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-progress-bar-inject: 1;
|
|
11
|
+
--_lumo-vaadin-progress-bar-inject-modules: lumo_components_progress-bar;
|
|
11
12
|
}
|
|
@@ -6,9 +6,10 @@
|
|
|
6
6
|
@import '../src/mixins/checkable-field.css';
|
|
7
7
|
@import '../src/components/radio-button.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-radio-button-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-radio-button-inject: 1;
|
|
12
|
+
--_lumo-vaadin-radio-button-inject-modules:
|
|
12
13
|
lumo_mixins_checkable-field,
|
|
13
14
|
lumo_components_radio-button;
|
|
14
15
|
}
|
|
@@ -11,9 +11,10 @@
|
|
|
11
11
|
@import '../src/components/radio-group.css';
|
|
12
12
|
@import './radio-button.css';
|
|
13
13
|
|
|
14
|
-
:
|
|
15
|
-
|
|
16
|
-
--vaadin-radio-group-
|
|
14
|
+
:root::before,
|
|
15
|
+
:host::before {
|
|
16
|
+
--_lumo-vaadin-radio-group-inject: 1;
|
|
17
|
+
--_lumo-vaadin-radio-group-inject-modules:
|
|
17
18
|
lumo_mixins_group-field,
|
|
18
19
|
lumo_mixins_field-label,
|
|
19
20
|
lumo_mixins_field-required,
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
@import './text-field.css';
|
|
14
14
|
@import './tooltip.css';
|
|
15
15
|
|
|
16
|
-
:
|
|
17
|
-
|
|
18
|
-
--vaadin-rich-text-editor-
|
|
16
|
+
:root::before,
|
|
17
|
+
:host::before {
|
|
18
|
+
--_lumo-vaadin-rich-text-editor-inject: 1;
|
|
19
|
+
--_lumo-vaadin-rich-text-editor-inject-modules:
|
|
19
20
|
lumo_global_typography,
|
|
20
21
|
lumo_components_rich-text-editor;
|
|
21
22
|
|
|
22
|
-
--vaadin-rich-text-editor-popup-overlay-
|
|
23
|
-
--vaadin-rich-text-editor-popup-overlay-
|
|
23
|
+
--_lumo-vaadin-rich-text-editor-popup-overlay-inject: 1;
|
|
24
|
+
--_lumo-vaadin-rich-text-editor-popup-overlay-inject-modules:
|
|
24
25
|
lumo_mixins_overlay,
|
|
25
26
|
lumo_components_rich-text-editor-popup-overlay;
|
|
26
27
|
}
|
package/components/scroller.css
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/scroller.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-scroller-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-scroller-inject: 1;
|
|
11
|
+
--_lumo-vaadin-scroller-inject-modules: lumo_components_scroller;
|
|
11
12
|
}
|
package/components/select.css
CHANGED
|
@@ -19,9 +19,10 @@
|
|
|
19
19
|
@import '../src/components/select.css';
|
|
20
20
|
@import './input-container.css';
|
|
21
21
|
|
|
22
|
-
:
|
|
23
|
-
|
|
24
|
-
--vaadin-select-
|
|
22
|
+
:root::before,
|
|
23
|
+
:host::before {
|
|
24
|
+
--_lumo-vaadin-select-inject: 1;
|
|
25
|
+
--_lumo-vaadin-select-inject-modules:
|
|
25
26
|
lumo_mixins_field-label,
|
|
26
27
|
lumo_mixins_field-required,
|
|
27
28
|
lumo_mixins_field-error-message,
|
|
@@ -30,19 +31,19 @@
|
|
|
30
31
|
lumo_mixins_field-base,
|
|
31
32
|
lumo_components_select;
|
|
32
33
|
|
|
33
|
-
--vaadin-select-item-
|
|
34
|
-
--vaadin-select-item-
|
|
34
|
+
--_lumo-vaadin-select-item-inject: 1;
|
|
35
|
+
--_lumo-vaadin-select-item-inject-modules: lumo_components_item;
|
|
35
36
|
|
|
36
|
-
--vaadin-select-overlay-
|
|
37
|
-
--vaadin-select-overlay-
|
|
37
|
+
--_lumo-vaadin-select-overlay-inject: 1;
|
|
38
|
+
--_lumo-vaadin-select-overlay-inject-modules:
|
|
38
39
|
lumo_mixins_overlay,
|
|
39
40
|
lumo_mixins_menu-overlay-core,
|
|
40
41
|
lumo_mixins_menu-overlay-ext,
|
|
41
42
|
lumo_components_select-overlay;
|
|
42
43
|
|
|
43
|
-
--vaadin-select-list-box-
|
|
44
|
-
--vaadin-select-list-box-
|
|
44
|
+
--_lumo-vaadin-select-list-box-inject: 1;
|
|
45
|
+
--_lumo-vaadin-select-list-box-inject-modules: lumo_components_list-box;
|
|
45
46
|
|
|
46
|
-
--vaadin-select-value-button-
|
|
47
|
-
--vaadin-select-value-button-
|
|
47
|
+
--_lumo-vaadin-select-value-button-inject: 1;
|
|
48
|
+
--_lumo-vaadin-select-value-button-inject-modules: lumo_components_select-value-button;
|
|
48
49
|
}
|
|
@@ -6,9 +6,10 @@
|
|
|
6
6
|
@import '../src/mixins/field-button.css';
|
|
7
7
|
@import '../src/components/side-nav-item.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-side-nav-item-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-side-nav-item-inject: 1;
|
|
12
|
+
--_lumo-vaadin-side-nav-item-inject-modules:
|
|
12
13
|
lumo_mixins_field-button,
|
|
13
14
|
lumo_components_side-nav-item;
|
|
14
15
|
}
|
package/components/side-nav.css
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
@import '../src/components/side-nav.css';
|
|
7
7
|
@import './side-nav-item.css';
|
|
8
8
|
|
|
9
|
-
:
|
|
10
|
-
|
|
11
|
-
--vaadin-side-nav-
|
|
9
|
+
:root::before,
|
|
10
|
+
:host::before {
|
|
11
|
+
--_lumo-vaadin-side-nav-inject: 1;
|
|
12
|
+
--_lumo-vaadin-side-nav-inject-modules: lumo_components_side-nav;
|
|
12
13
|
}
|
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
@import '../src/components/split-layout.css';
|
|
7
7
|
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
--vaadin-split-layout-
|
|
8
|
+
:root::before,
|
|
9
|
+
:host::before {
|
|
10
|
+
--_lumo-vaadin-split-layout-inject: 1;
|
|
11
|
+
--_lumo-vaadin-split-layout-inject-modules: lumo_components_split-layout;
|
|
11
12
|
}
|