@odoo/o-spreadsheet 19.2.15 → 19.2.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.2.15
6
- * @date 2026-06-06T06:23:16.378Z
7
- * @hash d29528e
5
+ * @version 19.2.19
6
+ * @date 2026-07-01T05:04:30.157Z
7
+ * @hash 3529978
8
8
  */
9
9
  :root {
10
10
  --os-gray-100: light-dark(#f9fafb, #1b1d26);
@@ -2066,6 +2066,7 @@
2066
2066
  right: var(--os-scrollbar-width);
2067
2067
  height: var(--os-header-height);
2068
2068
  width: calc(100% - var(--os-header-width) + var(--os-scrollbar-width));
2069
+ color-scheme: light;
2069
2070
  &.o-dragging {
2070
2071
  cursor: grabbing;
2071
2072
  }
@@ -2101,9 +2102,12 @@
2101
2102
  height: 10000px;
2102
2103
  background-color: var(--os-selection-border-color);
2103
2104
  }
2104
- .o-unhide:hover {
2105
- z-index: calc(var(--os-components-importance-grid) + 1);
2106
- background-color: var(--os-gray-400);
2105
+ .o-unhide {
2106
+ color: var(--os-text-body);
2107
+ &:hover {
2108
+ z-index: calc(var(--os-components-importance-grid) + 1);
2109
+ background-color: var(--os-gray-400);
2110
+ }
2107
2111
  }
2108
2112
  }
2109
2113
 
@@ -2113,6 +2117,7 @@
2113
2117
  left: 0;
2114
2118
  bottom: var(--os-scrollbar-width);
2115
2119
  width: var(--os-header-width);
2120
+ color-scheme: light;
2116
2121
  &.o-dragging {
2117
2122
  cursor: grabbing;
2118
2123
  }
@@ -2148,9 +2153,12 @@
2148
2153
  height: 1px;
2149
2154
  background-color: var(--os-selection-border-color);
2150
2155
  }
2151
- .o-unhide:hover {
2152
- z-index: calc(var(--os-components-importance-grid) + 1);
2153
- background-color: var(--os-gray-400);
2156
+ .o-unhide {
2157
+ color: var(--os-text-body);
2158
+ &:hover {
2159
+ z-index: calc(var(--os-components-importance-grid) + 1);
2160
+ background-color: var(--os-gray-400);
2161
+ }
2154
2162
  }
2155
2163
  }
2156
2164
 
@@ -3314,8 +3322,8 @@
3314
3322
 
3315
3323
  .o-autofill-nextvalue {
3316
3324
  position: absolute;
3317
- background-color: #ffffff;
3318
- border: 1px solid black;
3325
+ background-color: var(--os-white);
3326
+ border: 1px solid var(--os-black);
3319
3327
  padding: 5px;
3320
3328
  font-size: 12px;
3321
3329
  pointer-events: none;