@optifye/dashboard-core 6.12.45 → 6.12.46

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 CHANGED
@@ -46343,6 +46343,13 @@ var FileManagerFilters = ({
46343
46343
  shift,
46344
46344
  count: node.count || 0
46345
46345
  });
46346
+ } else if (node.id === RECENT_FLOW_RED_STREAK_CLIP_TYPE2) {
46347
+ trackCoreEvent("Low Moments Clicked", {
46348
+ workspaceId,
46349
+ date,
46350
+ shift,
46351
+ count: node.count || 0
46352
+ });
46346
46353
  }
46347
46354
  if (node.id !== "idle_time" && idleLabelFilter) {
46348
46355
  setIdleLabelFilter(null);
package/dist/index.mjs CHANGED
@@ -46314,6 +46314,13 @@ var FileManagerFilters = ({
46314
46314
  shift,
46315
46315
  count: node.count || 0
46316
46316
  });
46317
+ } else if (node.id === RECENT_FLOW_RED_STREAK_CLIP_TYPE2) {
46318
+ trackCoreEvent("Low Moments Clicked", {
46319
+ workspaceId,
46320
+ date,
46321
+ shift,
46322
+ count: node.count || 0
46323
+ });
46317
46324
  }
46318
46325
  if (node.id !== "idle_time" && idleLabelFilter) {
46319
46326
  setIdleLabelFilter(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optifye/dashboard-core",
3
- "version": "6.12.45",
3
+ "version": "6.12.46",
4
4
  "description": "Reusable UI & logic for Optifye dashboard",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",