analytica-frontend-lib 1.0.61 → 1.0.62

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
@@ -4035,7 +4035,7 @@ var ACTION_HEADER_CLASSES = {
4035
4035
  error: "text-error-300",
4036
4036
  info: "text-info-300"
4037
4037
  };
4038
- var CardActivesResults = forwardRef12(
4038
+ var CardActivitiesResults = forwardRef12(
4039
4039
  ({
4040
4040
  icon,
4041
4041
  title,
@@ -4086,7 +4086,7 @@ var CardActivesResults = forwardRef12(
4086
4086
  children: header
4087
4087
  }
4088
4088
  ),
4089
- /* @__PURE__ */ jsx26("p", { className: "text-sm text-info-800 text-center", children: description })
4089
+ /* @__PURE__ */ jsx26(Badge_default, { size: "large", action: "info", children: description })
4090
4090
  ] })
4091
4091
  ]
4092
4092
  }
@@ -4987,7 +4987,7 @@ export {
4987
4987
  Badge_default as Badge,
4988
4988
  Button_default as Button,
4989
4989
  Calendar_default as Calendar,
4990
- CardActivesResults,
4990
+ CardActivitiesResults,
4991
4991
  CardPerformance,
4992
4992
  CardProgress,
4993
4993
  CardQuestions,