@optifye/dashboard-core 6.12.3 → 6.12.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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37282,7 +37282,7 @@ HourlyOutputChart.displayName = "HourlyOutputChart";
|
|
|
37282
37282
|
|
|
37283
37283
|
// src/components/dashboard/grid/videoGridMetricUtils.ts
|
|
37284
37284
|
var MAP_GRID_LEGEND_LABEL = "Efficiency";
|
|
37285
|
-
var MIXED_VIDEO_GRID_LEGEND_LABEL = "
|
|
37285
|
+
var MIXED_VIDEO_GRID_LEGEND_LABEL = "Live Efficiency";
|
|
37286
37286
|
var isFiniteNumber2 = (value) => typeof value === "number" && Number.isFinite(value);
|
|
37287
37287
|
var isVideoGridRecentFlowEnabled = (workspace) => isRecentFlowVideoGridMetricMode(
|
|
37288
37288
|
workspace.video_grid_metric_mode,
|
package/dist/index.mjs
CHANGED
|
@@ -37253,7 +37253,7 @@ HourlyOutputChart.displayName = "HourlyOutputChart";
|
|
|
37253
37253
|
|
|
37254
37254
|
// src/components/dashboard/grid/videoGridMetricUtils.ts
|
|
37255
37255
|
var MAP_GRID_LEGEND_LABEL = "Efficiency";
|
|
37256
|
-
var MIXED_VIDEO_GRID_LEGEND_LABEL = "
|
|
37256
|
+
var MIXED_VIDEO_GRID_LEGEND_LABEL = "Live Efficiency";
|
|
37257
37257
|
var isFiniteNumber2 = (value) => typeof value === "number" && Number.isFinite(value);
|
|
37258
37258
|
var isVideoGridRecentFlowEnabled = (workspace) => isRecentFlowVideoGridMetricMode(
|
|
37259
37259
|
workspace.video_grid_metric_mode,
|