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/Card/index.d.mts +3 -3
- package/dist/Card/index.d.ts +3 -3
- package/dist/Card/index.js +4 -4
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +3 -3
- package/dist/Card/index.mjs.map +1 -1
- package/dist/CheckBox/index.d.mts +1 -1
- package/dist/CheckBox/index.d.ts +1 -1
- package/dist/Radio/index.d.mts +1 -1
- package/dist/Radio/index.d.ts +1 -1
- package/dist/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +3 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
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
|
|
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(
|
|
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
|
-
|
|
4990
|
+
CardActivitiesResults,
|
|
4991
4991
|
CardPerformance,
|
|
4992
4992
|
CardProgress,
|
|
4993
4993
|
CardQuestions,
|