@marianmeres/stuic 3.31.0 → 3.31.1

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.
@@ -817,7 +817,7 @@
817
817
  >
818
818
  <!-- svelte-ignore a11y_click_events_have_key_events -->
819
819
  <!-- svelte-ignore a11y_no_static_element_interactions -->
820
- {#each sheet.frontPage.areas as area (area.id)}
820
+ {#each sheet.frontPage.areas as area, i (`${area.id}-${i}`)}
821
821
  <rect
822
822
  x={area.x}
823
823
  y={area.y}
@@ -902,7 +902,7 @@
902
902
  >
903
903
  <!-- svelte-ignore a11y_click_events_have_key_events -->
904
904
  <!-- svelte-ignore a11y_no_static_element_interactions -->
905
- {#each sheet.backPage.areas as area (area.id)}
905
+ {#each sheet.backPage.areas as area, i (`${area.id}-${i}`)}
906
906
  <rect
907
907
  x={area.x}
908
908
  y={area.y}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "3.31.0",
3
+ "version": "3.31.1",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",