analytica-frontend-lib 1.1.57 → 1.1.59

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.
Files changed (47) hide show
  1. package/dist/Accordation/index.js +20 -2
  2. package/dist/Accordation/index.js.map +1 -1
  3. package/dist/Accordation/index.mjs +22 -3
  4. package/dist/Accordation/index.mjs.map +1 -1
  5. package/dist/Card/index.js +20 -2
  6. package/dist/Card/index.js.map +1 -1
  7. package/dist/Card/index.mjs +22 -3
  8. package/dist/Card/index.mjs.map +1 -1
  9. package/dist/DropdownMenu/index.js +1 -1
  10. package/dist/DropdownMenu/index.js.map +1 -1
  11. package/dist/DropdownMenu/index.mjs +1 -1
  12. package/dist/DropdownMenu/index.mjs.map +1 -1
  13. package/dist/NotificationCard/index.js +1 -1
  14. package/dist/NotificationCard/index.js.map +1 -1
  15. package/dist/NotificationCard/index.mjs +1 -1
  16. package/dist/NotificationCard/index.mjs.map +1 -1
  17. package/dist/Quiz/index.js +20 -2
  18. package/dist/Quiz/index.js.map +1 -1
  19. package/dist/Quiz/index.mjs +32 -13
  20. package/dist/Quiz/index.mjs.map +1 -1
  21. package/dist/Search/index.js +1 -1
  22. package/dist/Search/index.js.map +1 -1
  23. package/dist/Search/index.mjs +1 -1
  24. package/dist/Search/index.mjs.map +1 -1
  25. package/dist/SubjectInfo/index.d.mts +2 -0
  26. package/dist/SubjectInfo/index.d.ts +2 -0
  27. package/dist/SubjectInfo/index.js +313 -0
  28. package/dist/SubjectInfo/index.js.map +1 -0
  29. package/dist/SubjectInfo/index.mjs +293 -0
  30. package/dist/SubjectInfo/index.mjs.map +1 -0
  31. package/dist/SubjectInfo-DZvZ5alE.d.mts +37 -0
  32. package/dist/SubjectInfo-DZvZ5alE.d.ts +37 -0
  33. package/dist/VideoPlayer/index.js +20 -1
  34. package/dist/VideoPlayer/index.js.map +1 -1
  35. package/dist/VideoPlayer/index.mjs +20 -1
  36. package/dist/VideoPlayer/index.mjs.map +1 -1
  37. package/dist/index.css +73 -12
  38. package/dist/index.css.map +1 -1
  39. package/dist/index.d.mts +1 -0
  40. package/dist/index.d.ts +1 -0
  41. package/dist/index.js +727 -382
  42. package/dist/index.js.map +1 -1
  43. package/dist/index.mjs +758 -407
  44. package/dist/index.mjs.map +1 -1
  45. package/dist/styles.css +73 -12
  46. package/dist/styles.css.map +1 -1
  47. package/package.json +2 -1
@@ -881,7 +881,7 @@ var ProfileMenuHeader = forwardRef2(({ className, name, email, store: _store, ..
881
881
  className: cn("flex flex-row gap-4 items-center", className),
882
882
  ...props,
883
883
  children: [
884
- /* @__PURE__ */ jsx6("span", { className: "size-16 bg-primary-100 rounded-full flex items-center justify-center", children: /* @__PURE__ */ jsx6(User, { size: 34, className: "text-primary-950" }) }),
884
+ /* @__PURE__ */ jsx6("span", { className: "size-16 bg-primary-100 rounded-full flex items-center justify-center", children: /* @__PURE__ */ jsx6(User, { size: 34, className: "text-primary-800" }) }),
885
885
  /* @__PURE__ */ jsxs4("div", { className: "flex flex-col ", children: [
886
886
  /* @__PURE__ */ jsx6(Text_default, { size: "xl", weight: "bold", color: "text-text-950", children: name }),
887
887
  /* @__PURE__ */ jsx6(Text_default, { size: "md", color: "text-text-600", children: email })