@vaadin/vaadin-lumo-styles 25.0.0-alpha2 → 25.0.0-alpha21
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 +14 -0
- package/components/accordion-panel.css +15 -0
- package/{user-colors.d.ts → components/accordion.css} +2 -3
- package/components/app-layout.css +11 -0
- package/components/avatar-group.css +31 -0
- package/components/avatar.css +17 -0
- package/components/button.css +11 -0
- package/components/card.css +50 -0
- package/components/charts.css +11 -0
- package/components/checkbox-group.css +23 -0
- package/components/checkbox.css +14 -0
- package/components/combo-box.css +47 -0
- package/components/confirm-dialog.css +17 -0
- package/components/context-menu.css +32 -0
- package/components/crud.css +40 -0
- package/components/custom-field.css +20 -0
- package/components/dashboard.css +34 -0
- package/components/date-picker.css +49 -0
- package/components/date-time-picker.css +28 -0
- package/components/details-summary.css +11 -0
- package/components/details.css +12 -0
- package/components/dialog.css +16 -0
- package/components/drawer-toggle.css +14 -0
- package/components/email-field.css +25 -0
- package/components/field-highlighter.css +22 -0
- package/components/form-item.css +11 -0
- package/components/form-layout.css +13 -0
- package/components/grid-filter-column.css +6 -0
- package/components/grid-filter.css +12 -0
- package/components/grid-pro-edit-column.css +48 -0
- package/components/grid-pro.css +14 -0
- package/components/grid-selection-column.css +6 -0
- package/components/grid-sort-column.css +6 -0
- package/components/grid-sorter.css +19 -0
- package/components/grid-tree-column.css +6 -0
- package/components/grid-tree-toggle.css +11 -0
- package/components/grid.css +11 -0
- package/components/horizontal-layout.css +11 -0
- package/components/icon.css +11 -0
- package/components/index.css +71 -0
- package/components/input-container.css +11 -0
- package/components/integer-field.css +25 -0
- package/components/item.css +11 -0
- package/components/list-box.css +11 -0
- package/components/login-form.css +14 -0
- package/components/login.css +15 -0
- package/components/map.css +11 -0
- package/components/master-detail-layout.css +19 -0
- package/components/menu-bar.css +47 -0
- package/components/message-input-button.css +11 -0
- package/components/message-input.css +13 -0
- package/components/message-list.css +6 -0
- package/components/message.css +12 -0
- package/components/multi-select-combo-box.css +61 -0
- package/components/notification.css +15 -0
- package/components/number-field.css +25 -0
- package/components/overlay.css +11 -0
- package/components/password-field.css +32 -0
- package/components/popover.css +14 -0
- package/components/progress-bar.css +11 -0
- package/components/radio-button.css +14 -0
- package/components/radio-group.css +23 -0
- package/components/rich-text-editor.css +26 -0
- package/components/scroller.css +11 -0
- package/components/select.css +48 -0
- package/components/side-nav-item.css +14 -0
- package/components/side-nav.css +12 -0
- package/components/split-layout.css +11 -0
- package/components/tab.css +11 -0
- package/components/tabs.css +12 -0
- package/components/tabsheet.css +19 -0
- package/components/text-area.css +25 -0
- package/components/text-field.css +23 -0
- package/components/time-picker.css +43 -0
- package/components/tooltip.css +14 -0
- package/components/upload.css +31 -0
- package/components/vertical-layout.css +11 -0
- package/dist/lumo.css +43 -0
- package/dist/presets/compact.css +1 -0
- package/dist/utility.css +1 -0
- package/{color-global.js → lumo.css} +3 -4
- package/mixins/field-button.js +3 -4
- package/mixins/helper.js +3 -4
- package/mixins/input-field-shared.js +5 -9
- package/mixins/loader.js +3 -2
- package/mixins/menu-overlay.js +3 -4
- package/mixins/overlay.js +3 -4
- package/mixins/required-field.js +3 -4
- package/package.json +24 -14
- package/presets/compact.css +31 -0
- package/src/components/accordion-heading.css +42 -0
- package/src/components/accordion-panel.css +38 -0
- package/src/components/app-layout.css +193 -0
- package/src/components/avatar-group-menu-item.css +22 -0
- package/src/components/avatar-group-overlay.css +11 -0
- package/src/components/avatar-group.css +67 -0
- package/src/components/avatar.css +86 -0
- package/src/components/button.css +334 -0
- package/src/components/card.css +38 -0
- package/src/components/chart.css +86 -0
- package/src/components/checkbox-group.css +18 -0
- package/src/components/checkbox.css +340 -0
- package/src/components/combo-box-item.css +18 -0
- package/src/components/combo-box-overlay.css +15 -0
- package/src/components/combo-box.css +14 -0
- package/src/components/confirm-dialog-overlay.css +55 -0
- package/src/components/context-menu-item.css +39 -0
- package/src/components/context-menu-list-box.css +40 -0
- package/src/components/context-menu-overlay.css +61 -0
- package/src/components/crud-dialog-overlay.css +57 -0
- package/src/components/crud-edit.css +30 -0
- package/src/components/crud.css +157 -0
- package/src/components/custom-field.css +102 -0
- package/src/components/dashboard-layout.css +28 -0
- package/src/components/dashboard-section.css +85 -0
- package/src/components/dashboard-widget.css +140 -0
- package/src/components/dashboard.css +14 -0
- package/src/components/date-picker-month-calendar.css +192 -0
- package/src/components/date-picker-overlay-content.css +127 -0
- package/src/components/date-picker-overlay.css +48 -0
- package/src/components/date-picker-year.css +35 -0
- package/src/components/date-picker.css +41 -0
- package/src/components/date-time-picker.css +36 -0
- package/src/components/details-summary.css +131 -0
- package/src/components/details.css +37 -0
- package/src/components/dialog-overlay.css +164 -0
- package/src/components/drawer-toggle.css +51 -0
- package/src/components/email-field.css +26 -0
- package/src/components/field-outline.css +51 -0
- package/src/components/form-item.css +36 -0
- package/src/components/grid-filter.css +16 -0
- package/src/components/grid-pro-edit-select.css +19 -0
- package/src/components/grid-pro.css +90 -0
- package/src/components/grid-sorter.css +70 -0
- package/src/components/grid-tree-toggle.css +104 -0
- package/src/components/grid.css +755 -0
- package/src/components/horizontal-layout.css +34 -0
- package/src/components/icon.css +11 -0
- package/src/components/input-container.css +228 -0
- package/src/components/item.css +94 -0
- package/src/components/list-box.css +31 -0
- package/src/components/login-form-wrapper.css +113 -0
- package/src/components/login-overlay-wrapper.css +189 -0
- package/src/components/map.css +182 -0
- package/src/components/menu-bar-button.css +128 -0
- package/src/components/menu-bar-item.css +23 -0
- package/{badge-global.js → src/components/menu-bar-overlay.css} +5 -4
- package/src/components/menu-bar.css +31 -0
- package/src/components/message-input.css +30 -0
- package/src/components/message.css +57 -0
- package/src/components/multi-select-combo-box-chip.css +113 -0
- package/src/components/multi-select-combo-box-container.css +20 -0
- package/src/components/multi-select-combo-box-item.css +13 -0
- package/src/components/multi-select-combo-box-overlay.css +18 -0
- package/src/components/multi-select-combo-box.css +102 -0
- package/src/components/notification-card.css +228 -0
- package/src/components/notification-container.css +60 -0
- package/src/components/number-field.css +53 -0
- package/src/components/password-field-button.css +19 -0
- package/src/components/password-field.css +24 -0
- package/src/components/popover-overlay.css +20 -0
- package/src/components/progress-bar.css +295 -0
- package/src/components/radio-button.css +156 -0
- package/src/components/radio-group.css +18 -0
- package/src/components/rich-text-editor-popup-overlay.css +27 -0
- package/src/components/rich-text-editor.css +383 -0
- package/src/components/scroller.css +21 -0
- package/src/components/select-overlay.css +54 -0
- package/src/components/select-value-button.css +57 -0
- package/src/components/select.css +73 -0
- package/src/components/side-nav-item.css +183 -0
- package/src/components/side-nav.css +102 -0
- package/src/components/split-layout.css +53 -0
- package/src/components/tab.css +246 -0
- package/src/components/tabs.css +285 -0
- package/src/components/tabsheet.css +63 -0
- package/src/components/text-area.css +116 -0
- package/src/components/time-picker-overlay.css +15 -0
- package/src/components/time-picker.css +36 -0
- package/src/components/tooltip-overlay.css +53 -0
- package/src/components/upload-file.css +99 -0
- package/src/components/upload-icon.css +20 -0
- package/src/components/upload.css +56 -0
- package/src/components/user-tag.css +48 -0
- package/src/components/user-tags-overlay.css +64 -0
- package/src/components/vertical-layout.css +34 -0
- package/src/global/badge.css +167 -0
- package/src/global/color-scheme.css +99 -0
- package/{utility-global.js → src/global/index.css} +3 -4
- package/src/global/typography.css +113 -0
- package/src/mixins/checkable-field.css +67 -0
- package/src/mixins/combo-box-loader.css +14 -0
- package/src/mixins/combo-box-overlay.css +30 -0
- package/src/mixins/dashboard-item.css +121 -0
- package/src/mixins/field-base.css +187 -0
- package/src/mixins/field-button.css +46 -0
- package/src/mixins/field-error-message.css +36 -0
- package/src/mixins/field-helper.css +62 -0
- package/src/mixins/field-label.css +62 -0
- package/src/mixins/field-required.css +26 -0
- package/src/mixins/grid-pro-editor.css +35 -0
- package/src/mixins/group-field.css +58 -0
- package/src/mixins/loader.css +48 -0
- package/src/mixins/menu-overlay-core.css +36 -0
- package/src/mixins/menu-overlay-ext.css +63 -0
- package/src/mixins/overlay.css +131 -0
- package/src/mixins/resizable-overlay.css +100 -0
- package/src/props/color.css +98 -0
- package/src/props/icons.css +63 -0
- package/src/props/index.css +12 -0
- package/src/props/reset.css +11 -0
- package/src/props/sizing.css +19 -0
- package/src/props/spacing.css +27 -0
- package/src/props/style.css +21 -0
- package/src/props/typography.css +24 -0
- package/src/utilities/accessibility.css +17 -0
- package/src/utilities/background.css +189 -0
- package/src/utilities/border.css +173 -0
- package/src/utilities/filter.css +37 -0
- package/src/utilities/flexbox-grid.css +781 -0
- package/src/utilities/layout.css +629 -0
- package/src/utilities/shadows.css +29 -0
- package/src/utilities/sizing.css +142 -0
- package/src/utilities/spacing.css +682 -0
- package/src/utilities/transition.css +46 -0
- package/src/utilities/typography.css +424 -0
- package/utility.css +16 -0
- package/vaadin-iconset.js +4 -0
- package/auto-complete.css +0 -2582
- package/badge.d.ts +0 -3
- package/badge.js +0 -178
- package/color.d.ts +0 -5
- package/color.js +0 -221
- package/font-icons.js +0 -67
- package/global.js +0 -5
- package/presets/compact.js +0 -40
- package/sizing.d.ts +0 -3
- package/sizing.js +0 -29
- package/spacing.d.ts +0 -3
- package/spacing.js +0 -37
- package/style.d.ts +0 -5
- package/style.js +0 -119
- 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 -49
- package/utilities/typography.js +0 -344
- package/utility.d.ts +0 -3
- package/utility.js +0 -34
package/all-imports.d.ts
CHANGED
|
@@ -2,11 +2,3 @@ export * from './mixins/field-button.js';
|
|
|
2
2
|
export * from './mixins/menu-overlay.js';
|
|
3
3
|
export * from './mixins/overlay.js';
|
|
4
4
|
export * from './mixins/required-field.js';
|
|
5
|
-
export * from './badge.js';
|
|
6
|
-
export * from './color.js';
|
|
7
|
-
export * from './sizing.js';
|
|
8
|
-
export * from './spacing.js';
|
|
9
|
-
export * from './style.js';
|
|
10
|
-
export * from './typography.js';
|
|
11
|
-
export * from './user-colors.js';
|
|
12
|
-
export * from './utility.js';
|
package/all-imports.js
CHANGED
|
@@ -11,22 +11,4 @@ import './mixins/overlay.js';
|
|
|
11
11
|
export * from './mixins/overlay.js';
|
|
12
12
|
import './mixins/required-field.js';
|
|
13
13
|
export * from './mixins/required-field.js';
|
|
14
|
-
import './badge.js';
|
|
15
|
-
export * from './badge.js';
|
|
16
|
-
import './color.js';
|
|
17
|
-
export * from './color.js';
|
|
18
|
-
import './font-icons.js';
|
|
19
|
-
export * from './font-icons.js';
|
|
20
|
-
import './sizing.js';
|
|
21
|
-
export * from './sizing.js';
|
|
22
|
-
import './spacing.js';
|
|
23
|
-
export * from './spacing.js';
|
|
24
|
-
import './style.js';
|
|
25
|
-
export * from './style.js';
|
|
26
|
-
import './typography.js';
|
|
27
|
-
export * from './typography.js';
|
|
28
|
-
import './user-colors.js';
|
|
29
|
-
export * from './user-colors.js';
|
|
30
|
-
import './utility.js';
|
|
31
|
-
export * from './utility.js';
|
|
32
14
|
import './vaadin-iconset.js';
|
|
@@ -0,0 +1,14 @@
|
|
|
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 '../src/components/accordion-heading.css';
|
|
7
|
+
@import '../src/components/details-summary.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-accordion-heading-inject: 1;
|
|
11
|
+
--_lumo-vaadin-accordion-heading-inject-modules:
|
|
12
|
+
lumo_components_details-summary,
|
|
13
|
+
lumo_components_accordion-heading;
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 '../src/components/accordion-panel.css';
|
|
7
|
+
@import '../src/components/details.css';
|
|
8
|
+
@import './accordion-heading.css';
|
|
9
|
+
|
|
10
|
+
:is(:root, :host)::before {
|
|
11
|
+
--_lumo-vaadin-accordion-panel-inject: 1;
|
|
12
|
+
--_lumo-vaadin-accordion-panel-inject-modules:
|
|
13
|
+
lumo_components_details,
|
|
14
|
+
lumo_components_accordion-panel;
|
|
15
|
+
}
|
|
@@ -3,6 +3,5 @@
|
|
|
3
3
|
* Copyright (c) 2017 - 2025 Vaadin Ltd.
|
|
4
4
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
5
5
|
*/
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
export const userColors: CSSResult;
|
|
6
|
+
@import './accordion-heading.css';
|
|
7
|
+
@import './accordion-panel.css';
|
|
@@ -0,0 +1,11 @@
|
|
|
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 '../src/components/app-layout.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-app-layout-inject: 1;
|
|
10
|
+
--_lumo-vaadin-app-layout-inject-modules: lumo_components_app-layout;
|
|
11
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 '../src/mixins/menu-overlay-core.css';
|
|
7
|
+
@import '../src/mixins/overlay.css';
|
|
8
|
+
@import '../src/components/avatar-group-menu-item.css';
|
|
9
|
+
@import '../src/components/avatar-group-overlay.css';
|
|
10
|
+
@import '../src/components/avatar-group.css';
|
|
11
|
+
@import '../src/components/item.css';
|
|
12
|
+
@import '../src/components/list-box.css';
|
|
13
|
+
|
|
14
|
+
:is(:root, :host)::before {
|
|
15
|
+
--_lumo-vaadin-avatar-group-inject: 1;
|
|
16
|
+
--_lumo-vaadin-avatar-group-inject-modules: lumo_components_avatar-group;
|
|
17
|
+
|
|
18
|
+
--_lumo-vaadin-avatar-group-overlay-inject: 1;
|
|
19
|
+
--_lumo-vaadin-avatar-group-overlay-inject-modules:
|
|
20
|
+
lumo_mixins_overlay,
|
|
21
|
+
lumo_mixins_menu-overlay-core,
|
|
22
|
+
lumo_components_avatar-group-overlay;
|
|
23
|
+
|
|
24
|
+
--_lumo-vaadin-avatar-group-menu-inject: 1;
|
|
25
|
+
--_lumo-vaadin-avatar-group-menu-inject-modules: lumo_components_list-box;
|
|
26
|
+
|
|
27
|
+
--_lumo-vaadin-avatar-group-menu-item-inject: 1;
|
|
28
|
+
--_lumo-vaadin-avatar-group-menu-item-inject-modules:
|
|
29
|
+
lumo_components_item,
|
|
30
|
+
lumo_components_avatar-group-menu-item;
|
|
31
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 '../src/components/avatar.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-avatar-inject: 1;
|
|
10
|
+
--_lumo-vaadin-avatar-inject-modules: lumo_components_avatar;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
:where(:root, :host) {
|
|
14
|
+
--vaadin-avatar-size: var(
|
|
15
|
+
--lumo-size-m
|
|
16
|
+
);
|
|
17
|
+
}
|
|
@@ -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 '../src/components/button.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-button-inject: 1;
|
|
10
|
+
--_lumo-vaadin-button-inject-modules: lumo_components_button;
|
|
11
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 '../src/components/card.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-card-inject: 1;
|
|
10
|
+
--_lumo-vaadin-card-inject-modules: lumo_components_card;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
:where(:root, :host) {
|
|
14
|
+
--vaadin-card-background: var(
|
|
15
|
+
--lumo-contrast-5pct
|
|
16
|
+
);
|
|
17
|
+
--vaadin-card-border-radius: var(
|
|
18
|
+
--lumo-border-radius-l
|
|
19
|
+
);
|
|
20
|
+
--vaadin-card-border-width: 0;
|
|
21
|
+
--vaadin-card-border-color: var(
|
|
22
|
+
--lumo-contrast-20pct
|
|
23
|
+
);
|
|
24
|
+
--vaadin-card-padding: var(
|
|
25
|
+
--lumo-space-m
|
|
26
|
+
);
|
|
27
|
+
--vaadin-card-gap: var(
|
|
28
|
+
--lumo-space-m
|
|
29
|
+
);
|
|
30
|
+
--vaadin-card-shadow: none;
|
|
31
|
+
--vaadin-card-title-font-color: var(
|
|
32
|
+
--lumo-header-text-color
|
|
33
|
+
);
|
|
34
|
+
--vaadin-card-title-font-size: var(
|
|
35
|
+
--lumo-font-size-l
|
|
36
|
+
);
|
|
37
|
+
--vaadin-card-title-font-weight: 600;
|
|
38
|
+
--vaadin-card-title-line-height: var(
|
|
39
|
+
--lumo-line-height-xs
|
|
40
|
+
);
|
|
41
|
+
--vaadin-card-subtitle-font-color: var(
|
|
42
|
+
--lumo-secondary-text-color
|
|
43
|
+
);
|
|
44
|
+
--vaadin-card-subtitle-font-size: var(
|
|
45
|
+
--lumo-font-size-m
|
|
46
|
+
);
|
|
47
|
+
--vaadin-card-subtitle-line-height: var(
|
|
48
|
+
--lumo-line-height-xs
|
|
49
|
+
);
|
|
50
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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 '../src/components/chart.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-chart-inject: 1;
|
|
10
|
+
--_lumo-vaadin-chart-inject-modules: lumo_components_chart;
|
|
11
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 '../src/mixins/field-error-message.css';
|
|
7
|
+
@import '../src/mixins/field-helper.css';
|
|
8
|
+
@import '../src/mixins/field-label.css';
|
|
9
|
+
@import '../src/mixins/field-required.css';
|
|
10
|
+
@import '../src/mixins/group-field.css';
|
|
11
|
+
@import '../src/components/checkbox-group.css';
|
|
12
|
+
@import './checkbox.css';
|
|
13
|
+
|
|
14
|
+
:is(:root, :host)::before {
|
|
15
|
+
--_lumo-vaadin-checkbox-group-inject: 1;
|
|
16
|
+
--_lumo-vaadin-checkbox-group-inject-modules:
|
|
17
|
+
lumo_mixins_group-field,
|
|
18
|
+
lumo_mixins_field-label,
|
|
19
|
+
lumo_mixins_field-required,
|
|
20
|
+
lumo_mixins_field-error-message,
|
|
21
|
+
lumo_mixins_field-helper,
|
|
22
|
+
lumo_components_checkbox-group;
|
|
23
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 '../src/mixins/checkable-field.css';
|
|
7
|
+
@import '../src/components/checkbox.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-checkbox-inject: 1;
|
|
11
|
+
--_lumo-vaadin-checkbox-inject-modules:
|
|
12
|
+
lumo_mixins_checkable-field,
|
|
13
|
+
lumo_components_checkbox;
|
|
14
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 '../src/mixins/combo-box-loader.css';
|
|
7
|
+
@import '../src/mixins/combo-box-overlay.css';
|
|
8
|
+
@import '../src/mixins/field-base.css';
|
|
9
|
+
@import '../src/mixins/field-button.css';
|
|
10
|
+
@import '../src/mixins/field-error-message.css';
|
|
11
|
+
@import '../src/mixins/field-helper.css';
|
|
12
|
+
@import '../src/mixins/field-label.css';
|
|
13
|
+
@import '../src/mixins/field-required.css';
|
|
14
|
+
@import '../src/mixins/loader.css';
|
|
15
|
+
@import '../src/mixins/menu-overlay-core.css';
|
|
16
|
+
@import '../src/mixins/overlay.css';
|
|
17
|
+
@import '../src/components/combo-box-item.css';
|
|
18
|
+
@import '../src/components/combo-box-overlay.css';
|
|
19
|
+
@import '../src/components/combo-box.css';
|
|
20
|
+
@import '../src/components/item.css';
|
|
21
|
+
@import './input-container.css';
|
|
22
|
+
|
|
23
|
+
:is(:root, :host)::before {
|
|
24
|
+
--_lumo-vaadin-combo-box-inject: 1;
|
|
25
|
+
--_lumo-vaadin-combo-box-inject-modules:
|
|
26
|
+
lumo_mixins_field-label,
|
|
27
|
+
lumo_mixins_field-required,
|
|
28
|
+
lumo_mixins_field-error-message,
|
|
29
|
+
lumo_mixins_field-button,
|
|
30
|
+
lumo_mixins_field-helper,
|
|
31
|
+
lumo_mixins_field-base,
|
|
32
|
+
lumo_components_combo-box;
|
|
33
|
+
|
|
34
|
+
--_lumo-vaadin-combo-box-item-inject: 1;
|
|
35
|
+
--_lumo-vaadin-combo-box-item-inject-modules:
|
|
36
|
+
lumo_components_item,
|
|
37
|
+
lumo_components_combo-box-item;
|
|
38
|
+
|
|
39
|
+
--_lumo-vaadin-combo-box-overlay-inject: 1;
|
|
40
|
+
--_lumo-vaadin-combo-box-overlay-inject-modules:
|
|
41
|
+
lumo_mixins_loader,
|
|
42
|
+
lumo_mixins_combo-box-loader,
|
|
43
|
+
lumo_mixins_overlay,
|
|
44
|
+
lumo_mixins_menu-overlay-core,
|
|
45
|
+
lumo_mixins_combo-box-overlay,
|
|
46
|
+
lumo_components_combo-box-overlay;
|
|
47
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 '../src/mixins/overlay.css';
|
|
7
|
+
@import '../src/components/confirm-dialog-overlay.css';
|
|
8
|
+
@import '../src/components/dialog-overlay.css';
|
|
9
|
+
@import './button.css';
|
|
10
|
+
|
|
11
|
+
:is(:root, :host)::before {
|
|
12
|
+
--_lumo-vaadin-confirm-dialog-overlay-inject: 1;
|
|
13
|
+
--_lumo-vaadin-confirm-dialog-overlay-inject-modules:
|
|
14
|
+
lumo_mixins_overlay,
|
|
15
|
+
lumo_components_dialog-overlay,
|
|
16
|
+
lumo_components_confirm-dialog-overlay;
|
|
17
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 '../src/mixins/menu-overlay-core.css';
|
|
7
|
+
@import '../src/mixins/menu-overlay-ext.css';
|
|
8
|
+
@import '../src/mixins/overlay.css';
|
|
9
|
+
@import '../src/components/context-menu-item.css';
|
|
10
|
+
@import '../src/components/context-menu-list-box.css';
|
|
11
|
+
@import '../src/components/context-menu-overlay.css';
|
|
12
|
+
@import '../src/components/item.css';
|
|
13
|
+
@import '../src/components/list-box.css';
|
|
14
|
+
|
|
15
|
+
:is(:root, :host)::before {
|
|
16
|
+
--_lumo-vaadin-context-menu-overlay-inject: 1;
|
|
17
|
+
--_lumo-vaadin-context-menu-overlay-inject-modules:
|
|
18
|
+
lumo_mixins_overlay,
|
|
19
|
+
lumo_mixins_menu-overlay-core,
|
|
20
|
+
lumo_mixins_menu-overlay-ext,
|
|
21
|
+
lumo_components_context-menu-overlay;
|
|
22
|
+
|
|
23
|
+
--_lumo-vaadin-context-menu-list-box-inject: 1;
|
|
24
|
+
--_lumo-vaadin-context-menu-list-box-inject-modules:
|
|
25
|
+
lumo_components_list-box,
|
|
26
|
+
lumo_components_context-menu-list-box;
|
|
27
|
+
|
|
28
|
+
--_lumo-vaadin-context-menu-item-inject: 1;
|
|
29
|
+
--_lumo-vaadin-context-menu-item-inject-modules:
|
|
30
|
+
lumo_components_item,
|
|
31
|
+
lumo_components_context-menu-item;
|
|
32
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 '../src/mixins/overlay.css';
|
|
7
|
+
@import '../src/components/button.css';
|
|
8
|
+
@import '../src/components/crud-dialog-overlay.css';
|
|
9
|
+
@import '../src/components/crud-edit.css';
|
|
10
|
+
@import '../src/components/crud.css';
|
|
11
|
+
@import '../src/components/dialog-overlay.css';
|
|
12
|
+
@import '../src/components/grid.css';
|
|
13
|
+
@import './button.css';
|
|
14
|
+
@import './confirm-dialog.css';
|
|
15
|
+
@import './form-layout.css';
|
|
16
|
+
@import './grid-filter.css';
|
|
17
|
+
@import './grid-sorter.css';
|
|
18
|
+
@import './text-field.css';
|
|
19
|
+
|
|
20
|
+
:is(:root, :host)::before {
|
|
21
|
+
--_lumo-vaadin-crud-inject: 1;
|
|
22
|
+
--_lumo-vaadin-crud-inject-modules: lumo_components_crud;
|
|
23
|
+
|
|
24
|
+
--_lumo-vaadin-crud-edit-inject: 1;
|
|
25
|
+
--_lumo-vaadin-crud-edit-inject-modules:
|
|
26
|
+
lumo_components_button,
|
|
27
|
+
lumo_components_crud-edit;
|
|
28
|
+
|
|
29
|
+
--_lumo-vaadin-crud-grid-inject: 1;
|
|
30
|
+
--_lumo-vaadin-crud-grid-inject-modules: lumo_components_grid;
|
|
31
|
+
|
|
32
|
+
--_lumo-vaadin-crud-form-inject: 1;
|
|
33
|
+
--_lumo-vaadin-crud-form-inject-modules: lumo_components_form-layout;
|
|
34
|
+
|
|
35
|
+
--_lumo-vaadin-crud-dialog-overlay-inject: 1;
|
|
36
|
+
--_lumo-vaadin-crud-dialog-overlay-inject-modules:
|
|
37
|
+
lumo_mixins_overlay,
|
|
38
|
+
lumo_components_dialog-overlay,
|
|
39
|
+
lumo_components_crud-dialog-overlay;
|
|
40
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 '../src/mixins/field-error-message.css';
|
|
7
|
+
@import '../src/mixins/field-helper.css';
|
|
8
|
+
@import '../src/mixins/field-label.css';
|
|
9
|
+
@import '../src/mixins/field-required.css';
|
|
10
|
+
@import '../src/components/custom-field.css';
|
|
11
|
+
|
|
12
|
+
:is(:root, :host)::before {
|
|
13
|
+
--_lumo-vaadin-custom-field-inject: 1;
|
|
14
|
+
--_lumo-vaadin-custom-field-inject-modules:
|
|
15
|
+
lumo_mixins_field-label,
|
|
16
|
+
lumo_mixins_field-required,
|
|
17
|
+
lumo_mixins_field-error-message,
|
|
18
|
+
lumo_mixins_field-helper,
|
|
19
|
+
lumo_components_custom-field;
|
|
20
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 '../src/mixins/dashboard-item.css';
|
|
7
|
+
@import '../src/components/button.css';
|
|
8
|
+
@import '../src/components/dashboard-layout.css';
|
|
9
|
+
@import '../src/components/dashboard-section.css';
|
|
10
|
+
@import '../src/components/dashboard-widget.css';
|
|
11
|
+
@import '../src/components/dashboard.css';
|
|
12
|
+
|
|
13
|
+
:is(:root, :host)::before {
|
|
14
|
+
--_lumo-vaadin-dashboard-inject: 1;
|
|
15
|
+
--_lumo-vaadin-dashboard-inject-modules:
|
|
16
|
+
lumo_components_dashboard-layout,
|
|
17
|
+
lumo_components_dashboard;
|
|
18
|
+
|
|
19
|
+
--_lumo-vaadin-dashboard-widget-inject: 1;
|
|
20
|
+
--_lumo-vaadin-dashboard-widget-inject-modules:
|
|
21
|
+
lumo_mixins_dashboard-item,
|
|
22
|
+
lumo_components_dashboard-widget;
|
|
23
|
+
|
|
24
|
+
--_lumo-vaadin-dashboard-section-inject: 1;
|
|
25
|
+
--_lumo-vaadin-dashboard-section-inject-modules:
|
|
26
|
+
lumo_mixins_dashboard-item,
|
|
27
|
+
lumo_components_dashboard-section;
|
|
28
|
+
|
|
29
|
+
--_lumo-vaadin-dashboard-layout-inject: 1;
|
|
30
|
+
--_lumo-vaadin-dashboard-layout-inject-modules: lumo_components_dashboard-layout;
|
|
31
|
+
|
|
32
|
+
--_lumo-vaadin-dashboard-button-inject: 1;
|
|
33
|
+
--_lumo-vaadin-dashboard-button-inject-modules: lumo_components_button;
|
|
34
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 '../src/mixins/field-base.css';
|
|
7
|
+
@import '../src/mixins/field-button.css';
|
|
8
|
+
@import '../src/mixins/field-error-message.css';
|
|
9
|
+
@import '../src/mixins/field-helper.css';
|
|
10
|
+
@import '../src/mixins/field-label.css';
|
|
11
|
+
@import '../src/mixins/field-required.css';
|
|
12
|
+
@import '../src/mixins/menu-overlay-core.css';
|
|
13
|
+
@import '../src/mixins/menu-overlay-ext.css';
|
|
14
|
+
@import '../src/mixins/overlay.css';
|
|
15
|
+
@import '../src/components/date-picker-month-calendar.css';
|
|
16
|
+
@import '../src/components/date-picker-overlay-content.css';
|
|
17
|
+
@import '../src/components/date-picker-overlay.css';
|
|
18
|
+
@import '../src/components/date-picker-year.css';
|
|
19
|
+
@import '../src/components/date-picker.css';
|
|
20
|
+
@import './button.css';
|
|
21
|
+
@import './input-container.css';
|
|
22
|
+
|
|
23
|
+
:is(:root, :host)::before {
|
|
24
|
+
--_lumo-vaadin-date-picker-inject: 1;
|
|
25
|
+
--_lumo-vaadin-date-picker-inject-modules:
|
|
26
|
+
lumo_mixins_field-label,
|
|
27
|
+
lumo_mixins_field-required,
|
|
28
|
+
lumo_mixins_field-error-message,
|
|
29
|
+
lumo_mixins_field-button,
|
|
30
|
+
lumo_mixins_field-helper,
|
|
31
|
+
lumo_mixins_field-base,
|
|
32
|
+
lumo_components_date-picker;
|
|
33
|
+
|
|
34
|
+
--_lumo-vaadin-date-picker-year-inject: 1;
|
|
35
|
+
--_lumo-vaadin-date-picker-year-inject-modules: lumo_components_date-picker-year;
|
|
36
|
+
|
|
37
|
+
--_lumo-vaadin-date-picker-overlay-inject: 1;
|
|
38
|
+
--_lumo-vaadin-date-picker-overlay-inject-modules:
|
|
39
|
+
lumo_mixins_overlay,
|
|
40
|
+
lumo_mixins_menu-overlay-core,
|
|
41
|
+
lumo_mixins_menu-overlay-ext,
|
|
42
|
+
lumo_components_date-picker-overlay;
|
|
43
|
+
|
|
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
|
+
|
|
47
|
+
--_lumo-vaadin-month-calendar-inject: 1;
|
|
48
|
+
--_lumo-vaadin-month-calendar-inject-modules: lumo_components_date-picker-month-calendar;
|
|
49
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 '../src/mixins/field-base.css';
|
|
7
|
+
@import '../src/mixins/field-button.css';
|
|
8
|
+
@import '../src/mixins/field-error-message.css';
|
|
9
|
+
@import '../src/mixins/field-helper.css';
|
|
10
|
+
@import '../src/mixins/field-label.css';
|
|
11
|
+
@import '../src/mixins/field-required.css';
|
|
12
|
+
@import '../src/components/custom-field.css';
|
|
13
|
+
@import '../src/components/date-time-picker.css';
|
|
14
|
+
@import './date-picker.css';
|
|
15
|
+
@import './time-picker.css';
|
|
16
|
+
|
|
17
|
+
:is(:root, :host)::before {
|
|
18
|
+
--_lumo-vaadin-date-time-picker-inject: 1;
|
|
19
|
+
--_lumo-vaadin-date-time-picker-inject-modules:
|
|
20
|
+
lumo_mixins_field-label,
|
|
21
|
+
lumo_mixins_field-required,
|
|
22
|
+
lumo_mixins_field-error-message,
|
|
23
|
+
lumo_mixins_field-button,
|
|
24
|
+
lumo_mixins_field-helper,
|
|
25
|
+
lumo_mixins_field-base,
|
|
26
|
+
lumo_components_custom-field,
|
|
27
|
+
lumo_components_date-time-picker;
|
|
28
|
+
}
|
|
@@ -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 '../src/components/details-summary.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-details-summary-inject: 1;
|
|
10
|
+
--_lumo-vaadin-details-summary-inject-modules: lumo_components_details-summary;
|
|
11
|
+
}
|
|
@@ -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 '../src/components/details.css';
|
|
7
|
+
@import './details-summary.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-details-inject: 1;
|
|
11
|
+
--_lumo-vaadin-details-inject-modules: lumo_components_details;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 '../src/mixins/overlay.css';
|
|
7
|
+
@import '../src/mixins/resizable-overlay.css';
|
|
8
|
+
@import '../src/components/dialog-overlay.css';
|
|
9
|
+
|
|
10
|
+
:is(:root, :host)::before {
|
|
11
|
+
--_lumo-vaadin-dialog-overlay-inject: 1;
|
|
12
|
+
--_lumo-vaadin-dialog-overlay-inject-modules:
|
|
13
|
+
lumo_mixins_overlay,
|
|
14
|
+
lumo_mixins_resizable-overlay,
|
|
15
|
+
lumo_components_dialog-overlay;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 '../src/components/button.css';
|
|
7
|
+
@import '../src/components/drawer-toggle.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-drawer-toggle-inject: 1;
|
|
11
|
+
--_lumo-vaadin-drawer-toggle-inject-modules:
|
|
12
|
+
lumo_components_button,
|
|
13
|
+
lumo_components_drawer-toggle;
|
|
14
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 '../src/mixins/field-base.css';
|
|
7
|
+
@import '../src/mixins/field-button.css';
|
|
8
|
+
@import '../src/mixins/field-error-message.css';
|
|
9
|
+
@import '../src/mixins/field-helper.css';
|
|
10
|
+
@import '../src/mixins/field-label.css';
|
|
11
|
+
@import '../src/mixins/field-required.css';
|
|
12
|
+
@import '../src/components/email-field.css';
|
|
13
|
+
@import './input-container.css';
|
|
14
|
+
|
|
15
|
+
:is(:root, :host)::before {
|
|
16
|
+
--_lumo-vaadin-email-field-inject: 1;
|
|
17
|
+
--_lumo-vaadin-email-field-inject-modules:
|
|
18
|
+
lumo_mixins_field-label,
|
|
19
|
+
lumo_mixins_field-required,
|
|
20
|
+
lumo_mixins_field-error-message,
|
|
21
|
+
lumo_mixins_field-button,
|
|
22
|
+
lumo_mixins_field-helper,
|
|
23
|
+
lumo_mixins_field-base,
|
|
24
|
+
lumo_components_email-field;
|
|
25
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 '../src/mixins/overlay.css';
|
|
7
|
+
@import '../src/components/field-outline.css';
|
|
8
|
+
@import '../src/components/user-tag.css';
|
|
9
|
+
@import '../src/components/user-tags-overlay.css';
|
|
10
|
+
|
|
11
|
+
:is(:root, :host)::before {
|
|
12
|
+
--_lumo-vaadin-user-tags-overlay-inject: 1;
|
|
13
|
+
--_lumo-vaadin-user-tags-overlay-inject-modules:
|
|
14
|
+
lumo_mixins_overlay,
|
|
15
|
+
lumo_components_user-tags-overlay;
|
|
16
|
+
|
|
17
|
+
--_lumo-vaadin-user-tag-inject: 1;
|
|
18
|
+
--_lumo-vaadin-user-tag-inject-modules: lumo_components_user-tag;
|
|
19
|
+
|
|
20
|
+
--_lumo-vaadin-field-outline-inject: 1;
|
|
21
|
+
--_lumo-vaadin-field-outline-inject-modules: lumo_components_field-outline;
|
|
22
|
+
}
|
|
@@ -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 '../src/components/form-item.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-form-item-inject: 1;
|
|
10
|
+
--_lumo-vaadin-form-item-inject-modules: lumo_components_form-item;
|
|
11
|
+
}
|