@commercetools-frontend-extensions/change-history 8.19.0 → 8.20.1
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.
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +7 -7
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +7 -7
- package/dist/commercetools-frontend-extensions-change-history.esm.js +7 -7
- package/dist/de-18cad55a.cjs.dev.js +3658 -0
- package/dist/de-880c7172.cjs.prod.js +3658 -0
- package/dist/de-d88ec50e.esm.js +3656 -0
- package/dist/en-1a9e77cd.cjs.dev.js +3658 -0
- package/dist/en-623b9ecb.cjs.prod.js +3658 -0
- package/dist/en-70c04202.esm.js +3656 -0
- package/dist/es-6eaa2235.cjs.prod.js +3658 -0
- package/dist/es-929d0897.cjs.dev.js +3658 -0
- package/dist/es-d8f2c3ee.esm.js +3656 -0
- package/dist/fr-FR-9edf8a40.esm.js +3656 -0
- package/dist/fr-FR-a1b30f0a.cjs.dev.js +3658 -0
- package/dist/fr-FR-d1a8524a.cjs.prod.js +3658 -0
- package/dist/pt-BR-b54f0fdb.cjs.dev.js +3658 -0
- package/dist/pt-BR-d7458b1e.esm.js +3656 -0
- package/dist/pt-BR-f543fdc3.cjs.prod.js +3658 -0
- package/dist/zh-CN-117c7d99.cjs.dev.js +3658 -0
- package/dist/zh-CN-210ea4af.cjs.prod.js +3658 -0
- package/dist/zh-CN-a6c09d9a.esm.js +3656 -0
- package/package.json +24 -24
- package/dist/de-3f1c338b.cjs.prod.js +0 -895
- package/dist/de-4e8f3108.cjs.dev.js +0 -895
- package/dist/de-db835f54.esm.js +0 -893
- package/dist/en-0bd196a0.cjs.dev.js +0 -892
- package/dist/en-20699f39.cjs.prod.js +0 -892
- package/dist/en-854a0129.esm.js +0 -890
- package/dist/es-9c6d8cfa.cjs.dev.js +0 -895
- package/dist/es-a56a9166.cjs.prod.js +0 -895
- package/dist/es-e6a9f6f0.esm.js +0 -893
- package/dist/fr-FR-1c336975.cjs.prod.js +0 -895
- package/dist/fr-FR-6015bdfd.cjs.dev.js +0 -895
- package/dist/fr-FR-8beae58a.esm.js +0 -893
- package/dist/pt-BR-172ba01c.esm.js +0 -893
- package/dist/pt-BR-3e55cd41.cjs.prod.js +0 -895
- package/dist/pt-BR-863a6838.cjs.dev.js +0 -895
- package/dist/zh-CN-397a9256.cjs.prod.js +0 -895
- package/dist/zh-CN-9ad890fd.cjs.dev.js +0 -895
- package/dist/zh-CN-d005ac24.esm.js +0 -893
|
@@ -154,7 +154,7 @@ var kebabCase__default = /*#__PURE__*/_interopDefault(kebabCase);
|
|
|
154
154
|
var LeadingIcon__default = /*#__PURE__*/_interopDefault(LeadingIcon);
|
|
155
155
|
|
|
156
156
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
157
|
-
var version = "8.
|
|
157
|
+
var version = "8.20.1";
|
|
158
158
|
|
|
159
159
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
160
160
|
/**
|
|
@@ -22976,17 +22976,17 @@ const loadMessages = locale => {
|
|
|
22976
22976
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
22977
22977
|
switch (intlLocale) {
|
|
22978
22978
|
case 'de':
|
|
22979
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-de" */'./de-
|
|
22979
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-de" */'./de-18cad55a.cjs.dev.js'); });
|
|
22980
22980
|
case 'es':
|
|
22981
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-es" */'./es-
|
|
22981
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-es" */'./es-929d0897.cjs.dev.js'); });
|
|
22982
22982
|
case 'fr-FR':
|
|
22983
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-
|
|
22983
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-a1b30f0a.cjs.dev.js'); });
|
|
22984
22984
|
case 'pt-BR':
|
|
22985
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
22985
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-b54f0fdb.cjs.dev.js'); });
|
|
22986
22986
|
case 'zh-CN':
|
|
22987
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-zh-CN" */'./zh-CN-
|
|
22987
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-zh-CN" */'./zh-CN-117c7d99.cjs.dev.js'); });
|
|
22988
22988
|
default:
|
|
22989
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-en" */'./en-
|
|
22989
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-en" */'./en-1a9e77cd.cjs.dev.js'); });
|
|
22990
22990
|
}
|
|
22991
22991
|
};
|
|
22992
22992
|
|
|
@@ -154,7 +154,7 @@ var kebabCase__default = /*#__PURE__*/_interopDefault(kebabCase);
|
|
|
154
154
|
var LeadingIcon__default = /*#__PURE__*/_interopDefault(LeadingIcon);
|
|
155
155
|
|
|
156
156
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
157
|
-
var version = "8.
|
|
157
|
+
var version = "8.20.1";
|
|
158
158
|
|
|
159
159
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
160
160
|
/**
|
|
@@ -21410,17 +21410,17 @@ const loadMessages = locale => {
|
|
|
21410
21410
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
21411
21411
|
switch (intlLocale) {
|
|
21412
21412
|
case 'de':
|
|
21413
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-de" */'./de-
|
|
21413
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-de" */'./de-880c7172.cjs.prod.js'); });
|
|
21414
21414
|
case 'es':
|
|
21415
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-es" */'./es-
|
|
21415
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-es" */'./es-6eaa2235.cjs.prod.js'); });
|
|
21416
21416
|
case 'fr-FR':
|
|
21417
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-
|
|
21417
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-d1a8524a.cjs.prod.js'); });
|
|
21418
21418
|
case 'pt-BR':
|
|
21419
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
21419
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-f543fdc3.cjs.prod.js'); });
|
|
21420
21420
|
case 'zh-CN':
|
|
21421
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-zh-CN" */'./zh-CN-
|
|
21421
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-zh-CN" */'./zh-CN-210ea4af.cjs.prod.js'); });
|
|
21422
21422
|
default:
|
|
21423
|
-
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-en" */'./en-
|
|
21423
|
+
return Promise.resolve().then(function () { return require( /* webpackChunkName: "change-history-i18n-en" */'./en-623b9ecb.cjs.prod.js'); });
|
|
21424
21424
|
}
|
|
21425
21425
|
};
|
|
21426
21426
|
|
|
@@ -92,7 +92,7 @@ import LeadingIcon from '@commercetools-uikit/icons/leading-icon';
|
|
|
92
92
|
import { parseChunkImport, mapLocaleToIntlLocale } from '@commercetools-frontend/i18n';
|
|
93
93
|
|
|
94
94
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
95
|
-
var version = "8.
|
|
95
|
+
var version = "8.20.1";
|
|
96
96
|
|
|
97
97
|
var fetchFeatureStatusQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchFeatureStatusQuery" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "allFeatures" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "value" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "reason" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 84, source: { body: "query FetchFeatureStatusQuery {\n allFeatures {\n name\n value\n reason\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
|
|
98
98
|
/**
|
|
@@ -22914,17 +22914,17 @@ const loadMessages = locale => {
|
|
|
22914
22914
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
22915
22915
|
switch (intlLocale) {
|
|
22916
22916
|
case 'de':
|
|
22917
|
-
return import( /* webpackChunkName: "change-history-i18n-de" */'./de-
|
|
22917
|
+
return import( /* webpackChunkName: "change-history-i18n-de" */'./de-d88ec50e.esm.js');
|
|
22918
22918
|
case 'es':
|
|
22919
|
-
return import( /* webpackChunkName: "change-history-i18n-es" */'./es-
|
|
22919
|
+
return import( /* webpackChunkName: "change-history-i18n-es" */'./es-d8f2c3ee.esm.js');
|
|
22920
22920
|
case 'fr-FR':
|
|
22921
|
-
return import( /* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-
|
|
22921
|
+
return import( /* webpackChunkName: "change-history-i18n-fr-FR" */'./fr-FR-9edf8a40.esm.js');
|
|
22922
22922
|
case 'pt-BR':
|
|
22923
|
-
return import( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-
|
|
22923
|
+
return import( /* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-d7458b1e.esm.js');
|
|
22924
22924
|
case 'zh-CN':
|
|
22925
|
-
return import( /* webpackChunkName: "change-history-i18n-zh-CN" */'./zh-CN-
|
|
22925
|
+
return import( /* webpackChunkName: "change-history-i18n-zh-CN" */'./zh-CN-a6c09d9a.esm.js');
|
|
22926
22926
|
default:
|
|
22927
|
-
return import( /* webpackChunkName: "change-history-i18n-en" */'./en-
|
|
22927
|
+
return import( /* webpackChunkName: "change-history-i18n-en" */'./en-70c04202.esm.js');
|
|
22928
22928
|
}
|
|
22929
22929
|
};
|
|
22930
22930
|
|