@sailingrotevista/rotevista-dash 7.0.18 → 7.0.22

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sailingrotevista/rotevista-dash",
3
- "version": "7.0.18",
3
+ "version": "7.0.22",
4
4
  "description": "Wind Dashboard with navigation and course aids",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
package/style.css CHANGED
@@ -603,10 +603,12 @@ body.night-mode {
603
603
  }
604
604
 
605
605
  /* ==========================================================================
606
- 13. SMORZAMENTO FLUIDO AGHI A 60FPS (DAMPING HARDWARE)
607
- ========================================================================== */
606
+ 13. SMORZAMENTO FLUIDO AGHI A 60FPS (DAMPING HARDWARE) non utilizzato consuma troppa cpu
607
+ ==========================================================================
608
608
 
609
- /* Applichiamo la transizione fluida a tutti i puntatori mantenendo i perni nativi dell'SVG */
609
+ Applichiamo la transizione fluida a tutti i puntatori mantenendo i perni nativi dell'SVG
610
610
  #awa-pointer, #twa-pointer, #track-pointer, #twd-arrow, #twd-boat-wrap {
611
611
  transition: transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
612
612
  }
613
+
614
+ */