@odoo/o-spreadsheet 19.1.4 → 19.1.19

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.
@@ -2,9 +2,9 @@
2
2
  /*
3
3
  * This file is generated by o-spreadsheet build tools. Do not edit it.
4
4
  * @see https://github.com/odoo/o-spreadsheet
5
- * @version 19.1.4
6
- * @date 2026-01-21T11:08:12.696Z
7
- * @hash ceae12a
5
+ * @version 19.1.19
6
+ * @date 2026-05-12T12:20:43.807Z
7
+ * @hash aea4a8c
8
8
  */
9
9
  :root {
10
10
  --os-gray-100: light-dark(#f9fafb, #1b1d26);
@@ -45,7 +45,7 @@
45
45
  --os-composer-placeholder-color: light-dark(#bdbdbd, #757a89);
46
46
  --os-composer-assistant-color: #9b359b; /* COMPOSER_ASSISTANT_COLOR */
47
47
  --os-composer-assistant-background: light-dark(#f2f2f2, var(--os-gray-200));
48
- --os-composer-highlight-flag-color: #e6edf3;
48
+ --os-composer-highlight-flag-color: light-dark(var(--os-gray-200), var(--os-gray-400));
49
49
  --os-composer-selector-flag-color: #a9a9a9;
50
50
 
51
51
  --os-selection-border-color: #3266ca; /* SELECTION_BORDER_COLOR */
@@ -55,7 +55,6 @@
55
55
  --os-background-gray-color-hover: light-dark(rgba(0, 0, 0, 0.08), #ffffff40);
56
56
  --os-frozen-pane-header-border-color: #bcbcbc; /* FROZEN_PANE_HEADER_BORDER_COLOR */
57
57
  --os-grid-border-color: light-dark(#e2e3e3, var(--os-gray-200));
58
- --os-separator-color: var(--os-gray-300);
59
58
  --os-green-arrow-color: #6aa84f; /* Same color as CF arrow icon */
60
59
  --os-red-arrow-color: #e06666; /* Same color as CF arrow icon */
61
60
  --os-active-sheet-bg: light-dark(#ffffff, var(--os-gray-300));
@@ -515,7 +514,6 @@
515
514
 
516
515
  .o-grid-container {
517
516
  display: grid;
518
- background-color: var(--os-header-grouping-background-color);
519
517
 
520
518
  .o-top-left {
521
519
  border: 1px solid var(--os-grid-border-color);
@@ -1499,13 +1497,13 @@
1499
1497
  .o-popover .o-chart-select-popover {
1500
1498
  .o-chart-type-item {
1501
1499
  cursor: pointer;
1502
- padding: 3px 6px;
1500
+ padding: 2px 5px;
1503
1501
  margin: 1px 2px;
1502
+ border: 1px solid transparent;
1504
1503
  &.selected,
1505
1504
  &:hover {
1506
- border: 1px solid var(--os-action-color);
1505
+ border-color: var(--os-action-color);
1507
1506
  background: var(--os-badge-selected-color);
1508
- padding: 2px 5px;
1509
1507
  }
1510
1508
  .o-chart-preview {
1511
1509
  width: 48px;
@@ -1780,11 +1778,6 @@
1780
1778
  background-color: var(--os-button-active-bg);
1781
1779
  color: var(--os-button-active-text-color);
1782
1780
  }
1783
- .o-menu-item-icon {
1784
- .o-icon {
1785
- color: var(--os-icons-color);
1786
- }
1787
- }
1788
1781
  .o-menu-item-description {
1789
1782
  color: grey;
1790
1783
  }