@odoo/o-spreadsheet 18.0.29 → 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.29
5
- @date 2025-05-20T05:55:49.538Z
6
- @hash 8213c0e
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>
@@ -735,12 +735,12 @@
735
735
  </t>
736
736
 
737
737
  <t t-name="o-spreadsheet-GaugeChartComponent">
738
- <canvas class="o-figure-canvas o-gauge-chart w-100 h-100" t-ref="chartContainer"/>
738
+ <canvas class="o-figure-canvas o-gauge-chart w-100 h-100 d-block" t-ref="chartContainer"/>
739
739
  </t>
740
740
 
741
741
  <t t-name="o-spreadsheet-ScorecardChart">
742
742
  <canvas
743
- class="o-figure-canvas o-scorecard w-100 h-100"
743
+ class="o-figure-canvas o-scorecard w-100 h-100 d-block"
744
744
  t-ref="chartContainer"
745
745
  t-att-title="title"
746
746
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.29",
3
+ "version": "18.0.31",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",