@odoo/o-spreadsheet 19.3.6 → 19.3.10

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.3.6
6
- * @date 2026-06-06T06:24:24.503Z
7
- * @hash 0fe939b
5
+ * @version 19.3.10
6
+ * @date 2026-07-01T05:04:44.638Z
7
+ * @hash 040ae04
8
8
  */
9
9
  :root {
10
10
  --os-gray-100: light-dark(#f9fafb, #1b1d26);
@@ -2227,6 +2227,7 @@
2227
2227
  right: var(--os-scrollbar-width);
2228
2228
  height: var(--os-header-height);
2229
2229
  width: calc(100% - var(--os-header-width) + var(--os-scrollbar-width));
2230
+ color-scheme: light;
2230
2231
  &.o-dragging {
2231
2232
  cursor: grabbing;
2232
2233
  }
@@ -2262,9 +2263,12 @@
2262
2263
  height: 10000px;
2263
2264
  background-color: var(--os-selection-border-color);
2264
2265
  }
2265
- .o-unhide:hover {
2266
- z-index: calc(var(--os-components-importance-grid) + 1);
2267
- background-color: var(--os-gray-400);
2266
+ .o-unhide {
2267
+ color: var(--os-text-body);
2268
+ &:hover {
2269
+ z-index: calc(var(--os-components-importance-grid) + 1);
2270
+ background-color: var(--os-gray-400);
2271
+ }
2268
2272
  }
2269
2273
  }
2270
2274
 
@@ -2274,6 +2278,7 @@
2274
2278
  left: 0;
2275
2279
  bottom: var(--os-scrollbar-width);
2276
2280
  width: var(--os-header-width);
2281
+ color-scheme: light;
2277
2282
  &.o-dragging {
2278
2283
  cursor: grabbing;
2279
2284
  }
@@ -2309,9 +2314,12 @@
2309
2314
  height: 1px;
2310
2315
  background-color: var(--os-selection-border-color);
2311
2316
  }
2312
- .o-unhide:hover {
2313
- z-index: calc(var(--os-components-importance-grid) + 1);
2314
- background-color: var(--os-gray-400);
2317
+ .o-unhide {
2318
+ color: var(--os-text-body);
2319
+ &:hover {
2320
+ z-index: calc(var(--os-components-importance-grid) + 1);
2321
+ background-color: var(--os-gray-400);
2322
+ }
2315
2323
  }
2316
2324
  }
2317
2325
 
@@ -3485,8 +3493,8 @@
3485
3493
 
3486
3494
  .o-autofill-nextvalue {
3487
3495
  position: absolute;
3488
- background-color: #ffffff;
3489
- border: 1px solid black;
3496
+ background-color: var(--os-white);
3497
+ border: 1px solid var(--os-black);
3490
3498
  padding: 5px;
3491
3499
  font-size: 12px;
3492
3500
  pointer-events: none;