@sisense/sdk-pivot-ui 2.22.0 → 2.24.0

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -8196,7 +8196,8 @@ const S$ = {
8196
8196
  ssoNotEnabled: "SSO is not enabled on target instance, please choose another authentication method.",
8197
8197
  ssoNoLoginUrl: "Unable to fetch SSO login URL from target instance. Check SSO settings.",
8198
8198
  passwordAuthFailed: "$t(errorPrefix) Username and password authentication was not successful. Check credentials.",
8199
- tokenAuthFailed: "$t(errorPrefix) Token authentication was not successful. Check credentials."
8199
+ tokenAuthFailed: "$t(errorPrefix) Token authentication was not successful. Check credentials.",
8200
+ authRedirectLimitExceeded: "SSO redirect limit reached. Authentication may be blocked by browser privacy settings or third-party cookie restrictions. Please check your SSO configuration or try a different browser."
8200
8201
  }
8201
8202
  }, T$ = {
8202
8203
  errorPrefix: "[request-error]",
@@ -8206,7 +8207,8 @@ const S$ = {
8206
8207
  ssoNotEnabled: "SSO не ввімкнено на цьому сервері, будь ласка, виберіть інший метод аутентифікації",
8207
8208
  ssoNoLoginUrl: "Неможливо отримати SSO login URL з сервера. Перевірте налаштування SSO.",
8208
8209
  passwordAuthFailed: "$t(errorPrefix) Помилка автентифікації за допомогою імені користувача та пароля. Перевірте дані для входу.",
8209
- tokenAuthFailed: "$t(errorPrefix) Помилка автентифікації за допомогою токена. Перевірте дані для входу."
8210
+ tokenAuthFailed: "$t(errorPrefix) Помилка автентифікації за допомогою токена. Перевірте дані для входу.",
8211
+ authRedirectLimitExceeded: "Досягнуто ліміт перенаправлень SSO. Автентифікацію може блокувати налаштування конфіденційності браузера або обмеження сторонніх cookie. Перевірте конфігурацію SSO або спробуйте інший браузер."
8210
8212
  }
8211
8213
  }, w$ = "sdkRestClient", _$ = {
8212
8214
  en: S$,
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "Sisense",
12
12
  "Compose SDK"
13
13
  ],
14
- "version": "2.22.0",
14
+ "version": "2.24.0",
15
15
  "type": "module",
16
16
  "exports": "./dist/index.js",
17
17
  "main": "./dist/index.js",
@@ -39,11 +39,11 @@
39
39
  "esm/**/*"
40
40
  ],
41
41
  "dependencies": {
42
- "@sisense/sdk-common": "2.22.0",
43
- "@sisense/sdk-data": "2.22.0",
44
- "@sisense/sdk-pivot-query-client": "2.22.0",
45
- "@sisense/sdk-rest-client": "2.22.0",
46
- "@sisense/sdk-shared-ui": "2.22.0",
42
+ "@sisense/sdk-common": "2.24.0",
43
+ "@sisense/sdk-data": "2.24.0",
44
+ "@sisense/sdk-pivot-query-client": "2.24.0",
45
+ "@sisense/sdk-rest-client": "2.24.0",
46
+ "@sisense/sdk-shared-ui": "2.24.0",
47
47
  "classnames": "2.3.2",
48
48
  "dom-css": "2.1.0",
49
49
  "dompurify": "^3.3.0",