analytica-frontend-lib 1.2.99 → 1.3.0

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.mjs CHANGED
@@ -31928,7 +31928,8 @@ import { useState as useState61, useCallback as useCallback41 } from "react";
31928
31928
  import { z as z10 } from "zod";
31929
31929
  var PERIOD_TABS = [
31930
31930
  { value: "7_DAYS", label: "7 dias" },
31931
- { value: "30_DAYS", label: "30 dias" },
31931
+ { value: "1_MONTH", label: "1 m\xEAs" },
31932
+ { value: "3_MONTHS", label: "3 meses" },
31932
31933
  { value: "6_MONTHS", label: "6 meses" },
31933
31934
  { value: "1_YEAR", label: "1 ano" }
31934
31935
  ];
@@ -33262,7 +33263,7 @@ function getPerformanceTag(percentage) {
33262
33263
  }
33263
33264
  function getPerformanceTagConfig(percentage) {
33264
33265
  const tag = getPerformanceTag(percentage);
33265
- return PERFORMANCE_TAG_CONFIG[tag] ?? PERFORMANCE_TAG_CONFIG["PONTO_DE_ATENCAO" /* PONTO_DE_ATENCAO */];
33266
+ return PERFORMANCE_TAG_CONFIG[tag];
33266
33267
  }
33267
33268
 
33268
33269
  // src/components/StudentPerformanceDetailsModal/StudentPerformanceDetailsModal.tsx