@2uinc/frontend-component-xpert-chatbot 1.13.0-alpha.6 → 1.13.0-alpha.7

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.
@@ -2901,7 +2901,7 @@ eyes follow your mouse when you hover near it.`, Lr = ({
2901
2901
  return window.addEventListener("mousemove", j), () => {
2902
2902
  window.removeEventListener("mousemove", j);
2903
2903
  };
2904
- }, [a]);
2904
+ }, []);
2905
2905
  const c = () => {
2906
2906
  o.current = !0;
2907
2907
  }, p = () => {
@@ -2910,6 +2910,8 @@ eyes follow your mouse when you hover near it.`, Lr = ({
2910
2910
  return /* @__PURE__ */ T.jsxs(
2911
2911
  "div",
2912
2912
  {
2913
+ role: "region",
2914
+ "aria-label": "eyes follow mouse region",
2913
2915
  className: "xpert_chatbot__animated_graduate__eyes_follow_mouse_region",
2914
2916
  onMouseEnter: c,
2915
2917
  onMouseLeave: p,
@@ -2978,6 +2980,8 @@ eyes follow your mouse when you hover near it.`, Lr = ({
2978
2980
  /* @__PURE__ */ T.jsx("g", { mask: "url(#mask0_2271_69)", children: /* @__PURE__ */ T.jsx(
2979
2981
  "circle",
2980
2982
  {
2983
+ role: "img",
2984
+ "aria-label": "Left pupil that follows the mouse cursor",
2981
2985
  className: `xpert_chatbot__animated_graduate__pupil ${l ? "xpert_chatbot__animated_graduate__pupil_blink" : ""}`,
2982
2986
  cx: "30.7465",
2983
2987
  cy: "44.0494",
@@ -3010,6 +3014,8 @@ eyes follow your mouse when you hover near it.`, Lr = ({
3010
3014
  /* @__PURE__ */ T.jsx("g", { mask: "url(#mask1_2271_69)", children: /* @__PURE__ */ T.jsx(
3011
3015
  "circle",
3012
3016
  {
3017
+ role: "img",
3018
+ "aria-label": "Right pupil that follows the mouse cursor",
3013
3019
  className: `xpert_chatbot__animated_graduate__pupil ${l ? "xpert_chatbot__animated_graduate__pupil_blink" : ""}`,
3014
3020
  cx: "14.8773",
3015
3021
  cy: "44.0494",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.13.0-alpha.6",
3
+ "version": "1.13.0-alpha.7",
4
4
  "homepage": "/app/plugins/xpert-chatbot/frontend/build/",
5
5
  "repository": {
6
6
  "type": "git",