@odoo/o-spreadsheet 18.2.28 → 18.2.29

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.28
5
- @date 2025-09-05T07:39:10.852Z
6
- @hash 84335fb
4
+ @version 18.2.29
5
+ @date 2025-09-11T08:45:12.930Z
6
+ @hash 665bc43
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -3708,10 +3708,7 @@
3708
3708
  t-att-style="getIconColor(menuItem)">
3709
3709
  <t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
3710
3710
  </div>
3711
- <div
3712
- class="o-menu-item-name text-truncate align-items-center d-flex"
3713
- t-esc="getName(menuItem)"
3714
- />
3711
+ <div class="o-menu-item-name text-truncate" t-esc="getName(menuItem)"/>
3715
3712
  <t t-set="description" t-value="menuItem.description(env)"/>
3716
3713
  <div
3717
3714
  t-if="description"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.28",
3
+ "version": "18.2.29",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",