@commercetools-frontend/constants 22.18.0 → 22.20.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 = "22.18.0";
6
+ var version = "22.20.0";
7
7
 
8
8
  /**
9
9
  * The entryPointUriPath may be between 2 and 36 characters and only contain alphabetic lowercase characters,
@@ -178,13 +178,16 @@ const LOGIN_STRATEGY_SSO = 'sso';
178
178
  */
179
179
 
180
180
  const CUSTOM_VIEWS = 'enableCustomViews';
181
+ const RECOLOURING = 'mcRecolouring';
181
182
  const FLAGS = {
182
- [CUSTOM_VIEWS]: false
183
+ [CUSTOM_VIEWS]: false,
184
+ [RECOLOURING]: false
183
185
  };
184
186
 
185
187
  var featureToggles = /*#__PURE__*/Object.freeze({
186
188
  __proto__: null,
187
189
  CUSTOM_VIEWS: CUSTOM_VIEWS,
190
+ RECOLOURING: RECOLOURING,
188
191
  FLAGS: FLAGS
189
192
  });
190
193
 
@@ -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 = "22.18.0";
6
+ var version = "22.20.0";
7
7
 
8
8
  /**
9
9
  * The entryPointUriPath may be between 2 and 36 characters and only contain alphabetic lowercase characters,
@@ -178,13 +178,16 @@ const LOGIN_STRATEGY_SSO = 'sso';
178
178
  */
179
179
 
180
180
  const CUSTOM_VIEWS = 'enableCustomViews';
181
+ const RECOLOURING = 'mcRecolouring';
181
182
  const FLAGS = {
182
- [CUSTOM_VIEWS]: false
183
+ [CUSTOM_VIEWS]: false,
184
+ [RECOLOURING]: false
183
185
  };
184
186
 
185
187
  var featureToggles = /*#__PURE__*/Object.freeze({
186
188
  __proto__: null,
187
189
  CUSTOM_VIEWS: CUSTOM_VIEWS,
190
+ RECOLOURING: RECOLOURING,
188
191
  FLAGS: FLAGS
189
192
  });
190
193
 
@@ -1,5 +1,5 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "22.18.0";
2
+ var version = "22.20.0";
3
3
 
4
4
  /**
5
5
  * The entryPointUriPath may be between 2 and 36 characters and only contain alphabetic lowercase characters,
@@ -174,13 +174,16 @@ const LOGIN_STRATEGY_SSO = 'sso';
174
174
  */
175
175
 
176
176
  const CUSTOM_VIEWS = 'enableCustomViews';
177
+ const RECOLOURING = 'mcRecolouring';
177
178
  const FLAGS = {
178
- [CUSTOM_VIEWS]: false
179
+ [CUSTOM_VIEWS]: false,
180
+ [RECOLOURING]: false
179
181
  };
180
182
 
181
183
  var featureToggles = /*#__PURE__*/Object.freeze({
182
184
  __proto__: null,
183
185
  CUSTOM_VIEWS: CUSTOM_VIEWS,
186
+ RECOLOURING: RECOLOURING,
184
187
  FLAGS: FLAGS
185
188
  });
186
189
 
@@ -1,4 +1,6 @@
1
1
  export declare const CUSTOM_VIEWS = "enableCustomViews";
2
+ export declare const RECOLOURING = "mcRecolouring";
2
3
  export declare const FLAGS: {
3
4
  enableCustomViews: boolean;
5
+ mcRecolouring: boolean;
4
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "22.18.0",
3
+ "version": "22.20.0",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {