@vaadin/vaadin-lumo-styles 25.0.1 → 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
@@ -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_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_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_login-form-wrapper {
@@ -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_login-overlay-wrapper {
@@ -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_map {
@@ -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_menu-bar-button {
@@ -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_menu-bar-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_menu-bar-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_menu-bar {
@@ -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_message-input {
@@ -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_message {
@@ -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_multi-select-combo-box-chip {
@@ -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_multi-select-combo-box-container {
@@ -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_multi-select-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_multi-select-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_multi-select-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_notification-card {
@@ -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_notification-container {
@@ -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_number-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_password-field-button {
@@ -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_password-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_popover-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_progress-bar {
@@ -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_radio-button {
@@ -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_radio-group {
@@ -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_rich-text-editor-popup-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_rich-text-editor {
@@ -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_scroller {
@@ -13,9 +13,4 @@
13
13
  outline: none;
14
14
  box-shadow: 0 0 0 var(--_focus-ring-width) var(--_focus-ring-color);
15
15
  }
16
-
17
- :host([theme*='overflow-indicator'])::before,
18
- :host([theme*='overflow-indicator'])::after {
19
- background: var(--lumo-contrast-10pct);
20
- }
21
16
  }
@@ -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_select-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_select-value-button {
@@ -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_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_side-nav-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_side-nav {
@@ -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_split-layout {
@@ -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_tab {
@@ -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_tabs {
@@ -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_tabsheet {
@@ -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_text-area {
@@ -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_time-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_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
 
@@ -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_upload-file {
@@ -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_upload-icon {
@@ -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_upload {
@@ -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_user-tag {
@@ -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_user-tags-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_vertical-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
  [theme~='badge'] {
@@ -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
  :where(:root),
@@ -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 './badge.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
  :where(body),
@@ -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_mixins_checkable-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_mixins_combo-box-loader {
@@ -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_mixins_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
 
@@ -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_mixins_field-base {
@@ -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_mixins_field-button {
@@ -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_mixins_field-error-message {
@@ -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_mixins_field-helper {
@@ -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_mixins_field-label {
@@ -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_mixins_field-required {
@@ -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_mixins_grid-pro-editor {
@@ -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_mixins_group-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_mixins_loader {
@@ -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_mixins_menu-overlay-core {
@@ -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_mixins_menu-overlay-ext {
@@ -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_mixins_overlay {