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.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 {
|
|
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 {
|
|
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
|
-
|
|
27
|
+
CardActivitiesResults: () => CardActivitiesResults,
|
|
28
28
|
CardPerformance: () => CardPerformance,
|
|
29
29
|
CardProgress: () => CardProgress,
|
|
30
30
|
CardQuestions: () => CardQuestions,
|
|
@@ -4057,7 +4057,7 @@ var ACTION_HEADER_CLASSES = {
|
|
|
4057
4057
|
error: "text-error-300",
|
|
4058
4058
|
info: "text-info-300"
|
|
4059
4059
|
};
|
|
4060
|
-
var
|
|
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)(
|
|
4111
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Badge_default, { size: "large", action: "info", children: description })
|
|
4112
4112
|
] })
|
|
4113
4113
|
]
|
|
4114
4114
|
}
|
|
@@ -5010,7 +5010,7 @@ var SkeletonTable = (0, import_react15.forwardRef)(
|
|
|
5010
5010
|
Badge,
|
|
5011
5011
|
Button,
|
|
5012
5012
|
Calendar,
|
|
5013
|
-
|
|
5013
|
+
CardActivitiesResults,
|
|
5014
5014
|
CardPerformance,
|
|
5015
5015
|
CardProgress,
|
|
5016
5016
|
CardQuestions,
|