hamzus-ui 0.0.99 → 0.0.100

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -174,7 +174,7 @@
174
174
 
175
175
  // si il est hors de la vue (horizontalement) alors on le set a droite (fix pour la table)
176
176
  if (triggerRight <= 0) {
177
- left = window.innerWidth - contentWidth
177
+ leftCalc = window.innerWidth - contentWidth
178
178
  }
179
179
 
180
180
  top = topCalc;