@commercetools-frontend/application-config 20.11.0 → 20.12.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.
@@ -327,7 +327,7 @@ var schemaJson = {
327
327
  type: "object",
328
328
  properties: {
329
329
  icon: {
330
- description: "The SVG icon that represents this application. Pass the raw SVG string or a path to an SVG file, for example a relative path `${path:./app.svg}`, or a path from a module `${path:@commercetools-frontend/assets/application-icons/heart.svg}`.",
330
+ description: "The SVG icon that represents this application. Pass the raw SVG string or a path to an SVG file, for example a relative path `${path:./app.svg}`, or a path from a module `${path:@commercetools-frontend/assets/application-icons/04.Rocket.svg}`.",
331
331
  type: "string"
332
332
  },
333
333
  defaultLabel: {
@@ -570,7 +570,7 @@ var getOrThrow = function getOrThrow(fn, errorMessage) {
570
570
  * Allows variable placeholders. Supported types are:
571
571
  * - `env`: For example `${env:MC_API_URL}`.
572
572
  * - `intl`: For example `${intl:en:Menu.title}`.
573
- * - `path`: For example `${path:./app.svg}`, or `${path:@commercetools-frontend/assets/application-icons/heart.svg}`.
573
+ * - `path`: For example `${path:./app.svg}`, or `${path:@commercetools-frontend/assets/application-icons/04.Rocket.svg}`.
574
574
  */
575
575
  var variableSyntax = /\${([ ~:\w.'",\-/()@]+?)}/g;
576
576
  var envRefSyntax = /^env:/g;
@@ -327,7 +327,7 @@ var schemaJson = {
327
327
  type: "object",
328
328
  properties: {
329
329
  icon: {
330
- description: "The SVG icon that represents this application. Pass the raw SVG string or a path to an SVG file, for example a relative path `${path:./app.svg}`, or a path from a module `${path:@commercetools-frontend/assets/application-icons/heart.svg}`.",
330
+ description: "The SVG icon that represents this application. Pass the raw SVG string or a path to an SVG file, for example a relative path `${path:./app.svg}`, or a path from a module `${path:@commercetools-frontend/assets/application-icons/04.Rocket.svg}`.",
331
331
  type: "string"
332
332
  },
333
333
  defaultLabel: {
@@ -570,7 +570,7 @@ var getOrThrow = function getOrThrow(fn, errorMessage) {
570
570
  * Allows variable placeholders. Supported types are:
571
571
  * - `env`: For example `${env:MC_API_URL}`.
572
572
  * - `intl`: For example `${intl:en:Menu.title}`.
573
- * - `path`: For example `${path:./app.svg}`, or `${path:@commercetools-frontend/assets/application-icons/heart.svg}`.
573
+ * - `path`: For example `${path:./app.svg}`, or `${path:@commercetools-frontend/assets/application-icons/04.Rocket.svg}`.
574
574
  */
575
575
  var variableSyntax = /\${([ ~:\w.'",\-/()@]+?)}/g;
576
576
  var envRefSyntax = /^env:/g;
@@ -299,7 +299,7 @@ var schemaJson = {
299
299
  type: "object",
300
300
  properties: {
301
301
  icon: {
302
- description: "The SVG icon that represents this application. Pass the raw SVG string or a path to an SVG file, for example a relative path `${path:./app.svg}`, or a path from a module `${path:@commercetools-frontend/assets/application-icons/heart.svg}`.",
302
+ description: "The SVG icon that represents this application. Pass the raw SVG string or a path to an SVG file, for example a relative path `${path:./app.svg}`, or a path from a module `${path:@commercetools-frontend/assets/application-icons/04.Rocket.svg}`.",
303
303
  type: "string"
304
304
  },
305
305
  defaultLabel: {
@@ -542,7 +542,7 @@ var getOrThrow = function getOrThrow(fn, errorMessage) {
542
542
  * Allows variable placeholders. Supported types are:
543
543
  * - `env`: For example `${env:MC_API_URL}`.
544
544
  * - `intl`: For example `${intl:en:Menu.title}`.
545
- * - `path`: For example `${path:./app.svg}`, or `${path:@commercetools-frontend/assets/application-icons/heart.svg}`.
545
+ * - `path`: For example `${path:./app.svg}`, or `${path:@commercetools-frontend/assets/application-icons/04.Rocket.svg}`.
546
546
  */
547
547
  var variableSyntax = /\${([ ~:\w.'",\-/()@]+?)}/g;
548
548
  var envRefSyntax = /^env:/g;
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="webpack-env" />
3
1
  import { CLOUD_IDENTIFIERS } from './constants';
4
2
  declare const mapCloudIdentifierToApiUrl: (key: typeof CLOUD_IDENTIFIERS[keyof typeof CLOUD_IDENTIFIERS]) => string;
5
3
  declare const getUniqueValues: (initialValues?: string[], additionalValues?: string[]) => string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-config",
3
- "version": "20.11.0",
3
+ "version": "20.12.0",
4
4
  "description": "Configuration utilities for building Custom Applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
package/schema.json CHANGED
@@ -169,7 +169,7 @@
169
169
  "type": "object",
170
170
  "properties": {
171
171
  "icon": {
172
- "description": "The SVG icon that represents this application. Pass the raw SVG string or a path to an SVG file, for example a relative path `${path:./app.svg}`, or a path from a module `${path:@commercetools-frontend/assets/application-icons/heart.svg}`.",
172
+ "description": "The SVG icon that represents this application. Pass the raw SVG string or a path to an SVG file, for example a relative path `${path:./app.svg}`, or a path from a module `${path:@commercetools-frontend/assets/application-icons/04.Rocket.svg}`.",
173
173
  "type": "string"
174
174
  },
175
175
  "defaultLabel": {