@odoo/o-spreadsheet 19.5.0-alpha.0 → 19.5.0-alpha.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.
@@ -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.5.0-alpha.0
6
- * @date 2026-06-29T09:01:28.197Z
7
- * @hash 2437c0b
5
+ * @version 19.5.0-alpha.2
6
+ * @date 2026-07-13T06:26:22.099Z
7
+ * @hash a4d2f90
8
8
  */
9
9
  :root {
10
10
  --os-gray-100: light-dark(#f9fafb, #1b1d26);
@@ -1331,12 +1331,29 @@
1331
1331
  background-color: var(--os-alert-danger-bg);
1332
1332
  }
1333
1333
  .error-icon {
1334
- right: 7px;
1335
- top: 7px;
1334
+ right: 8px;
1335
+ top: 0;
1336
+ bottom: 0;
1337
+ pointer-events: none;
1336
1338
  }
1337
1339
  }
1338
1340
  }
1339
1341
 
1342
+ /* Originates from src/components/side_panel/criterion_form/calendar_button/calendar_button.css */
1343
+ .o-spreadsheet {
1344
+ .o-calendar-button {
1345
+ position: relative;
1346
+ display: inline-block;
1347
+ }
1348
+ .o-calendar-input {
1349
+ position: absolute;
1350
+ pointer-events: none;
1351
+ right: 0;
1352
+ bottom: 0;
1353
+ visibility: hidden;
1354
+ }
1355
+ }
1356
+
1340
1357
  /* Originates from src/components/side_panel/conditional_formatting/cf_preview/cf_preview.css */
1341
1358
  .o-spreadsheet {
1342
1359
  .o-cf-preview {