@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
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/details-summary.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-accordion-heading-
|
|
11
|
-
--vaadin-accordion-heading-
|
|
10
|
+
--_lumo-vaadin-accordion-heading-inject: 1;
|
|
11
|
+
--_lumo-vaadin-accordion-heading-inject-modules:
|
|
12
12
|
lumo_components_details-summary,
|
|
13
13
|
lumo_components_accordion-heading;
|
|
14
14
|
}
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
@import './accordion-heading.css';
|
|
9
9
|
|
|
10
10
|
:is(:root, :host)::before {
|
|
11
|
-
--vaadin-accordion-panel-
|
|
12
|
-
--vaadin-accordion-panel-
|
|
11
|
+
--_lumo-vaadin-accordion-panel-inject: 1;
|
|
12
|
+
--_lumo-vaadin-accordion-panel-inject-modules:
|
|
13
13
|
lumo_components_details,
|
|
14
14
|
lumo_components_accordion-panel;
|
|
15
15
|
}
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/app-layout.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-app-layout-
|
|
10
|
-
--vaadin-app-layout-
|
|
9
|
+
--_lumo-vaadin-app-layout-inject: 1;
|
|
10
|
+
--_lumo-vaadin-app-layout-inject-modules: lumo_components_app-layout;
|
|
11
11
|
}
|
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
@import '../src/components/list-box.css';
|
|
13
13
|
|
|
14
14
|
:is(:root, :host)::before {
|
|
15
|
-
--vaadin-avatar-group-
|
|
16
|
-
--vaadin-avatar-group-
|
|
15
|
+
--_lumo-vaadin-avatar-group-inject: 1;
|
|
16
|
+
--_lumo-vaadin-avatar-group-inject-modules: lumo_components_avatar-group;
|
|
17
17
|
|
|
18
|
-
--vaadin-avatar-group-overlay-
|
|
19
|
-
--vaadin-avatar-group-overlay-
|
|
18
|
+
--_lumo-vaadin-avatar-group-overlay-inject: 1;
|
|
19
|
+
--_lumo-vaadin-avatar-group-overlay-inject-modules:
|
|
20
20
|
lumo_mixins_overlay,
|
|
21
21
|
lumo_mixins_menu-overlay-core,
|
|
22
22
|
lumo_components_avatar-group-overlay;
|
|
23
23
|
|
|
24
|
-
--vaadin-avatar-group-menu-
|
|
25
|
-
--vaadin-avatar-group-menu-
|
|
24
|
+
--_lumo-vaadin-avatar-group-menu-inject: 1;
|
|
25
|
+
--_lumo-vaadin-avatar-group-menu-inject-modules: lumo_components_list-box;
|
|
26
26
|
|
|
27
|
-
--vaadin-avatar-group-menu-item-
|
|
28
|
-
--vaadin-avatar-group-menu-item-
|
|
27
|
+
--_lumo-vaadin-avatar-group-menu-item-inject: 1;
|
|
28
|
+
--_lumo-vaadin-avatar-group-menu-item-inject-modules:
|
|
29
29
|
lumo_components_item,
|
|
30
30
|
lumo_components_avatar-group-menu-item;
|
|
31
31
|
}
|
package/components/avatar.css
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/components/avatar.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-avatar-
|
|
10
|
-
--vaadin-avatar-
|
|
9
|
+
--_lumo-vaadin-avatar-inject: 1;
|
|
10
|
+
--_lumo-vaadin-avatar-inject-modules: lumo_components_avatar;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
:where(:root, :host) {
|
package/components/button.css
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/button.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-button-
|
|
10
|
-
--vaadin-button-
|
|
9
|
+
--_lumo-vaadin-button-inject: 1;
|
|
10
|
+
--_lumo-vaadin-button-inject-modules: lumo_components_button;
|
|
11
11
|
}
|
package/components/card.css
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/components/card.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-card-
|
|
10
|
-
--vaadin-card-
|
|
9
|
+
--_lumo-vaadin-card-inject: 1;
|
|
10
|
+
--_lumo-vaadin-card-inject-modules: lumo_components_card;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
:where(:root, :host) {
|
package/components/charts.css
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/chart.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-chart-
|
|
10
|
-
--vaadin-chart-
|
|
9
|
+
--_lumo-vaadin-chart-inject: 1;
|
|
10
|
+
--_lumo-vaadin-chart-inject-modules: lumo_components_chart;
|
|
11
11
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@import './checkbox.css';
|
|
13
13
|
|
|
14
14
|
:is(:root, :host)::before {
|
|
15
|
-
--vaadin-checkbox-group-
|
|
16
|
-
--vaadin-checkbox-group-
|
|
15
|
+
--_lumo-vaadin-checkbox-group-inject: 1;
|
|
16
|
+
--_lumo-vaadin-checkbox-group-inject-modules:
|
|
17
17
|
lumo_mixins_group-field,
|
|
18
18
|
lumo_mixins_field-label,
|
|
19
19
|
lumo_mixins_field-required,
|
package/components/checkbox.css
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/checkbox.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-checkbox-
|
|
11
|
-
--vaadin-checkbox-
|
|
10
|
+
--_lumo-vaadin-checkbox-inject: 1;
|
|
11
|
+
--_lumo-vaadin-checkbox-inject-modules:
|
|
12
12
|
lumo_mixins_checkable-field,
|
|
13
13
|
lumo_components_checkbox;
|
|
14
14
|
}
|
package/components/combo-box.css
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
@import './input-container.css';
|
|
22
22
|
|
|
23
23
|
:is(:root, :host)::before {
|
|
24
|
-
--vaadin-combo-box-
|
|
25
|
-
--vaadin-combo-box-
|
|
24
|
+
--_lumo-vaadin-combo-box-inject: 1;
|
|
25
|
+
--_lumo-vaadin-combo-box-inject-modules:
|
|
26
26
|
lumo_mixins_field-label,
|
|
27
27
|
lumo_mixins_field-required,
|
|
28
28
|
lumo_mixins_field-error-message,
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
lumo_mixins_field-base,
|
|
32
32
|
lumo_components_combo-box;
|
|
33
33
|
|
|
34
|
-
--vaadin-combo-box-item-
|
|
35
|
-
--vaadin-combo-box-item-
|
|
34
|
+
--_lumo-vaadin-combo-box-item-inject: 1;
|
|
35
|
+
--_lumo-vaadin-combo-box-item-inject-modules:
|
|
36
36
|
lumo_components_item,
|
|
37
37
|
lumo_components_combo-box-item;
|
|
38
38
|
|
|
39
|
-
--vaadin-combo-box-overlay-
|
|
40
|
-
--vaadin-combo-box-overlay-
|
|
39
|
+
--_lumo-vaadin-combo-box-overlay-inject: 1;
|
|
40
|
+
--_lumo-vaadin-combo-box-overlay-inject-modules:
|
|
41
41
|
lumo_mixins_loader,
|
|
42
42
|
lumo_mixins_combo-box-loader,
|
|
43
43
|
lumo_mixins_overlay,
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
@import './button.css';
|
|
10
10
|
|
|
11
11
|
:is(:root, :host)::before {
|
|
12
|
-
--vaadin-confirm-dialog-overlay-
|
|
13
|
-
--vaadin-confirm-dialog-overlay-
|
|
12
|
+
--_lumo-vaadin-confirm-dialog-overlay-inject: 1;
|
|
13
|
+
--_lumo-vaadin-confirm-dialog-overlay-inject-modules:
|
|
14
14
|
lumo_mixins_overlay,
|
|
15
15
|
lumo_components_dialog-overlay,
|
|
16
16
|
lumo_components_confirm-dialog-overlay;
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
@import '../src/components/list-box.css';
|
|
14
14
|
|
|
15
15
|
:is(:root, :host)::before {
|
|
16
|
-
--vaadin-context-menu-overlay-
|
|
17
|
-
--vaadin-context-menu-overlay-
|
|
16
|
+
--_lumo-vaadin-context-menu-overlay-inject: 1;
|
|
17
|
+
--_lumo-vaadin-context-menu-overlay-inject-modules:
|
|
18
18
|
lumo_mixins_overlay,
|
|
19
19
|
lumo_mixins_menu-overlay-core,
|
|
20
20
|
lumo_mixins_menu-overlay-ext,
|
|
21
21
|
lumo_components_context-menu-overlay;
|
|
22
22
|
|
|
23
|
-
--vaadin-context-menu-list-box-
|
|
24
|
-
--vaadin-context-menu-list-box-
|
|
23
|
+
--_lumo-vaadin-context-menu-list-box-inject: 1;
|
|
24
|
+
--_lumo-vaadin-context-menu-list-box-inject-modules:
|
|
25
25
|
lumo_components_list-box,
|
|
26
26
|
lumo_components_context-menu-list-box;
|
|
27
27
|
|
|
28
|
-
--vaadin-context-menu-item-
|
|
29
|
-
--vaadin-context-menu-item-
|
|
28
|
+
--_lumo-vaadin-context-menu-item-inject: 1;
|
|
29
|
+
--_lumo-vaadin-context-menu-item-inject-modules:
|
|
30
30
|
lumo_components_item,
|
|
31
31
|
lumo_components_context-menu-item;
|
|
32
32
|
}
|
package/components/crud.css
CHANGED
|
@@ -18,22 +18,22 @@
|
|
|
18
18
|
@import './text-field.css';
|
|
19
19
|
|
|
20
20
|
:is(:root, :host)::before {
|
|
21
|
-
--vaadin-crud-
|
|
22
|
-
--vaadin-crud-
|
|
21
|
+
--_lumo-vaadin-crud-inject: 1;
|
|
22
|
+
--_lumo-vaadin-crud-inject-modules: lumo_components_crud;
|
|
23
23
|
|
|
24
|
-
--vaadin-crud-edit-
|
|
25
|
-
--vaadin-crud-edit-
|
|
24
|
+
--_lumo-vaadin-crud-edit-inject: 1;
|
|
25
|
+
--_lumo-vaadin-crud-edit-inject-modules:
|
|
26
26
|
lumo_components_button,
|
|
27
27
|
lumo_components_crud-edit;
|
|
28
28
|
|
|
29
|
-
--vaadin-crud-grid-
|
|
30
|
-
--vaadin-crud-grid-
|
|
29
|
+
--_lumo-vaadin-crud-grid-inject: 1;
|
|
30
|
+
--_lumo-vaadin-crud-grid-inject-modules: lumo_components_grid;
|
|
31
31
|
|
|
32
|
-
--vaadin-crud-form-
|
|
33
|
-
--vaadin-crud-form-
|
|
32
|
+
--_lumo-vaadin-crud-form-inject: 1;
|
|
33
|
+
--_lumo-vaadin-crud-form-inject-modules: lumo_components_form-layout;
|
|
34
34
|
|
|
35
|
-
--vaadin-crud-dialog-overlay-
|
|
36
|
-
--vaadin-crud-dialog-overlay-
|
|
35
|
+
--_lumo-vaadin-crud-dialog-overlay-inject: 1;
|
|
36
|
+
--_lumo-vaadin-crud-dialog-overlay-inject-modules:
|
|
37
37
|
lumo_mixins_overlay,
|
|
38
38
|
lumo_components_dialog-overlay,
|
|
39
39
|
lumo_components_crud-dialog-overlay;
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
@import '../src/components/custom-field.css';
|
|
11
11
|
|
|
12
12
|
:is(:root, :host)::before {
|
|
13
|
-
--vaadin-custom-field-
|
|
14
|
-
--vaadin-custom-field-
|
|
13
|
+
--_lumo-vaadin-custom-field-inject: 1;
|
|
14
|
+
--_lumo-vaadin-custom-field-inject-modules:
|
|
15
15
|
lumo_mixins_field-label,
|
|
16
16
|
lumo_mixins_field-required,
|
|
17
17
|
lumo_mixins_field-error-message,
|
package/components/dashboard.css
CHANGED
|
@@ -11,24 +11,24 @@
|
|
|
11
11
|
@import '../src/components/dashboard.css';
|
|
12
12
|
|
|
13
13
|
:is(:root, :host)::before {
|
|
14
|
-
--vaadin-dashboard-
|
|
15
|
-
--vaadin-dashboard-
|
|
14
|
+
--_lumo-vaadin-dashboard-inject: 1;
|
|
15
|
+
--_lumo-vaadin-dashboard-inject-modules:
|
|
16
16
|
lumo_components_dashboard-layout,
|
|
17
17
|
lumo_components_dashboard;
|
|
18
18
|
|
|
19
|
-
--vaadin-dashboard-widget-
|
|
20
|
-
--vaadin-dashboard-widget-
|
|
19
|
+
--_lumo-vaadin-dashboard-widget-inject: 1;
|
|
20
|
+
--_lumo-vaadin-dashboard-widget-inject-modules:
|
|
21
21
|
lumo_mixins_dashboard-item,
|
|
22
22
|
lumo_components_dashboard-widget;
|
|
23
23
|
|
|
24
|
-
--vaadin-dashboard-section-
|
|
25
|
-
--vaadin-dashboard-section-
|
|
24
|
+
--_lumo-vaadin-dashboard-section-inject: 1;
|
|
25
|
+
--_lumo-vaadin-dashboard-section-inject-modules:
|
|
26
26
|
lumo_mixins_dashboard-item,
|
|
27
27
|
lumo_components_dashboard-section;
|
|
28
28
|
|
|
29
|
-
--vaadin-dashboard-layout-
|
|
30
|
-
--vaadin-dashboard-layout-
|
|
29
|
+
--_lumo-vaadin-dashboard-layout-inject: 1;
|
|
30
|
+
--_lumo-vaadin-dashboard-layout-inject-modules: lumo_components_dashboard-layout;
|
|
31
31
|
|
|
32
|
-
--vaadin-dashboard-button-
|
|
33
|
-
--vaadin-dashboard-button-
|
|
32
|
+
--_lumo-vaadin-dashboard-button-inject: 1;
|
|
33
|
+
--_lumo-vaadin-dashboard-button-inject-modules: lumo_components_button;
|
|
34
34
|
}
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
@import './input-container.css';
|
|
22
22
|
|
|
23
23
|
:is(:root, :host)::before {
|
|
24
|
-
--vaadin-date-picker-
|
|
25
|
-
--vaadin-date-picker-
|
|
24
|
+
--_lumo-vaadin-date-picker-inject: 1;
|
|
25
|
+
--_lumo-vaadin-date-picker-inject-modules:
|
|
26
26
|
lumo_mixins_field-label,
|
|
27
27
|
lumo_mixins_field-required,
|
|
28
28
|
lumo_mixins_field-error-message,
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
lumo_mixins_field-base,
|
|
32
32
|
lumo_components_date-picker;
|
|
33
33
|
|
|
34
|
-
--vaadin-date-picker-year-
|
|
35
|
-
--vaadin-date-picker-year-
|
|
34
|
+
--_lumo-vaadin-date-picker-year-inject: 1;
|
|
35
|
+
--_lumo-vaadin-date-picker-year-inject-modules: lumo_components_date-picker-year;
|
|
36
36
|
|
|
37
|
-
--vaadin-date-picker-overlay-
|
|
38
|
-
--vaadin-date-picker-overlay-
|
|
37
|
+
--_lumo-vaadin-date-picker-overlay-inject: 1;
|
|
38
|
+
--_lumo-vaadin-date-picker-overlay-inject-modules:
|
|
39
39
|
lumo_mixins_overlay,
|
|
40
40
|
lumo_mixins_menu-overlay-core,
|
|
41
41
|
lumo_mixins_menu-overlay-ext,
|
|
42
42
|
lumo_components_date-picker-overlay;
|
|
43
43
|
|
|
44
|
-
--vaadin-date-picker-overlay-content-
|
|
45
|
-
--vaadin-date-picker-overlay-content-
|
|
44
|
+
--_lumo-vaadin-date-picker-overlay-content-inject: 1;
|
|
45
|
+
--_lumo-vaadin-date-picker-overlay-content-inject-modules: lumo_components_date-picker-overlay-content;
|
|
46
46
|
|
|
47
|
-
--vaadin-month-calendar-
|
|
48
|
-
--vaadin-month-calendar-
|
|
47
|
+
--_lumo-vaadin-month-calendar-inject: 1;
|
|
48
|
+
--_lumo-vaadin-month-calendar-inject-modules: lumo_components_date-picker-month-calendar;
|
|
49
49
|
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
@import './time-picker.css';
|
|
16
16
|
|
|
17
17
|
:is(:root, :host)::before {
|
|
18
|
-
--vaadin-date-time-picker-
|
|
19
|
-
--vaadin-date-time-picker-
|
|
18
|
+
--_lumo-vaadin-date-time-picker-inject: 1;
|
|
19
|
+
--_lumo-vaadin-date-time-picker-inject-modules:
|
|
20
20
|
lumo_mixins_field-label,
|
|
21
21
|
lumo_mixins_field-required,
|
|
22
22
|
lumo_mixins_field-error-message,
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/details-summary.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-details-summary-
|
|
10
|
-
--vaadin-details-summary-
|
|
9
|
+
--_lumo-vaadin-details-summary-inject: 1;
|
|
10
|
+
--_lumo-vaadin-details-summary-inject-modules: lumo_components_details-summary;
|
|
11
11
|
}
|
package/components/details.css
CHANGED
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
@import './details-summary.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-details-
|
|
11
|
-
--vaadin-details-
|
|
10
|
+
--_lumo-vaadin-details-inject: 1;
|
|
11
|
+
--_lumo-vaadin-details-inject-modules: lumo_components_details;
|
|
12
12
|
}
|
package/components/dialog.css
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
@import '../src/components/dialog-overlay.css';
|
|
9
9
|
|
|
10
10
|
:is(:root, :host)::before {
|
|
11
|
-
--vaadin-dialog-overlay-
|
|
12
|
-
--vaadin-dialog-overlay-
|
|
11
|
+
--_lumo-vaadin-dialog-overlay-inject: 1;
|
|
12
|
+
--_lumo-vaadin-dialog-overlay-inject-modules:
|
|
13
13
|
lumo_mixins_overlay,
|
|
14
14
|
lumo_mixins_resizable-overlay,
|
|
15
15
|
lumo_components_dialog-overlay;
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/drawer-toggle.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-drawer-toggle-
|
|
11
|
-
--vaadin-drawer-toggle-
|
|
10
|
+
--_lumo-vaadin-drawer-toggle-inject: 1;
|
|
11
|
+
--_lumo-vaadin-drawer-toggle-inject-modules:
|
|
12
12
|
lumo_components_button,
|
|
13
13
|
lumo_components_drawer-toggle;
|
|
14
14
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
15
|
:is(:root, :host)::before {
|
|
16
|
-
--vaadin-email-field-
|
|
17
|
-
--vaadin-email-field-
|
|
16
|
+
--_lumo-vaadin-email-field-inject: 1;
|
|
17
|
+
--_lumo-vaadin-email-field-inject-modules:
|
|
18
18
|
lumo_mixins_field-label,
|
|
19
19
|
lumo_mixins_field-required,
|
|
20
20
|
lumo_mixins_field-error-message,
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
@import '../src/components/user-tags-overlay.css';
|
|
10
10
|
|
|
11
11
|
:is(:root, :host)::before {
|
|
12
|
-
--vaadin-user-tags-overlay-
|
|
13
|
-
--vaadin-user-tags-overlay-
|
|
12
|
+
--_lumo-vaadin-user-tags-overlay-inject: 1;
|
|
13
|
+
--_lumo-vaadin-user-tags-overlay-inject-modules:
|
|
14
14
|
lumo_mixins_overlay,
|
|
15
15
|
lumo_components_user-tags-overlay;
|
|
16
16
|
|
|
17
|
-
--vaadin-user-tag-
|
|
18
|
-
--vaadin-user-tag-
|
|
17
|
+
--_lumo-vaadin-user-tag-inject: 1;
|
|
18
|
+
--_lumo-vaadin-user-tag-inject-modules: lumo_components_user-tag;
|
|
19
19
|
|
|
20
|
-
--vaadin-field-outline-
|
|
21
|
-
--vaadin-field-outline-
|
|
20
|
+
--_lumo-vaadin-field-outline-inject: 1;
|
|
21
|
+
--_lumo-vaadin-field-outline-inject-modules: lumo_components_field-outline;
|
|
22
22
|
}
|
package/components/form-item.css
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/form-item.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-form-item-
|
|
10
|
-
--vaadin-form-item-
|
|
9
|
+
--_lumo-vaadin-form-item-inject: 1;
|
|
10
|
+
--_lumo-vaadin-form-item-inject-modules: lumo_components_form-item;
|
|
11
11
|
}
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/form-layout.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-form-layout-
|
|
10
|
-
--vaadin-form-layout-
|
|
9
|
+
--_lumo-vaadin-form-layout-inject: 1;
|
|
10
|
+
--_lumo-vaadin-form-layout-inject-modules: lumo_components_form-layout;
|
|
11
11
|
}
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
@import './text-field.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-grid-filter-
|
|
11
|
-
--vaadin-grid-filter-
|
|
10
|
+
--_lumo-vaadin-grid-filter-inject: 1;
|
|
11
|
+
--_lumo-vaadin-grid-filter-inject-modules: lumo_components_grid-filter;
|
|
12
12
|
}
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
@import './text-field.css';
|
|
20
20
|
|
|
21
21
|
:is(:root, :host)::before {
|
|
22
|
-
--vaadin-grid-pro-edit-text-field-
|
|
23
|
-
--vaadin-grid-pro-edit-text-field-
|
|
22
|
+
--_lumo-vaadin-grid-pro-edit-text-field-inject: 1;
|
|
23
|
+
--_lumo-vaadin-grid-pro-edit-text-field-inject-modules:
|
|
24
24
|
lumo_mixins_field-label,
|
|
25
25
|
lumo_mixins_field-required,
|
|
26
26
|
lumo_mixins_field-error-message,
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
lumo_mixins_field-base,
|
|
30
30
|
lumo_mixins_grid-pro-editor;
|
|
31
31
|
|
|
32
|
-
--vaadin-grid-pro-edit-select-
|
|
33
|
-
--vaadin-grid-pro-edit-select-
|
|
32
|
+
--_lumo-vaadin-grid-pro-edit-select-inject: 1;
|
|
33
|
+
--_lumo-vaadin-grid-pro-edit-select-inject-modules:
|
|
34
34
|
lumo_mixins_field-label,
|
|
35
35
|
lumo_mixins_field-required,
|
|
36
36
|
lumo_mixins_field-error-message,
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
lumo_components_select,
|
|
42
42
|
lumo_components_grid-pro-edit-select;
|
|
43
43
|
|
|
44
|
-
--vaadin-grid-pro-edit-checkbox-
|
|
45
|
-
--vaadin-grid-pro-edit-checkbox-
|
|
44
|
+
--_lumo-vaadin-grid-pro-edit-checkbox-inject: 1;
|
|
45
|
+
--_lumo-vaadin-grid-pro-edit-checkbox-inject-modules:
|
|
46
46
|
lumo_mixins_checkable-field,
|
|
47
47
|
lumo_components_checkbox;
|
|
48
48
|
}
|
package/components/grid-pro.css
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/grid.css';
|
|
8
8
|
|
|
9
9
|
:is(:root, :host)::before {
|
|
10
|
-
--vaadin-grid-pro-
|
|
11
|
-
--vaadin-grid-pro-
|
|
10
|
+
--_lumo-vaadin-grid-pro-inject: 1;
|
|
11
|
+
--_lumo-vaadin-grid-pro-inject-modules:
|
|
12
12
|
lumo_components_grid,
|
|
13
13
|
lumo_components_grid-pro;
|
|
14
14
|
}
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
:is(:root, :host)::before {
|
|
17
|
-
--vaadin-grid-sorter-
|
|
18
|
-
--vaadin-grid-sorter-
|
|
17
|
+
--_lumo-vaadin-grid-sorter-inject: 1;
|
|
18
|
+
--_lumo-vaadin-grid-sorter-inject-modules: lumo_components_grid-sorter;
|
|
19
19
|
}
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/grid-tree-toggle.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-grid-tree-toggle-
|
|
10
|
-
--vaadin-grid-tree-toggle-
|
|
9
|
+
--_lumo-vaadin-grid-tree-toggle-inject: 1;
|
|
10
|
+
--_lumo-vaadin-grid-tree-toggle-inject-modules: lumo_components_grid-tree-toggle;
|
|
11
11
|
}
|
package/components/grid.css
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/horizontal-layout.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-horizontal-layout-
|
|
10
|
-
--vaadin-horizontal-layout-
|
|
9
|
+
--_lumo-vaadin-horizontal-layout-inject: 1;
|
|
10
|
+
--_lumo-vaadin-horizontal-layout-inject-modules: lumo_components_horizontal-layout;
|
|
11
11
|
}
|
package/components/icon.css
CHANGED
|
@@ -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';
|
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
@import '../src/components/input-container.css';
|
|
7
7
|
|
|
8
8
|
:is(:root, :host)::before {
|
|
9
|
-
--vaadin-input-container-
|
|
10
|
-
--vaadin-input-container-
|
|
9
|
+
--_lumo-vaadin-input-container-inject: 1;
|
|
10
|
+
--_lumo-vaadin-input-container-inject-modules: lumo_components_input-container;
|
|
11
11
|
}
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
15
|
:is(:root, :host)::before {
|
|
16
|
-
--vaadin-integer-field-
|
|
17
|
-
--vaadin-integer-field-
|
|
16
|
+
--_lumo-vaadin-integer-field-inject: 1;
|
|
17
|
+
--_lumo-vaadin-integer-field-inject-modules:
|
|
18
18
|
lumo_mixins_field-label,
|
|
19
19
|
lumo_mixins_field-required,
|
|
20
20
|
lumo_mixins_field-error-message,
|
package/components/item.css
CHANGED