@commercetools-frontend/constants 21.23.7 → 21.23.8
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,12 +3,12 @@
|
|
|
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 = "21.23.
|
|
6
|
+
var version = "21.23.8";
|
|
7
7
|
|
|
8
8
|
// DOM elements
|
|
9
9
|
var PORTALS_CONTAINER_ID = 'portals-container'; // Links
|
|
10
10
|
|
|
11
|
-
var SUPPORT_PORTAL_URL = 'https://
|
|
11
|
+
var SUPPORT_PORTAL_URL = 'https://support.commercetools.com'; // Notification actions
|
|
12
12
|
|
|
13
13
|
var SHOW_LOADING = 'SHOW_LOADING';
|
|
14
14
|
var HIDE_LOADING = 'HIDE_LOADING';
|
|
@@ -3,12 +3,12 @@
|
|
|
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 = "21.23.
|
|
6
|
+
var version = "21.23.8";
|
|
7
7
|
|
|
8
8
|
// DOM elements
|
|
9
9
|
var PORTALS_CONTAINER_ID = 'portals-container'; // Links
|
|
10
10
|
|
|
11
|
-
var SUPPORT_PORTAL_URL = 'https://
|
|
11
|
+
var SUPPORT_PORTAL_URL = 'https://support.commercetools.com'; // Notification actions
|
|
12
12
|
|
|
13
13
|
var SHOW_LOADING = 'SHOW_LOADING';
|
|
14
14
|
var HIDE_LOADING = 'HIDE_LOADING';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// NOTE: This string will be replaced on build time with the package version.
|
|
2
|
-
var version = "21.23.
|
|
2
|
+
var version = "21.23.8";
|
|
3
3
|
|
|
4
4
|
// DOM elements
|
|
5
5
|
var PORTALS_CONTAINER_ID = 'portals-container'; // Links
|
|
6
6
|
|
|
7
|
-
var SUPPORT_PORTAL_URL = 'https://
|
|
7
|
+
var SUPPORT_PORTAL_URL = 'https://support.commercetools.com'; // Notification actions
|
|
8
8
|
|
|
9
9
|
var SHOW_LOADING = 'SHOW_LOADING';
|
|
10
10
|
var HIDE_LOADING = 'HIDE_LOADING';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const PORTALS_CONTAINER_ID = "portals-container";
|
|
2
|
-
export declare const SUPPORT_PORTAL_URL = "https://
|
|
2
|
+
export declare const SUPPORT_PORTAL_URL = "https://support.commercetools.com";
|
|
3
3
|
export declare const SHOW_LOADING = "SHOW_LOADING";
|
|
4
4
|
export declare const HIDE_LOADING = "HIDE_LOADING";
|
|
5
5
|
export declare const HIDE_ALL_PAGE_NOTIFICATIONS = "HIDE_ALL_PAGE_NOTIFICATIONS";
|
package/package.json
CHANGED