@odoo/o-spreadsheet 18.1.21 → 18.1.23

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.1.21
5
- @date 2025-05-20T05:55:28.176Z
6
- @hash 89ed6a9
4
+ @version 18.1.23
5
+ @date 2025-05-30T08:46:23.780Z
6
+ @hash a21fa01
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>
@@ -737,12 +737,12 @@
737
737
  </t>
738
738
 
739
739
  <t t-name="o-spreadsheet-GaugeChartComponent">
740
- <canvas class="o-figure-canvas o-gauge-chart w-100 h-100" t-ref="chartContainer"/>
740
+ <canvas class="o-figure-canvas o-gauge-chart w-100 h-100 d-block" t-ref="chartContainer"/>
741
741
  </t>
742
742
 
743
743
  <t t-name="o-spreadsheet-ScorecardChart">
744
744
  <canvas
745
- class="o-figure-canvas o-scorecard w-100 h-100"
745
+ class="o-figure-canvas o-scorecard w-100 h-100 d-block"
746
746
  t-ref="chartContainer"
747
747
  t-att-title="title"
748
748
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.1.21",
3
+ "version": "18.1.23",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",