analytica-frontend-lib 1.0.61 → 1.0.63

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.d.mts CHANGED
@@ -24,7 +24,7 @@ export { default as Modal } from './Modal/index.mjs';
24
24
  export { default as DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, MenuLabel, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger } from './DropdownMenu/index.mjs';
25
25
  export { default as Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './Select/index.mjs';
26
26
  export { default as Menu, MenuContent, MenuItem, MenuOverflow, MenuSeparator } from './Menu/index.mjs';
27
- export { CardActivesResults, CardPerformance, CardProgress, CardQuestions, CardResults, CardStatus, CardTopic } from './Card/index.mjs';
27
+ export { CardActivitiesResults, CardPerformance, CardProgress, CardQuestions, CardResults, CardStatus, CardTopic } from './Card/index.mjs';
28
28
  export { Skeleton, SkeletonCard, SkeletonCircle, SkeletonList, SkeletonRectangle, SkeletonRounded, SkeletonTable, SkeletonText } from './Skeleton/index.mjs';
29
29
  import 'react/jsx-runtime';
30
30
  import 'react';
package/dist/index.d.ts CHANGED
@@ -24,7 +24,7 @@ export { default as Modal } from './Modal/index.js';
24
24
  export { default as DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, MenuLabel, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger } from './DropdownMenu/index.js';
25
25
  export { default as Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './Select/index.js';
26
26
  export { default as Menu, MenuContent, MenuItem, MenuOverflow, MenuSeparator } from './Menu/index.js';
27
- export { CardActivesResults, CardPerformance, CardProgress, CardQuestions, CardResults, CardStatus, CardTopic } from './Card/index.js';
27
+ export { CardActivitiesResults, CardPerformance, CardProgress, CardQuestions, CardResults, CardStatus, CardTopic } from './Card/index.js';
28
28
  export { Skeleton, SkeletonCard, SkeletonCircle, SkeletonList, SkeletonRectangle, SkeletonRounded, SkeletonTable, SkeletonText } from './Skeleton/index.js';
29
29
  import 'react/jsx-runtime';
30
30
  import 'react';
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ __export(src_exports, {
24
24
  Badge: () => Badge_default,
25
25
  Button: () => Button_default,
26
26
  Calendar: () => Calendar_default,
27
- CardActivesResults: () => CardActivesResults,
27
+ CardActivitiesResults: () => CardActivitiesResults,
28
28
  CardPerformance: () => CardPerformance,
29
29
  CardProgress: () => CardProgress,
30
30
  CardQuestions: () => CardQuestions,
@@ -3832,7 +3832,7 @@ var MenuItem = (0, import_react13.forwardRef)(
3832
3832
  {
3833
3833
  "data-variant": "menu2",
3834
3834
  className: `
3835
- w-full flex flex-row items-center p-4 gap-2 border-b-4 border-transparent text-text-950 text-sx font-bold cursor-pointer focus:rounded-sm
3835
+ w-full flex flex-row items-center p-4 gap-2 border-b-4 border-transparent text-text-950 text-xs font-bold cursor-pointer focus:rounded-sm justify-center
3836
3836
  focus:outline-none focus:border-indicator-info focus:border-2
3837
3837
  ${selectedValue === value ? "border-b-primary-950" : ""}
3838
3838
  ${className ?? ""}
@@ -4057,7 +4057,7 @@ var ACTION_HEADER_CLASSES = {
4057
4057
  error: "text-error-300",
4058
4058
  info: "text-info-300"
4059
4059
  };
4060
- var CardActivesResults = (0, import_react14.forwardRef)(
4060
+ var CardActivitiesResults = (0, import_react14.forwardRef)(
4061
4061
  ({
4062
4062
  icon,
4063
4063
  title,
@@ -4108,7 +4108,7 @@ var CardActivesResults = (0, import_react14.forwardRef)(
4108
4108
  children: header
4109
4109
  }
4110
4110
  ),
4111
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("p", { className: "text-sm text-info-800 text-center", children: description })
4111
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Badge_default, { size: "large", action: "info", children: description })
4112
4112
  ] })
4113
4113
  ]
4114
4114
  }
@@ -4325,6 +4325,7 @@ var CardPerformance = (0, import_react14.forwardRef)(
4325
4325
  description = "Sem dados ainda! Voc\xEA ainda n\xE3o fez um question\xE1rio neste assunto.",
4326
4326
  actionVariant = "button",
4327
4327
  progressVariant = "blue",
4328
+ labelProgress = "",
4328
4329
  className = "",
4329
4330
  onClickButton,
4330
4331
  valueButton,
@@ -4337,7 +4338,7 @@ var CardPerformance = (0, import_react14.forwardRef)(
4337
4338
  ref,
4338
4339
  layout: "horizontal",
4339
4340
  padding: "medium",
4340
- minHeight: "large",
4341
+ minHeight: "none",
4341
4342
  className: `justify-between gap-2 ${className}`,
4342
4343
  ...props,
4343
4344
  children: [
@@ -4358,7 +4359,7 @@ var CardPerformance = (0, import_react14.forwardRef)(
4358
4359
  ProgressBar_default,
4359
4360
  {
4360
4361
  value: progress,
4361
- label: `${progress}% corretas`,
4362
+ label: `${progress}% ${labelProgress}`,
4362
4363
  variant: progressVariant
4363
4364
  }
4364
4365
  ) : /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("p", { className: "text-xs text-text-600", children: description }) })
@@ -5010,7 +5011,7 @@ var SkeletonTable = (0, import_react15.forwardRef)(
5010
5011
  Badge,
5011
5012
  Button,
5012
5013
  Calendar,
5013
- CardActivesResults,
5014
+ CardActivitiesResults,
5014
5015
  CardPerformance,
5015
5016
  CardProgress,
5016
5017
  CardQuestions,