@deepdesk/deepdesk-sdk 18.2.1-beta.15 → 18.2.1-beta.17
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.cjs.js +8 -8
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.esm.js +8 -8
- package/dist/index.iife.js +31 -31
- package/package.json +1 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1323,6 +1323,7 @@ interface State$2 {
|
|
|
1323
1323
|
loginFetchState: FetchState;
|
|
1324
1324
|
verifyFetchState: FetchState;
|
|
1325
1325
|
showLoginOverlay: boolean;
|
|
1326
|
+
loginError: string | null;
|
|
1326
1327
|
}
|
|
1327
1328
|
|
|
1328
1329
|
type State$1 = {
|
|
@@ -1724,6 +1725,9 @@ declare const styles$5: {
|
|
|
1724
1725
|
readonly "hintsHidden": string;
|
|
1725
1726
|
readonly "isCollapsed": string;
|
|
1726
1727
|
readonly "isInline": string;
|
|
1728
|
+
readonly "loginError": string;
|
|
1729
|
+
readonly "loginErrorDismiss": string;
|
|
1730
|
+
readonly "loginErrorMessage": string;
|
|
1727
1731
|
readonly "root": string;
|
|
1728
1732
|
readonly "toggleButton": string;
|
|
1729
1733
|
readonly "toggleButtonWrapper": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1323,6 +1323,7 @@ interface State$2 {
|
|
|
1323
1323
|
loginFetchState: FetchState;
|
|
1324
1324
|
verifyFetchState: FetchState;
|
|
1325
1325
|
showLoginOverlay: boolean;
|
|
1326
|
+
loginError: string | null;
|
|
1326
1327
|
}
|
|
1327
1328
|
|
|
1328
1329
|
type State$1 = {
|
|
@@ -1724,6 +1725,9 @@ declare const styles$5: {
|
|
|
1724
1725
|
readonly "hintsHidden": string;
|
|
1725
1726
|
readonly "isCollapsed": string;
|
|
1726
1727
|
readonly "isInline": string;
|
|
1728
|
+
readonly "loginError": string;
|
|
1729
|
+
readonly "loginErrorDismiss": string;
|
|
1730
|
+
readonly "loginErrorMessage": string;
|
|
1727
1731
|
readonly "root": string;
|
|
1728
1732
|
readonly "toggleButton": string;
|
|
1729
1733
|
readonly "toggleButtonWrapper": string;
|