@odoo/o-spreadsheet 18.3.18 → 18.3.20

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.3.18
5
- @date 2025-08-26T10:15:08.137Z
6
- @hash ec2777d
4
+ @version 18.3.20
5
+ @date 2025-09-11T08:46:24.137Z
6
+ @hash ef829f4
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -3976,10 +3976,7 @@
3976
3976
  t-att-style="getIconColor(menuItem)">
3977
3977
  <t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
3978
3978
  </div>
3979
- <div
3980
- class="o-menu-item-name text-truncate align-items-center d-flex"
3981
- t-esc="getName(menuItem)"
3982
- />
3979
+ <div class="o-menu-item-name text-truncate" t-esc="getName(menuItem)"/>
3983
3980
  <t t-set="description" t-value="menuItem.description(env)"/>
3984
3981
  <div
3985
3982
  t-if="description"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.3.18",
3
+ "version": "18.3.20",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",