@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
|
@@ -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/overlay.css';
|
|
7
|
+
@import '../src/components/popover-overlay.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-popover-overlay-inject: 1;
|
|
11
|
+
--_lumo-vaadin-popover-overlay-inject-modules:
|
|
12
|
+
lumo_mixins_overlay,
|
|
13
|
+
lumo_components_popover-overlay;
|
|
14
|
+
}
|
|
@@ -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/progress-bar.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-progress-bar-inject: 1;
|
|
10
|
+
--_lumo-vaadin-progress-bar-inject-modules: lumo_components_progress-bar;
|
|
11
|
+
}
|
|
@@ -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/radio-button.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-radio-button-inject: 1;
|
|
11
|
+
--_lumo-vaadin-radio-button-inject-modules:
|
|
12
|
+
lumo_mixins_checkable-field,
|
|
13
|
+
lumo_components_radio-button;
|
|
14
|
+
}
|
|
@@ -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/radio-group.css';
|
|
12
|
+
@import './radio-button.css';
|
|
13
|
+
|
|
14
|
+
:is(:root, :host)::before {
|
|
15
|
+
--_lumo-vaadin-radio-group-inject: 1;
|
|
16
|
+
--_lumo-vaadin-radio-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_radio-group;
|
|
23
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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/rich-text-editor-popup-overlay.css';
|
|
8
|
+
@import '../src/components/rich-text-editor.css';
|
|
9
|
+
@import '../src/global/typography.css'
|
|
10
|
+
lumo_global_typography;
|
|
11
|
+
@import './button.css';
|
|
12
|
+
@import './confirm-dialog.css';
|
|
13
|
+
@import './text-field.css';
|
|
14
|
+
@import './tooltip.css';
|
|
15
|
+
|
|
16
|
+
:is(:root, :host)::before {
|
|
17
|
+
--_lumo-vaadin-rich-text-editor-inject: 1;
|
|
18
|
+
--_lumo-vaadin-rich-text-editor-inject-modules:
|
|
19
|
+
lumo_global_typography,
|
|
20
|
+
lumo_components_rich-text-editor;
|
|
21
|
+
|
|
22
|
+
--_lumo-vaadin-rich-text-editor-popup-overlay-inject: 1;
|
|
23
|
+
--_lumo-vaadin-rich-text-editor-popup-overlay-inject-modules:
|
|
24
|
+
lumo_mixins_overlay,
|
|
25
|
+
lumo_components_rich-text-editor-popup-overlay;
|
|
26
|
+
}
|
|
@@ -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/scroller.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-scroller-inject: 1;
|
|
10
|
+
--_lumo-vaadin-scroller-inject-modules: lumo_components_scroller;
|
|
11
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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/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/item.css';
|
|
16
|
+
@import '../src/components/list-box.css';
|
|
17
|
+
@import '../src/components/select-overlay.css';
|
|
18
|
+
@import '../src/components/select-value-button.css';
|
|
19
|
+
@import '../src/components/select.css';
|
|
20
|
+
@import './input-container.css';
|
|
21
|
+
|
|
22
|
+
:is(:root, :host)::before {
|
|
23
|
+
--_lumo-vaadin-select-inject: 1;
|
|
24
|
+
--_lumo-vaadin-select-inject-modules:
|
|
25
|
+
lumo_mixins_field-label,
|
|
26
|
+
lumo_mixins_field-required,
|
|
27
|
+
lumo_mixins_field-error-message,
|
|
28
|
+
lumo_mixins_field-button,
|
|
29
|
+
lumo_mixins_field-helper,
|
|
30
|
+
lumo_mixins_field-base,
|
|
31
|
+
lumo_components_select;
|
|
32
|
+
|
|
33
|
+
--_lumo-vaadin-select-item-inject: 1;
|
|
34
|
+
--_lumo-vaadin-select-item-inject-modules: lumo_components_item;
|
|
35
|
+
|
|
36
|
+
--_lumo-vaadin-select-overlay-inject: 1;
|
|
37
|
+
--_lumo-vaadin-select-overlay-inject-modules:
|
|
38
|
+
lumo_mixins_overlay,
|
|
39
|
+
lumo_mixins_menu-overlay-core,
|
|
40
|
+
lumo_mixins_menu-overlay-ext,
|
|
41
|
+
lumo_components_select-overlay;
|
|
42
|
+
|
|
43
|
+
--_lumo-vaadin-select-list-box-inject: 1;
|
|
44
|
+
--_lumo-vaadin-select-list-box-inject-modules: lumo_components_list-box;
|
|
45
|
+
|
|
46
|
+
--_lumo-vaadin-select-value-button-inject: 1;
|
|
47
|
+
--_lumo-vaadin-select-value-button-inject-modules: lumo_components_select-value-button;
|
|
48
|
+
}
|
|
@@ -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/mixins/field-button.css';
|
|
7
|
+
@import '../src/components/side-nav-item.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-side-nav-item-inject: 1;
|
|
11
|
+
--_lumo-vaadin-side-nav-item-inject-modules:
|
|
12
|
+
lumo_mixins_field-button,
|
|
13
|
+
lumo_components_side-nav-item;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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/side-nav.css';
|
|
7
|
+
@import './side-nav-item.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-side-nav-inject: 1;
|
|
11
|
+
--_lumo-vaadin-side-nav-inject-modules: lumo_components_side-nav;
|
|
12
|
+
}
|
|
@@ -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/split-layout.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-split-layout-inject: 1;
|
|
10
|
+
--_lumo-vaadin-split-layout-inject-modules: lumo_components_split-layout;
|
|
11
|
+
}
|
|
@@ -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/tab.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-tab-inject: 1;
|
|
10
|
+
--_lumo-vaadin-tab-inject-modules: lumo_components_tab;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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/tabs.css';
|
|
7
|
+
@import './tab.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-tabs-inject: 1;
|
|
11
|
+
--_lumo-vaadin-tabs-inject-modules: lumo_components_tabs;
|
|
12
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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/loader.css';
|
|
7
|
+
@import '../src/components/tabsheet.css';
|
|
8
|
+
@import './scroller.css';
|
|
9
|
+
@import './tabs.css';
|
|
10
|
+
|
|
11
|
+
:is(:root, :host)::before {
|
|
12
|
+
--_lumo-vaadin-tabsheet-inject: 1;
|
|
13
|
+
--_lumo-vaadin-tabsheet-inject-modules:
|
|
14
|
+
lumo_mixins_loader,
|
|
15
|
+
lumo_components_tabsheet;
|
|
16
|
+
|
|
17
|
+
--_lumo-vaadin-tabsheet-scroller-inject: 1;
|
|
18
|
+
--_lumo-vaadin-tabsheet-scroller-inject-modules: lumo_components_scroller;
|
|
19
|
+
}
|
|
@@ -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/text-area.css';
|
|
13
|
+
@import './input-container.css';
|
|
14
|
+
|
|
15
|
+
:is(:root, :host)::before {
|
|
16
|
+
--_lumo-vaadin-text-area-inject: 1;
|
|
17
|
+
--_lumo-vaadin-text-area-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_text-area;
|
|
25
|
+
}
|
|
@@ -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-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 './input-container.css';
|
|
13
|
+
|
|
14
|
+
:is(:root, :host)::before {
|
|
15
|
+
--_lumo-vaadin-text-field-inject: 1;
|
|
16
|
+
--_lumo-vaadin-text-field-inject-modules:
|
|
17
|
+
lumo_mixins_field-label,
|
|
18
|
+
lumo_mixins_field-required,
|
|
19
|
+
lumo_mixins_field-error-message,
|
|
20
|
+
lumo_mixins_field-button,
|
|
21
|
+
lumo_mixins_field-helper,
|
|
22
|
+
lumo_mixins_field-base;
|
|
23
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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-overlay.css';
|
|
7
|
+
@import '../src/mixins/field-base.css';
|
|
8
|
+
@import '../src/mixins/field-button.css';
|
|
9
|
+
@import '../src/mixins/field-error-message.css';
|
|
10
|
+
@import '../src/mixins/field-helper.css';
|
|
11
|
+
@import '../src/mixins/field-label.css';
|
|
12
|
+
@import '../src/mixins/field-required.css';
|
|
13
|
+
@import '../src/mixins/menu-overlay-core.css';
|
|
14
|
+
@import '../src/mixins/overlay.css';
|
|
15
|
+
@import '../src/components/combo-box-item.css';
|
|
16
|
+
@import '../src/components/item.css';
|
|
17
|
+
@import '../src/components/time-picker-overlay.css';
|
|
18
|
+
@import '../src/components/time-picker.css';
|
|
19
|
+
@import './input-container.css';
|
|
20
|
+
|
|
21
|
+
:is(:root, :host)::before {
|
|
22
|
+
--_lumo-vaadin-time-picker-inject: 1;
|
|
23
|
+
--_lumo-vaadin-time-picker-inject-modules:
|
|
24
|
+
lumo_mixins_field-label,
|
|
25
|
+
lumo_mixins_field-required,
|
|
26
|
+
lumo_mixins_field-error-message,
|
|
27
|
+
lumo_mixins_field-button,
|
|
28
|
+
lumo_mixins_field-helper,
|
|
29
|
+
lumo_mixins_field-base,
|
|
30
|
+
lumo_components_time-picker;
|
|
31
|
+
|
|
32
|
+
--_lumo-vaadin-time-picker-item-inject: 1;
|
|
33
|
+
--_lumo-vaadin-time-picker-item-inject-modules:
|
|
34
|
+
lumo_components_item,
|
|
35
|
+
lumo_components_combo-box-item;
|
|
36
|
+
|
|
37
|
+
--_lumo-vaadin-time-picker-overlay-inject: 1;
|
|
38
|
+
--_lumo-vaadin-time-picker-overlay-inject-modules:
|
|
39
|
+
lumo_mixins_overlay,
|
|
40
|
+
lumo_mixins_menu-overlay-core,
|
|
41
|
+
lumo_mixins_combo-box-overlay,
|
|
42
|
+
lumo_components_time-picker-overlay;
|
|
43
|
+
}
|
|
@@ -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/overlay.css';
|
|
7
|
+
@import '../src/components/tooltip-overlay.css';
|
|
8
|
+
|
|
9
|
+
:is(:root, :host)::before {
|
|
10
|
+
--_lumo-vaadin-tooltip-overlay-inject: 1;
|
|
11
|
+
--_lumo-vaadin-tooltip-overlay-inject-modules:
|
|
12
|
+
lumo_mixins_overlay,
|
|
13
|
+
lumo_components_tooltip-overlay;
|
|
14
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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/field-button.css';
|
|
7
|
+
@import '../src/components/upload-file.css';
|
|
8
|
+
@import '../src/components/upload-icon.css';
|
|
9
|
+
@import '../src/components/upload.css';
|
|
10
|
+
@import './button.css';
|
|
11
|
+
@import './progress-bar.css';
|
|
12
|
+
|
|
13
|
+
:is(:root, :host)::before {
|
|
14
|
+
--_lumo-vaadin-upload-inject: 1;
|
|
15
|
+
--_lumo-vaadin-upload-inject-modules: lumo_components_upload;
|
|
16
|
+
|
|
17
|
+
--_lumo-vaadin-upload-icon-inject: 1;
|
|
18
|
+
--_lumo-vaadin-upload-icon-inject-modules: lumo_components_upload-icon;
|
|
19
|
+
|
|
20
|
+
--_lumo-vaadin-upload-file-inject: 1;
|
|
21
|
+
--_lumo-vaadin-upload-file-inject-modules:
|
|
22
|
+
lumo_mixins_field-button,
|
|
23
|
+
lumo_components_upload-file;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
:where(:root, :host) {
|
|
27
|
+
--vaadin-upload-gap: 0;
|
|
28
|
+
--vaadin-upload-file-list-divider-color: var(
|
|
29
|
+
--lumo-contrast-10pct
|
|
30
|
+
);
|
|
31
|
+
}
|
|
@@ -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/vertical-layout.css';
|
|
7
|
+
|
|
8
|
+
:is(:root, :host)::before {
|
|
9
|
+
--_lumo-vaadin-vertical-layout-inject: 1;
|
|
10
|
+
--_lumo-vaadin-vertical-layout-inject-modules: lumo_components_vertical-layout;
|
|
11
|
+
}
|