akpm-datapoint-front 0.0.78 → 0.0.79

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,4 +1,4 @@
1
- /* Version: 0.0.78 */
1
+ /* Version: 0.0.79 */
2
2
  var _v = Object.defineProperty;
3
3
  var cn = (r) => {
4
4
  throw TypeError(r);
@@ -5905,7 +5905,7 @@ function md(r, e) {
5905
5905
  const c = (x) => Math.round(x * 100) / 100;
5906
5906
  let g = /* @__PURE__ */ Zt(() => {
5907
5907
  var x, k;
5908
- return c((x = t(o).riga1) != null && x.valore && ((k = t(o).riga2) != null && k.valore) ? t(o).riga1.valore / t(o).riga2.valore * 100 : "");
5908
+ return (x = t(o).riga1) != null && x.valore && ((k = t(o).riga2) != null && k.valore) ? c(t(o).riga1.valore / t(o).riga2.valore * 100) : "";
5909
5909
  });
5910
5910
  et(() => {
5911
5911
  v({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-datapoint-front",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",