@odoo/o-spreadsheet 18.2.13 → 18.2.14

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.14
5
+ @date 2025-05-26T12:36:31.988Z
6
+ @hash db90fca
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">
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.14",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",