@odoo/o-spreadsheet 18.4.9 → 18.4.10

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.4.9
5
- @date 2025-09-05T07:39:21.946Z
6
- @hash a261873
4
+ @version 18.4.10
5
+ @date 2025-09-11T08:46:30.321Z
6
+ @hash 15a11a4
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -4161,10 +4161,7 @@
4161
4161
  t-att-style="getIconColor(menuItem)">
4162
4162
  <t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
4163
4163
  </div>
4164
- <div
4165
- class="o-menu-item-name align-middle text-truncate align-items-center d-flex"
4166
- t-esc="getName(menuItem)"
4167
- />
4164
+ <div class="o-menu-item-name align-middle text-truncate" t-esc="getName(menuItem)"/>
4168
4165
  <t t-set="description" t-value="menuItem.description(env)"/>
4169
4166
  <div
4170
4167
  t-if="description"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.4.9",
3
+ "version": "18.4.10",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -147,6 +147,6 @@
147
147
  ]
148
148
  },
149
149
  "publishConfig": {
150
- "tag": "latest"
150
+ "tag": "18-4"
151
151
  }
152
152
  }