@odoo/o-spreadsheet 18.4.0-alpha.5 → 18.4.0-alpha.6

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.4.0-alpha.5
5
- @date 2025-05-26T12:37:23.183Z
6
- @hash 398e610
4
+ @version 18.4.0-alpha.6
5
+ @date 2025-05-30T08:45:20.500Z
6
+ @hash eecf7e4
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -6297,7 +6297,7 @@
6297
6297
  t-as="content"
6298
6298
  t-key="content_index"
6299
6299
  t-att-class="content.classes?.join(' ')"
6300
- t-attf-style="color: {{content.color || 'inherit'}};"
6300
+ t-attf-style="color: {{content.color || '#000000'}};"
6301
6301
  t-esc="content.value"
6302
6302
  />
6303
6303
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.4.0-alpha.5",
3
+ "version": "18.4.0-alpha.6",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",