@optifye/dashboard-core 6.10.42 → 6.10.43
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/dist/index.js +9 -1
- package/dist/index.mjs +9 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42894,7 +42894,15 @@ var LineMonthlyHistory = ({
|
|
|
42894
42894
|
]
|
|
42895
42895
|
},
|
|
42896
42896
|
chartKey
|
|
42897
|
-
) }) })
|
|
42897
|
+
) }) }),
|
|
42898
|
+
!isUptimeMode && chartData.lastSetTarget > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center text-sm text-gray-600 bg-white py-1 pt-2", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2 border border-gray-100 rounded-full px-3 py-1", children: [
|
|
42899
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-8 flex items-center", children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full border-t-2 border-[#E34329] border-dashed" }) }),
|
|
42900
|
+
/* @__PURE__ */ jsxRuntime.jsxs("span", { children: [
|
|
42901
|
+
"Target: ",
|
|
42902
|
+
Math.round(chartData.lastSetTarget),
|
|
42903
|
+
" units/day"
|
|
42904
|
+
] })
|
|
42905
|
+
] }) })
|
|
42898
42906
|
] })
|
|
42899
42907
|
] })
|
|
42900
42908
|
] })
|
package/dist/index.mjs
CHANGED
|
@@ -42865,7 +42865,15 @@ var LineMonthlyHistory = ({
|
|
|
42865
42865
|
]
|
|
42866
42866
|
},
|
|
42867
42867
|
chartKey
|
|
42868
|
-
) }) })
|
|
42868
|
+
) }) }),
|
|
42869
|
+
!isUptimeMode && chartData.lastSetTarget > 0 && /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center text-sm text-gray-600 bg-white py-1 pt-2", children: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2 border border-gray-100 rounded-full px-3 py-1", children: [
|
|
42870
|
+
/* @__PURE__ */ jsx("div", { className: "w-8 flex items-center", children: /* @__PURE__ */ jsx("div", { className: "w-full border-t-2 border-[#E34329] border-dashed" }) }),
|
|
42871
|
+
/* @__PURE__ */ jsxs("span", { children: [
|
|
42872
|
+
"Target: ",
|
|
42873
|
+
Math.round(chartData.lastSetTarget),
|
|
42874
|
+
" units/day"
|
|
42875
|
+
] })
|
|
42876
|
+
] }) })
|
|
42869
42877
|
] })
|
|
42870
42878
|
] })
|
|
42871
42879
|
] })
|