@2uinc/frontend-component-xpert-chatbot 1.29.1 → 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.
- package/dist/lib/index.min.js +4 -0
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -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
|
),
|