@2uinc/frontend-component-xpert-chatbot 1.40.18-alpha.14 → 1.40.18-alpha.15
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 +2 -2
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
|
@@ -34393,7 +34393,7 @@ function S0({
|
|
|
34393
34393
|
"div",
|
|
34394
34394
|
{
|
|
34395
34395
|
className: "xpert_chatbot__survey-callout",
|
|
34396
|
-
style: { color: "#
|
|
34396
|
+
style: { color: "#3f2c00" },
|
|
34397
34397
|
"aria-live": "polite",
|
|
34398
34398
|
"aria-busy": G,
|
|
34399
34399
|
children: P
|
|
@@ -34409,7 +34409,7 @@ function S0({
|
|
|
34409
34409
|
{
|
|
34410
34410
|
type: "button",
|
|
34411
34411
|
className: "xpert_chatbot__survey-btn xpert_chatbot__survey-btn--soft xpert-chatbot__survey-choice",
|
|
34412
|
-
style: { color: "#
|
|
34412
|
+
style: { color: "#3f2c00" },
|
|
34413
34413
|
onClick: o,
|
|
34414
34414
|
disabled: m,
|
|
34415
34415
|
children: m ? "Loading…" : "Start Survey"
|