@vaadin/vaadin-lumo-styles 25.0.0 → 25.0.2

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.
Files changed (232) hide show
  1. package/all-imports.js +1 -1
  2. package/components/accordion-heading.css +1 -1
  3. package/components/accordion-panel.css +1 -1
  4. package/components/accordion.css +1 -1
  5. package/components/app-layout.css +1 -1
  6. package/components/avatar-group.css +1 -1
  7. package/components/avatar.css +1 -1
  8. package/components/button.css +1 -1
  9. package/components/card.css +1 -1
  10. package/components/charts.css +1 -1
  11. package/components/checkbox-group.css +1 -1
  12. package/components/checkbox.css +1 -1
  13. package/components/combo-box.css +1 -1
  14. package/components/confirm-dialog.css +1 -1
  15. package/components/context-menu.css +1 -1
  16. package/components/crud.css +1 -1
  17. package/components/custom-field.css +1 -1
  18. package/components/dashboard.css +1 -1
  19. package/components/date-picker.css +1 -1
  20. package/components/date-time-picker.css +1 -1
  21. package/components/details-summary.css +1 -1
  22. package/components/details.css +1 -1
  23. package/components/dialog.css +1 -1
  24. package/components/drawer-toggle.css +1 -1
  25. package/components/email-field.css +1 -1
  26. package/components/field-highlighter.css +1 -1
  27. package/components/form-item.css +1 -1
  28. package/components/form-layout.css +1 -1
  29. package/components/grid-filter-column.css +1 -1
  30. package/components/grid-filter.css +1 -1
  31. package/components/grid-pro-edit-column.css +1 -1
  32. package/components/grid-pro.css +1 -1
  33. package/components/grid-selection-column.css +1 -1
  34. package/components/grid-sort-column.css +1 -1
  35. package/components/grid-sorter.css +1 -1
  36. package/components/grid-tree-column.css +1 -1
  37. package/components/grid-tree-toggle.css +1 -1
  38. package/components/grid.css +1 -1
  39. package/components/horizontal-layout.css +1 -1
  40. package/components/icon.css +1 -1
  41. package/components/index.css +1 -1
  42. package/components/input-container.css +1 -1
  43. package/components/integer-field.css +1 -1
  44. package/components/item.css +1 -1
  45. package/components/list-box.css +1 -1
  46. package/components/login-form.css +1 -1
  47. package/components/login.css +1 -1
  48. package/components/map.css +1 -1
  49. package/components/master-detail-layout.css +1 -1
  50. package/components/menu-bar.css +1 -1
  51. package/components/message-input-button.css +1 -1
  52. package/components/message-input.css +1 -1
  53. package/components/message-list.css +1 -1
  54. package/components/message.css +1 -1
  55. package/components/multi-select-combo-box.css +1 -1
  56. package/components/notification.css +1 -1
  57. package/components/number-field.css +1 -1
  58. package/components/overlay.css +1 -1
  59. package/components/password-field.css +1 -1
  60. package/components/popover.css +1 -1
  61. package/components/progress-bar.css +1 -1
  62. package/components/radio-button.css +1 -1
  63. package/components/radio-group.css +1 -1
  64. package/components/rich-text-editor.css +1 -1
  65. package/components/scroller.css +1 -1
  66. package/components/select.css +1 -1
  67. package/components/side-nav-item.css +1 -1
  68. package/components/side-nav.css +1 -1
  69. package/components/split-layout.css +1 -1
  70. package/components/tab.css +1 -1
  71. package/components/tabs.css +1 -1
  72. package/components/tabsheet.css +1 -1
  73. package/components/text-area.css +1 -1
  74. package/components/text-field.css +1 -1
  75. package/components/time-picker.css +1 -1
  76. package/components/tooltip.css +1 -1
  77. package/components/upload.css +1 -1
  78. package/components/vertical-layout.css +1 -1
  79. package/dist/lumo.css +3 -3
  80. package/icons.js +1 -1
  81. package/lumo.css +1 -1
  82. package/mixins/field-button.js +1 -1
  83. package/mixins/helper.d.ts +1 -1
  84. package/mixins/helper.js +1 -1
  85. package/mixins/input-field-shared.d.ts +1 -1
  86. package/mixins/input-field-shared.js +1 -1
  87. package/mixins/loader.js +1 -1
  88. package/mixins/menu-overlay.js +1 -1
  89. package/mixins/overlay.js +1 -1
  90. package/mixins/required-field.js +1 -1
  91. package/package.json +6 -14
  92. package/presets/compact.css +1 -1
  93. package/src/components/accordion-heading.css +1 -1
  94. package/src/components/accordion-panel.css +1 -1
  95. package/src/components/app-layout.css +1 -1
  96. package/src/components/avatar-group-menu-item.css +1 -1
  97. package/src/components/avatar-group-overlay.css +1 -1
  98. package/src/components/avatar-group.css +1 -1
  99. package/src/components/avatar.css +1 -1
  100. package/src/components/button.css +1 -1
  101. package/src/components/card.css +1 -1
  102. package/src/components/chart.css +1 -1
  103. package/src/components/checkbox-group.css +1 -1
  104. package/src/components/checkbox.css +1 -1
  105. package/src/components/combo-box-item.css +1 -1
  106. package/src/components/combo-box-overlay.css +1 -1
  107. package/src/components/combo-box.css +1 -1
  108. package/src/components/confirm-dialog-overlay.css +1 -1
  109. package/src/components/context-menu-item.css +1 -1
  110. package/src/components/context-menu-list-box.css +1 -1
  111. package/src/components/context-menu-overlay.css +1 -1
  112. package/src/components/crud-dialog-overlay.css +1 -1
  113. package/src/components/crud-edit.css +1 -1
  114. package/src/components/crud.css +1 -1
  115. package/src/components/custom-field.css +1 -1
  116. package/src/components/dashboard-layout.css +1 -1
  117. package/src/components/dashboard-section.css +1 -1
  118. package/src/components/dashboard-widget.css +1 -1
  119. package/src/components/dashboard.css +1 -1
  120. package/src/components/date-picker-month-calendar.css +1 -1
  121. package/src/components/date-picker-overlay-content.css +1 -1
  122. package/src/components/date-picker-overlay.css +1 -1
  123. package/src/components/date-picker-year.css +1 -1
  124. package/src/components/date-picker.css +1 -1
  125. package/src/components/date-time-picker.css +1 -1
  126. package/src/components/details-summary.css +1 -1
  127. package/src/components/details.css +1 -1
  128. package/src/components/dialog-overlay.css +1 -1
  129. package/src/components/drawer-toggle.css +1 -1
  130. package/src/components/email-field.css +1 -1
  131. package/src/components/field-outline.css +1 -1
  132. package/src/components/form-item.css +1 -1
  133. package/src/components/grid-filter.css +1 -1
  134. package/src/components/grid-pro-edit-select.css +1 -1
  135. package/src/components/grid-pro.css +1 -1
  136. package/src/components/grid-sorter-icons.css +1 -1
  137. package/src/components/grid-sorter.css +1 -1
  138. package/src/components/grid-tree-toggle.css +1 -1
  139. package/src/components/grid.css +2 -2
  140. package/src/components/horizontal-layout.css +1 -1
  141. package/src/components/icon.css +1 -1
  142. package/src/components/input-container.css +1 -1
  143. package/src/components/item.css +1 -1
  144. package/src/components/list-box.css +1 -1
  145. package/src/components/login-form-wrapper.css +1 -1
  146. package/src/components/login-overlay-wrapper.css +1 -1
  147. package/src/components/map.css +1 -1
  148. package/src/components/menu-bar-button.css +1 -1
  149. package/src/components/menu-bar-item.css +1 -1
  150. package/src/components/menu-bar-overlay.css +1 -1
  151. package/src/components/menu-bar.css +1 -1
  152. package/src/components/message-input.css +1 -1
  153. package/src/components/message.css +1 -1
  154. package/src/components/multi-select-combo-box-chip.css +1 -1
  155. package/src/components/multi-select-combo-box-container.css +1 -1
  156. package/src/components/multi-select-combo-box-item.css +1 -1
  157. package/src/components/multi-select-combo-box-overlay.css +1 -1
  158. package/src/components/multi-select-combo-box.css +1 -1
  159. package/src/components/notification-card.css +1 -1
  160. package/src/components/notification-container.css +1 -1
  161. package/src/components/number-field.css +1 -1
  162. package/src/components/password-field-button.css +1 -1
  163. package/src/components/password-field.css +1 -1
  164. package/src/components/popover-overlay.css +1 -1
  165. package/src/components/progress-bar.css +1 -1
  166. package/src/components/radio-button.css +1 -1
  167. package/src/components/radio-group.css +1 -1
  168. package/src/components/rich-text-editor-popup-overlay.css +1 -1
  169. package/src/components/rich-text-editor.css +1 -1
  170. package/src/components/scroller.css +1 -6
  171. package/src/components/select-overlay.css +1 -1
  172. package/src/components/select-value-button.css +1 -1
  173. package/src/components/select.css +1 -1
  174. package/src/components/side-nav-item.css +1 -1
  175. package/src/components/side-nav.css +1 -1
  176. package/src/components/split-layout.css +1 -1
  177. package/src/components/tab.css +1 -1
  178. package/src/components/tabs.css +1 -1
  179. package/src/components/tabsheet.css +1 -1
  180. package/src/components/text-area.css +1 -1
  181. package/src/components/time-picker-overlay.css +1 -1
  182. package/src/components/time-picker.css +1 -1
  183. package/src/components/tooltip-overlay.css +1 -1
  184. package/src/components/upload-file.css +1 -1
  185. package/src/components/upload-icon.css +1 -1
  186. package/src/components/upload.css +1 -1
  187. package/src/components/user-tag.css +1 -1
  188. package/src/components/user-tags-overlay.css +1 -1
  189. package/src/components/vertical-layout.css +1 -1
  190. package/src/global/badge.css +1 -1
  191. package/src/global/color-scheme.css +1 -1
  192. package/src/global/index.css +1 -1
  193. package/src/global/typography.css +1 -1
  194. package/src/mixins/checkable-field.css +1 -1
  195. package/src/mixins/combo-box-loader.css +1 -1
  196. package/src/mixins/combo-box-overlay.css +1 -1
  197. package/src/mixins/dashboard-item.css +1 -1
  198. package/src/mixins/field-base.css +1 -1
  199. package/src/mixins/field-button.css +1 -1
  200. package/src/mixins/field-error-message.css +1 -1
  201. package/src/mixins/field-helper.css +1 -1
  202. package/src/mixins/field-label.css +1 -1
  203. package/src/mixins/field-required.css +1 -1
  204. package/src/mixins/grid-pro-editor.css +1 -1
  205. package/src/mixins/group-field.css +1 -1
  206. package/src/mixins/loader.css +1 -1
  207. package/src/mixins/menu-overlay-core.css +1 -1
  208. package/src/mixins/menu-overlay-ext.css +1 -1
  209. package/src/mixins/overlay.css +1 -1
  210. package/src/mixins/resizable-overlay.css +1 -1
  211. package/src/props/color.css +1 -1
  212. package/src/props/icons.css +1 -1
  213. package/src/props/index.css +1 -1
  214. package/src/props/reset.css +8 -4
  215. package/src/props/sizing.css +1 -1
  216. package/src/props/spacing.css +1 -1
  217. package/src/props/style.css +1 -1
  218. package/src/props/typography.css +1 -1
  219. package/src/utilities/accessibility.css +1 -1
  220. package/src/utilities/background.css +1 -1
  221. package/src/utilities/border.css +1 -1
  222. package/src/utilities/filter.css +1 -1
  223. package/src/utilities/flexbox-grid.css +1 -1
  224. package/src/utilities/layout.css +1 -1
  225. package/src/utilities/shadows.css +1 -1
  226. package/src/utilities/sizing.css +1 -1
  227. package/src/utilities/spacing.css +1 -1
  228. package/src/utilities/transition.css +1 -1
  229. package/src/utilities/typography.css +1 -1
  230. package/utility.css +1 -1
  231. package/vaadin-iconset.js +1 -1
  232. package/version.js +1 -1
package/icons.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/icon/vaadin-icon.js';
package/lumo.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @import './src/props/index.css';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { issueWarning } from '@vaadin/component-base/src/warnings.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { CSSResult } from 'lit';
package/mixins/helper.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { issueWarning } from '@vaadin/component-base/src/warnings.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import type { CSSResult } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { issueWarning } from '@vaadin/component-base/src/warnings.js';
package/mixins/loader.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2022 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2022 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { issueWarning } from '@vaadin/component-base/src/warnings.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { issueWarning } from '@vaadin/component-base/src/warnings.js';
package/mixins/overlay.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { issueWarning } from '@vaadin/component-base/src/warnings.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { issueWarning } from '@vaadin/component-base/src/warnings.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-lumo-styles",
3
- "version": "25.0.0",
3
+ "version": "25.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -20,14 +20,12 @@
20
20
  "module": "all-imports.js",
21
21
  "type": "module",
22
22
  "scripts": {
23
- "build": "postcss ./{lumo,utility}.css --dir dist && postcss ./presets/**.css --dir dist/presets",
24
- "icons": "gulp icons"
23
+ "build": "postcss ./{lumo,utility}.css --dir dist && postcss ./presets/**.css --dir dist/presets"
25
24
  },
26
25
  "files": [
27
26
  "*.css",
28
27
  "*.d.ts",
29
28
  "*.js",
30
- "!gulpfile.js",
31
29
  "!postcss.config.js",
32
30
  "components/*.css",
33
31
  "dist",
@@ -44,21 +42,15 @@
44
42
  "web-component"
45
43
  ],
46
44
  "dependencies": {
47
- "@vaadin/component-base": "~25.0.0",
48
- "@vaadin/icon": "~25.0.0",
49
- "@vaadin/vaadin-themable-mixin": "~25.0.0"
45
+ "@vaadin/component-base": "~25.0.2",
46
+ "@vaadin/icon": "~25.0.2",
47
+ "@vaadin/vaadin-themable-mixin": "~25.0.2"
50
48
  },
51
49
  "devDependencies": {
52
50
  "cssnano": "^7.1.1",
53
- "gulp": "^5.0.1",
54
- "gulp-cli": "^3.1.0",
55
- "gulp-iconfont": "^12.0.0",
56
- "gulp-plugin-extras": "^1.0.0",
57
- "imagemin": "^9.0.0",
58
- "imagemin-svgo": "^10.0.1",
59
51
  "postcss": "^8.1.0",
60
52
  "postcss-cli": "^11.0.1",
61
53
  "postcss-import": "^16.1.1"
62
54
  },
63
- "gitHead": "c979f7ca278b6412095176ada230eb07eb4456bf"
55
+ "gitHead": "d17c1f8b7c6f3f991cafd9dbdbe5759caa57afcd"
64
56
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_accordion-heading {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_accordion-panel {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_app-layout {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_avatar-group-menu-item {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_avatar-group-overlay {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_avatar-group {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_avatar {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_button {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_card {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_chart {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_checkbox-group {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_checkbox {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_combo-box-item {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_combo-box-overlay {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_combo-box {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_confirm-dialog-overlay {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_context-menu-item {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_context-menu-list-box {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_context-menu-overlay {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_crud-dialog-overlay {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_crud-edit {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_crud {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_custom-field {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_dashboard-layout {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_dashboard-section {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_dashboard-widget {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_dashboard {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_date-picker-month-calendar {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_date-picker-overlay-content {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_date-picker-overlay {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_date-picker-year {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_date-picker {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_date-time-picker {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_details-summary {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_details {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_dialog-overlay {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_drawer-toggle {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_field-outline {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_form-item {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_grid-filter {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_grid-pro-edit-select {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_grid-pro {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @font-face {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_grid-sorter {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_grid-tree-toggle {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2000 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_grid {
@@ -190,7 +190,7 @@
190
190
  width: 100%;
191
191
  box-sizing: border-box;
192
192
  overflow: hidden;
193
- text-overflow: ellipsis;
193
+ text-overflow: var(--vaadin-grid-cell-text-overflow, ellipsis);
194
194
  cursor: inherit;
195
195
  padding: var(--_cell-padding);
196
196
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_horizontal-layout {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_icon {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3
+ * Copyright (c) 2017 - 2026 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  @media lumo_components_input-container {