@odoo/o-spreadsheet 18.2.13 → 18.2.15

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.2.13
5
- @date 2025-05-20T05:57:46.697Z
6
- @hash 9872529
4
+ @version 18.2.15
5
+ @date 2025-05-30T08:46:38.374Z
6
+ @hash 607492d
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -5564,14 +5564,14 @@
5564
5564
 
5565
5565
  <t t-name="o-spreadsheet-ScorecardChart">
5566
5566
  <canvas
5567
- class="o-figure-canvas o-scorecard w-100 h-100"
5567
+ class="o-figure-canvas o-scorecard w-100 h-100 d-block"
5568
5568
  t-ref="chartContainer"
5569
5569
  t-att-title="title"
5570
5570
  />
5571
5571
  </t>
5572
5572
 
5573
5573
  <t t-name="o-spreadsheet-GaugeChartComponent">
5574
- <canvas class="o-figure-canvas o-gauge-chart w-100 h-100" t-ref="chartContainer"/>
5574
+ <canvas class="o-figure-canvas o-gauge-chart w-100 h-100 d-block" t-ref="chartContainer"/>
5575
5575
  </t>
5576
5576
 
5577
5577
  <t t-name="o-spreadsheet-ChartJsComponent">
@@ -5874,7 +5874,7 @@
5874
5874
  t-as="content"
5875
5875
  t-key="content_index"
5876
5876
  t-att-class="content.class"
5877
- t-attf-style="color: {{content.color || 'inherit'}};"
5877
+ t-attf-style="color: {{content.color || '#000000'}};"
5878
5878
  t-esc="content.value"
5879
5879
  />
5880
5880
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.13",
3
+ "version": "18.2.15",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",