@asgard-js/react 0.1.36-canary.5 → 0.1.36-canary.6
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42596,7 +42596,7 @@ const M_e = "_chatbot__auth_state_container_1hs4h_1", T_e = "_chatbot__error_sta
|
|
|
42596
42596
|
/* @__PURE__ */ k("div", { className: _i.chatbot__error_state__icon, children: /* @__PURE__ */ k("span", { role: "img", "aria-label": "warning", children: "⚠️" }) }),
|
|
42597
42597
|
/* @__PURE__ */ k("div", { className: _i.chatbot__error_state__message, children: "Something went wrong. Please try again later." })
|
|
42598
42598
|
] }) });
|
|
42599
|
-
case "
|
|
42599
|
+
case "subscriptionExpired":
|
|
42600
42600
|
return /* @__PURE__ */ k("div", { className: _i.chatbot__auth_state_container, children: /* @__PURE__ */ k($5, { message: "The service is currently unavailable. Please contact the service representative for assistance." }) });
|
|
42601
42601
|
case "botNotFound":
|
|
42602
42602
|
return /* @__PURE__ */ k("div", { className: _i.chatbot__auth_state_container, children: /* @__PURE__ */ k($5, { message: "We couldn't find the service. Please contact the service representative for assistance." }) });
|
|
@@ -42619,7 +42619,7 @@ const M_e = "_chatbot__auth_state_container_1hs4h_1", T_e = "_chatbot__error_sta
|
|
|
42619
42619
|
] });
|
|
42620
42620
|
}
|
|
42621
42621
|
};
|
|
42622
|
-
return $ !== "needApiKey" && $ !== "error" && $ !== "invalidApiKey" && $ !== "
|
|
42622
|
+
return $ !== "needApiKey" && $ !== "error" && $ !== "invalidApiKey" && $ !== "subscriptionExpired" && $ !== "botNotFound" ? /* @__PURE__ */ k(
|
|
42623
42623
|
uP,
|
|
42624
42624
|
{
|
|
42625
42625
|
enabled: p,
|