@2uinc/frontend-component-xpert-chatbot 1.29.0 → 1.29.2-beta.1

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.
@@ -10781,6 +10781,10 @@ const $h = "Sure, I can get you to someone who can help.", rn = ({
10781
10781
  tabIndex: 0,
10782
10782
  onClick: a,
10783
10783
  onKeyDown: void 0,
10784
+ style: {
10785
+ color: "-webkit-link",
10786
+ textDecoration: "underline"
10787
+ },
10784
10788
  children: q.children
10785
10789
  }
10786
10790
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2uinc/frontend-component-xpert-chatbot",
3
- "version": "1.29.0",
3
+ "version": "1.29.2-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/2uinc/frontend-component-xpert-chatbot.git"
@@ -67,8 +67,8 @@
67
67
  "@testing-library/react-hooks": "^8.0.1",
68
68
  "@testing-library/user-event": "^14.6.1",
69
69
  "@vitejs/plugin-react": "^4.3.4",
70
- "@vitest/coverage-istanbul": "^3.0.8",
71
- "@vitest/ui": "^3.0.8",
70
+ "@vitest/coverage-istanbul": "^2.1.9",
71
+ "@vitest/ui": "^2.1.9",
72
72
  "commitlint-plugin-function-rules": "^4.0.1",
73
73
  "cz-conventional-changelog": "^3.3.0",
74
74
  "eslint": "^9.22.0",
@@ -90,7 +90,7 @@
90
90
  "react-dom": "^17.0.2",
91
91
  "sass": "^1.85.1",
92
92
  "vite": "^6.2.1",
93
- "vitest": "^3.0.8",
93
+ "vitest": "^2.1.9",
94
94
  "zod": "^3.24.2"
95
95
  },
96
96
  "dependencies": {