@odoo/o-spreadsheet 19.2.0-alpha.4 → 19.2.11

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.2.0-alpha.4
6
- * @date 2026-01-21T11:09:21.385Z
7
- * @hash fa080c2
5
+ * @version 19.2.11
6
+ * @date 2026-05-11T13:51:07.978Z
7
+ * @hash 7fa6ba6
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));
@@ -470,7 +469,7 @@
470
469
  .border-end {
471
470
  border-right: 1px solid var(--os-border-color) !important;
472
471
  }
473
-
472
+ touch-action: pan-y;
474
473
  color: var(--os-text-body);
475
474
 
476
475
  .bg-white {
@@ -544,7 +543,6 @@
544
543
 
545
544
  .o-grid-container {
546
545
  display: grid;
547
- background-color: var(--os-header-grouping-background-color);
548
546
 
549
547
  .o-top-left {
550
548
  border: 1px solid var(--os-grid-border-color);
@@ -1542,13 +1540,13 @@
1542
1540
  .o-popover .o-chart-select-popover {
1543
1541
  .o-chart-type-item {
1544
1542
  cursor: pointer;
1545
- padding: 3px 6px;
1543
+ padding: 2px 5px;
1546
1544
  margin: 1px 2px;
1545
+ border: 1px solid transparent;
1547
1546
  &.selected,
1548
1547
  &:hover {
1549
- border: 1px solid var(--os-action-color);
1548
+ border-color: var(--os-action-color);
1550
1549
  background: var(--os-badge-selected-color);
1551
- padding: 2px 5px;
1552
1550
  }
1553
1551
  .o-chart-preview {
1554
1552
  width: 48px;
@@ -1845,11 +1843,6 @@
1845
1843
  background-color: var(--os-button-active-bg);
1846
1844
  color: var(--os-button-active-text-color);
1847
1845
  }
1848
- .o-menu-item-icon {
1849
- .o-icon {
1850
- color: var(--os-icons-color);
1851
- }
1852
- }
1853
1846
  .o-menu-item-description {
1854
1847
  color: grey;
1855
1848
  }
@@ -2643,17 +2636,14 @@
2643
2636
  /* Originates from src/components/dashboard/clickable_cell_sort_icon/clickable_cell_sort_icon.css */
2644
2637
  .o-spreadsheet {
2645
2638
  .sorting-icon {
2646
- margin: 1px;
2647
-
2648
- .fa-sort-desc {
2649
- transform: translateY(-2px);
2650
- }
2651
- .fa-sort-asc {
2652
- transform: translateY(4px);
2639
+ margin-right: 1px;
2640
+ .o-icon {
2641
+ width: 100%;
2642
+ height: 100%;
2653
2643
  }
2654
2644
  }
2655
2645
 
2656
- div:not(:hover) > .sorting-icon:has(> .fa-sort) {
2646
+ div:not(:hover) > .sorting-icon:has(> .o-icon) {
2657
2647
  display: none;
2658
2648
  }
2659
2649
  }