@vaadin/vaadin-lumo-styles 25.0.4 → 25.0.5
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 +2 -2
- 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 +2 -2
- package/components/confirm-dialog.css +2 -2
- package/components/context-menu.css +2 -2
- package/components/crud.css +2 -2
- package/components/custom-field.css +2 -2
- package/components/dashboard.css +2 -2
- package/components/date-picker.css +2 -2
- 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 +2 -2
- package/components/form-item.css +2 -2
- package/components/grid-filter.css +2 -2
- package/components/grid-pro-edit-column.css +2 -2
- 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/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 +2 -2
- package/components/message-input-button.css +2 -2
- package/components/message-input.css +2 -2
- package/components/message.css +2 -2
- package/components/multi-select-combo-box.css +2 -2
- package/components/notification.css +2 -2
- package/components/number-field.css +2 -2
- package/components/overlay.css +2 -2
- package/components/password-field.css +2 -2
- 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 +2 -2
- package/components/scroller.css +2 -2
- package/components/select.css +2 -2
- 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 +2 -2
- package/components/text-area.css +2 -2
- package/components/text-field.css +2 -2
- package/components/time-picker.css +2 -2
- package/components/tooltip.css +2 -2
- package/components/upload.css +2 -2
- package/components/vertical-layout.css +2 -2
- package/dist/lumo.css +11 -11
- package/package.json +5 -5
- package/src/mixins/overlay.css +1 -1
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/components/accordion-heading.css';
|
|
7
7
|
@import '../src/components/details-summary.css';
|
|
8
8
|
|
|
9
|
-
:root
|
|
10
|
-
:host
|
|
9
|
+
:root,
|
|
10
|
+
:host {
|
|
11
11
|
--_lumo-vaadin-accordion-heading-inject: 1;
|
|
12
12
|
--_lumo-vaadin-accordion-heading-inject-modules:
|
|
13
13
|
lumo_components_details-summary,
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/details.css';
|
|
8
8
|
@import './accordion-heading.css';
|
|
9
9
|
|
|
10
|
-
:root
|
|
11
|
-
:host
|
|
10
|
+
:root,
|
|
11
|
+
:host {
|
|
12
12
|
--_lumo-vaadin-accordion-panel-inject: 1;
|
|
13
13
|
--_lumo-vaadin-accordion-panel-inject-modules:
|
|
14
14
|
lumo_components_details,
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
@import '../src/components/item.css';
|
|
12
12
|
@import '../src/components/list-box.css';
|
|
13
13
|
|
|
14
|
-
:root
|
|
15
|
-
:host
|
|
14
|
+
:root,
|
|
15
|
+
:host {
|
|
16
16
|
--_lumo-vaadin-avatar-group-inject: 1;
|
|
17
17
|
--_lumo-vaadin-avatar-group-inject-modules: lumo_components_avatar-group;
|
|
18
18
|
|
package/components/avatar.css
CHANGED
package/components/button.css
CHANGED
package/components/card.css
CHANGED
package/components/charts.css
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
@import '../src/components/checkbox-group.css';
|
|
12
12
|
@import './checkbox.css';
|
|
13
13
|
|
|
14
|
-
:root
|
|
15
|
-
:host
|
|
14
|
+
:root,
|
|
15
|
+
:host {
|
|
16
16
|
--_lumo-vaadin-checkbox-group-inject: 1;
|
|
17
17
|
--_lumo-vaadin-checkbox-group-inject-modules:
|
|
18
18
|
lumo_mixins_group-field,
|
package/components/checkbox.css
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/mixins/checkable-field.css';
|
|
7
7
|
@import '../src/components/checkbox.css';
|
|
8
8
|
|
|
9
|
-
:root
|
|
10
|
-
:host
|
|
9
|
+
:root,
|
|
10
|
+
:host {
|
|
11
11
|
--_lumo-vaadin-checkbox-inject: 1;
|
|
12
12
|
--_lumo-vaadin-checkbox-inject-modules:
|
|
13
13
|
lumo_mixins_checkable-field,
|
package/components/combo-box.css
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
@import '../src/components/dialog-overlay.css';
|
|
9
9
|
@import './button.css';
|
|
10
10
|
|
|
11
|
-
:root
|
|
12
|
-
:host
|
|
11
|
+
:root,
|
|
12
|
+
:host {
|
|
13
13
|
--_lumo-vaadin-confirm-dialog-overlay-inject: 1;
|
|
14
14
|
--_lumo-vaadin-confirm-dialog-overlay-inject-modules:
|
|
15
15
|
lumo_mixins_overlay,
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@import '../src/components/item.css';
|
|
13
13
|
@import '../src/components/list-box.css';
|
|
14
14
|
|
|
15
|
-
:root
|
|
16
|
-
:host
|
|
15
|
+
:root,
|
|
16
|
+
:host {
|
|
17
17
|
--_lumo-vaadin-context-menu-overlay-inject: 1;
|
|
18
18
|
--_lumo-vaadin-context-menu-overlay-inject-modules:
|
|
19
19
|
lumo_mixins_overlay,
|
package/components/crud.css
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
@import '../src/mixins/field-required.css';
|
|
10
10
|
@import '../src/components/custom-field.css';
|
|
11
11
|
|
|
12
|
-
:root
|
|
13
|
-
:host
|
|
12
|
+
:root,
|
|
13
|
+
:host {
|
|
14
14
|
--_lumo-vaadin-custom-field-inject: 1;
|
|
15
15
|
--_lumo-vaadin-custom-field-inject-modules:
|
|
16
16
|
lumo_mixins_field-label,
|
package/components/dashboard.css
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
@import '../src/components/dashboard-widget.css';
|
|
11
11
|
@import '../src/components/dashboard.css';
|
|
12
12
|
|
|
13
|
-
:root
|
|
14
|
-
:host
|
|
13
|
+
:root,
|
|
14
|
+
:host {
|
|
15
15
|
--_lumo-vaadin-dashboard-inject: 1;
|
|
16
16
|
--_lumo-vaadin-dashboard-inject-modules:
|
|
17
17
|
lumo_components_dashboard-layout,
|
package/components/details.css
CHANGED
package/components/dialog.css
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/mixins/resizable-overlay.css';
|
|
8
8
|
@import '../src/components/dialog-overlay.css';
|
|
9
9
|
|
|
10
|
-
:root
|
|
11
|
-
:host
|
|
10
|
+
:root,
|
|
11
|
+
:host {
|
|
12
12
|
--_lumo-vaadin-dialog-overlay-inject: 1;
|
|
13
13
|
--_lumo-vaadin-dialog-overlay-inject-modules:
|
|
14
14
|
lumo_mixins_overlay,
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/components/button.css';
|
|
7
7
|
@import '../src/components/drawer-toggle.css';
|
|
8
8
|
|
|
9
|
-
:root
|
|
10
|
-
:host
|
|
9
|
+
:root,
|
|
10
|
+
:host {
|
|
11
11
|
--_lumo-vaadin-drawer-toggle-inject: 1;
|
|
12
12
|
--_lumo-vaadin-drawer-toggle-inject-modules:
|
|
13
13
|
lumo_components_button,
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@import '../src/components/email-field.css';
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
|
-
:root
|
|
16
|
-
:host
|
|
15
|
+
:root,
|
|
16
|
+
:host {
|
|
17
17
|
--_lumo-vaadin-email-field-inject: 1;
|
|
18
18
|
--_lumo-vaadin-email-field-inject-modules:
|
|
19
19
|
lumo_mixins_field-label,
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
@import '../src/components/user-tag.css';
|
|
9
9
|
@import '../src/components/user-tags-overlay.css';
|
|
10
10
|
|
|
11
|
-
:root
|
|
12
|
-
:host
|
|
11
|
+
:root,
|
|
12
|
+
:host {
|
|
13
13
|
--_lumo-vaadin-user-tags-overlay-inject: 1;
|
|
14
14
|
--_lumo-vaadin-user-tags-overlay-inject-modules:
|
|
15
15
|
lumo_mixins_overlay,
|
package/components/form-item.css
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
@import './select.css';
|
|
19
19
|
@import './text-field.css';
|
|
20
20
|
|
|
21
|
-
:root
|
|
22
|
-
:host
|
|
21
|
+
:root,
|
|
22
|
+
:host {
|
|
23
23
|
--_lumo-vaadin-grid-pro-edit-text-field-inject: 1;
|
|
24
24
|
--_lumo-vaadin-grid-pro-edit-text-field-inject-modules:
|
|
25
25
|
lumo_mixins_field-label,
|
package/components/grid-pro.css
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/components/grid-sorter.css';
|
|
7
7
|
@import '../src/components/grid-sorter-icons.css';
|
|
8
8
|
|
|
9
|
-
:root
|
|
10
|
-
:host
|
|
9
|
+
:root,
|
|
10
|
+
:host {
|
|
11
11
|
--_lumo-vaadin-grid-sorter-inject: 1;
|
|
12
12
|
--_lumo-vaadin-grid-sorter-inject-modules: lumo_components_grid-sorter;
|
|
13
13
|
}
|
package/components/grid.css
CHANGED
package/components/icon.css
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@import '../src/components/number-field.css';
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
|
-
:root
|
|
16
|
-
:host
|
|
15
|
+
:root,
|
|
16
|
+
:host {
|
|
17
17
|
--_lumo-vaadin-integer-field-inject: 1;
|
|
18
18
|
--_lumo-vaadin-integer-field-inject-modules:
|
|
19
19
|
lumo_mixins_field-label,
|
package/components/item.css
CHANGED
package/components/list-box.css
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
@import './password-field.css';
|
|
9
9
|
@import './text-field.css';
|
|
10
10
|
|
|
11
|
-
:root
|
|
12
|
-
:host
|
|
11
|
+
:root,
|
|
12
|
+
:host {
|
|
13
13
|
--_lumo-vaadin-login-form-wrapper-inject: 1;
|
|
14
14
|
--_lumo-vaadin-login-form-wrapper-inject-modules: lumo_components_login-form-wrapper;
|
|
15
15
|
}
|
package/components/login.css
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
@import '../src/components/login-overlay-wrapper.css';
|
|
8
8
|
@import './login-form.css';
|
|
9
9
|
|
|
10
|
-
:root
|
|
11
|
-
:host
|
|
10
|
+
:root,
|
|
11
|
+
:host {
|
|
12
12
|
--_lumo-vaadin-login-overlay-wrapper-inject: 1;
|
|
13
13
|
--_lumo-vaadin-login-overlay-wrapper-inject-modules:
|
|
14
14
|
lumo_mixins_overlay,
|
package/components/map.css
CHANGED
package/components/menu-bar.css
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
@import '../src/components/menu-bar-overlay.css';
|
|
18
18
|
@import '../src/components/menu-bar.css';
|
|
19
19
|
|
|
20
|
-
:root
|
|
21
|
-
:host
|
|
20
|
+
:root,
|
|
21
|
+
:host {
|
|
22
22
|
--_lumo-vaadin-menu-bar-inject: 1;
|
|
23
23
|
--_lumo-vaadin-menu-bar-inject-modules: lumo_components_menu-bar;
|
|
24
24
|
|
package/components/message.css
CHANGED
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
@import '../src/components/multi-select-combo-box-overlay.css';
|
|
24
24
|
@import '../src/components/multi-select-combo-box.css';
|
|
25
25
|
|
|
26
|
-
:root
|
|
27
|
-
:host
|
|
26
|
+
:root,
|
|
27
|
+
:host {
|
|
28
28
|
--_lumo-vaadin-multi-select-combo-box-container-inject: 1;
|
|
29
29
|
--_lumo-vaadin-multi-select-combo-box-container-inject-modules:
|
|
30
30
|
lumo_components_input-container,
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/components/notification-card.css';
|
|
7
7
|
@import '../src/components/notification-container.css';
|
|
8
8
|
|
|
9
|
-
:root
|
|
10
|
-
:host
|
|
9
|
+
:root,
|
|
10
|
+
:host {
|
|
11
11
|
--_lumo-vaadin-notification-container-inject: 1;
|
|
12
12
|
--_lumo-vaadin-notification-container-inject-modules: lumo_components_notification-container;
|
|
13
13
|
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
@import '../src/components/number-field.css';
|
|
13
13
|
@import './input-container.css';
|
|
14
14
|
|
|
15
|
-
:root
|
|
16
|
-
:host
|
|
15
|
+
:root,
|
|
16
|
+
:host {
|
|
17
17
|
--_lumo-vaadin-number-field-inject: 1;
|
|
18
18
|
--_lumo-vaadin-number-field-inject-modules:
|
|
19
19
|
lumo_mixins_field-label,
|
package/components/overlay.css
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
@import '../src/components/password-field.css';
|
|
15
15
|
@import './input-container.css';
|
|
16
16
|
|
|
17
|
-
:root
|
|
18
|
-
:host
|
|
17
|
+
:root,
|
|
18
|
+
:host {
|
|
19
19
|
--_lumo-vaadin-password-field-inject: 1;
|
|
20
20
|
--_lumo-vaadin-password-field-inject-modules:
|
|
21
21
|
lumo_mixins_field-label,
|
package/components/popover.css
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/mixins/overlay.css';
|
|
7
7
|
@import '../src/components/popover-overlay.css';
|
|
8
8
|
|
|
9
|
-
:root
|
|
10
|
-
:host
|
|
9
|
+
:root,
|
|
10
|
+
:host {
|
|
11
11
|
--_lumo-vaadin-popover-overlay-inject: 1;
|
|
12
12
|
--_lumo-vaadin-popover-overlay-inject-modules:
|
|
13
13
|
lumo_mixins_overlay,
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
@import '../src/mixins/checkable-field.css';
|
|
7
7
|
@import '../src/components/radio-button.css';
|
|
8
8
|
|
|
9
|
-
:root
|
|
10
|
-
:host
|
|
9
|
+
:root,
|
|
10
|
+
:host {
|
|
11
11
|
--_lumo-vaadin-radio-button-inject: 1;
|
|
12
12
|
--_lumo-vaadin-radio-button-inject-modules:
|
|
13
13
|
lumo_mixins_checkable-field,
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
@import '../src/components/radio-group.css';
|
|
12
12
|
@import './radio-button.css';
|
|
13
13
|
|
|
14
|
-
:root
|
|
15
|
-
:host
|
|
14
|
+
:root,
|
|
15
|
+
:host {
|
|
16
16
|
--_lumo-vaadin-radio-group-inject: 1;
|
|
17
17
|
--_lumo-vaadin-radio-group-inject-modules:
|
|
18
18
|
lumo_mixins_group-field,
|