lit-litelements 2.3.1 → 2.3.4

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": "lit-litelements",
3
- "version": "2.3.1",
3
+ "version": "2.3.4",
4
4
  "description": "My LitElement component build for loading spinner with 10 types, and chart-display fix error hover hidden: true for some line async update",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",
package/readme.md CHANGED
@@ -112,6 +112,7 @@ const dataArray = [
112
112
  SignalLine: -0.1025638,
113
113
  divergence: -0.6112869,
114
114
  MACDDivergence: null,
115
+ angleMACDsignal: number | null; // <-- add this
115
116
  },
116
117
  // ... more data points
117
118
  ];