analytica-frontend-lib 1.3.14 → 1.3.16
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/ActivitiesHistory/index.js +1 -1
- package/dist/ActivitiesHistory/index.js.map +1 -1
- package/dist/ActivitiesHistory/index.mjs +1 -1
- package/dist/ActivitiesHistory/index.mjs.map +1 -1
- package/dist/RecommendedLessonsHistory/index.js +1 -1
- package/dist/RecommendedLessonsHistory/index.js.map +1 -1
- package/dist/RecommendedLessonsHistory/index.mjs +1 -1
- package/dist/RecommendedLessonsHistory/index.mjs.map +1 -1
- package/dist/StudentRanking/index.d.ts +7 -35
- package/dist/StudentRanking/index.d.ts.map +1 -1
- package/dist/StudentRanking/index.js +120 -90
- package/dist/StudentRanking/index.js.map +1 -1
- package/dist/StudentRanking/index.mjs +119 -89
- package/dist/StudentRanking/index.mjs.map +1 -1
- package/dist/Support/index.js +1 -1
- package/dist/Support/index.js.map +1 -1
- package/dist/Support/index.mjs +1 -1
- package/dist/Support/index.mjs.map +1 -1
- package/dist/Toast/Toaster/index.js +1 -1
- package/dist/Toast/Toaster/index.js.map +1 -1
- package/dist/Toast/Toaster/index.mjs +1 -1
- package/dist/Toast/Toaster/index.mjs.map +1 -1
- package/dist/Toast/index.js +1 -1
- package/dist/Toast/index.js.map +1 -1
- package/dist/Toast/index.mjs +1 -1
- package/dist/Toast/index.mjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1449 -1257
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1425 -1229
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
|
@@ -3028,7 +3028,7 @@ var Toast = ({
|
|
|
3028
3028
|
default: ""
|
|
3029
3029
|
};
|
|
3030
3030
|
const IconAction = iconMap[action] || iconMap["success"];
|
|
3031
|
-
const baseClasses = "max-w-[390px] w-full flex flex-row items-start justify-between shadow-lg rounded-lg border p-4 gap-6 group";
|
|
3031
|
+
const baseClasses = "max-w-[390px] w-full flex flex-row items-start justify-between shadow-lg rounded-lg border p-4 gap-6 group z-50";
|
|
3032
3032
|
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
3033
3033
|
"div",
|
|
3034
3034
|
{
|