@odoo/o-spreadsheet 17.4.30 → 17.4.32

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 17.4.30
5
- @date 2025-04-14T17:17:47.199Z
6
- @hash e4cf37d
4
+ @version 17.4.32
5
+ @date 2025-04-25T08:07:46.719Z
6
+ @hash c370ddf
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
@@ -376,7 +376,6 @@
376
376
  t-on-click.stop=""
377
377
  t-att-value="state.customHexColor"
378
378
  t-on-input="setHexColor"
379
- maxlength="7"
380
379
  />
381
380
  <div class="o-color-preview" t-att-style="colorPreviewStyle"/>
382
381
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "17.4.30",
3
+ "version": "17.4.32",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",