@commercetools-frontend/constants 24.9.0 → 24.11.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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
// NOTE: This string will be replaced on build time with the package version.
|
|
6
|
-
var version = "24.
|
|
6
|
+
var version = "24.11.0";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
|
|
@@ -154,7 +154,8 @@ const STORAGE_KEYS = {
|
|
|
154
154
|
ACTIVE_TEAM_ID: 'activeTeamId',
|
|
155
155
|
SELECTED_DATA_LOCALE: 'selectedDataLocale',
|
|
156
156
|
IS_FORCED_MENU_OPEN: 'isForcedMenuOpen',
|
|
157
|
-
LOGIN_STRATEGY: 'loginStrategy'
|
|
157
|
+
LOGIN_STRATEGY: 'loginStrategy',
|
|
158
|
+
ACTIVE_USER_LANGUAGE: 'activeUserLanguage'
|
|
158
159
|
};
|
|
159
160
|
const HTTP_SECURITY_HEADER_KEYS = {
|
|
160
161
|
'Content-Security-Policy': 'Content-Security-Policy',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
// NOTE: This string will be replaced on build time with the package version.
|
|
6
|
-
var version = "24.
|
|
6
|
+
var version = "24.11.0";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
|
|
@@ -154,7 +154,8 @@ const STORAGE_KEYS = {
|
|
|
154
154
|
ACTIVE_TEAM_ID: 'activeTeamId',
|
|
155
155
|
SELECTED_DATA_LOCALE: 'selectedDataLocale',
|
|
156
156
|
IS_FORCED_MENU_OPEN: 'isForcedMenuOpen',
|
|
157
|
-
LOGIN_STRATEGY: 'loginStrategy'
|
|
157
|
+
LOGIN_STRATEGY: 'loginStrategy',
|
|
158
|
+
ACTIVE_USER_LANGUAGE: 'activeUserLanguage'
|
|
158
159
|
};
|
|
159
160
|
const HTTP_SECURITY_HEADER_KEYS = {
|
|
160
161
|
'Content-Security-Policy': 'Content-Security-Policy',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2
|
-
var version = "24.
|
|
2
|
+
var version = "24.11.0";
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* The project key must be between 2 and 36 characters long. It can only contain alphanumeric lowercase characters (a-z, 0-9),
|
|
@@ -150,7 +150,8 @@ const STORAGE_KEYS = {
|
|
|
150
150
|
ACTIVE_TEAM_ID: 'activeTeamId',
|
|
151
151
|
SELECTED_DATA_LOCALE: 'selectedDataLocale',
|
|
152
152
|
IS_FORCED_MENU_OPEN: 'isForcedMenuOpen',
|
|
153
|
-
LOGIN_STRATEGY: 'loginStrategy'
|
|
153
|
+
LOGIN_STRATEGY: 'loginStrategy',
|
|
154
|
+
ACTIVE_USER_LANGUAGE: 'activeUserLanguage'
|
|
154
155
|
};
|
|
155
156
|
const HTTP_SECURITY_HEADER_KEYS = {
|
|
156
157
|
'Content-Security-Policy': 'Content-Security-Policy',
|
|
@@ -255,6 +255,7 @@ export declare const STORAGE_KEYS: {
|
|
|
255
255
|
readonly SELECTED_DATA_LOCALE: "selectedDataLocale";
|
|
256
256
|
readonly IS_FORCED_MENU_OPEN: "isForcedMenuOpen";
|
|
257
257
|
readonly LOGIN_STRATEGY: "loginStrategy";
|
|
258
|
+
readonly ACTIVE_USER_LANGUAGE: "activeUserLanguage";
|
|
258
259
|
};
|
|
259
260
|
export declare const HTTP_SECURITY_HEADER_KEYS: {
|
|
260
261
|
readonly 'Content-Security-Policy': "Content-Security-Policy";
|
package/package.json
CHANGED