@odoo/o-spreadsheet 18.2.0-alpha.7 → 18.2.0-alpha.8

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.0-alpha.7
5
- @date 2025-02-10T09:01:58.529Z
6
- @hash 0432f17
4
+ @version 18.2.0-alpha.8
5
+ @date 2025-02-14T08:40:53.465Z
6
+ @hash 19d45d9
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ValidationMessages">
@@ -530,7 +530,7 @@
530
530
  disabled="!this.canBeDynamic"
531
531
  />
532
532
  <div
533
- class="o-info-icon d-flex flex-row align-items-center text-muted ps-1"
533
+ class="o-info-icon d-flex flex-row align-items-center text-muted ms-1"
534
534
  t-att-title="dynamicTableTooltip">
535
535
  <t t-call="o-spreadsheet-Icon.CIRCLE_INFO"/>
536
536
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.2.0-alpha.7",
3
+ "version": "18.2.0-alpha.8",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",