@odoo/o-spreadsheet 18.0.30 → 18.0.31

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.
@@ -1,9 +1,9 @@
1
1
  <!--
2
2
  This file is generated by o-spreadsheet build tools. Do not edit it.
3
3
  @see https://github.com/odoo/o-spreadsheet
4
- @version 18.0.30
5
- @date 2025-05-26T12:35:59.632Z
6
- @hash 838c4f7
4
+ @version 18.0.31
5
+ @date 2025-05-30T08:44:03.778Z
6
+ @hash d201086
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -458,7 +458,7 @@
458
458
  t-as="content"
459
459
  t-key="content_index"
460
460
  t-att-class="content.class"
461
- t-attf-style="color: {{content.color || 'inherit'}};"
461
+ t-attf-style="color: {{content.color || '#000000'}};"
462
462
  t-esc="content.value"
463
463
  />
464
464
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.30",
3
+ "version": "18.0.31",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",