@commercetools-frontend/constants 22.34.0 → 22.35.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.34.0";
6
+ var version = "22.35.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),
@@ -197,23 +197,18 @@ const LOGIN_STRATEGY_SSO = 'sso';
197
197
  */
198
198
 
199
199
  const CUSTOM_VIEWS = 'enableCustomViews';
200
- const ENABLE_WORKSPACES_UI = 'enableWorkspacesUi';
201
200
  const FLAGS = {};
202
201
 
203
202
  // Long-lived feature flags, defined in the MC API.
204
203
  const DEFAULT_FLAGS = {
205
204
  [CUSTOM_VIEWS]: {
206
205
  value: true
207
- },
208
- [ENABLE_WORKSPACES_UI]: {
209
- value: false
210
206
  }
211
207
  };
212
208
 
213
209
  var featureToggles = /*#__PURE__*/Object.freeze({
214
210
  __proto__: null,
215
211
  CUSTOM_VIEWS: CUSTOM_VIEWS,
216
- ENABLE_WORKSPACES_UI: ENABLE_WORKSPACES_UI,
217
212
  FLAGS: FLAGS,
218
213
  DEFAULT_FLAGS: DEFAULT_FLAGS
219
214
  });
@@ -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.34.0";
6
+ var version = "22.35.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),
@@ -197,23 +197,18 @@ const LOGIN_STRATEGY_SSO = 'sso';
197
197
  */
198
198
 
199
199
  const CUSTOM_VIEWS = 'enableCustomViews';
200
- const ENABLE_WORKSPACES_UI = 'enableWorkspacesUi';
201
200
  const FLAGS = {};
202
201
 
203
202
  // Long-lived feature flags, defined in the MC API.
204
203
  const DEFAULT_FLAGS = {
205
204
  [CUSTOM_VIEWS]: {
206
205
  value: true
207
- },
208
- [ENABLE_WORKSPACES_UI]: {
209
- value: false
210
206
  }
211
207
  };
212
208
 
213
209
  var featureToggles = /*#__PURE__*/Object.freeze({
214
210
  __proto__: null,
215
211
  CUSTOM_VIEWS: CUSTOM_VIEWS,
216
- ENABLE_WORKSPACES_UI: ENABLE_WORKSPACES_UI,
217
212
  FLAGS: FLAGS,
218
213
  DEFAULT_FLAGS: DEFAULT_FLAGS
219
214
  });
@@ -1,5 +1,5 @@
1
1
  // NOTE: This string will be replaced on build time with the package version.
2
- var version = "22.34.0";
2
+ var version = "22.35.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),
@@ -193,23 +193,18 @@ const LOGIN_STRATEGY_SSO = 'sso';
193
193
  */
194
194
 
195
195
  const CUSTOM_VIEWS = 'enableCustomViews';
196
- const ENABLE_WORKSPACES_UI = 'enableWorkspacesUi';
197
196
  const FLAGS = {};
198
197
 
199
198
  // Long-lived feature flags, defined in the MC API.
200
199
  const DEFAULT_FLAGS = {
201
200
  [CUSTOM_VIEWS]: {
202
201
  value: true
203
- },
204
- [ENABLE_WORKSPACES_UI]: {
205
- value: false
206
202
  }
207
203
  };
208
204
 
209
205
  var featureToggles = /*#__PURE__*/Object.freeze({
210
206
  __proto__: null,
211
207
  CUSTOM_VIEWS: CUSTOM_VIEWS,
212
- ENABLE_WORKSPACES_UI: ENABLE_WORKSPACES_UI,
213
208
  FLAGS: FLAGS,
214
209
  DEFAULT_FLAGS: DEFAULT_FLAGS
215
210
  });
@@ -1,11 +1,7 @@
1
1
  export declare const CUSTOM_VIEWS = "enableCustomViews";
2
- export declare const ENABLE_WORKSPACES_UI = "enableWorkspacesUi";
3
2
  export declare const FLAGS: {};
4
3
  export declare const DEFAULT_FLAGS: {
5
4
  enableCustomViews: {
6
5
  value: boolean;
7
6
  };
8
- enableWorkspacesUi: {
9
- value: boolean;
10
- };
11
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/constants",
3
- "version": "22.34.0",
3
+ "version": "22.35.0",
4
4
  "description": "Shared constants for MC applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {