@commercetools-frontend-extensions/change-history 8.36.0 → 8.37.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.
|
@@ -145,7 +145,7 @@ var isFunction__default = /*#__PURE__*/_interopDefault(isFunction);
|
|
|
145
145
|
var _Array$from__default = /*#__PURE__*/_interopDefault(_Array$from);
|
|
146
146
|
|
|
147
147
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
148
|
-
var version = "8.
|
|
148
|
+
var version = "8.37.0";
|
|
149
149
|
|
|
150
150
|
// EXAMPLE
|
|
151
151
|
// export const FEATURE_FLAG_NAME = 'featureFlagName';
|
|
@@ -1624,8 +1624,8 @@ const PRECISION_TYPES = {
|
|
|
1624
1624
|
centPrecision: 'centPrecision'
|
|
1625
1625
|
};
|
|
1626
1626
|
|
|
1627
|
-
function ownKeys$
|
|
1628
|
-
function _objectSpread$
|
|
1627
|
+
function ownKeys$1m(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1628
|
+
function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$1m(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$1m(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1629
1629
|
function getFractionedAmount(moneyValue) {
|
|
1630
1630
|
const _moneyValue$fractionD = moneyValue.fractionDigits,
|
|
1631
1631
|
fractionDigits = _moneyValue$fractionD === void 0 ? 2 : _moneyValue$fractionD;
|
|
@@ -1636,7 +1636,7 @@ function getFractionedAmount(moneyValue) {
|
|
|
1636
1636
|
}
|
|
1637
1637
|
function formatMoney(moneyValue, intl, options) {
|
|
1638
1638
|
if (moneyValue === null) return;
|
|
1639
|
-
return intl.formatNumber(getFractionedAmount(moneyValue), _objectSpread$
|
|
1639
|
+
return intl.formatNumber(getFractionedAmount(moneyValue), _objectSpread$1m({
|
|
1640
1640
|
style: 'currency',
|
|
1641
1641
|
currency: moneyValue.currencyCode,
|
|
1642
1642
|
minimumFractionDigits: moneyValue.fractionDigits
|
|
@@ -1661,8 +1661,8 @@ function formatCustomerName(_ref) {
|
|
|
1661
1661
|
return jsxRuntime.jsx(NoValueFallback, {});
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
|
-
function ownKeys$
|
|
1665
|
-
function _objectSpread$
|
|
1664
|
+
function ownKeys$1l(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1665
|
+
function _objectSpread$1l(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$1l(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$1l(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1666
1666
|
const resourceTypesWithNoLabel = ['key-value-document', 'review'];
|
|
1667
1667
|
const parentTypesWithNoLabel = ['product-selection'];
|
|
1668
1668
|
const getReferenceLabel = (referenceValue, language, languages) => {
|
|
@@ -1748,7 +1748,7 @@ const ReferenceTypeChange = props => {
|
|
|
1748
1748
|
referenceType: String(true)
|
|
1749
1749
|
}));
|
|
1750
1750
|
const resourceType = intl.formatMessage(getEntityTypeNameMessage(props.typeId));
|
|
1751
|
-
const label = getReferenceLabel(_objectSpread$
|
|
1751
|
+
const label = getReferenceLabel(_objectSpread$1l({
|
|
1752
1752
|
id: props.id,
|
|
1753
1753
|
typeId: props.typeId
|
|
1754
1754
|
}, props.expandedProps), language, languages);
|
|
@@ -1789,8 +1789,8 @@ const changeItemLabelStyles = {
|
|
|
1789
1789
|
} ;
|
|
1790
1790
|
|
|
1791
1791
|
const _excluded$l = ["id", "typeId"];
|
|
1792
|
-
function ownKeys$
|
|
1793
|
-
function _objectSpread$
|
|
1792
|
+
function ownKeys$1k(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1793
|
+
function _objectSpread$1k(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$1k(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$1k(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1794
1794
|
const ChangeItemValueByType = props => {
|
|
1795
1795
|
const intl = reactIntl.useIntl();
|
|
1796
1796
|
if (props.value === null || props.value === undefined) return jsxRuntime.jsx(NoValueLabel, {});
|
|
@@ -1840,7 +1840,7 @@ const ChangeItemValueByType = props => {
|
|
|
1840
1840
|
css: productAttributeValuesStyles,
|
|
1841
1841
|
children: [jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
1842
1842
|
isItalic: true,
|
|
1843
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
1843
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1k(_objectSpread$1k({}, messages$1l.attributeItem), {}, {
|
|
1844
1844
|
values: {
|
|
1845
1845
|
b: getBoldText,
|
|
1846
1846
|
index: index + 1
|
|
@@ -1895,8 +1895,8 @@ const ComposedChange = props => jsxRuntime.jsx("div", {
|
|
|
1895
1895
|
});
|
|
1896
1896
|
ComposedChange.displayName = 'ComposedChange';
|
|
1897
1897
|
|
|
1898
|
-
function ownKeys$
|
|
1899
|
-
function _objectSpread$
|
|
1898
|
+
function ownKeys$1j(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1899
|
+
function _objectSpread$1j(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$1j(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$1j(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1900
1900
|
const CustomFieldChange = props => {
|
|
1901
1901
|
const _useApplicationContex = applicationShellConnectors.useApplicationContext(applicationContext => ({
|
|
1902
1902
|
language: applicationContext.dataLocale,
|
|
@@ -1920,7 +1920,7 @@ const CustomFieldChange = props => {
|
|
|
1920
1920
|
}
|
|
1921
1921
|
};
|
|
1922
1922
|
return jsxRuntime.jsx(ComposedChange, {
|
|
1923
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
1923
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1j(_objectSpread$1j({}, messages$1l.customFieldLabel), {}, {
|
|
1924
1924
|
values: {
|
|
1925
1925
|
b: getBoldText,
|
|
1926
1926
|
customField: props.change.previousValue?.label ? localize({
|
|
@@ -1937,8 +1937,8 @@ const CustomFieldChange = props => {
|
|
|
1937
1937
|
};
|
|
1938
1938
|
CustomFieldChange.displayName = 'CustomFieldChange';
|
|
1939
1939
|
|
|
1940
|
-
function ownKeys$
|
|
1941
|
-
function _objectSpread$
|
|
1940
|
+
function ownKeys$1i(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1941
|
+
function _objectSpread$1i(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$1i(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$1i(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1942
1942
|
const CustomTypeChange = props => {
|
|
1943
1943
|
var _context;
|
|
1944
1944
|
const _useApplicationContex = applicationShellConnectors.useApplicationContext(applicationContext => ({
|
|
@@ -1957,7 +1957,7 @@ const CustomTypeChange = props => {
|
|
|
1957
1957
|
language: language,
|
|
1958
1958
|
fallbackOrder: languages
|
|
1959
1959
|
})
|
|
1960
|
-
}) : jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
1960
|
+
}) : jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1i(_objectSpread$1i({}, messages$1l.customTypeIdLabel), {}, {
|
|
1961
1961
|
values: {
|
|
1962
1962
|
customTypeId: props.value.type.id
|
|
1963
1963
|
}
|
|
@@ -1993,8 +1993,8 @@ const JsonDisplay = props => {
|
|
|
1993
1993
|
};
|
|
1994
1994
|
JsonDisplay.displayame = 'JsonDisplay';
|
|
1995
1995
|
|
|
1996
|
-
function ownKeys$
|
|
1997
|
-
function _objectSpread$
|
|
1996
|
+
function ownKeys$1h(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
1997
|
+
function _objectSpread$1h(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$1h(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$1h(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
1998
1998
|
/**
|
|
1999
1999
|
* Maps custom type fields object property into an array
|
|
2000
2000
|
*
|
|
@@ -2019,13 +2019,13 @@ function transformCustomTypeValue(value) {
|
|
|
2019
2019
|
}
|
|
2020
2020
|
const mapCustomTypeFieldsToArray = value => {
|
|
2021
2021
|
var _context;
|
|
2022
|
-
return _objectSpread$
|
|
2022
|
+
return _objectSpread$1h(_objectSpread$1h({}, value), {}, {
|
|
2023
2023
|
fields: value?.fields ? _mapInstanceProperty__default["default"](_context = _Object$entries__default["default"](value.fields)).call(_context, _ref => {
|
|
2024
2024
|
let _ref2 = _slicedToArray(_ref, 2),
|
|
2025
2025
|
key = _ref2[0],
|
|
2026
2026
|
entry = _ref2[1];
|
|
2027
2027
|
const entryValue = entry.value !== undefined ? entry.value : entry;
|
|
2028
|
-
return _objectSpread$
|
|
2028
|
+
return _objectSpread$1h(_objectSpread$1h({}, entry), {}, {
|
|
2029
2029
|
name: key,
|
|
2030
2030
|
value: transformCustomTypeValue(entryValue)
|
|
2031
2031
|
});
|
|
@@ -2398,8 +2398,8 @@ var businessUnitChangeMessages = reactIntl.defineMessages({
|
|
|
2398
2398
|
}
|
|
2399
2399
|
});
|
|
2400
2400
|
|
|
2401
|
-
function ownKeys$
|
|
2402
|
-
function _objectSpread$
|
|
2401
|
+
function ownKeys$1g(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2402
|
+
function _objectSpread$1g(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$1g(Object(t), !0)).call(_context3, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$1g(Object(t))).call(_context4, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
2403
2403
|
const formatRoleAssignmentsForChangeAssociate = (roleAssignments, intl) => _mapInstanceProperty__default["default"](roleAssignments).call(roleAssignments, roleAssignment => jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
2404
2404
|
children: `${roleAssignment.associateRole.key}: ${roleAssignment.inheritance === 'Disabled' ? intl.formatMessage(businessUnitChangeMessages.inheritanceDisabled) : intl.formatMessage(businessUnitChangeMessages.inheritanceEnabled)}`
|
|
2405
2405
|
}, roleAssignment.associateRole.key)) || jsxRuntime.jsx(NoValueLabel, {});
|
|
@@ -2463,7 +2463,7 @@ const BusinessUnitChanges = props => {
|
|
|
2463
2463
|
case ResourceChangeInput.ChangeAddress:
|
|
2464
2464
|
{
|
|
2465
2465
|
return jsxRuntime.jsx(ComposedChange, {
|
|
2466
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
2466
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1g(_objectSpread$1g({}, messages$1l.addressIdLabel), {}, {
|
|
2467
2467
|
values: {
|
|
2468
2468
|
b: getBoldText,
|
|
2469
2469
|
addressId: props.value.id
|
|
@@ -2517,7 +2517,7 @@ const BusinessUnitChanges = props => {
|
|
|
2517
2517
|
{
|
|
2518
2518
|
return jsxRuntime.jsx(ComposedChange, {
|
|
2519
2519
|
label: jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
2520
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
2520
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1g(_objectSpread$1g({}, messages$1l.customFieldLabel), {}, {
|
|
2521
2521
|
values: {
|
|
2522
2522
|
b: getBoldText,
|
|
2523
2523
|
customField: props.change.previousValue?.label ? localize({
|
|
@@ -2527,7 +2527,7 @@ const BusinessUnitChanges = props => {
|
|
|
2527
2527
|
fallbackOrder: languages
|
|
2528
2528
|
}) : props.change.name
|
|
2529
2529
|
}
|
|
2530
|
-
})), jsxRuntime.jsx("br", {}), jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
2530
|
+
})), jsxRuntime.jsx("br", {}), jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1g(_objectSpread$1g({}, messages$1l.addressIdLabel), {}, {
|
|
2531
2531
|
values: {
|
|
2532
2532
|
b: getBoldText,
|
|
2533
2533
|
addressId: props.change.address.id
|
|
@@ -2547,7 +2547,7 @@ const BusinessUnitChanges = props => {
|
|
|
2547
2547
|
case ResourceChangeInput.SetAddressCustomType:
|
|
2548
2548
|
{
|
|
2549
2549
|
return jsxRuntime.jsx(ComposedChange, {
|
|
2550
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
2550
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1g(_objectSpread$1g({}, messages$1l.addressIdLabel), {}, {
|
|
2551
2551
|
values: {
|
|
2552
2552
|
b: getBoldText,
|
|
2553
2553
|
addressId: props.change.address.id
|
|
@@ -2598,10 +2598,10 @@ const BusinessUnitChanges = props => {
|
|
|
2598
2598
|
};
|
|
2599
2599
|
BusinessUnitChanges.displayName = 'BusinessUnitChanges';
|
|
2600
2600
|
|
|
2601
|
-
function ownKeys$
|
|
2602
|
-
function _objectSpread$
|
|
2601
|
+
function ownKeys$1f(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2602
|
+
function _objectSpread$1f(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$1f(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$1f(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
2603
2603
|
const mapDiffToChange = (totalDiff, diff) => {
|
|
2604
|
-
return _objectSpread$
|
|
2604
|
+
return _objectSpread$1f(_objectSpread$1f({}, totalDiff), {}, {
|
|
2605
2605
|
[diff.path[0]]: {
|
|
2606
2606
|
previousValue: diff.lhs,
|
|
2607
2607
|
nextValue: diff.rhs
|
|
@@ -2642,8 +2642,8 @@ const LocalizeChange = props => {
|
|
|
2642
2642
|
};
|
|
2643
2643
|
LocalizeChange.displayName = 'LocalizeChange';
|
|
2644
2644
|
|
|
2645
|
-
function ownKeys$
|
|
2646
|
-
function _objectSpread$
|
|
2645
|
+
function ownKeys$1e(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2646
|
+
function _objectSpread$1e(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$1e(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$1e(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
2647
2647
|
const getChangeValue = (change, value) => {
|
|
2648
2648
|
if (!value) return jsxRuntime.jsx(NoValueLabel, {});
|
|
2649
2649
|
switch (change.change) {
|
|
@@ -2679,7 +2679,7 @@ const AssetChange = props => {
|
|
|
2679
2679
|
});
|
|
2680
2680
|
}
|
|
2681
2681
|
return jsxRuntime.jsx(ComposedChange, {
|
|
2682
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
2682
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1e(_objectSpread$1e({}, messages$1l.assetLabel), {}, {
|
|
2683
2683
|
values: {
|
|
2684
2684
|
b: getBoldText,
|
|
2685
2685
|
asset: localize({
|
|
@@ -2815,8 +2815,8 @@ const CategoryChanges = props => {
|
|
|
2815
2815
|
};
|
|
2816
2816
|
CategoryChanges.displayName = 'CategoryChanges';
|
|
2817
2817
|
|
|
2818
|
-
function ownKeys$
|
|
2819
|
-
function _objectSpread$
|
|
2818
|
+
function ownKeys$1d(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2819
|
+
function _objectSpread$1d(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$1d(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$1d(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
2820
2820
|
const ChannelChanges = props => {
|
|
2821
2821
|
switch (props.change.change) {
|
|
2822
2822
|
case ResourceChangeInput.ChangeDescription:
|
|
@@ -2847,7 +2847,7 @@ const ChannelChanges = props => {
|
|
|
2847
2847
|
return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
2848
2848
|
scale: "xs",
|
|
2849
2849
|
children: [jsxRuntime.jsx("div", {
|
|
2850
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
2850
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1d(_objectSpread$1d({}, messages$1l.averageRatingLabel), {}, {
|
|
2851
2851
|
values: {
|
|
2852
2852
|
averageRating: props.value?.averageRating,
|
|
2853
2853
|
highestRating: props.value?.highestRating,
|
|
@@ -2855,7 +2855,7 @@ const ChannelChanges = props => {
|
|
|
2855
2855
|
}
|
|
2856
2856
|
}))
|
|
2857
2857
|
}), jsxRuntime.jsx("div", {
|
|
2858
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
2858
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1d(_objectSpread$1d({}, messages$1l.numberOfReviewsLabel), {}, {
|
|
2859
2859
|
values: {
|
|
2860
2860
|
count: props.value?.count
|
|
2861
2861
|
}
|
|
@@ -2871,7 +2871,7 @@ const ChannelChanges = props => {
|
|
|
2871
2871
|
}
|
|
2872
2872
|
case ResourceChangeInput.SetGeoLocation:
|
|
2873
2873
|
{
|
|
2874
|
-
return props.value ? jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
2874
|
+
return props.value ? jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1d(_objectSpread$1d({}, messages$1l.geoLocationLabel), {}, {
|
|
2875
2875
|
values: {
|
|
2876
2876
|
type: props.value.type,
|
|
2877
2877
|
longitude: props.value.coordinates[0],
|
|
@@ -4407,9 +4407,9 @@ var messages$Y = reactIntl.defineMessages({
|
|
|
4407
4407
|
}
|
|
4408
4408
|
});
|
|
4409
4409
|
|
|
4410
|
-
function ownKeys$
|
|
4411
|
-
function _objectSpread$
|
|
4412
|
-
var changeMessages = _objectSpread$
|
|
4410
|
+
function ownKeys$1c(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4411
|
+
function _objectSpread$1c(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$1c(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$1c(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
4412
|
+
var changeMessages = _objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c(_objectSpread$1c({}, assetsMessages), messages$1k), messages$1j), messages$1i), messages$1h), messages$1g), commonMessages), messages$1e), messages$1f), messages$1d), messages$1c), messages$1b), messages$1a), messages$19), messages$18), messages$17), messages$16), messages$14), messages$15), messages$13), messages$12), messages$11), messages$10), messages$_), messages$Z), messages$Y), messages$$);
|
|
4413
4413
|
|
|
4414
4414
|
const tableStyles = {
|
|
4415
4415
|
name: "miqc5w",
|
|
@@ -4519,8 +4519,8 @@ const FormattedDateTime = props => {
|
|
|
4519
4519
|
};
|
|
4520
4520
|
FormattedDateTime.displayName = 'FormattedDateTime';
|
|
4521
4521
|
|
|
4522
|
-
function ownKeys$
|
|
4523
|
-
function _objectSpread$
|
|
4522
|
+
function ownKeys$1b(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4523
|
+
function _objectSpread$1b(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$1b(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$1b(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
4524
4524
|
const MAX_LINES = 12;
|
|
4525
4525
|
const MAX_CHARS = 2000;
|
|
4526
4526
|
const isChangeValueLarge$1 = value => {
|
|
@@ -4625,7 +4625,7 @@ const CustomObjectChanges = props => {
|
|
|
4625
4625
|
{
|
|
4626
4626
|
return isChangeValueLarge$1(props.change.previousValue) || isChangeValueLarge$1(props.change.nextValue) ? jsxRuntime.jsxs("div", {
|
|
4627
4627
|
css: productAttributeValuesStyles,
|
|
4628
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4628
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1b(_objectSpread$1b({}, messages$1l.pathLabel), {}, {
|
|
4629
4629
|
values: {
|
|
4630
4630
|
path: props.change.path,
|
|
4631
4631
|
b: getBoldText
|
|
@@ -4638,7 +4638,7 @@ const CustomObjectChanges = props => {
|
|
|
4638
4638
|
})
|
|
4639
4639
|
})]
|
|
4640
4640
|
}) : jsxRuntime.jsx(ComposedChange, {
|
|
4641
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4641
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1b(_objectSpread$1b({}, messages$1l.pathLabel), {}, {
|
|
4642
4642
|
values: {
|
|
4643
4643
|
path: props.change.path,
|
|
4644
4644
|
b: getBoldText
|
|
@@ -4656,7 +4656,7 @@ const CustomObjectChanges = props => {
|
|
|
4656
4656
|
{
|
|
4657
4657
|
return jsxRuntime.jsxs("div", {
|
|
4658
4658
|
css: productAttributeValuesStyles,
|
|
4659
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4659
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1b(_objectSpread$1b({}, messages$1l.pathLabel), {}, {
|
|
4660
4660
|
values: {
|
|
4661
4661
|
path: props.change.path,
|
|
4662
4662
|
b: getBoldText
|
|
@@ -4676,7 +4676,7 @@ const CustomObjectChanges = props => {
|
|
|
4676
4676
|
{
|
|
4677
4677
|
return jsxRuntime.jsxs("div", {
|
|
4678
4678
|
css: productAttributeValuesStyles,
|
|
4679
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4679
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1b(_objectSpread$1b({}, messages$1l.pathLabel), {}, {
|
|
4680
4680
|
values: {
|
|
4681
4681
|
path: props.change.path,
|
|
4682
4682
|
b: getBoldText
|
|
@@ -4703,8 +4703,8 @@ const CustomObjectChanges = props => {
|
|
|
4703
4703
|
CustomObjectChanges.displayName = 'CustomObjectChanges';
|
|
4704
4704
|
|
|
4705
4705
|
const _excluded$j = ["typeId", "id"];
|
|
4706
|
-
function ownKeys$
|
|
4707
|
-
function _objectSpread$
|
|
4706
|
+
function ownKeys$1a(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4707
|
+
function _objectSpread$1a(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$1a(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$1a(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
4708
4708
|
const CustomerChanges = props => {
|
|
4709
4709
|
switch (props.change.change) {
|
|
4710
4710
|
case ResourceChangeInput.SetStores:
|
|
@@ -4743,7 +4743,7 @@ const CustomerChanges = props => {
|
|
|
4743
4743
|
case ResourceChangeInput.ChangeAddress:
|
|
4744
4744
|
{
|
|
4745
4745
|
return jsxRuntime.jsx(ComposedChange, {
|
|
4746
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4746
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$1a(_objectSpread$1a({}, messages$1l.addressIdLabel), {}, {
|
|
4747
4747
|
values: {
|
|
4748
4748
|
b: getBoldText,
|
|
4749
4749
|
addressId: props.value.id
|
|
@@ -4795,8 +4795,8 @@ const CustomerChanges = props => {
|
|
|
4795
4795
|
CustomerChanges.displayName = 'CustomerChanges';
|
|
4796
4796
|
|
|
4797
4797
|
const _excluded$i = ["typeId", "id"];
|
|
4798
|
-
function ownKeys$
|
|
4799
|
-
function _objectSpread$
|
|
4798
|
+
function ownKeys$19(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4799
|
+
function _objectSpread$19(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$19(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$19(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
4800
4800
|
const DiscountChanges = props => {
|
|
4801
4801
|
var _context;
|
|
4802
4802
|
const intl = reactIntl.useIntl();
|
|
@@ -4815,7 +4815,7 @@ const DiscountChanges = props => {
|
|
|
4815
4815
|
return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
4816
4816
|
scale: "xs",
|
|
4817
4817
|
children: [jsxRuntime.jsx("div", {
|
|
4818
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4818
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$19(_objectSpread$19({}, messages$1l.validFromLabel), {}, {
|
|
4819
4819
|
values: {
|
|
4820
4820
|
date: props.value.validFrom ? jsxRuntime.jsx(FormattedDateTime, {
|
|
4821
4821
|
type: "datetime",
|
|
@@ -4826,7 +4826,7 @@ const DiscountChanges = props => {
|
|
|
4826
4826
|
}
|
|
4827
4827
|
}))
|
|
4828
4828
|
}), jsxRuntime.jsx("div", {
|
|
4829
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4829
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$19(_objectSpread$19({}, messages$1l.validUntilLabel), {}, {
|
|
4830
4830
|
values: {
|
|
4831
4831
|
date: props.value.validUntil ? jsxRuntime.jsx(FormattedDateTime, {
|
|
4832
4832
|
type: "datetime",
|
|
@@ -4867,7 +4867,7 @@ const DiscountChanges = props => {
|
|
|
4867
4867
|
return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
4868
4868
|
scale: "xs",
|
|
4869
4869
|
children: [jsxRuntime.jsx("div", {
|
|
4870
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4870
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$19(_objectSpread$19({}, messages$1l.predicateTypeLabel), {}, {
|
|
4871
4871
|
values: {
|
|
4872
4872
|
predicateType: jsxRuntime.jsx("b", {
|
|
4873
4873
|
children: props.value.type
|
|
@@ -4920,8 +4920,8 @@ const DiscountChanges = props => {
|
|
|
4920
4920
|
DiscountChanges.displayName = 'DiscountChanges';
|
|
4921
4921
|
|
|
4922
4922
|
const _excluded$h = ["typeId", "id"];
|
|
4923
|
-
function ownKeys$
|
|
4924
|
-
function _objectSpread$
|
|
4923
|
+
function ownKeys$18(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4924
|
+
function _objectSpread$18(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$18(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$18(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
4925
4925
|
const InventoryEntryChanges = props => {
|
|
4926
4926
|
switch (props.change.change) {
|
|
4927
4927
|
case ResourceChangeInput.SetCustomType:
|
|
@@ -4940,13 +4940,13 @@ const InventoryEntryChanges = props => {
|
|
|
4940
4940
|
return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
4941
4941
|
scale: "xs",
|
|
4942
4942
|
children: [jsxRuntime.jsx("div", {
|
|
4943
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4943
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$18(_objectSpread$18({}, messages$1l.quantityOnStockLabel), {}, {
|
|
4944
4944
|
values: {
|
|
4945
4945
|
quantity: props.value.quantityOnStock
|
|
4946
4946
|
}
|
|
4947
4947
|
}))
|
|
4948
4948
|
}), jsxRuntime.jsx("div", {
|
|
4949
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4949
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$18(_objectSpread$18({}, messages$1l.availableQuantityLabel), {}, {
|
|
4950
4950
|
values: {
|
|
4951
4951
|
quantity: props.value.availableQuantity
|
|
4952
4952
|
}
|
|
@@ -4954,7 +4954,7 @@ const InventoryEntryChanges = props => {
|
|
|
4954
4954
|
})]
|
|
4955
4955
|
});
|
|
4956
4956
|
case ResourceChangeInput.SetRestockableInDays:
|
|
4957
|
-
return jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4957
|
+
return jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$18(_objectSpread$18({}, messages$1l.setRestockableInDaysLabel), {}, {
|
|
4958
4958
|
values: {
|
|
4959
4959
|
day: props.value
|
|
4960
4960
|
}
|
|
@@ -4991,36 +4991,36 @@ const InventoryEntryChanges = props => {
|
|
|
4991
4991
|
};
|
|
4992
4992
|
InventoryEntryChanges.displayName = 'InventoryEntryChanges';
|
|
4993
4993
|
|
|
4994
|
-
function ownKeys$
|
|
4995
|
-
function _objectSpread$
|
|
4994
|
+
function ownKeys$17(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4995
|
+
function _objectSpread$17(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$17(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$17(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
4996
4996
|
const TrackingDataChange = props => props.value ? jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
4997
4997
|
scale: "xs",
|
|
4998
4998
|
children: [props.value.trackingId && jsxRuntime.jsx("div", {
|
|
4999
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
4999
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.trackingIdLabel), {}, {
|
|
5000
5000
|
values: {
|
|
5001
5001
|
trackingId: props.value.trackingId
|
|
5002
5002
|
}
|
|
5003
5003
|
}))
|
|
5004
5004
|
}), props.value.carrier && jsxRuntime.jsx("div", {
|
|
5005
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5005
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.carrierLabel), {}, {
|
|
5006
5006
|
values: {
|
|
5007
5007
|
carrier: props.value.carrier
|
|
5008
5008
|
}
|
|
5009
5009
|
}))
|
|
5010
5010
|
}), props.value.provider && jsxRuntime.jsx("div", {
|
|
5011
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5011
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.providerLabel), {}, {
|
|
5012
5012
|
values: {
|
|
5013
5013
|
provider: props.value.provider
|
|
5014
5014
|
}
|
|
5015
5015
|
}))
|
|
5016
5016
|
}), props.value.providerTransaction && jsxRuntime.jsx("div", {
|
|
5017
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5017
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.providerTransactionLabel), {}, {
|
|
5018
5018
|
values: {
|
|
5019
5019
|
providerTransaction: props.value.providerTransaction
|
|
5020
5020
|
}
|
|
5021
5021
|
}))
|
|
5022
5022
|
}), props.value.isReturn !== undefined && jsxRuntime.jsx("div", {
|
|
5023
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5023
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.isReturnLabel), {}, {
|
|
5024
5024
|
values: {
|
|
5025
5025
|
isReturn: _JSON$stringify__default["default"](props.value.isReturn)
|
|
5026
5026
|
}
|
|
@@ -5031,25 +5031,25 @@ TrackingDataChange.displayName = 'TrackingDataChange';
|
|
|
5031
5031
|
const MeasurementsChange = props => props.value ? jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
5032
5032
|
scale: "xs",
|
|
5033
5033
|
children: [props.value.heightInMillimeter && jsxRuntime.jsx("div", {
|
|
5034
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5034
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.heightInMillimeterLabel), {}, {
|
|
5035
5035
|
values: {
|
|
5036
5036
|
heightInMillimeter: props.value.heightInMillimeter
|
|
5037
5037
|
}
|
|
5038
5038
|
}))
|
|
5039
5039
|
}), props.value.lengthInMillimeter && jsxRuntime.jsx("div", {
|
|
5040
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5040
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.lengthInMillimeterLabel), {}, {
|
|
5041
5041
|
values: {
|
|
5042
5042
|
lengthInMillimeter: props.value.lengthInMillimeter
|
|
5043
5043
|
}
|
|
5044
5044
|
}))
|
|
5045
5045
|
}), props.value.widthInMillimeter && jsxRuntime.jsx("div", {
|
|
5046
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5046
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.widthInMillimeterLabel), {}, {
|
|
5047
5047
|
values: {
|
|
5048
5048
|
widthInMillimeter: props.value.widthInMillimeter
|
|
5049
5049
|
}
|
|
5050
5050
|
}))
|
|
5051
5051
|
}), props.value.weightInGram && jsxRuntime.jsx("div", {
|
|
5052
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5052
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$17(_objectSpread$17({}, messages$1l.weightInGramLabel), {}, {
|
|
5053
5053
|
values: {
|
|
5054
5054
|
weightInGram: props.value.weightInGram
|
|
5055
5055
|
}
|
|
@@ -5058,8 +5058,8 @@ const MeasurementsChange = props => props.value ? jsxRuntime.jsxs(uiKit.Spacings
|
|
|
5058
5058
|
}) : jsxRuntime.jsx(NoValueLabel, {});
|
|
5059
5059
|
MeasurementsChange.displayName = 'MeasurementsChange';
|
|
5060
5060
|
|
|
5061
|
-
function ownKeys$
|
|
5062
|
-
function _objectSpread$
|
|
5061
|
+
function ownKeys$16(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5062
|
+
function _objectSpread$16(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$16(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$16(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
5063
5063
|
const SetCustomerChange = props => {
|
|
5064
5064
|
if (!props.value) return jsxRuntime.jsx(NoValueLabel, {});
|
|
5065
5065
|
if (!props.value.email) return props.value.id;
|
|
@@ -5067,19 +5067,19 @@ const SetCustomerChange = props => {
|
|
|
5067
5067
|
css: productAttributeValuesStyles,
|
|
5068
5068
|
children: jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
5069
5069
|
scale: "xs",
|
|
5070
|
-
children: [props.value.email && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5070
|
+
children: [props.value.email && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$16(_objectSpread$16({}, messages$1l.customerEmailLabel), {}, {
|
|
5071
5071
|
values: {
|
|
5072
5072
|
email: props.value.email
|
|
5073
5073
|
}
|
|
5074
|
-
})), props.value.firstName && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5074
|
+
})), props.value.firstName && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$16(_objectSpread$16({}, messages$1l.customerFirstNameLabel), {}, {
|
|
5075
5075
|
values: {
|
|
5076
5076
|
firstName: props.value.firstName
|
|
5077
5077
|
}
|
|
5078
|
-
})), props.value.lastName && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5078
|
+
})), props.value.lastName && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$16(_objectSpread$16({}, messages$1l.customerLastNameLabel), {}, {
|
|
5079
5079
|
values: {
|
|
5080
5080
|
lastName: props.value.lastName
|
|
5081
5081
|
}
|
|
5082
|
-
})), props.value.customerNumber && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5082
|
+
})), props.value.customerNumber && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$16(_objectSpread$16({}, messages$1l.customerNumberLabel), {}, {
|
|
5083
5083
|
values: {
|
|
5084
5084
|
customerNumber: props.value.customerNumber
|
|
5085
5085
|
}
|
|
@@ -5089,21 +5089,21 @@ const SetCustomerChange = props => {
|
|
|
5089
5089
|
};
|
|
5090
5090
|
SetCustomerChange.displayName = 'SetCustomerChange';
|
|
5091
5091
|
|
|
5092
|
-
function ownKeys$
|
|
5093
|
-
function _objectSpread$
|
|
5092
|
+
function ownKeys$15(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5093
|
+
function _objectSpread$15(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$15(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$15(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
5094
5094
|
const ShippingRateChange = props => {
|
|
5095
5095
|
var _context;
|
|
5096
5096
|
const intl = reactIntl.useIntl();
|
|
5097
5097
|
return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
5098
5098
|
scale: "xs",
|
|
5099
5099
|
children: [jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
5100
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5100
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$15(_objectSpread$15({}, messages$1l.shippingRatePriceLabel), {}, {
|
|
5101
5101
|
values: {
|
|
5102
5102
|
price: formatMoney(props.value.price, intl)
|
|
5103
5103
|
}
|
|
5104
5104
|
}))
|
|
5105
5105
|
}), props.value.freeAbove && jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
5106
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5106
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$15(_objectSpread$15({}, messages$1l.shippingRateFreeAboveLabel), {}, {
|
|
5107
5107
|
values: {
|
|
5108
5108
|
freeAbove: formatMoney(props.value.freeAbove, intl)
|
|
5109
5109
|
}
|
|
@@ -5122,7 +5122,7 @@ const ShippingRateChange = props => {
|
|
|
5122
5122
|
children: jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
5123
5123
|
scale: "xs",
|
|
5124
5124
|
children: [jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
5125
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5125
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$15(_objectSpread$15({}, messages$1l.shippingRatePriceLabel), {}, {
|
|
5126
5126
|
values: {
|
|
5127
5127
|
price: formatMoney(tier.price, intl)
|
|
5128
5128
|
}
|
|
@@ -5130,17 +5130,17 @@ const ShippingRateChange = props => {
|
|
|
5130
5130
|
}), jsxRuntime.jsx(uiKit.Spacings.Inline, {
|
|
5131
5131
|
scale: "xs",
|
|
5132
5132
|
children: jsxRuntime.jsxs(uiKit.Text.Detail, {
|
|
5133
|
-
children: [tier.minimumCentAmount && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5133
|
+
children: [tier.minimumCentAmount && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$15(_objectSpread$15({}, messages$1l.cartValueShippingRateTierLabel), {}, {
|
|
5134
5134
|
values: {
|
|
5135
|
-
minimumCentAmount: formatMoney(_objectSpread$
|
|
5135
|
+
minimumCentAmount: formatMoney(_objectSpread$15(_objectSpread$15({}, tier.price), {}, {
|
|
5136
5136
|
centAmount: tier.minimumCentAmount
|
|
5137
5137
|
}), intl)
|
|
5138
5138
|
}
|
|
5139
|
-
})), tier.score && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5139
|
+
})), tier.score && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$15(_objectSpread$15({}, messages$1l.cartScoreShippingRateTierLabel), {}, {
|
|
5140
5140
|
values: {
|
|
5141
5141
|
score: tier.score
|
|
5142
5142
|
}
|
|
5143
|
-
})), tier.value && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5143
|
+
})), tier.value && jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$15(_objectSpread$15({}, messages$1l.cartClassificationShippingRateTierLabel), {}, {
|
|
5144
5144
|
values: {
|
|
5145
5145
|
key: tier.value
|
|
5146
5146
|
}
|
|
@@ -5155,8 +5155,8 @@ const ShippingRateChange = props => {
|
|
|
5155
5155
|
};
|
|
5156
5156
|
ShippingRateChange.displayName = 'ShippingRateChange';
|
|
5157
5157
|
|
|
5158
|
-
function ownKeys$
|
|
5159
|
-
function _objectSpread$
|
|
5158
|
+
function ownKeys$14(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5159
|
+
function _objectSpread$14(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$14(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$14(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
5160
5160
|
const ShippingRateInputChange = props => {
|
|
5161
5161
|
const _useApplicationContex = applicationShellConnectors.useApplicationContext(applicationContext => ({
|
|
5162
5162
|
language: applicationContext.dataLocale,
|
|
@@ -5178,7 +5178,7 @@ const ShippingRateInputChange = props => {
|
|
|
5178
5178
|
}), jsxRuntime.jsx(uiKit.Spacings.Inline, {
|
|
5179
5179
|
scale: "xs",
|
|
5180
5180
|
children: jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
5181
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5181
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$14(_objectSpread$14({}, messages$1l.valueLabel), {}, {
|
|
5182
5182
|
values: {
|
|
5183
5183
|
value: props.value.score || localize({
|
|
5184
5184
|
obj: props.value,
|
|
@@ -5194,8 +5194,8 @@ const ShippingRateInputChange = props => {
|
|
|
5194
5194
|
};
|
|
5195
5195
|
ShippingRateInputChange.displayName = 'ShippingRateInputChange';
|
|
5196
5196
|
|
|
5197
|
-
function ownKeys$
|
|
5198
|
-
function _objectSpread$
|
|
5197
|
+
function ownKeys$13(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5198
|
+
function _objectSpread$13(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$13(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$13(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
5199
5199
|
const TaxRateChange = props => {
|
|
5200
5200
|
var _context;
|
|
5201
5201
|
return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
@@ -5208,7 +5208,7 @@ const TaxRateChange = props => {
|
|
|
5208
5208
|
children: props.value.name
|
|
5209
5209
|
})]
|
|
5210
5210
|
}), jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
5211
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5211
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$13(_objectSpread$13({}, props.value.includedInPrice ? messages$1l.taxRateAmountIncludedInPriceLabel : messages$1l.taxRateAmountNotIncludedInPriceLabel), {}, {
|
|
5212
5212
|
values: {
|
|
5213
5213
|
amount: props.value.amount
|
|
5214
5214
|
}
|
|
@@ -5234,21 +5234,21 @@ const TaxRateChange = props => {
|
|
|
5234
5234
|
};
|
|
5235
5235
|
TaxRateChange.displayName = 'TaxRateChange';
|
|
5236
5236
|
|
|
5237
|
-
function ownKeys$
|
|
5238
|
-
function _objectSpread$
|
|
5237
|
+
function ownKeys$12(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5238
|
+
function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$12(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$12(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
5239
5239
|
const TaxedPriceChange = props => {
|
|
5240
5240
|
var _context;
|
|
5241
5241
|
const intl = reactIntl.useIntl();
|
|
5242
5242
|
return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
5243
5243
|
scale: "xs",
|
|
5244
5244
|
children: [jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
5245
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5245
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$12(_objectSpread$12({}, messages$1l.totalNetLabel), {}, {
|
|
5246
5246
|
values: {
|
|
5247
5247
|
totalNet: formatMoney(props.value.totalNet, intl)
|
|
5248
5248
|
}
|
|
5249
5249
|
}))
|
|
5250
5250
|
}), jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
5251
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5251
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$12(_objectSpread$12({}, messages$1l.totalGrossLabel), {}, {
|
|
5252
5252
|
values: {
|
|
5253
5253
|
totalGross: formatMoney(props.value.totalGross, intl)
|
|
5254
5254
|
}
|
|
@@ -5268,7 +5268,7 @@ const TaxedPriceChange = props => {
|
|
|
5268
5268
|
children: taxPortion.name
|
|
5269
5269
|
})]
|
|
5270
5270
|
}), jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
5271
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5271
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$12(_objectSpread$12({}, messages$1l.taxPortionItemLabel), {}, {
|
|
5272
5272
|
values: {
|
|
5273
5273
|
amount: formatMoney(taxPortion.amount, intl),
|
|
5274
5274
|
rate: taxPortion.rate
|
|
@@ -5444,23 +5444,23 @@ var messages$X = reactIntl.defineMessages({
|
|
|
5444
5444
|
|
|
5445
5445
|
const _excluded$g = ["typeId", "id"],
|
|
5446
5446
|
_excluded2$4 = ["typeId", "id"];
|
|
5447
|
-
function ownKeys$
|
|
5448
|
-
function _objectSpread$
|
|
5447
|
+
function ownKeys$11(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5448
|
+
function _objectSpread$11(e) { for (var r = 1; r < arguments.length; r++) { var _context7, _context8; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context7 = ownKeys$11(Object(t), !0)).call(_context7, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context8 = ownKeys$11(Object(t))).call(_context8, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
5449
5449
|
const lineItemPropsMessages = {
|
|
5450
|
-
name: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5451
|
-
price: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5452
|
-
quantity: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5453
|
-
totalPrice: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5454
|
-
variantId: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5455
|
-
variantSku: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5450
|
+
name: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.nameColumnLabel)),
|
|
5451
|
+
price: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.priceColumnLabel)),
|
|
5452
|
+
quantity: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.quantityColumnLabel)),
|
|
5453
|
+
totalPrice: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.totalPriceColumnLabel)),
|
|
5454
|
+
variantId: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.variantIdColumnLabel)),
|
|
5455
|
+
variantSku: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.variantSkuColumnLabel))
|
|
5456
5456
|
};
|
|
5457
5457
|
const customLineItemsPropsMessages = {
|
|
5458
|
-
name: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5459
|
-
slug: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5460
|
-
quantity: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5461
|
-
totalPrice: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5458
|
+
name: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.nameColumnLabel)),
|
|
5459
|
+
slug: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.slugColumnLabel)),
|
|
5460
|
+
quantity: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.quantityColumnLabel)),
|
|
5461
|
+
totalPrice: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$X.totalPriceColumnLabel))
|
|
5462
5462
|
};
|
|
5463
|
-
const getLineItemLabel = (lineItemChange, language, languages) => jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5463
|
+
const getLineItemLabel = (lineItemChange, language, languages) => jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.lineItemLabel), {}, {
|
|
5464
5464
|
values: {
|
|
5465
5465
|
b: getBoldText,
|
|
5466
5466
|
item: localize({
|
|
@@ -5473,7 +5473,7 @@ const getLineItemLabel = (lineItemChange, language, languages) => jsxRuntime.jsx
|
|
|
5473
5473
|
variant: lineItemChange.variant
|
|
5474
5474
|
}
|
|
5475
5475
|
}));
|
|
5476
|
-
const getCustomLineItemLabel = (customLineItemChange, language, languages) => jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5476
|
+
const getCustomLineItemLabel = (customLineItemChange, language, languages) => jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.customLineItemLabel), {}, {
|
|
5477
5477
|
values: {
|
|
5478
5478
|
b: getBoldText,
|
|
5479
5479
|
item: localize({
|
|
@@ -5535,7 +5535,7 @@ const OrderChanges = props => {
|
|
|
5535
5535
|
{
|
|
5536
5536
|
var _context, _context2;
|
|
5537
5537
|
return jsxRuntime.jsx(ComposedChange, {
|
|
5538
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5538
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.parcelLabel), {}, {
|
|
5539
5539
|
values: {
|
|
5540
5540
|
b: getBoldText,
|
|
5541
5541
|
parcelDate: formatDateTime('datetime', props.change.parcel?.createdAt, {
|
|
@@ -5546,7 +5546,7 @@ const OrderChanges = props => {
|
|
|
5546
5546
|
nextValue: jsxRuntime.jsx(uiKit.Spacings.Stack, {
|
|
5547
5547
|
scale: "xs",
|
|
5548
5548
|
children: props.change.nextValue.length > 0 ? _mapInstanceProperty__default["default"](_context = props.change.nextValue).call(_context, next => jsxRuntime.jsx("div", {
|
|
5549
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5549
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.parcelInfoLabel), {}, {
|
|
5550
5550
|
values: {
|
|
5551
5551
|
parcelId: next.id,
|
|
5552
5552
|
parcelQuantity: next.quantity
|
|
@@ -5557,7 +5557,7 @@ const OrderChanges = props => {
|
|
|
5557
5557
|
previousValue: jsxRuntime.jsx(uiKit.Spacings.Stack, {
|
|
5558
5558
|
scale: "xs",
|
|
5559
5559
|
children: props.change.previousValue.length > 0 ? _mapInstanceProperty__default["default"](_context2 = props.change.previousValue).call(_context2, prev => jsxRuntime.jsx("div", {
|
|
5560
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5560
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.parcelInfoLabel), {}, {
|
|
5561
5561
|
values: {
|
|
5562
5562
|
parcelId: prev.id,
|
|
5563
5563
|
parcelQuantity: prev.quantity
|
|
@@ -5571,7 +5571,7 @@ const OrderChanges = props => {
|
|
|
5571
5571
|
{
|
|
5572
5572
|
var _context3, _context4;
|
|
5573
5573
|
return jsxRuntime.jsx(ComposedChange, {
|
|
5574
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5574
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.deliveryLabel), {}, {
|
|
5575
5575
|
values: {
|
|
5576
5576
|
b: getBoldText,
|
|
5577
5577
|
delivery: props.change.deliveryId
|
|
@@ -5580,7 +5580,7 @@ const OrderChanges = props => {
|
|
|
5580
5580
|
nextValue: jsxRuntime.jsx(uiKit.Spacings.Stack, {
|
|
5581
5581
|
scale: "xs",
|
|
5582
5582
|
children: props.change.nextValue.length > 0 ? _mapInstanceProperty__default["default"](_context3 = props.change.nextValue).call(_context3, next => jsxRuntime.jsx("div", {
|
|
5583
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5583
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.parcelInfoLabel), {}, {
|
|
5584
5584
|
values: {
|
|
5585
5585
|
parcelId: next.id,
|
|
5586
5586
|
parcelQuantity: next.quantity
|
|
@@ -5591,7 +5591,7 @@ const OrderChanges = props => {
|
|
|
5591
5591
|
previousValue: jsxRuntime.jsx(uiKit.Spacings.Stack, {
|
|
5592
5592
|
scale: "xs",
|
|
5593
5593
|
children: props.change.previousValue.length > 0 ? _mapInstanceProperty__default["default"](_context4 = props.change.previousValue).call(_context4, prev => jsxRuntime.jsx("div", {
|
|
5594
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5594
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.parcelInfoLabel), {}, {
|
|
5595
5595
|
values: {
|
|
5596
5596
|
parcelId: prev.id,
|
|
5597
5597
|
parcelQuantity: prev.quantity
|
|
@@ -5604,7 +5604,7 @@ const OrderChanges = props => {
|
|
|
5604
5604
|
case ResourceChangeInput.UpdateItemShippingAddress:
|
|
5605
5605
|
{
|
|
5606
5606
|
return jsxRuntime.jsx(ComposedChange, {
|
|
5607
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5607
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.addressKeyLabel), {}, {
|
|
5608
5608
|
values: {
|
|
5609
5609
|
b: getBoldText,
|
|
5610
5610
|
addressKey: props.change.previousValue.key || props.change.nextValue.key
|
|
@@ -5622,7 +5622,7 @@ const OrderChanges = props => {
|
|
|
5622
5622
|
nextValue: jsxRuntime.jsx(uiKit.Spacings.Stack, {
|
|
5623
5623
|
scale: "xs",
|
|
5624
5624
|
children: props.change.nextValue?.targets.length > 0 ? props.change.nextValue?.targets.map(target => jsxRuntime.jsx("div", {
|
|
5625
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5625
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.itemShippingAddressLabel), {}, {
|
|
5626
5626
|
values: target
|
|
5627
5627
|
}))
|
|
5628
5628
|
}, `${props?.change?.change}-next-${target.id}-${target.quantity}`)) : jsxRuntime.jsx(NoValueLabel, {})
|
|
@@ -5630,7 +5630,7 @@ const OrderChanges = props => {
|
|
|
5630
5630
|
previousValue: jsxRuntime.jsx(uiKit.Spacings.Stack, {
|
|
5631
5631
|
scale: "xs",
|
|
5632
5632
|
children: props.change.previousValue?.targets.length > 0 ? props.change.previousValue?.targets.map(target => jsxRuntime.jsx("div", {
|
|
5633
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5633
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.itemShippingAddressLabel), {}, {
|
|
5634
5634
|
values: target
|
|
5635
5635
|
}))
|
|
5636
5636
|
}, `${props?.change?.change}-prev-${target.id}-${target.quantity}`)) : jsxRuntime.jsx(NoValueLabel, {})
|
|
@@ -5640,7 +5640,7 @@ const OrderChanges = props => {
|
|
|
5640
5640
|
case ResourceChangeInput.SetParcelTrackingData:
|
|
5641
5641
|
{
|
|
5642
5642
|
return jsxRuntime.jsx(ComposedChange, {
|
|
5643
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5643
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.parcelLabel), {}, {
|
|
5644
5644
|
values: {
|
|
5645
5645
|
b: getBoldText,
|
|
5646
5646
|
parcelDate: formatDateTime('datetime', props.change.parcel?.createdAt, {
|
|
@@ -5659,7 +5659,7 @@ const OrderChanges = props => {
|
|
|
5659
5659
|
case ResourceChangeInput.SetParcelMeasurements:
|
|
5660
5660
|
{
|
|
5661
5661
|
return jsxRuntime.jsx(ComposedChange, {
|
|
5662
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5662
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.parcelLabel), {}, {
|
|
5663
5663
|
values: {
|
|
5664
5664
|
b: getBoldText,
|
|
5665
5665
|
parcelDate: formatDateTime('datetime', props.change.parcel?.createdAt, {
|
|
@@ -5681,7 +5681,7 @@ const OrderChanges = props => {
|
|
|
5681
5681
|
const value = props.value || props.change.previousValue;
|
|
5682
5682
|
return jsxRuntime.jsx("div", {
|
|
5683
5683
|
css: productAttributeValuesStyles,
|
|
5684
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5684
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.removeDeliveryLabel), {}, {
|
|
5685
5685
|
values: {
|
|
5686
5686
|
deliveryDate: value?.createdAt ? formatDateTime('datetime', value?.createdAt, {
|
|
5687
5687
|
locale: intl.locale
|
|
@@ -5698,7 +5698,7 @@ const OrderChanges = props => {
|
|
|
5698
5698
|
const value = props.value || props.change.previousValue;
|
|
5699
5699
|
return jsxRuntime.jsx("div", {
|
|
5700
5700
|
css: productAttributeValuesStyles,
|
|
5701
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5701
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.removeParcelLabel), {}, {
|
|
5702
5702
|
values: {
|
|
5703
5703
|
parcelDate: value?.createdAt ? formatDateTime('datetime', value?.createdAt, {
|
|
5704
5704
|
locale: intl.locale
|
|
@@ -5711,7 +5711,7 @@ const OrderChanges = props => {
|
|
|
5711
5711
|
case ResourceChangeInput.SetDeliveryAddress:
|
|
5712
5712
|
{
|
|
5713
5713
|
return jsxRuntime.jsx(ComposedChange, {
|
|
5714
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5714
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.deliveryLabel), {}, {
|
|
5715
5715
|
values: {
|
|
5716
5716
|
b: getBoldText,
|
|
5717
5717
|
delivery: props.change.deliveryId
|
|
@@ -5748,13 +5748,13 @@ const OrderChanges = props => {
|
|
|
5748
5748
|
case ResourceChangeInput.UpdateSyncInfo:
|
|
5749
5749
|
{
|
|
5750
5750
|
return jsxRuntime.jsx(ComposedChange, {
|
|
5751
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5751
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.syncedChannelLabel), {}, {
|
|
5752
5752
|
values: {
|
|
5753
5753
|
channel: props.value.channel.key || props.value.channel.id
|
|
5754
5754
|
}
|
|
5755
5755
|
})),
|
|
5756
5756
|
previousValue: props.change.previousValue ? jsxRuntime.jsx("div", {
|
|
5757
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5757
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.syncedAtLabel), {}, {
|
|
5758
5758
|
values: {
|
|
5759
5759
|
syncedAt: formatDateTime('datetime', props.change.previousValue.syncedAt, {
|
|
5760
5760
|
locale: intl.locale
|
|
@@ -5763,7 +5763,7 @@ const OrderChanges = props => {
|
|
|
5763
5763
|
}))
|
|
5764
5764
|
}) : jsxRuntime.jsx(NoValueLabel, {}),
|
|
5765
5765
|
nextValue: props.change.nextValue ? jsxRuntime.jsx("div", {
|
|
5766
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5766
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.syncedAtLabel), {}, {
|
|
5767
5767
|
values: {
|
|
5768
5768
|
syncedAt: formatDateTime('datetime', props.change.nextValue.syncedAt, {
|
|
5769
5769
|
locale: intl.locale
|
|
@@ -5776,7 +5776,7 @@ const OrderChanges = props => {
|
|
|
5776
5776
|
case ResourceChangeInput.AddReturnInfo:
|
|
5777
5777
|
return jsxRuntime.jsx("div", {
|
|
5778
5778
|
css: productAttributeValuesStyles,
|
|
5779
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5779
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.addReturnLabel), {}, {
|
|
5780
5780
|
values: {
|
|
5781
5781
|
returnDate: formatDateTime('datetime', props.change.nextValue.returnDate, {
|
|
5782
5782
|
locale: intl.locale
|
|
@@ -5816,18 +5816,18 @@ const OrderChanges = props => {
|
|
|
5816
5816
|
return jsxRuntime.jsxs("div", {
|
|
5817
5817
|
css: productAttributeValuesStyles,
|
|
5818
5818
|
children: [props?.change?.change === 'transitionCustomLineItemState' ? getCustomLineItemLabel(props.change, language, languages) : getLineItemLabel(props.change, language, languages), jsxRuntime.jsx(ComposedChange, {
|
|
5819
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5819
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.stateLabel), {}, {
|
|
5820
5820
|
values: {
|
|
5821
5821
|
b: getBoldText,
|
|
5822
5822
|
state: stateLabel
|
|
5823
5823
|
}
|
|
5824
5824
|
})),
|
|
5825
|
-
nextValue: nextState ? jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5825
|
+
nextValue: nextState ? jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.stateQuantityLabel), {}, {
|
|
5826
5826
|
values: {
|
|
5827
5827
|
quantity: nextState.quantity
|
|
5828
5828
|
}
|
|
5829
5829
|
})) : jsxRuntime.jsx(NoValueLabel, {}),
|
|
5830
|
-
previousValue: prevState ? jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5830
|
+
previousValue: prevState ? jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.stateQuantityLabel), {}, {
|
|
5831
5831
|
values: {
|
|
5832
5832
|
quantity: prevState.quantity
|
|
5833
5833
|
}
|
|
@@ -5989,7 +5989,7 @@ const OrderChanges = props => {
|
|
|
5989
5989
|
scale: "s",
|
|
5990
5990
|
children: [jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
5991
5991
|
scale: "xs",
|
|
5992
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
5992
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$1l.taxRateLabel)), jsxRuntime.jsxs(uiKit.Spacings.Inline, {
|
|
5993
5993
|
scale: "l",
|
|
5994
5994
|
children: [jsxRuntime.jsx("div", {}), jsxRuntime.jsx(TaxRateChange, {
|
|
5995
5995
|
value: props.value.taxRate
|
|
@@ -5997,7 +5997,7 @@ const OrderChanges = props => {
|
|
|
5997
5997
|
})]
|
|
5998
5998
|
}), jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
5999
5999
|
scale: "xs",
|
|
6000
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6000
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11({}, messages$1l.taxedPriceLabel)), jsxRuntime.jsxs(uiKit.Spacings.Inline, {
|
|
6001
6001
|
scale: "l",
|
|
6002
6002
|
children: [jsxRuntime.jsx("div", {}), jsxRuntime.jsx(TaxedPriceChange, {
|
|
6003
6003
|
value: props.value.taxedPrice
|
|
@@ -6036,13 +6036,13 @@ const OrderChanges = props => {
|
|
|
6036
6036
|
nextValue: props.change.nextValue ? jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
6037
6037
|
scale: "xs",
|
|
6038
6038
|
children: [jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
6039
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6039
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.stateQuantityLabel), {}, {
|
|
6040
6040
|
values: {
|
|
6041
6041
|
quantity: props.change.nextValue.quantity
|
|
6042
6042
|
}
|
|
6043
6043
|
}))
|
|
6044
6044
|
}), jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
6045
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6045
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.discountedPriceLabel), {}, {
|
|
6046
6046
|
values: {
|
|
6047
6047
|
discountedPrice: formatMoney(props.change.nextValue.discountedPrice.value, intl)
|
|
6048
6048
|
}
|
|
@@ -6052,13 +6052,13 @@ const OrderChanges = props => {
|
|
|
6052
6052
|
previousValue: props.change.previousValue ? jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
6053
6053
|
scale: "xs",
|
|
6054
6054
|
children: [jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
6055
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6055
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.stateQuantityLabel), {}, {
|
|
6056
6056
|
values: {
|
|
6057
6057
|
quantity: props.change.previousValue.quantity
|
|
6058
6058
|
}
|
|
6059
6059
|
}))
|
|
6060
6060
|
}), jsxRuntime.jsx(uiKit.Text.Detail, {
|
|
6061
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6061
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$11(_objectSpread$11({}, messages$1l.discountedPriceLabel), {}, {
|
|
6062
6062
|
values: {
|
|
6063
6063
|
discountedPrice: formatMoney(props.change.previousValue.discountedPrice.value, intl)
|
|
6064
6064
|
}
|
|
@@ -6383,8 +6383,8 @@ const ProductSelectionChanges = props => {
|
|
|
6383
6383
|
};
|
|
6384
6384
|
ProductSelectionChanges.displayName = 'ProductSelectionChanges';
|
|
6385
6385
|
|
|
6386
|
-
function ownKeys$
|
|
6387
|
-
function _objectSpread$
|
|
6386
|
+
function ownKeys$10(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6387
|
+
function _objectSpread$10(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$10(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$10(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
6388
6388
|
const ProductTypeChanges = props => {
|
|
6389
6389
|
const _useApplicationContex = applicationShellConnectors.useApplicationContext(applicationContext => ({
|
|
6390
6390
|
language: applicationContext.dataLocale,
|
|
@@ -6409,7 +6409,7 @@ const ProductTypeChanges = props => {
|
|
|
6409
6409
|
{
|
|
6410
6410
|
return jsxRuntime.jsx("div", {
|
|
6411
6411
|
css: productAttributeValuesStyles,
|
|
6412
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6412
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$10(_objectSpread$10({}, messages$1l.attributeNameLabel), {}, {
|
|
6413
6413
|
values: {
|
|
6414
6414
|
attributeName: props.change.previousValue?.name
|
|
6415
6415
|
}
|
|
@@ -6420,7 +6420,7 @@ const ProductTypeChanges = props => {
|
|
|
6420
6420
|
{
|
|
6421
6421
|
return jsxRuntime.jsx("div", {
|
|
6422
6422
|
css: productAttributeValuesStyles,
|
|
6423
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6423
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$10(_objectSpread$10({}, messages$1l.attributeNameLabel), {}, {
|
|
6424
6424
|
values: {
|
|
6425
6425
|
attributeName: props.value.name
|
|
6426
6426
|
}
|
|
@@ -6432,7 +6432,7 @@ const ProductTypeChanges = props => {
|
|
|
6432
6432
|
{
|
|
6433
6433
|
return jsxRuntime.jsxs("div", {
|
|
6434
6434
|
css: productAttributeValuesStyles,
|
|
6435
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6435
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$10(_objectSpread$10({}, messages$1l.attributeChangeLabel), {}, {
|
|
6436
6436
|
values: {
|
|
6437
6437
|
b: getBoldText,
|
|
6438
6438
|
attribute: props.change.attributeName
|
|
@@ -6453,7 +6453,7 @@ const ProductTypeChanges = props => {
|
|
|
6453
6453
|
}) : props.change.previousValue?.label;
|
|
6454
6454
|
return jsxRuntime.jsxs("div", {
|
|
6455
6455
|
css: productAttributeValuesStyles,
|
|
6456
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6456
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$10(_objectSpread$10({}, messages$1l.attributeChangeLabel), {}, {
|
|
6457
6457
|
values: {
|
|
6458
6458
|
b: getBoldText,
|
|
6459
6459
|
attribute: props.change.attributeName
|
|
@@ -6470,7 +6470,7 @@ const ProductTypeChanges = props => {
|
|
|
6470
6470
|
case ResourceChangeInput.ChangeInputHint:
|
|
6471
6471
|
{
|
|
6472
6472
|
return jsxRuntime.jsx(ComposedChange, {
|
|
6473
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6473
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$10(_objectSpread$10({}, messages$1l.attributeChangeLabel), {}, {
|
|
6474
6474
|
values: {
|
|
6475
6475
|
b: getBoldText,
|
|
6476
6476
|
attribute: props.change.attributeName
|
|
@@ -6484,7 +6484,7 @@ const ProductTypeChanges = props => {
|
|
|
6484
6484
|
case ResourceChangeInput.ChangePlainEnumValueLabel:
|
|
6485
6485
|
{
|
|
6486
6486
|
return jsxRuntime.jsx(ComposedChange, {
|
|
6487
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6487
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$10(_objectSpread$10({}, messages$1l.attributeChangeLabel), {}, {
|
|
6488
6488
|
values: {
|
|
6489
6489
|
b: getBoldText,
|
|
6490
6490
|
attribute: props.change.attributeName
|
|
@@ -6497,7 +6497,7 @@ const ProductTypeChanges = props => {
|
|
|
6497
6497
|
case ResourceChangeInput.ChangeLocalizedEnumValueLabel:
|
|
6498
6498
|
{
|
|
6499
6499
|
return jsxRuntime.jsx(ComposedChange, {
|
|
6500
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6500
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$10(_objectSpread$10({}, messages$1l.attributeChangeLabel), {}, {
|
|
6501
6501
|
values: {
|
|
6502
6502
|
b: getBoldText,
|
|
6503
6503
|
attribute: props.change.attributeName
|
|
@@ -6537,7 +6537,7 @@ const ProductTypeChanges = props => {
|
|
|
6537
6537
|
}));
|
|
6538
6538
|
}
|
|
6539
6539
|
return jsxRuntime.jsx(ComposedChange, {
|
|
6540
|
-
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6540
|
+
label: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$10(_objectSpread$10({}, messages$1l.attributeChangeLabel), {}, {
|
|
6541
6541
|
values: {
|
|
6542
6542
|
b: getBoldText,
|
|
6543
6543
|
attribute: props.change.attributeName
|
|
@@ -6592,8 +6592,8 @@ const ProductTypeChanges = props => {
|
|
|
6592
6592
|
};
|
|
6593
6593
|
ProductTypeChanges.displayName = 'ProductTypeChanges';
|
|
6594
6594
|
|
|
6595
|
-
function ownKeys
|
|
6596
|
-
function _objectSpread
|
|
6595
|
+
function ownKeys$$(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6596
|
+
function _objectSpread$$(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$$(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$$(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
6597
6597
|
const getAttributeType = value => {
|
|
6598
6598
|
if (value.typeId && value.id) {
|
|
6599
6599
|
return 'reference';
|
|
@@ -6627,7 +6627,7 @@ const AttributeChange = props => {
|
|
|
6627
6627
|
const hasNextValues = hasValues(props.change.nextValue?.filter(Boolean));
|
|
6628
6628
|
return jsxRuntime.jsxs("div", {
|
|
6629
6629
|
css: productAttributeValuesStyles,
|
|
6630
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread
|
|
6630
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$$(_objectSpread$$({}, messages$1l.variantLabel), {}, {
|
|
6631
6631
|
values: {
|
|
6632
6632
|
b: getBoldText,
|
|
6633
6633
|
variant: props.change.variant
|
|
@@ -6638,7 +6638,7 @@ const AttributeChange = props => {
|
|
|
6638
6638
|
const nextValue = getValue$2(v.name, props.change.nextValue?.filter(Boolean));
|
|
6639
6639
|
return jsxRuntime.jsxs("div", {
|
|
6640
6640
|
css: productAttributeValuesStyles,
|
|
6641
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread
|
|
6641
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$$(_objectSpread$$({}, messages$1l.attributeLabel), {}, {
|
|
6642
6642
|
values: {
|
|
6643
6643
|
b: getBoldText,
|
|
6644
6644
|
attribute: v.name
|
|
@@ -6703,8 +6703,8 @@ const AttributeChange = props => {
|
|
|
6703
6703
|
};
|
|
6704
6704
|
AttributeChange.displayName = 'AttributeChange';
|
|
6705
6705
|
|
|
6706
|
-
function ownKeys
|
|
6707
|
-
function _objectSpread
|
|
6706
|
+
function ownKeys$_(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6707
|
+
function _objectSpread$_(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$_(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$_(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
6708
6708
|
const getPriceAttribute = attribute => {
|
|
6709
6709
|
if (_includesInstanceProperty__default["default"](attribute).call(attribute, 'customerGroup')) return 'customerGroup';
|
|
6710
6710
|
if (_includesInstanceProperty__default["default"](attribute).call(attribute, 'custom')) return 'custom';
|
|
@@ -6739,12 +6739,12 @@ function renderAttribute(changedAttribute, value, intl) {
|
|
|
6739
6739
|
scale: "s",
|
|
6740
6740
|
children: [jsxRuntime.jsxs(uiKit.Spacings.Inline, {
|
|
6741
6741
|
scale: "xs",
|
|
6742
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread
|
|
6742
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$_({}, messages$1l.customTypeLabel)), value.custom ? jsxRuntime.jsx("span", {
|
|
6743
6743
|
children: _JSON$stringify__default["default"](value.custom.type.id, null, 2)
|
|
6744
6744
|
}) : jsxRuntime.jsx(NoValueLabel, {})]
|
|
6745
6745
|
}), jsxRuntime.jsxs(uiKit.Spacings.Inline, {
|
|
6746
6746
|
scale: "xs",
|
|
6747
|
-
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread
|
|
6747
|
+
children: [jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$_({}, messages$1l.customFieldsLabel)), value.custom ? jsxRuntime.jsx("span", {
|
|
6748
6748
|
children: _JSON$stringify__default["default"](value.custom.fields, null, 2)
|
|
6749
6749
|
}) : jsxRuntime.jsx(NoValueLabel, {})]
|
|
6750
6750
|
})]
|
|
@@ -6752,7 +6752,7 @@ function renderAttribute(changedAttribute, value, intl) {
|
|
|
6752
6752
|
if (_includesInstanceProperty__default["default"](changedAttribute).call(changedAttribute, 'tiers')) return value.tiers ? jsxRuntime.jsx(uiKit.Spacings.Stack, {
|
|
6753
6753
|
scale: "s",
|
|
6754
6754
|
children: _mapInstanceProperty__default["default"](_context = value.tiers).call(_context, tier => jsxRuntime.jsx("div", {
|
|
6755
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread
|
|
6755
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$_(_objectSpread$_({}, messages$1l.priceTierLabel), {}, {
|
|
6756
6756
|
values: {
|
|
6757
6757
|
price: formatMoney(tier.value, intl),
|
|
6758
6758
|
quantity: tier.minimumQuantity
|
|
@@ -6779,14 +6779,14 @@ const PriceChangeAttributes = _ref => {
|
|
|
6779
6779
|
PriceChangeAttributes.displayName = 'PriceChangeAttributes';
|
|
6780
6780
|
var PriceChangeAttributes$1 = reactIntl.injectIntl(PriceChangeAttributes);
|
|
6781
6781
|
|
|
6782
|
-
function ownKeys$
|
|
6783
|
-
function _objectSpread$
|
|
6782
|
+
function ownKeys$Z(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6783
|
+
function _objectSpread$Z(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context2 = ownKeys$Z(Object(t), !0)).call(_context2, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context3 = ownKeys$Z(Object(t))).call(_context3, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
6784
6784
|
const VariantAvailabilityChange = props => {
|
|
6785
6785
|
var _context;
|
|
6786
6786
|
return jsxRuntime.jsxs("div", {
|
|
6787
6787
|
css: productAttributeValuesStyles,
|
|
6788
6788
|
children: [props.value.availableQuantity !== undefined && jsxRuntime.jsx("div", {
|
|
6789
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6789
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$Z(_objectSpread$Z({}, messages$1l.variantAvailabilityLabel), {}, {
|
|
6790
6790
|
values: {
|
|
6791
6791
|
isOnStock: _JSON$stringify__default["default"](props.value.isOnStock),
|
|
6792
6792
|
availableQuantity: props.value.availableQuantity,
|
|
@@ -6799,14 +6799,14 @@ const VariantAvailabilityChange = props => {
|
|
|
6799
6799
|
channelInfo = _ref2[1];
|
|
6800
6800
|
return jsxRuntime.jsxs(react.Fragment, {
|
|
6801
6801
|
children: [jsxRuntime.jsx("div", {
|
|
6802
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6802
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$Z(_objectSpread$Z({}, messages$1l.channelLabel), {}, {
|
|
6803
6803
|
values: {
|
|
6804
6804
|
channel: channelId
|
|
6805
6805
|
}
|
|
6806
6806
|
}))
|
|
6807
6807
|
}), jsxRuntime.jsx("div", {
|
|
6808
6808
|
css: productAttributeValuesStyles,
|
|
6809
|
-
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$
|
|
6809
|
+
children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$Z(_objectSpread$Z({}, messages$1l.variantAvailabilityLabel), {}, {
|
|
6810
6810
|
values: {
|
|
6811
6811
|
isOnStock: _JSON$stringify__default["default"](channelInfo.isOnStock),
|
|
6812
6812
|
availableQuantity: channelInfo.availableQuantity,
|
|
@@ -6821,223 +6821,10 @@ const VariantAvailabilityChange = props => {
|
|
|
6821
6821
|
VariantAvailabilityChange.displayName = 'VariantAvailabilityChange';
|
|
6822
6822
|
|
|
6823
6823
|
const _excluded$d = ["label", "className", "size", "useExternalIconAsFallback"];
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
var
|
|
6827
|
-
|
|
6828
|
-
children: [jsxRuntime.jsxs("defs", {
|
|
6829
|
-
children: [jsxRuntime.jsx("path", {
|
|
6830
|
-
id: "a",
|
|
6831
|
-
d: "M0 0h50v50H0z"
|
|
6832
|
-
}), jsxRuntime.jsx("path", {
|
|
6833
|
-
d: "M45 5 5 45",
|
|
6834
|
-
id: "c"
|
|
6835
|
-
})]
|
|
6836
|
-
}), jsxRuntime.jsxs("g", {
|
|
6837
|
-
fill: "none",
|
|
6838
|
-
fillRule: "evenodd",
|
|
6839
|
-
children: [jsxRuntime.jsx("path", {
|
|
6840
|
-
d: "M0 0h50v50H0z",
|
|
6841
|
-
fill: "#D8D8D8",
|
|
6842
|
-
fillRule: "nonzero"
|
|
6843
|
-
}), jsxRuntime.jsxs("g", {
|
|
6844
|
-
children: [jsxRuntime.jsx("mask", {
|
|
6845
|
-
id: "b",
|
|
6846
|
-
fill: "#fff",
|
|
6847
|
-
children: jsxRuntime.jsx("use", {
|
|
6848
|
-
xlinkHref: "#a"
|
|
6849
|
-
})
|
|
6850
|
-
}), jsxRuntime.jsxs("g", {
|
|
6851
|
-
fillRule: "nonzero",
|
|
6852
|
-
mask: "url(#b)",
|
|
6853
|
-
children: [jsxRuntime.jsx("path", {
|
|
6854
|
-
d: "M-4.545 3.27C-4.545 1.464-2.963 0-1.01 0h51.262c1.953 0 3.536 1.464 3.536 3.27v43.46c0 1.806-1.583 3.27-3.536 3.27H-1.01c-1.953 0-3.535-1.464-3.535-3.27V3.27Z",
|
|
6855
|
-
fill: "#B4E1FD"
|
|
6856
|
-
}), jsxRuntime.jsx("path", {
|
|
6857
|
-
d: "M21.97 12.879a5.303 5.303 0 1 1-10.606 0 5.303 5.303 0 0 1 10.606 0Z",
|
|
6858
|
-
fill: "#E8F3FC"
|
|
6859
|
-
}), jsxRuntime.jsx("path", {
|
|
6860
|
-
d: "M11.951 26.917-4.545 46.42V50h58.333V33.83L41.094 19.103c-1.062-1.231-3.03-1.23-4.09.003L25.334 32.69c-1.047 1.218-2.985 1.237-4.057.04l-5.255-5.868c-1.077-1.204-3.028-1.178-4.07.055Z",
|
|
6861
|
-
fill: "#E8F4FC"
|
|
6862
|
-
})]
|
|
6863
|
-
})]
|
|
6864
|
-
}), jsxRuntime.jsxs("g", {
|
|
6865
|
-
strokeLinecap: "round",
|
|
6866
|
-
strokeLinejoin: "round",
|
|
6867
|
-
children: [jsxRuntime.jsx("use", {
|
|
6868
|
-
stroke: "#FFF",
|
|
6869
|
-
strokeWidth: "6",
|
|
6870
|
-
xlinkHref: "#c"
|
|
6871
|
-
}), jsxRuntime.jsx("use", {
|
|
6872
|
-
stroke: "#E60050",
|
|
6873
|
-
strokeWidth: "2",
|
|
6874
|
-
xlinkHref: "#c"
|
|
6875
|
-
})]
|
|
6876
|
-
})]
|
|
6877
|
-
})]
|
|
6878
|
-
}));
|
|
6879
|
-
};
|
|
6880
|
-
BrokenIcon.defaultProps = {
|
|
6881
|
-
width: "50",
|
|
6882
|
-
height: "50",
|
|
6883
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6884
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
6885
|
-
};
|
|
6886
|
-
var BrokenExternalIcon = function BrokenExternalIcon(props) {
|
|
6887
|
-
return jsxRuntime.jsxs("svg", _objectSpread$Z(_objectSpread$Z({}, props), {}, {
|
|
6888
|
-
children: [jsxRuntime.jsx("defs", {
|
|
6889
|
-
children: jsxRuntime.jsx("path", {
|
|
6890
|
-
id: "a",
|
|
6891
|
-
d: "M0 0h50v50H0z"
|
|
6892
|
-
})
|
|
6893
|
-
}), jsxRuntime.jsxs("g", {
|
|
6894
|
-
fill: "none",
|
|
6895
|
-
fillRule: "evenodd",
|
|
6896
|
-
children: [jsxRuntime.jsx("path", {
|
|
6897
|
-
d: "M0 0h50v50H0z",
|
|
6898
|
-
fill: "#D8D8D8",
|
|
6899
|
-
fillRule: "nonzero"
|
|
6900
|
-
}), jsxRuntime.jsxs("g", {
|
|
6901
|
-
children: [jsxRuntime.jsx("mask", {
|
|
6902
|
-
id: "b",
|
|
6903
|
-
fill: "#fff",
|
|
6904
|
-
children: jsxRuntime.jsx("use", {
|
|
6905
|
-
xlinkHref: "#a"
|
|
6906
|
-
})
|
|
6907
|
-
}), jsxRuntime.jsxs("g", {
|
|
6908
|
-
fillRule: "nonzero",
|
|
6909
|
-
mask: "url(#b)",
|
|
6910
|
-
children: [jsxRuntime.jsx("path", {
|
|
6911
|
-
d: "M-4.545 3.27C-4.545 1.464-2.963 0-1.01 0h51.262c1.953 0 3.536 1.464 3.536 3.27v43.46c0 1.806-1.583 3.27-3.536 3.27H-1.01c-1.953 0-3.535-1.464-3.535-3.27V3.27Z",
|
|
6912
|
-
fill: "#B4E1FD"
|
|
6913
|
-
}), jsxRuntime.jsx("path", {
|
|
6914
|
-
d: "M21.97 12.879a5.303 5.303 0 1 1-10.606 0 5.303 5.303 0 0 1 10.606 0Z",
|
|
6915
|
-
fill: "#E8F3FC"
|
|
6916
|
-
}), jsxRuntime.jsx("path", {
|
|
6917
|
-
d: "M11.951 26.917-4.545 46.42V50h58.333V33.83L41.094 19.103c-1.062-1.231-3.03-1.23-4.09.003L25.334 32.69c-1.047 1.218-2.985 1.237-4.057.04l-5.255-5.868c-1.077-1.204-3.028-1.178-4.07.055Z",
|
|
6918
|
-
fill: "#E8F4FC"
|
|
6919
|
-
})]
|
|
6920
|
-
})]
|
|
6921
|
-
}), jsxRuntime.jsxs("g", {
|
|
6922
|
-
transform: "translate(22 22)",
|
|
6923
|
-
children: [jsxRuntime.jsx("circle", {
|
|
6924
|
-
fill: "#E60050",
|
|
6925
|
-
cx: "12",
|
|
6926
|
-
cy: "12",
|
|
6927
|
-
r: "12"
|
|
6928
|
-
}), jsxRuntime.jsx("path", {
|
|
6929
|
-
d: "m14.458 12.082-1.092-1.074h1.092c.146 0 .276.051.392.155a.483.483 0 0 1 .173.373.511.511 0 0 1-.173.382.554.554 0 0 1-.392.164Zm2.931 2.931-1.001-.983a2.659 2.659 0 0 0 1.53-.865c.4-.455.6-.986.6-1.593 0-.716-.237-1.314-.71-1.793-.473-.48-1.068-.72-1.784-.72h-2.167a.612.612 0 0 1-.437-.172.588.588 0 0 1-.182-.446c0-.182.061-.33.182-.446a.612.612 0 0 1 .437-.173h2.149c1.068 0 1.963.36 2.685 1.083.722.722 1.083 1.611 1.083 2.667 0 .801-.23 1.505-.692 2.112a4.08 4.08 0 0 1-1.693 1.329Zm.62 3.805L5.172 6A.637.637 0 0 1 5 5.591a.534.534 0 0 1 .173-.409.566.566 0 0 1 .41-.182c.152 0 .288.06.41.182l12.834 12.835a.557.557 0 0 1 .183.4c0 .146-.061.28-.183.4a.519.519 0 0 1-.4.183.576.576 0 0 1-.419-.182Zm-6.791-3.55H8.796c-1.068 0-1.963-.361-2.685-1.083s-1.083-1.612-1.083-2.667c0-.899.267-1.681.8-2.349a3.605 3.605 0 0 1 2.058-1.293l1.129 1.13h-.219c-.728 0-1.329.239-1.802.718-.473.48-.71 1.077-.71 1.794 0 .716.237 1.313.71 1.793s1.074.719 1.802.719h2.422c.17 0 .315.058.437.173a.588.588 0 0 1 .182.446c0 .182-.061.33-.182.446a.612.612 0 0 1-.437.173Zm.892-3.186h-1.748a.585.585 0 0 1-.419-.155.537.537 0 0 1-.164-.41c0-.17.055-.306.164-.41a.585.585 0 0 1 .419-.154h.6l1.148 1.129Z",
|
|
6930
|
-
fill: "#FFF",
|
|
6931
|
-
fillRule: "nonzero"
|
|
6932
|
-
})]
|
|
6933
|
-
})]
|
|
6934
|
-
})]
|
|
6935
|
-
}));
|
|
6936
|
-
};
|
|
6937
|
-
BrokenExternalIcon.defaultProps = {
|
|
6938
|
-
width: "50",
|
|
6939
|
-
height: "50",
|
|
6940
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6941
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
6942
|
-
};
|
|
6943
|
-
var ExternalIcon = function ExternalIcon(props) {
|
|
6944
|
-
return jsxRuntime.jsxs("svg", _objectSpread$Z(_objectSpread$Z({}, props), {}, {
|
|
6945
|
-
children: [jsxRuntime.jsx("defs", {
|
|
6946
|
-
children: jsxRuntime.jsx("path", {
|
|
6947
|
-
id: "a",
|
|
6948
|
-
d: "M0 0h50v50H0z"
|
|
6949
|
-
})
|
|
6950
|
-
}), jsxRuntime.jsxs("g", {
|
|
6951
|
-
fill: "none",
|
|
6952
|
-
fillRule: "evenodd",
|
|
6953
|
-
children: [jsxRuntime.jsx("path", {
|
|
6954
|
-
d: "M0 0h50v50H0z",
|
|
6955
|
-
fill: "#D8D8D8",
|
|
6956
|
-
fillRule: "nonzero"
|
|
6957
|
-
}), jsxRuntime.jsxs("g", {
|
|
6958
|
-
children: [jsxRuntime.jsx("mask", {
|
|
6959
|
-
id: "b",
|
|
6960
|
-
fill: "#fff",
|
|
6961
|
-
children: jsxRuntime.jsx("use", {
|
|
6962
|
-
xlinkHref: "#a"
|
|
6963
|
-
})
|
|
6964
|
-
}), jsxRuntime.jsxs("g", {
|
|
6965
|
-
fillRule: "nonzero",
|
|
6966
|
-
mask: "url(#b)",
|
|
6967
|
-
children: [jsxRuntime.jsx("path", {
|
|
6968
|
-
d: "M-4.545 3.27C-4.545 1.464-2.963 0-1.01 0h51.262c1.953 0 3.536 1.464 3.536 3.27v43.46c0 1.806-1.583 3.27-3.536 3.27H-1.01c-1.953 0-3.535-1.464-3.535-3.27V3.27Z",
|
|
6969
|
-
fill: "#B4E1FD"
|
|
6970
|
-
}), jsxRuntime.jsx("path", {
|
|
6971
|
-
d: "M21.97 12.879a5.303 5.303 0 1 1-10.606 0 5.303 5.303 0 0 1 10.606 0Z",
|
|
6972
|
-
fill: "#E8F3FC"
|
|
6973
|
-
}), jsxRuntime.jsx("path", {
|
|
6974
|
-
d: "M11.951 26.917-4.545 46.42V50h58.333V33.83L41.094 19.103c-1.062-1.231-3.03-1.23-4.09.003L25.334 32.69c-1.047 1.218-2.985 1.237-4.057.04l-5.255-5.868c-1.077-1.204-3.028-1.178-4.07.055Z",
|
|
6975
|
-
fill: "#E8F4FC"
|
|
6976
|
-
})]
|
|
6977
|
-
})]
|
|
6978
|
-
}), jsxRuntime.jsxs("g", {
|
|
6979
|
-
transform: "translate(22 22)",
|
|
6980
|
-
children: [jsxRuntime.jsx("circle", {
|
|
6981
|
-
fill: "#078CDF",
|
|
6982
|
-
cx: "12",
|
|
6983
|
-
cy: "12",
|
|
6984
|
-
r: "12"
|
|
6985
|
-
}), jsxRuntime.jsx("path", {
|
|
6986
|
-
d: "M8.625 15c-.934 0-1.73-.33-2.387-.988a3.251 3.251 0 0 1-.988-2.387c0-.934.33-1.73.988-2.388a3.252 3.252 0 0 1 2.387-.987h2.025c.191 0 .352.065.481.194.13.13.194.29.194.481a.653.653 0 0 1-.194.48.654.654 0 0 1-.481.195H8.625c-.562 0-1.04.197-1.434.59-.394.394-.591.873-.591 1.435s.197 1.04.59 1.434c.394.394.873.591 1.435.591h2.025c.191 0 .352.065.481.194.13.13.194.29.194.481a.653.653 0 0 1-.194.48.654.654 0 0 1-.481.195H8.625Zm1.35-2.7a.651.651 0 0 1-.48-.194.651.651 0 0 1-.195-.481c0-.191.065-.352.194-.481.13-.13.29-.194.481-.194h4.05c.191 0 .352.065.481.194.13.13.194.29.194.481a.653.653 0 0 1-.194.48.654.654 0 0 1-.481.195h-4.05ZM13.35 15a.651.651 0 0 1-.48-.194.651.651 0 0 1-.195-.481c0-.191.065-.352.194-.481.13-.13.29-.194.481-.194h2.025c.562 0 1.04-.197 1.434-.59.394-.394.591-.873.591-1.435s-.197-1.04-.59-1.434a1.953 1.953 0 0 0-1.435-.591H13.35a.651.651 0 0 1-.48-.194.651.651 0 0 1-.195-.481c0-.191.065-.352.194-.481.13-.13.29-.194.481-.194h2.025c.934 0 1.73.329 2.388.987.658.658.987 1.454.987 2.388 0 .934-.329 1.73-.987 2.387a3.253 3.253 0 0 1-2.388.988H13.35Z",
|
|
6987
|
-
fill: "#FFF"
|
|
6988
|
-
})]
|
|
6989
|
-
})]
|
|
6990
|
-
})]
|
|
6991
|
-
}));
|
|
6992
|
-
};
|
|
6993
|
-
ExternalIcon.defaultProps = {
|
|
6994
|
-
width: "50",
|
|
6995
|
-
height: "50",
|
|
6996
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6997
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
6998
|
-
};
|
|
6999
|
-
var NoImageIcon$1 = function NoImageIcon(props) {
|
|
7000
|
-
return jsxRuntime.jsxs("svg", _objectSpread$Z(_objectSpread$Z({}, props), {}, {
|
|
7001
|
-
children: [jsxRuntime.jsx("defs", {
|
|
7002
|
-
children: jsxRuntime.jsx("path", {
|
|
7003
|
-
id: "a",
|
|
7004
|
-
d: "M0 0h66v66H0z"
|
|
7005
|
-
})
|
|
7006
|
-
}), jsxRuntime.jsxs("g", {
|
|
7007
|
-
fill: "none",
|
|
7008
|
-
fillRule: "evenodd",
|
|
7009
|
-
children: [jsxRuntime.jsx("mask", {
|
|
7010
|
-
id: "b",
|
|
7011
|
-
fill: "#fff",
|
|
7012
|
-
children: jsxRuntime.jsx("use", {
|
|
7013
|
-
xlinkHref: "#a"
|
|
7014
|
-
})
|
|
7015
|
-
}), jsxRuntime.jsx("use", {
|
|
7016
|
-
fill: "#D8D8D8",
|
|
7017
|
-
xlinkHref: "#a"
|
|
7018
|
-
}), jsxRuntime.jsxs("g", {
|
|
7019
|
-
mask: "url(#b)",
|
|
7020
|
-
fillRule: "nonzero",
|
|
7021
|
-
children: [jsxRuntime.jsx("path", {
|
|
7022
|
-
d: "M-6 4.316C-6 1.932-3.91 0-1.333 0h67.666C68.911 0 71 1.932 71 4.316v57.368C71 64.067 68.91 66 66.333 66H-1.333C-3.911 66-6 64.067-6 61.684V4.316Z",
|
|
7023
|
-
fill: "#B4E1FD"
|
|
7024
|
-
}), jsxRuntime.jsx("path", {
|
|
7025
|
-
d: "M29 17a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z",
|
|
7026
|
-
fill: "#E8F3FC"
|
|
7027
|
-
}), jsxRuntime.jsx("path", {
|
|
7028
|
-
d: "M15.776 35.53-6 61.276V66h77V44.654L54.244 25.218c-1.401-1.626-4-1.624-5.398.004L33.44 43.15c-1.381 1.607-3.94 1.632-5.355.052l-6.936-7.746c-1.422-1.588-3.997-1.553-5.372.073Z",
|
|
7029
|
-
fill: "#E8F4FC"
|
|
7030
|
-
})]
|
|
7031
|
-
})]
|
|
7032
|
-
})]
|
|
7033
|
-
}));
|
|
7034
|
-
};
|
|
7035
|
-
NoImageIcon$1.defaultProps = {
|
|
7036
|
-
width: "66",
|
|
7037
|
-
height: "66",
|
|
7038
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7039
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
7040
|
-
};
|
|
6824
|
+
var BrokenIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJCcm9rZW5JY29uLXBhdGgtMSIgZD0iTTAgMGg1MHY1MEgweiIvPjxwYXRoIGQ9Ik00NSA1TDUgNDUiIGlkPSJCcm9rZW5JY29uLXBhdGgtMyIvPjwvZGVmcz48ZyBpZD0iQnJva2VuSWNvbi1BTEwtY29tcG9uZW50cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9IkJyb2tlbkljb24tU2hhcmVkLS8tSW1hZ2UtY29udGFpbmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTE5IC0xMTA3KSI+PGcgaWQ9IkJyb2tlbkljb24tR3JvdXAtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTE5IDExMDcpIj48ZyBpZD0iQnJva2VuSWNvbi1JbWFnZS1jb250YWluZXItdGh1bWJuYWlsLSI+PGcgaWQ9IkJyb2tlbkljb24tTWFzayIgZmlsbD0iI0Q4RDhEOCIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBpZD0iQnJva2VuSWNvbi1wYXRoLTEiIGQ9Ik0wIDBoNTB2NTBIMHoiLz48L2c+PGcgaWQ9IkJyb2tlbkljb24tUGF0aC1DbGlwcGVkIj48bWFzayBpZD0iQnJva2VuSWNvbi1tYXNrLTIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI0Jyb2tlbkljb24tcGF0aC0xIi8+PC9tYXNrPjxnIGlkPSJCcm9rZW5JY29uLVBhdGgiIG1hc2s9InVybCgjQnJva2VuSWNvbi1tYXNrLTIpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC41NDUpIiBpZD0iQnJva2VuSWNvbi1Hcm91cCIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNMCAzLjI3QzAgMS40NjQgMS41ODMgMCAzLjUzNSAwaDUxLjI2M2MxLjk1MyAwIDMuNTM1IDEuNDY0IDMuNTM1IDMuMjd2NDMuNDZjMCAxLjgwNi0xLjU4MiAzLjI3LTMuNTM1IDMuMjdIMy41MzVDMS41ODMgNTAgMCA0OC41MzYgMCA0Ni43M1YzLjI3eiIgaWQ9IkJyb2tlbkljb24tUGF0aCIgZmlsbD0iI0I0RTFGRCIvPjxwYXRoIGQ9Ik0yNi41MTUgMTIuODc5YTUuMzAzIDUuMzAzIDAgMTEtMTAuNjA2IDAgNS4zMDMgNS4zMDMgMCAwMTEwLjYwNiAweiIgaWQ9IkJyb2tlbkljb24tUGF0aCIgZmlsbD0iI0U4RjNGQyIvPjxwYXRoIGQ9Ik0xNi40OTcgMjYuOTE3TDAgNDYuNDJWNTBoNTguMzMzVjMzLjgzTDQ1LjY0IDE5LjEwM2MtMS4wNjEtMS4yMzEtMy4wMy0xLjIzLTQuMDg5LjAwM0wyOS44NzggMzIuNjljLTEuMDQ2IDEuMjE4LTIuOTg1IDEuMjM3LTQuMDU3LjA0bC01LjI1NC01Ljg2OGMtMS4wNzgtMS4yMDQtMy4wMjgtMS4xNzgtNC4wNy4wNTV6IiBpZD0iQnJva2VuSWNvbi1QYXRoIiBmaWxsPSIjRThGNEZDIi8+PC9nPjwvZz48L2c+PC9nPjxnIGlkPSJCcm9rZW5JY29uLUxpbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHVzZSBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iNiIgeGxpbms6aHJlZj0iI0Jyb2tlbkljb24tcGF0aC0zIi8+PHVzZSBzdHJva2U9IiNFNjAwNTAiIHN0cm9rZS13aWR0aD0iMiIgeGxpbms6aHJlZj0iI0Jyb2tlbkljb24tcGF0aC0zIi8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==";
|
|
6825
|
+
var BrokenExternalIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tcGF0aC0xIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9kZWZzPjxnIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tQUxMLWNvbXBvbmVudHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tU2hhcmVkLS8tSW1hZ2UtY29udGFpbmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODUxIC0xMTA3KSI+PGcgaWQ9IkJyb2tlbkV4dGVybmFsSWNvbi1Hcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NTEgMTEwNykiPjxnIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tSW1hZ2UtY29udGFpbmVyLXRodW1ibmFpbC0tQ29weSI+PGcgaWQ9IkJyb2tlbkV4dGVybmFsSWNvbi1NYXNrIiBmaWxsPSIjRDhEOEQ4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tcGF0aC0xIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9nPjxnIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tUGF0aC1DbGlwcGVkIj48bWFzayBpZD0iQnJva2VuRXh0ZXJuYWxJY29uLW1hc2stMiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjQnJva2VuRXh0ZXJuYWxJY29uLXBhdGgtMSIvPjwvbWFzaz48ZyBpZD0iQnJva2VuRXh0ZXJuYWxJY29uLVBhdGgiIG1hc2s9InVybCgjQnJva2VuRXh0ZXJuYWxJY29uLW1hc2stMikiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjU0NSkiIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tR3JvdXAiIGZpbGwtcnVsZT0ibm9uemVybyI+PHBhdGggZD0iTTAgMy4yN0MwIDEuNDY0IDEuNTgzIDAgMy41MzUgMGg1MS4yNjNjMS45NTMgMCAzLjUzNSAxLjQ2NCAzLjUzNSAzLjI3djQzLjQ2YzAgMS44MDYtMS41ODIgMy4yNy0zLjUzNSAzLjI3SDMuNTM1QzEuNTgzIDUwIDAgNDguNTM2IDAgNDYuNzNWMy4yN3oiIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tUGF0aCIgZmlsbD0iI0I0RTFGRCIvPjxwYXRoIGQ9Ik0yNi41MTUgMTIuODc5YTUuMzAzIDUuMzAzIDAgMTEtMTAuNjA2IDAgNS4zMDMgNS4zMDMgMCAwMTEwLjYwNiAweiIgaWQ9IkJyb2tlbkV4dGVybmFsSWNvbi1QYXRoIiBmaWxsPSIjRThGM0ZDIi8+PHBhdGggZD0iTTE2LjQ5NyAyNi45MTdMMCA0Ni40MlY1MGg1OC4zMzNWMzMuODNMNDUuNjQgMTkuMTAzYy0xLjA2MS0xLjIzMS0zLjAzLTEuMjMtNC4wODkuMDAzTDI5Ljg3OCAzMi42OWMtMS4wNDYgMS4yMTgtMi45ODUgMS4yMzctNC4wNTcuMDRsLTUuMjU0LTUuODY4Yy0xLjA3OC0xLjIwNC0zLjAyOC0xLjE3OC00LjA3LjA1NXoiIGlkPSJCcm9rZW5FeHRlcm5hbEljb24tUGF0aCIgZmlsbD0iI0U4RjRGQyIvPjwvZz48L2c+PC9nPjwvZz48ZyBpZD0iQnJva2VuRXh0ZXJuYWxJY29uLUdyb3VwLTItQ29weS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMiAyMikiPjxjaXJjbGUgaWQ9IkJyb2tlbkV4dGVybmFsSWNvbi1PdmFsIiBmaWxsPSIjRTYwMDUwIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiLz48ZyBpZD0ibGlua19vZmZfRklMTDBfd2dodDUwMF9HUkFEMF9vcHN6NDgtKDEpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1IDUpIiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Ik05LjQ1OCA3LjA4Mkw4LjM2NiA2LjAwOGgxLjA5MmMuMTQ2IDAgLjI3Ni4wNTEuMzkyLjE1NWEuNDgzLjQ4MyAwIDAxLjE3My4zNzMuNTExLjUxMSAwIDAxLS4xNzMuMzgyLjU1NC41NTQgMCAwMS0uMzkyLjE2NHptMi45MzEgMi45MzFsLTEuMDAxLS45ODNhMi42NTkgMi42NTkgMCAwMDEuNTMtLjg2NWMuNC0uNDU1LjYtLjk4Ni42LTEuNTkzIDAtLjcxNi0uMjM3LTEuMzE0LS43MS0xLjc5My0uNDczLS40OC0xLjA2OC0uNzItMS43ODQtLjcySDguODU3YS42MTIuNjEyIDAgMDEtLjQzNy0uMTcyLjU4OC41ODggMCAwMS0uMTgyLS40NDZjMC0uMTgyLjA2MS0uMzMuMTgyLS40NDZhLjYxMi42MTIgMCAwMS40MzctLjE3M2gyLjE0OWMxLjA2OCAwIDEuOTYzLjM2IDIuNjg1IDEuMDgzLjcyMi43MjIgMS4wODMgMS42MTEgMS4wODMgMi42NjcgMCAuODAxLS4yMyAxLjUwNS0uNjkyIDIuMTEyYTQuMDggNC4wOCAwIDAxLTEuNjkzIDEuMzI5em0uNjIgMy44MDVMLjE3MiAxQS42MzcuNjM3IDAgMDEwIC41OTEuNTM0LjUzNCAwIDAxLjE3My4xODMuNTY2LjU2NiAwIDAxLjU4MyAwYy4xNTIgMCAuMjg4LjA2LjQxLjE4MmwxMi44MzQgMTIuODM1YS41NTcuNTU3IDAgMDEuMTgzLjRjMCAuMTQ2LS4wNjEuMjgtLjE4My40YS41MTkuNTE5IDAgMDEtLjQuMTgzLjU3Ni41NzYgMCAwMS0uNDE5LS4xODJ6bS02Ljc5MS0zLjU1SDMuNzk2Yy0xLjA2OCAwLTEuOTYzLS4zNjEtMi42ODUtMS4wODNTLjAyOCA3LjU3My4wMjggNi41MThjMC0uODk5LjI2Ny0xLjY4MS44LTIuMzQ5YTMuNjA1IDMuNjA1IDAgMDEyLjA1OC0xLjI5M2wxLjEyOSAxLjEzaC0uMjE5Yy0uNzI4IDAtMS4zMjkuMjM5LTEuODAyLjcxOC0uNDczLjQ4LS43MSAxLjA3Ny0uNzEgMS43OTQgMCAuNzE2LjIzNyAxLjMxMy43MSAxLjc5M3MxLjA3NC43MTkgMS44MDIuNzE5aDIuNDIyYy4xNyAwIC4zMTUuMDU4LjQzNy4xNzNhLjU4OC41ODggMCAwMS4xODIuNDQ2YzAgLjE4Mi0uMDYxLjMzLS4xODIuNDQ2YS42MTIuNjEyIDAgMDEtLjQzNy4xNzN6bS44OTItMy4xODZINS4zNjJhLjU4NS41ODUgMCAwMS0uNDE5LS4xNTUuNTM3LjUzNyAwIDAxLS4xNjQtLjQxYzAtLjE3LjA1NS0uMzA2LjE2NC0uNDFhLjU4NS41ODUgMCAwMS40MTktLjE1NGguNkw3LjExIDcuMDgyeiIgaWQ9IkJyb2tlbkV4dGVybmFsSWNvbi1TaGFwZSIvPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+";
|
|
6826
|
+
var ExternalIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJFeHRlcm5hbEljb24tcGF0aC0xIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9kZWZzPjxnIGlkPSJFeHRlcm5hbEljb24tQUxMLWNvbXBvbmVudHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGlkPSJFeHRlcm5hbEljb24tU2hhcmVkLS8tSW1hZ2UtY29udGFpbmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzkyIC0xMTA3KSI+PGcgaWQ9IkV4dGVybmFsSWNvbi1Hcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3OTIgMTEwNykiPjxnIGlkPSJFeHRlcm5hbEljb24tSW1hZ2UtY29udGFpbmVyLXRodW1ibmFpbC0iPjxnIGlkPSJFeHRlcm5hbEljb24tTWFzayIgZmlsbD0iI0Q4RDhEOCIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBpZD0iRXh0ZXJuYWxJY29uLXBhdGgtMSIgZD0iTTAgMGg1MHY1MEgweiIvPjwvZz48ZyBpZD0iRXh0ZXJuYWxJY29uLVBhdGgtQ2xpcHBlZCI+PG1hc2sgaWQ9IkV4dGVybmFsSWNvbi1tYXNrLTIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI0V4dGVybmFsSWNvbi1wYXRoLTEiLz48L21hc2s+PGcgaWQ9IkV4dGVybmFsSWNvbi1QYXRoIiBtYXNrPSJ1cmwoI0V4dGVybmFsSWNvbi1tYXNrLTIpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNC41NDUpIiBpZD0iRXh0ZXJuYWxJY29uLUdyb3VwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Ik0wIDMuMjdDMCAxLjQ2NCAxLjU4MyAwIDMuNTM1IDBoNTEuMjYzYzEuOTUzIDAgMy41MzUgMS40NjQgMy41MzUgMy4yN3Y0My40NmMwIDEuODA2LTEuNTgyIDMuMjctMy41MzUgMy4yN0gzLjUzNUMxLjU4MyA1MCAwIDQ4LjUzNiAwIDQ2LjczVjMuMjd6IiBpZD0iRXh0ZXJuYWxJY29uLVBhdGgiIGZpbGw9IiNCNEUxRkQiLz48cGF0aCBkPSJNMjYuNTE1IDEyLjg3OWE1LjMwMyA1LjMwMyAwIDExLTEwLjYwNiAwIDUuMzAzIDUuMzAzIDAgMDExMC42MDYgMHoiIGlkPSJFeHRlcm5hbEljb24tUGF0aCIgZmlsbD0iI0U4RjNGQyIvPjxwYXRoIGQ9Ik0xNi40OTcgMjYuOTE3TDAgNDYuNDJWNTBoNTguMzMzVjMzLjgzTDQ1LjY0IDE5LjEwM2MtMS4wNjEtMS4yMzEtMy4wMy0xLjIzLTQuMDg5LjAwM0wyOS44NzggMzIuNjljLTEuMDQ2IDEuMjE4LTIuOTg1IDEuMjM3LTQuMDU3LjA0bC01LjI1NC01Ljg2OGMtMS4wNzgtMS4yMDQtMy4wMjgtMS4xNzgtNC4wNy4wNTV6IiBpZD0iRXh0ZXJuYWxJY29uLVBhdGgiIGZpbGw9IiNFOEY0RkMiLz48L2c+PC9nPjwvZz48L2c+PGcgaWQ9IkV4dGVybmFsSWNvbi1Hcm91cC0yLUNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIgMjIpIj48Y2lyY2xlIGlkPSJFeHRlcm5hbEljb24tT3ZhbCIgZmlsbD0iIzA3OENERiIgY3g9IjEyIiBjeT0iMTIiIHI9IjEyIi8+PGcgaWQ9IkV4dGVybmFsSWNvbi1Db21wb25lbnQvSWNvbi8yNHB4L2NoYWluL2NvbmVjdGVkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDMpIiBmaWxsPSIjRkZGIj48ZyBpZD0iRXh0ZXJuYWxJY29uLUNoYWluSWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4yNSA1LjI1KSI+PHBhdGggZD0iTTMuMzc1IDYuNzVjLS45MzQgMC0xLjczLS4zMy0yLjM4Ny0uOTg4QTMuMjUxIDMuMjUxIDAgMDEwIDMuMzc1YzAtLjkzNC4zMy0xLjczLjk4OC0yLjM4OEEzLjI1MiAzLjI1MiAwIDAxMy4zNzUgMEg1LjRjLjE5MSAwIC4zNTIuMDY1LjQ4MS4xOTQuMTMuMTMuMTk0LjI5LjE5NC40ODFhLjY1My42NTMgMCAwMS0uMTk0LjQ4LjY1NC42NTQgMCAwMS0uNDgxLjE5NUgzLjM3NWMtLjU2MiAwLTEuMDQuMTk3LTEuNDM0LjU5LS4zOTQuMzk0LS41OTEuODczLS41OTEgMS40MzVzLjE5NyAxLjA0LjU5IDEuNDM0Yy4zOTQuMzk0Ljg3My41OTEgMS40MzUuNTkxSDUuNGMuMTkxIDAgLjM1Mi4wNjUuNDgxLjE5NC4xMy4xMy4xOTQuMjkuMTk0LjQ4MWEuNjUzLjY1MyAwIDAxLS4xOTQuNDguNjU0LjY1NCAwIDAxLS40ODEuMTk1SDMuMzc1em0xLjM1LTIuN2EuNjUxLjY1MSAwIDAxLS40OC0uMTk0LjY1MS42NTEgMCAwMS0uMTk1LS40ODFjMC0uMTkxLjA2NS0uMzUyLjE5NC0uNDgxLjEzLS4xMy4yOS0uMTk0LjQ4MS0uMTk0aDQuMDVjLjE5MSAwIC4zNTIuMDY1LjQ4MS4xOTQuMTMuMTMuMTk0LjI5LjE5NC40ODFhLjY1My42NTMgMCAwMS0uMTk0LjQ4LjY1NC42NTQgMCAwMS0uNDgxLjE5NWgtNC4wNXpNOC4xIDYuNzVhLjY1MS42NTEgMCAwMS0uNDgtLjE5NC42NTEuNjUxIDAgMDEtLjE5NS0uNDgxYzAtLjE5MS4wNjUtLjM1Mi4xOTQtLjQ4MS4xMy0uMTMuMjktLjE5NC40ODEtLjE5NGgyLjAyNWMuNTYyIDAgMS4wNC0uMTk3IDEuNDM0LS41OS4zOTQtLjM5NC41OTEtLjg3My41OTEtMS40MzVzLS4xOTctMS4wNC0uNTktMS40MzRhMS45NTMgMS45NTMgMCAwMC0xLjQzNS0uNTkxSDguMWEuNjUxLjY1MSAwIDAxLS40OC0uMTk0LjY1MS42NTEgMCAwMS0uMTk1LS40ODFjMC0uMTkxLjA2NS0uMzUyLjE5NC0uNDgxQzcuNzUuMDY0IDcuOTEgMCA4LjEgMGgyLjAyNWMuOTM0IDAgMS43My4zMjkgMi4zODguOTg3LjY1OC42NTguOTg3IDEuNDU0Ljk4NyAyLjM4OCAwIC45MzQtLjMyOSAxLjczLS45ODcgMi4zODdhMy4yNTMgMy4yNTMgMCAwMS0yLjM4OC45ODhIOC4xeiIgaWQ9IkV4dGVybmFsSWNvbi3wn4yILUNvbG9yIi8+PC9nPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+";
|
|
6827
|
+
var NoImageIcon$1 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJOb0ltYWdlSWNvbi1wYXRoLTEiIGQ9Ik0wIDBoNjZ2NjZIMHoiLz48L2RlZnM+PGcgaWQ9Ik5vSW1hZ2VJY29uLUFMTC1jb21wb25lbnRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBpZD0iTm9JbWFnZUljb24tU2hhcmVkLS8tSW1hZ2UtY29udGFpbmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzAyIC0yMzIpIj48ZyBpZD0iTm9JbWFnZUljb24tdGh1bWJuYWlsLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcwMiAyMzIpIj48bWFzayBpZD0iTm9JbWFnZUljb24tbWFzay0yIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNOb0ltYWdlSWNvbi1wYXRoLTEiLz48L21hc2s+PHVzZSBpZD0iTm9JbWFnZUljb24tTWFzayIgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI05vSW1hZ2VJY29uLXBhdGgtMSIvPjxnIG1hc2s9InVybCgjTm9JbWFnZUljb24tbWFzay0yKSIgZmlsbC1ydWxlPSJub256ZXJvIiBpZD0iTm9JbWFnZUljb24tUGF0aCI+PHBhdGggZD0iTTAgNC4zMTZDMCAxLjkzMiAyLjA5IDAgNC42NjcgMGg2Ny42NjZDNzQuOTExIDAgNzcgMS45MzIgNzcgNC4zMTZ2NTcuMzY4Qzc3IDY0LjA2NyA3NC45MSA2NiA3Mi4zMzMgNjZINC42NjdDMi4wODkgNjYgMCA2NC4wNjcgMCA2MS42ODRWNC4zMTZ6IiBmaWxsPSIjQjRFMUZEIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNikiLz48cGF0aCBkPSJNMzUgMTdhNyA3IDAgMTEtMTQgMCA3IDcgMCAwMTE0IDB6IiBmaWxsPSIjRThGM0ZDIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNikiLz48cGF0aCBkPSJNMjEuNzc2IDM1LjUzTDAgNjEuMjc2VjY2aDc3VjQ0LjY1NEw2MC4yNDQgMjUuMjE4Yy0xLjQwMS0xLjYyNi00LTEuNjI0LTUuMzk4LjAwNEwzOS40NCA0My4xNWMtMS4zODEgMS42MDctMy45NCAxLjYzMi01LjM1NS4wNTJsLTYuOTM2LTcuNzQ2Yy0xLjQyMi0xLjU4OC0zLjk5Ny0xLjU1My01LjM3Mi4wNzN6IiBmaWxsPSIjRThGNEZDIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNikiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+";
|
|
7041
6828
|
const imgExtRegex = /.[^.]+$/;
|
|
7042
6829
|
const imageStyles$1 = {
|
|
7043
6830
|
name: "18vlefn",
|
|
@@ -7161,48 +6948,7 @@ const _excluded$c = ["children"],
|
|
|
7161
6948
|
_excluded2$1 = ["url", "size"];
|
|
7162
6949
|
function ownKeys$Y(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
7163
6950
|
function _objectSpread$Y(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$Y(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$Y(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
7164
|
-
var NoImageIcon =
|
|
7165
|
-
return jsxRuntime.jsxs("svg", _objectSpread$Y(_objectSpread$Y({}, props), {}, {
|
|
7166
|
-
children: [jsxRuntime.jsx("defs", {
|
|
7167
|
-
children: jsxRuntime.jsx("path", {
|
|
7168
|
-
id: "a",
|
|
7169
|
-
d: "M0 0h66v66H0z"
|
|
7170
|
-
})
|
|
7171
|
-
}), jsxRuntime.jsxs("g", {
|
|
7172
|
-
fill: "none",
|
|
7173
|
-
fillRule: "evenodd",
|
|
7174
|
-
children: [jsxRuntime.jsx("mask", {
|
|
7175
|
-
id: "b",
|
|
7176
|
-
fill: "#fff",
|
|
7177
|
-
children: jsxRuntime.jsx("use", {
|
|
7178
|
-
xlinkHref: "#a"
|
|
7179
|
-
})
|
|
7180
|
-
}), jsxRuntime.jsx("use", {
|
|
7181
|
-
fill: "#D8D8D8",
|
|
7182
|
-
xlinkHref: "#a"
|
|
7183
|
-
}), jsxRuntime.jsxs("g", {
|
|
7184
|
-
mask: "url(#b)",
|
|
7185
|
-
fillRule: "nonzero",
|
|
7186
|
-
children: [jsxRuntime.jsx("path", {
|
|
7187
|
-
d: "M-6 4.316C-6 1.932-3.91 0-1.333 0h67.666C68.911 0 71 1.932 71 4.316v57.368C71 64.067 68.91 66 66.333 66H-1.333C-3.911 66-6 64.067-6 61.684V4.316Z",
|
|
7188
|
-
fill: "#B4E1FD"
|
|
7189
|
-
}), jsxRuntime.jsx("path", {
|
|
7190
|
-
d: "M29 17a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z",
|
|
7191
|
-
fill: "#E8F3FC"
|
|
7192
|
-
}), jsxRuntime.jsx("path", {
|
|
7193
|
-
d: "M15.776 35.53-6 61.276V66h77V44.654L54.244 25.218c-1.401-1.626-4-1.624-5.398.004L33.44 43.15c-1.381 1.607-3.94 1.632-5.355.052l-6.936-7.746c-1.422-1.588-3.997-1.553-5.372.073Z",
|
|
7194
|
-
fill: "#E8F4FC"
|
|
7195
|
-
})]
|
|
7196
|
-
})]
|
|
7197
|
-
})]
|
|
7198
|
-
}));
|
|
7199
|
-
};
|
|
7200
|
-
NoImageIcon.defaultProps = {
|
|
7201
|
-
width: "66",
|
|
7202
|
-
height: "66",
|
|
7203
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7204
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
7205
|
-
};
|
|
6951
|
+
var NoImageIcon = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJOb0ltYWdlSWNvbi1wYXRoLTEiIGQ9Ik0wIDBoNjZ2NjZIMHoiLz48L2RlZnM+PGcgaWQ9Ik5vSW1hZ2VJY29uLUFMTC1jb21wb25lbnRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBpZD0iTm9JbWFnZUljb24tU2hhcmVkLS8tSW1hZ2UtY29udGFpbmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzAyIC0yMzIpIj48ZyBpZD0iTm9JbWFnZUljb24tdGh1bWJuYWlsLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcwMiAyMzIpIj48bWFzayBpZD0iTm9JbWFnZUljb24tbWFzay0yIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNOb0ltYWdlSWNvbi1wYXRoLTEiLz48L21hc2s+PHVzZSBpZD0iTm9JbWFnZUljb24tTWFzayIgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI05vSW1hZ2VJY29uLXBhdGgtMSIvPjxnIG1hc2s9InVybCgjTm9JbWFnZUljb24tbWFzay0yKSIgZmlsbC1ydWxlPSJub256ZXJvIiBpZD0iTm9JbWFnZUljb24tUGF0aCI+PHBhdGggZD0iTTAgNC4zMTZDMCAxLjkzMiAyLjA5IDAgNC42NjcgMGg2Ny42NjZDNzQuOTExIDAgNzcgMS45MzIgNzcgNC4zMTZ2NTcuMzY4Qzc3IDY0LjA2NyA3NC45MSA2NiA3Mi4zMzMgNjZINC42NjdDMi4wODkgNjYgMCA2NC4wNjcgMCA2MS42ODRWNC4zMTZ6IiBmaWxsPSIjQjRFMUZEIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNikiLz48cGF0aCBkPSJNMzUgMTdhNyA3IDAgMTEtMTQgMCA3IDcgMCAwMTE0IDB6IiBmaWxsPSIjRThGM0ZDIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNikiLz48cGF0aCBkPSJNMjEuNzc2IDM1LjUzTDAgNjEuMjc2VjY2aDc3VjQ0LjY1NEw2MC4yNDQgMjUuMjE4Yy0xLjQwMS0xLjYyNi00LTEuNjI0LTUuMzk4LjAwNEwzOS40NCA0My4xNWMtMS4zODEgMS42MDctMy45NCAxLjYzMi01LjM1NS4wNTJsLTYuOTM2LTcuNzQ2Yy0xLjQyMi0xLjU4OC0zLjk5Ny0xLjU1My01LjM3Mi4wNzN6IiBmaWxsPSIjRThGNEZDIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNikiLz48L2c+PC9nPjwvZz48L2c+PC9zdmc+";
|
|
7206
6952
|
const WrapperComponent = /*#__PURE__*/react.forwardRef((_ref, ref) => {
|
|
7207
6953
|
let children = _ref.children,
|
|
7208
6954
|
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
@@ -12854,19 +12600,19 @@ const getStorage = storageType => storageType === 'session' ? sessionStorage : l
|
|
|
12854
12600
|
const isNil = value => typeof value === 'undefined' || value === null;
|
|
12855
12601
|
const useStorage = (storageKey, initialStorageValue, options) => {
|
|
12856
12602
|
var _context;
|
|
12857
|
-
const
|
|
12603
|
+
const storageOptions = _objectSpread$L(_objectSpread$L({}, defaultOptions), options);
|
|
12858
12604
|
const _useApplicationContex = applicationShellConnectors.useApplicationContext(context => ({
|
|
12859
12605
|
userId: context.user?.id,
|
|
12860
12606
|
projectKey: context.project?.key
|
|
12861
12607
|
})),
|
|
12862
12608
|
userId = _useApplicationContex.userId,
|
|
12863
12609
|
projectKey = _useApplicationContex.projectKey;
|
|
12864
|
-
const scopedStorageKey = _filterInstanceProperty__default["default"](_context = [
|
|
12610
|
+
const scopedStorageKey = _filterInstanceProperty__default["default"](_context = [storageOptions.segregateByUser && userId, storageOptions.segregateByProject && projectKey, storageKey]).call(_context, Boolean).join('/');
|
|
12865
12611
|
const removeFromStorage = react.useCallback(() => {
|
|
12866
|
-
getStorage(
|
|
12867
|
-
}, [
|
|
12612
|
+
getStorage(storageOptions.storageType).removeItem(scopedStorageKey);
|
|
12613
|
+
}, [storageOptions.storageType, scopedStorageKey]);
|
|
12868
12614
|
const readFromStorage = react.useCallback(() => {
|
|
12869
|
-
const encodedStorageValue = getStorage(
|
|
12615
|
+
const encodedStorageValue = getStorage(storageOptions.storageType).getItem(scopedStorageKey);
|
|
12870
12616
|
const storageValue = encodedStorageValue ? decode(encodedStorageValue) : null;
|
|
12871
12617
|
/**
|
|
12872
12618
|
* NOTE:
|
|
@@ -12879,9 +12625,10 @@ const useStorage = (storageKey, initialStorageValue, options) => {
|
|
|
12879
12625
|
return null;
|
|
12880
12626
|
}
|
|
12881
12627
|
return storageValue;
|
|
12882
|
-
}, [
|
|
12628
|
+
}, [storageOptions.storageType, removeFromStorage, scopedStorageKey]);
|
|
12883
12629
|
const initializeStorageValue = () => {
|
|
12884
|
-
//
|
|
12630
|
+
// Default to the currently stored value.
|
|
12631
|
+
// If no stored value, default to the initial value.
|
|
12885
12632
|
return readFromStorage() ?? initialStorageValue ?? null;
|
|
12886
12633
|
};
|
|
12887
12634
|
const _useState = react.useState(initializeStorageValue),
|
|
@@ -12890,23 +12637,21 @@ const useStorage = (storageKey, initialStorageValue, options) => {
|
|
|
12890
12637
|
setStorageValue = _useState2[1];
|
|
12891
12638
|
const writeToStorage = react.useCallback(nextStorageValue => {
|
|
12892
12639
|
if (nextStorageValue) {
|
|
12893
|
-
getStorage(
|
|
12640
|
+
getStorage(storageOptions.storageType).setItem(scopedStorageKey, encode(nextStorageValue));
|
|
12894
12641
|
} else {
|
|
12895
12642
|
removeFromStorage();
|
|
12896
12643
|
}
|
|
12897
12644
|
setStorageValue(nextStorageValue);
|
|
12898
|
-
}, [
|
|
12645
|
+
}, [storageOptions.storageType, removeFromStorage, scopedStorageKey]);
|
|
12899
12646
|
|
|
12900
|
-
//
|
|
12901
|
-
//
|
|
12902
|
-
//
|
|
12903
|
-
// https://beta.reactjs.org/apis/react/useState#my-initializer-or-updater-function-runs-twice
|
|
12647
|
+
// Set the initial storage value in the storage. This should not be done in
|
|
12648
|
+
// initializeStorageValue because the state initializer function should be pure.
|
|
12649
|
+
// https://react.dev/reference/react/useState#my-initializer-or-updater-function-runs-twice
|
|
12904
12650
|
react.useEffect(() => {
|
|
12905
12651
|
if (isNil(readFromStorage()) && !isNil(initialStorageValue) && storageValue !== initialStorageValue) {
|
|
12906
|
-
|
|
12907
|
-
setStorageValue(initialStorageValue);
|
|
12652
|
+
writeToStorage(initialStorageValue);
|
|
12908
12653
|
}
|
|
12909
|
-
}, []);
|
|
12654
|
+
}, [storageValue, initialStorageValue, readFromStorage, writeToStorage, storageOptions.storageType, scopedStorageKey]);
|
|
12910
12655
|
return [storageValue, writeToStorage, readFromStorage];
|
|
12911
12656
|
};
|
|
12912
12657
|
|
|
@@ -13022,14 +12767,15 @@ function _objectSpread$J(e) { for (var r = 1; r < arguments.length; r++) { var _
|
|
|
13022
12767
|
// NOTE: The `version` can be updated to bust existing search queries in case of conflicting migrations.
|
|
13023
12768
|
const VERSION_KEY = '__version';
|
|
13024
12769
|
const OLD_SAVED_SEARCH_VERSION = 2;
|
|
13025
|
-
const
|
|
13026
|
-
|
|
13027
|
-
|
|
13028
|
-
|
|
12770
|
+
const SAVED_SEARCH_VERSION = 3;
|
|
12771
|
+
const getCurrentVersion = useOldVersion => {
|
|
12772
|
+
if (!useOldVersion) {
|
|
12773
|
+
return SAVED_SEARCH_VERSION;
|
|
12774
|
+
}
|
|
13029
12775
|
return OLD_SAVED_SEARCH_VERSION;
|
|
13030
12776
|
};
|
|
13031
12777
|
const augmentWithVersion = (searchQuery, useOldVersion) => _objectSpread$J({
|
|
13032
|
-
[VERSION_KEY]: getCurrentVersion()
|
|
12778
|
+
[VERSION_KEY]: getCurrentVersion(useOldVersion)
|
|
13033
12779
|
}, searchQuery);
|
|
13034
12780
|
const omitVersion = searchQuery => {
|
|
13035
12781
|
var _context;
|
|
@@ -13039,27 +12785,29 @@ const omitVersion = searchQuery => {
|
|
|
13039
12785
|
};
|
|
13040
12786
|
|
|
13041
12787
|
// This will get rid of any filters that may have been deprecated at some point
|
|
13042
|
-
const omitUnknownFilters = searchQuery =>
|
|
13043
|
-
|
|
13044
|
-
|
|
13045
|
-
return _includesInstanceProperty__default["default"](_context2 = _Object$values__default["default"](FILTER_OPTION_KEYS)).call(_context2, key);
|
|
13046
|
-
})), {}, {
|
|
13047
|
-
[FILTER_OPTION_KEYS.DATE_RANGE]: searchQuery.filters[FILTER_OPTION_KEYS.DATE_RANGE] || []
|
|
13048
|
-
})
|
|
13049
|
-
});
|
|
13050
|
-
const isStoredSearchQueryInvalid = (storedSearchQuery, useOldVersion) => {
|
|
13051
|
-
if (!storedSearchQuery) {
|
|
13052
|
-
return false;
|
|
12788
|
+
const omitUnknownFilters = searchQuery => {
|
|
12789
|
+
if (!searchQuery) {
|
|
12790
|
+
return null;
|
|
13053
12791
|
}
|
|
13054
|
-
return
|
|
12792
|
+
return _objectSpread$J(_objectSpread$J({}, searchQuery), searchQuery?.filters && {
|
|
12793
|
+
filters: _objectSpread$J(_objectSpread$J({}, pickBy__default["default"](searchQuery.filters, (_value, key) => {
|
|
12794
|
+
var _context2;
|
|
12795
|
+
return _includesInstanceProperty__default["default"](_context2 = _Object$values__default["default"](FILTER_OPTION_KEYS)).call(_context2, key);
|
|
12796
|
+
})), {}, {
|
|
12797
|
+
[FILTER_OPTION_KEYS.DATE_RANGE]: searchQuery.filters[FILTER_OPTION_KEYS.DATE_RANGE] || []
|
|
12798
|
+
})
|
|
12799
|
+
});
|
|
12800
|
+
};
|
|
12801
|
+
const isStoredSearchQueryValid = (storedSearchQuery, useOldVersion) => {
|
|
12802
|
+
return !!storedSearchQuery && storedSearchQuery.__version === getCurrentVersion(useOldVersion);
|
|
13055
12803
|
};
|
|
13056
12804
|
const useSearchQueryState = _ref => {
|
|
13057
12805
|
let storageSlice = _ref.storageSlice,
|
|
13058
|
-
|
|
12806
|
+
defaultSearchQuery = _ref.defaultSearchQuery;
|
|
13059
12807
|
const location = reactRouterDom.useLocation();
|
|
13060
12808
|
const history = reactRouterDom.useHistory();
|
|
13061
|
-
useAlFilterRedesign();
|
|
13062
|
-
const _useStorage = useStorage(storageSlice,
|
|
12809
|
+
const isFilterRedesignEnabled = useAlFilterRedesign();
|
|
12810
|
+
const _useStorage = useStorage(storageSlice, null),
|
|
13063
12811
|
_useStorage2 = _slicedToArray(_useStorage, 2),
|
|
13064
12812
|
storedSearchQuery = _useStorage2[0],
|
|
13065
12813
|
setStoredSearchQuery = _useStorage2[1];
|
|
@@ -13073,46 +12821,53 @@ const useSearchQueryState = _ref => {
|
|
|
13073
12821
|
}
|
|
13074
12822
|
};
|
|
13075
12823
|
const setSearchQuery = nextSearchQuery => {
|
|
13076
|
-
setStoredSearchQuery(nextSearchQuery ? augmentWithVersion(nextSearchQuery) : null);
|
|
12824
|
+
setStoredSearchQuery(nextSearchQuery ? augmentWithVersion(nextSearchQuery, !isFilterRedesignEnabled) : null);
|
|
13077
12825
|
updateHistory(nextSearchQuery);
|
|
13078
12826
|
};
|
|
13079
|
-
const resetSearchQuery = () => {
|
|
13080
|
-
setStoredSearchQuery(null);
|
|
13081
|
-
updateHistory(initialSearchQuery);
|
|
13082
|
-
};
|
|
13083
12827
|
const getSearchQuery = () => {
|
|
13084
12828
|
let currentSearchQuery = null;
|
|
13085
|
-
let isReset = false;
|
|
13086
12829
|
try {
|
|
12830
|
+
// Pull from browser history first, then local storage
|
|
13087
12831
|
if (locationHasSearchQuery()) {
|
|
13088
|
-
currentSearchQuery = decode(location
|
|
13089
|
-
} else {
|
|
13090
|
-
currentSearchQuery =
|
|
12832
|
+
currentSearchQuery = decode(location.state.search);
|
|
12833
|
+
} else if (storedSearchQuery) {
|
|
12834
|
+
currentSearchQuery = omitVersion(_objectSpread$J(_objectSpread$J({}, defaultSearchQuery), storedSearchQuery));
|
|
13091
12835
|
}
|
|
12836
|
+
|
|
12837
|
+
// Just remove anything legacy that may accidentally be in there
|
|
12838
|
+
currentSearchQuery = omitUnknownFilters(currentSearchQuery);
|
|
13092
12839
|
} catch (e) {
|
|
13093
12840
|
sentry.reportErrorToSentry(new Error('SearchViewRouterQuery: failed to parse stored search query. Defaulting to initial query.'), {
|
|
13094
12841
|
extra: {
|
|
13095
12842
|
rawQuery: location.state?.search,
|
|
13096
|
-
version: getCurrentVersion()
|
|
12843
|
+
version: getCurrentVersion(!isFilterRedesignEnabled)
|
|
13097
12844
|
}
|
|
13098
12845
|
});
|
|
13099
|
-
isReset = true;
|
|
13100
12846
|
}
|
|
13101
|
-
|
|
13102
|
-
|
|
13103
|
-
|
|
12847
|
+
let isReset = false;
|
|
12848
|
+
// We don't store version with the history, so if we have location, assume we are good. Otherwise...
|
|
12849
|
+
if (locationHasSearchQuery() && currentSearchQuery === null) {
|
|
12850
|
+
// There was history, but it failed to decode, so set to default
|
|
12851
|
+
currentSearchQuery = defaultSearchQuery;
|
|
12852
|
+
updateHistory(defaultSearchQuery);
|
|
12853
|
+
} else if (!locationHasSearchQuery()) {
|
|
12854
|
+
if (storedSearchQuery && isStoredSearchQueryValid(storedSearchQuery, !isFilterRedesignEnabled)) {
|
|
12855
|
+
// No history but valid stored search, so update history
|
|
12856
|
+
updateHistory(currentSearchQuery);
|
|
12857
|
+
} else if (storedSearchQuery) {
|
|
12858
|
+
// No history and invalid stored search, so set to default and clear local storage
|
|
13104
12859
|
isReset = true;
|
|
12860
|
+
setStoredSearchQuery(null); // This will make it so local storage value is removed
|
|
13105
12861
|
} else {
|
|
13106
|
-
// No history
|
|
13107
|
-
|
|
12862
|
+
// No history and no stored search, so set to default
|
|
12863
|
+
isReset = true;
|
|
13108
12864
|
}
|
|
13109
12865
|
}
|
|
13110
12866
|
if (isReset) {
|
|
13111
|
-
currentSearchQuery =
|
|
13112
|
-
|
|
12867
|
+
currentSearchQuery = defaultSearchQuery;
|
|
12868
|
+
updateHistory(defaultSearchQuery);
|
|
13113
12869
|
}
|
|
13114
|
-
|
|
13115
|
-
return filteredSearchQuery;
|
|
12870
|
+
return currentSearchQuery;
|
|
13116
12871
|
};
|
|
13117
12872
|
return {
|
|
13118
12873
|
searchQuery: getSearchQuery(),
|
|
@@ -17350,89 +17105,7 @@ function ownKeys$l(e, r) { var t = _Object$keys__default["default"](e); if (_Obj
|
|
|
17350
17105
|
function _objectSpread$l(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$l(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$l(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
|
|
17351
17106
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? _Reflect$construct__default["default"](o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
17352
17107
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
|
|
17353
|
-
var UnexpectedErrorSVG =
|
|
17354
|
-
return jsxRuntime.jsxs("svg", _objectSpread$l(_objectSpread$l({}, props), {}, {
|
|
17355
|
-
children: [jsxRuntime.jsxs("defs", {
|
|
17356
|
-
children: [jsxRuntime.jsx("rect", {
|
|
17357
|
-
id: "c",
|
|
17358
|
-
x: "0",
|
|
17359
|
-
y: "226.694",
|
|
17360
|
-
width: "248.775",
|
|
17361
|
-
height: "2.451",
|
|
17362
|
-
rx: "1.225"
|
|
17363
|
-
}), jsxRuntime.jsx("path", {
|
|
17364
|
-
id: "a",
|
|
17365
|
-
d: "M0 0h250v226.694H0z"
|
|
17366
|
-
})]
|
|
17367
|
-
}), jsxRuntime.jsxs("g", {
|
|
17368
|
-
fill: "none",
|
|
17369
|
-
fillRule: "evenodd",
|
|
17370
|
-
children: [jsxRuntime.jsxs("g", {
|
|
17371
|
-
transform: "translate(0 -3)",
|
|
17372
|
-
children: [jsxRuntime.jsx("mask", {
|
|
17373
|
-
id: "b",
|
|
17374
|
-
fill: "#fff",
|
|
17375
|
-
children: jsxRuntime.jsx("use", {
|
|
17376
|
-
xlinkHref: "#a"
|
|
17377
|
-
})
|
|
17378
|
-
}), jsxRuntime.jsx("ellipse", {
|
|
17379
|
-
fill: "#F2F2F2",
|
|
17380
|
-
mask: "url(#b)",
|
|
17381
|
-
cx: "124.387",
|
|
17382
|
-
cy: "126.213",
|
|
17383
|
-
rx: "123.162",
|
|
17384
|
-
ry: "122.537"
|
|
17385
|
-
})]
|
|
17386
|
-
}), jsxRuntime.jsxs("g", {
|
|
17387
|
-
transform: "translate(0 -3)",
|
|
17388
|
-
children: [jsxRuntime.jsx("use", {
|
|
17389
|
-
fill: "#000",
|
|
17390
|
-
xlinkHref: "#c"
|
|
17391
|
-
}), jsxRuntime.jsx("rect", {
|
|
17392
|
-
stroke: "#000",
|
|
17393
|
-
x: ".5",
|
|
17394
|
-
y: "227.194",
|
|
17395
|
-
width: "247.775",
|
|
17396
|
-
height: "1.451",
|
|
17397
|
-
rx: ".725"
|
|
17398
|
-
})]
|
|
17399
|
-
}), jsxRuntime.jsx("path", {
|
|
17400
|
-
d: "M160.922 215.16c0-4.66-3.826-8.473-8.502-8.473h-6.498c11.232-9.168 18.4-23.096 18.4-38.694 0-27.61-22.457-49.993-50.16-49.993C86.457 118 64 140.383 64 167.993c0 18.441 10.02 34.548 24.93 43.213H73.068c-4.676 0-8.502 3.813-8.502 8.474 0 4.66-1.842 3.954 2.834 3.954h85.02c24.371 1.13 8.501 0 8.501-8.473",
|
|
17401
|
-
fill: "#00B49F"
|
|
17402
|
-
}), jsxRuntime.jsx("path", {
|
|
17403
|
-
d: "M95.652 189.2c0 2.48-2.04 4.51-4.534 4.51h-1.7c-2.494 0-4.535-2.03-4.535-4.51v-20.29c0 2.48-2.04 4.508-4.534 4.508h-1.7c-2.495 0-4.535-2.029-4.535-4.509V152c0 2.48-2.04 4.509-4.535 4.509h-1.7c-.86 0-1.661-.245-2.348-.662A49.7 49.7 0 0 0 64 168.117c0 18.4 10.02 34.472 24.93 43.118H73.069c-4.676 0-8.502 3.804-8.502 8.454s-1.842 3.946 2.834 3.946h85.02c24.371 1.127 8.501 0 8.501-8.455 0-4.65-3.826-8.455-8.502-8.455h-6.498c11.232-9.147 18.401-23.044 18.401-38.608 0-.472-.008-.941-.021-1.41h-.83c-2.493 0-4.534-2.029-4.534-4.508v12.4c0 2.48-2.04 4.508-4.534 4.508h-1.7c-2.494 0-4.535-2.029-4.535-4.509v-7.89c0 2.48-2.04 4.509-4.534 4.509h-1.7c-2.494 0-4.535-2.03-4.535-4.51v25.364c0 2.48-2.04 4.51-4.534 4.51h-1.7c-2.495 0-4.535-2.03-4.535-4.51v-23.109c0 2.48-2.04 4.51-4.534 4.51h-1.7c-1.63 0-3.063-.87-3.862-2.163v6.706c0 2.48-2.04 4.51-4.535 4.51h-1.7c-2.494 0-4.534-2.03-4.534-4.51v-16.288a4.544 4.544 0 0 1-3.862 2.162h-1.7c-2.494 0-4.534-2.029-4.534-4.509",
|
|
17404
|
-
fill: "#A8DBD5"
|
|
17405
|
-
}), jsxRuntime.jsx("path", {
|
|
17406
|
-
d: "M160.975 216.16c0-4.66-3.787-8.473-8.417-8.473h-6.433c11.12-9.168 18.217-23.096 18.217-38.694 0-27.61-22.233-49.993-49.66-49.993-1.238 0-2.466.048-3.682.137 25.74 1.927 46.047 24.268 46.047 51.548 0 16.126-11.586 30.526-22.706 40.005h10.923c4.63 0 8.417 3.942 8.417 8.76 0 2.25 1.036 3.997 2.167 5.334 19.32.85 5.127-.569 5.127-8.623",
|
|
17407
|
-
fill: "#FFF"
|
|
17408
|
-
}), jsxRuntime.jsx("path", {
|
|
17409
|
-
d: "M67.522 222.383h84.795c4.647.214 9.386.436 11.609.345l-.021-.02c-1.585-1.45-4.24-3.88-4.24-7.65 0-4.04-3.296-7.327-7.348-7.327h-9.646l2.448-1.999c11.4-9.308 17.939-23.06 17.939-37.73 0-26.88-21.936-48.748-48.899-48.748-26.962 0-48.898 21.868-48.898 48.747 0 17.276 9.313 33.423 24.303 42.138l3.613 2.1H73.175c-4.052 0-7.349 3.287-7.349 7.327 0 1.304-.139 2.238-.244 2.85.103-.002.21-.004.318-.008.428-.01.96-.025 1.622-.025M162.59 225c-2.12 0-5.346-.133-10.324-.363H67.522c-.637 0-1.15.014-1.563.025-1.221.03-1.891.049-2.398-.538-.48-.555-.366-1.196-.245-1.875.1-.56.25-1.405.25-2.683 0-5.283 4.31-9.58 9.61-9.58h11.936C71.382 200.515 63 184.765 63 168c0-28.12 22.95-51 51.16-51 28.21 0 51.159 22.879 51.159 51.001 0 14.331-5.962 27.823-16.46 37.476h3.458c5.299 0 9.61 4.298 9.61 9.58 0 2.78 2.111 4.713 3.508 5.991 1.013.928 1.887 1.729 1.45 2.777-.348.833-.897 1.175-4.296 1.175",
|
|
17410
|
-
fill: "#000"
|
|
17411
|
-
}), jsxRuntime.jsx("path", {
|
|
17412
|
-
d: "m178.728 31.282-75.405 74.574c-3.804 3.763-2.794 10.167 1.99 12.554 11.591 5.783 31.878 16.381 52.437 29.379 4.58 2.896 10.637.346 11.772-4.965l22.29-104.342c1.62-7.585-7.578-12.646-13.084-7.2",
|
|
17413
|
-
fill: "#A8DBD5"
|
|
17414
|
-
}), jsxRuntime.jsx("path", {
|
|
17415
|
-
fill: "#FFF",
|
|
17416
|
-
d: "M168.832 142 146 62.632l2.167-.632L171 141.368zm-23.038 0L128 80.63l2.206-.63L148 141.37zm-19.9-11L113 95.767l2.107-.767L128 130.233zm53.017-35L161 48.817l2.089-.817L181 95.183zm6.967-37L177 32.711l2.122-.711L188 58.289z"
|
|
17417
|
-
}), jsxRuntime.jsx("path", {
|
|
17418
|
-
fill: "#FFF",
|
|
17419
|
-
d: "M118.334 92 118 89.767 183.666 80l.334 2.233zm-17.167 18-.167-2.246L178.833 102l.167 2.246zm72.831 15L115 124.95l.002-1.95 58.998.05zm-30.805-58L143 64.769 187.807 61l.193 2.231zm20.197-19-.39-2.234L190.61 41l.39 2.234z"
|
|
17420
|
-
}), jsxRuntime.jsx("path", {
|
|
17421
|
-
d: "m179.432 32.215-75.197 74.406a6.613 6.613 0 0 0-1.898 5.803 6.576 6.576 0 0 0 3.592 4.907c10.564 5.274 31.418 16.103 52.393 29.369a6.544 6.544 0 0 0 6.128.506 6.567 6.567 0 0 0 3.91-4.74l22.23-104.107c.765-3.582-1.3-6.14-3.3-7.242-2-1.1-5.26-1.474-7.858 1.098M161.85 150a8.815 8.815 0 0 1-4.728-1.39c-20.891-13.213-41.67-24.002-52.195-29.257-2.6-1.298-4.354-3.694-4.813-6.573-.459-2.885.467-5.715 2.54-7.766l75.197-74.407c2.865-2.834 6.996-3.41 10.52-1.47 3.526 1.943 5.26 5.748 4.418 9.695L170.56 142.938c-.617 2.889-2.526 5.203-5.239 6.349a8.893 8.893 0 0 1-3.471.713",
|
|
17422
|
-
fill: "#000"
|
|
17423
|
-
}), jsxRuntime.jsx("path", {
|
|
17424
|
-
d: "m88.322 148.347 1.331 1.331c.43.43 1.132.43 1.561 0l5.464-5.464c.43-.429.43-1.131 0-1.56l-1.331-1.332a1.107 1.107 0 0 0-1.561 0l-5.464 5.464a1.105 1.105 0 0 0 0 1.56m39.971 2.148 1.213 1.213a1.009 1.009 0 0 0 1.423 0l1.778-1.778a1.009 1.009 0 0 0 0-1.423l-1.214-1.213a1.008 1.008 0 0 0-1.422 0l-1.778 1.778a1.009 1.009 0 0 0 0 1.423m-20 7.999 1.213 1.214a1.009 1.009 0 0 0 1.423 0l1.778-1.778a1.01 1.01 0 0 0 0-1.422l-1.214-1.214a1.008 1.008 0 0 0-1.422 0l-1.778 1.778a1.008 1.008 0 0 0 0 1.422m5.995-18.257 1.26 1.406c.406.453 1.097.48 1.535.06l5.571-5.35c.438-.42.464-1.135.058-1.588l-1.26-1.406a1.063 1.063 0 0 0-1.535-.06l-5.571 5.35a1.155 1.155 0 0 0-.058 1.588m27 29.001 1.26 1.405c.406.453 1.097.48 1.535.06l5.57-5.35c.439-.42.465-1.136.059-1.589l-1.26-1.405a1.063 1.063 0 0 0-1.535-.06l-5.57 5.35a1.155 1.155 0 0 0-.059 1.589m-21.108-12.77-.998 1.523c-.323.49-.204 1.169.262 1.507l5.94 4.312a1.002 1.002 0 0 0 1.435-.276l1-1.522c.322-.49.203-1.17-.264-1.509l-5.94-4.311a1.003 1.003 0 0 0-1.434.276m-25.001-31-.998 1.522c-.323.491-.204 1.17.262 1.508l5.94 4.312a1.003 1.003 0 0 0 1.435-.276l1-1.522c.322-.49.203-1.17-.264-1.509l-5.94-4.311a1.003 1.003 0 0 0-1.434.276",
|
|
17425
|
-
fill: "#FFF"
|
|
17426
|
-
})]
|
|
17427
|
-
})]
|
|
17428
|
-
}));
|
|
17429
|
-
};
|
|
17430
|
-
UnexpectedErrorSVG.defaultProps = {
|
|
17431
|
-
width: "249",
|
|
17432
|
-
height: "227",
|
|
17433
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
17434
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
17435
|
-
};
|
|
17108
|
+
var UnexpectedErrorSVG = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQ5IiBoZWlnaHQ9IjIyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9IlVuZXhwZWN0ZWRFcnJvclNWRy1jIiB4PSIwIiB5PSIyMjYuNjk0IiB3aWR0aD0iMjQ4Ljc3NSIgaGVpZ2h0PSIyLjQ1MSIgcng9IjEuMjI1Ii8+PHBhdGggaWQ9IlVuZXhwZWN0ZWRFcnJvclNWRy1hIiBkPSJNMCAwaDI1MHYyMjYuNjk0SDB6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMykiPjxtYXNrIGlkPSJVbmV4cGVjdGVkRXJyb3JTVkctYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjVW5leHBlY3RlZEVycm9yU1ZHLWEiLz48L21hc2s+PGVsbGlwc2UgZmlsbD0iI0YyRjJGMiIgbWFzaz0idXJsKCNVbmV4cGVjdGVkRXJyb3JTVkctYikiIGN4PSIxMjQuMzg3IiBjeT0iMTI2LjIxMyIgcng9IjEyMy4xNjIiIHJ5PSIxMjIuNTM3Ii8+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMpIj48dXNlIGZpbGw9IiMwMDAiIHhsaW5rOmhyZWY9IiNVbmV4cGVjdGVkRXJyb3JTVkctYyIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9IjIyNy4xOTQiIHdpZHRoPSIyNDcuNzc1IiBoZWlnaHQ9IjEuNDUxIiByeD0iLjcyNSIvPjwvZz48cGF0aCBkPSJNMTYwLjkyMiAyMTUuMTZjMC00LjY2LTMuODI2LTguNDczLTguNTAyLTguNDczaC02LjQ5OGMxMS4yMzItOS4xNjggMTguNC0yMy4wOTYgMTguNC0zOC42OTQgMC0yNy42MS0yMi40NTctNDkuOTkzLTUwLjE2LTQ5Ljk5M0M4Ni40NTcgMTE4IDY0IDE0MC4zODMgNjQgMTY3Ljk5M2MwIDE4LjQ0MSAxMC4wMiAzNC41NDggMjQuOTMgNDMuMjEzSDczLjA2OGMtNC42NzYgMC04LjUwMiAzLjgxMy04LjUwMiA4LjQ3NCAwIDQuNjYtMS44NDIgMy45NTQgMi44MzQgMy45NTRoODUuMDJjMjQuMzcxIDEuMTMgOC41MDEgMCA4LjUwMS04LjQ3MyIgZmlsbD0iIzAwQjQ5RiIvPjxwYXRoIGQ9Ik05NS42NTIgMTg5LjJjMCAyLjQ4LTIuMDQgNC41MS00LjUzNCA0LjUxaC0xLjdjLTIuNDk0IDAtNC41MzUtMi4wMy00LjUzNS00LjUxdi0yMC4yOWMwIDIuNDgtMi4wNCA0LjUwOC00LjUzNCA0LjUwOGgtMS43Yy0yLjQ5NSAwLTQuNTM1LTIuMDI5LTQuNTM1LTQuNTA5VjE1MmMwIDIuNDgtMi4wNCA0LjUwOS00LjUzNSA0LjUwOWgtMS43Yy0uODYgMC0xLjY2MS0uMjQ1LTIuMzQ4LS42NjJBNDkuNyA0OS43IDAgMDA2NCAxNjguMTE3YzAgMTguNCAxMC4wMiAzNC40NzIgMjQuOTMgNDMuMTE4SDczLjA2OWMtNC42NzYgMC04LjUwMiAzLjgwNC04LjUwMiA4LjQ1NHMtMS44NDIgMy45NDYgMi44MzQgMy45NDZoODUuMDJjMjQuMzcxIDEuMTI3IDguNTAxIDAgOC41MDEtOC40NTUgMC00LjY1LTMuODI2LTguNDU1LTguNTAyLTguNDU1aC02LjQ5OGMxMS4yMzItOS4xNDcgMTguNDAxLTIzLjA0NCAxOC40MDEtMzguNjA4IDAtLjQ3Mi0uMDA4LS45NDEtLjAyMS0xLjQxaC0uODNjLTIuNDkzIDAtNC41MzQtMi4wMjktNC41MzQtNC41MDh2MTIuNGMwIDIuNDgtMi4wNCA0LjUwOC00LjUzNCA0LjUwOGgtMS43Yy0yLjQ5NCAwLTQuNTM1LTIuMDI5LTQuNTM1LTQuNTA5di03Ljg5YzAgMi40OC0yLjA0IDQuNTA5LTQuNTM0IDQuNTA5aC0xLjdjLTIuNDk0IDAtNC41MzUtMi4wMy00LjUzNS00LjUxdjI1LjM2NGMwIDIuNDgtMi4wNCA0LjUxLTQuNTM0IDQuNTFoLTEuN2MtMi40OTUgMC00LjUzNS0yLjAzLTQuNTM1LTQuNTF2LTIzLjEwOWMwIDIuNDgtMi4wNCA0LjUxLTQuNTM0IDQuNTFoLTEuN2MtMS42MyAwLTMuMDYzLS44Ny0zLjg2Mi0yLjE2M3Y2LjcwNmMwIDIuNDgtMi4wNCA0LjUxLTQuNTM1IDQuNTFoLTEuN2MtMi40OTQgMC00LjUzNC0yLjAzLTQuNTM0LTQuNTF2LTE2LjI4OGE0LjU0NCA0LjU0NCAwIDAxLTMuODYyIDIuMTYyaC0xLjdjLTIuNDk0IDAtNC41MzQtMi4wMjktNC41MzQtNC41MDkiIGZpbGw9IiNBOERCRDUiLz48cGF0aCBkPSJNMTYwLjk3NSAyMTYuMTZjMC00LjY2LTMuNzg3LTguNDczLTguNDE3LTguNDczaC02LjQzM2MxMS4xMi05LjE2OCAxOC4yMTctMjMuMDk2IDE4LjIxNy0zOC42OTQgMC0yNy42MS0yMi4yMzMtNDkuOTkzLTQ5LjY2LTQ5Ljk5My0xLjIzOCAwLTIuNDY2LjA0OC0zLjY4Mi4xMzcgMjUuNzQgMS45MjcgNDYuMDQ3IDI0LjI2OCA0Ni4wNDcgNTEuNTQ4IDAgMTYuMTI2LTExLjU4NiAzMC41MjYtMjIuNzA2IDQwLjAwNWgxMC45MjNjNC42MyAwIDguNDE3IDMuOTQyIDguNDE3IDguNzYgMCAyLjI1IDEuMDM2IDMuOTk3IDIuMTY3IDUuMzM0IDE5LjMyLjg1IDUuMTI3LS41NjkgNS4xMjctOC42MjMiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNNjcuNTIyIDIyMi4zODNoODQuNzk1YzQuNjQ3LjIxNCA5LjM4Ni40MzYgMTEuNjA5LjM0NWwtLjAyMS0uMDJjLTEuNTg1LTEuNDUtNC4yNC0zLjg4LTQuMjQtNy42NSAwLTQuMDQtMy4yOTYtNy4zMjctNy4zNDgtNy4zMjdoLTkuNjQ2bDIuNDQ4LTEuOTk5YzExLjQtOS4zMDggMTcuOTM5LTIzLjA2IDE3LjkzOS0zNy43MyAwLTI2Ljg4LTIxLjkzNi00OC43NDgtNDguODk5LTQ4Ljc0OC0yNi45NjIgMC00OC44OTggMjEuODY4LTQ4Ljg5OCA0OC43NDcgMCAxNy4yNzYgOS4zMTMgMzMuNDIzIDI0LjMwMyA0Mi4xMzhsMy42MTMgMi4xSDczLjE3NWMtNC4wNTIgMC03LjM0OSAzLjI4Ny03LjM0OSA3LjMyNyAwIDEuMzA0LS4xMzkgMi4yMzgtLjI0NCAyLjg1LjEwMy0uMDAyLjIxLS4wMDQuMzE4LS4wMDguNDI4LS4wMS45Ni0uMDI1IDEuNjIyLS4wMjVNMTYyLjU5IDIyNWMtMi4xMiAwLTUuMzQ2LS4xMzMtMTAuMzI0LS4zNjNINjcuNTIyYy0uNjM3IDAtMS4xNS4wMTQtMS41NjMuMDI1LTEuMjIxLjAzLTEuODkxLjA0OS0yLjM5OC0uNTM4LS40OC0uNTU1LS4zNjYtMS4xOTYtLjI0NS0xLjg3NS4xLS41Ni4yNS0xLjQwNS4yNS0yLjY4MyAwLTUuMjgzIDQuMzEtOS41OCA5LjYxLTkuNThoMTEuOTM2QzcxLjM4MiAyMDAuNTE1IDYzIDE4NC43NjUgNjMgMTY4YzAtMjguMTIgMjIuOTUtNTEgNTEuMTYtNTEgMjguMjEgMCA1MS4xNTkgMjIuODc5IDUxLjE1OSA1MS4wMDEgMCAxNC4zMzEtNS45NjIgMjcuODIzLTE2LjQ2IDM3LjQ3NmgzLjQ1OGM1LjI5OSAwIDkuNjEgNC4yOTggOS42MSA5LjU4IDAgMi43OCAyLjExMSA0LjcxMyAzLjUwOCA1Ljk5MSAxLjAxMy45MjggMS44ODcgMS43MjkgMS40NSAyLjc3Ny0uMzQ4LjgzMy0uODk3IDEuMTc1LTQuMjk2IDEuMTc1IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTE3OC43MjggMzEuMjgybC03NS40MDUgNzQuNTc0Yy0zLjgwNCAzLjc2My0yLjc5NCAxMC4xNjcgMS45OSAxMi41NTQgMTEuNTkxIDUuNzgzIDMxLjg3OCAxNi4zODEgNTIuNDM3IDI5LjM3OSA0LjU4IDIuODk2IDEwLjYzNy4zNDYgMTEuNzcyLTQuOTY1bDIyLjI5LTEwNC4zNDJjMS42Mi03LjU4NS03LjU3OC0xMi42NDYtMTMuMDg0LTcuMiIgZmlsbD0iI0E4REJENSIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xNjguODMyIDE0MkwxNDYgNjIuNjMybDIuMTY3LS42MzJMMTcxIDE0MS4zNjh6bS0yMy4wMzggMEwxMjggODAuNjNsMi4yMDYtLjYzTDE0OCAxNDEuMzd6bS0xOS45LTExTDExMyA5NS43NjdsMi4xMDctLjc2N0wxMjggMTMwLjIzM3ptNTMuMDE3LTM1TDE2MSA0OC44MTdsMi4wODktLjgxN0wxODEgOTUuMTgzem02Ljk2Ny0zN0wxNzcgMzIuNzExbDIuMTIyLS43MTFMMTg4IDU4LjI4OXoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTE4LjMzNCA5MkwxMTggODkuNzY3IDE4My42NjYgODBsLjMzNCAyLjIzM3ptLTE3LjE2NyAxOGwtLjE2Ny0yLjI0NkwxNzguODMzIDEwMmwuMTY3IDIuMjQ2em03Mi44MzEgMTVMMTE1IDEyNC45NWwuMDAyLTEuOTUgNTguOTk4LjA1em0tMzAuODA1LTU4TDE0MyA2NC43NjkgMTg3LjgwNyA2MWwuMTkzIDIuMjMxem0yMC4xOTctMTlsLS4zOS0yLjIzNEwxOTAuNjEgNDFsLjM5IDIuMjM0eiIvPjxwYXRoIGQ9Ik0xNzkuNDMyIDMyLjIxNWwtNzUuMTk3IDc0LjQwNmE2LjYxMyA2LjYxMyAwIDAwLTEuODk4IDUuODAzIDYuNTc2IDYuNTc2IDAgMDAzLjU5MiA0LjkwN2MxMC41NjQgNS4yNzQgMzEuNDE4IDE2LjEwMyA1Mi4zOTMgMjkuMzY5YTYuNTQ0IDYuNTQ0IDAgMDA2LjEyOC41MDYgNi41NjcgNi41NjcgMCAwMDMuOTEtNC43NGwyMi4yMy0xMDQuMTA3Yy43NjUtMy41ODItMS4zLTYuMTQtMy4zLTcuMjQyLTItMS4xLTUuMjYtMS40NzQtNy44NTggMS4wOThNMTYxLjg1IDE1MGE4LjgxNSA4LjgxNSAwIDAxLTQuNzI4LTEuMzljLTIwLjg5MS0xMy4yMTMtNDEuNjctMjQuMDAyLTUyLjE5NS0yOS4yNTctMi42LTEuMjk4LTQuMzU0LTMuNjk0LTQuODEzLTYuNTczLS40NTktMi44ODUuNDY3LTUuNzE1IDIuNTQtNy43NjZsNzUuMTk3LTc0LjQwN2MyLjg2NS0yLjgzNCA2Ljk5Ni0zLjQxIDEwLjUyLTEuNDcgMy41MjYgMS45NDMgNS4yNiA1Ljc0OCA0LjQxOCA5LjY5NUwxNzAuNTYgMTQyLjkzOGMtLjYxNyAyLjg4OS0yLjUyNiA1LjIwMy01LjIzOSA2LjM0OWE4Ljg5MyA4Ljg5MyAwIDAxLTMuNDcxLjcxMyIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik04OC4zMjIgMTQ4LjM0N2wxLjMzMSAxLjMzMWMuNDMuNDMgMS4xMzIuNDMgMS41NjEgMGw1LjQ2NC01LjQ2NGMuNDMtLjQyOS40My0xLjEzMSAwLTEuNTZsLTEuMzMxLTEuMzMyYTEuMTA3IDEuMTA3IDAgMDAtMS41NjEgMGwtNS40NjQgNS40NjRhMS4xMDUgMS4xMDUgMCAwMDAgMS41Nm0zOS45NzEgMi4xNDhsMS4yMTMgMS4yMTNhMS4wMDkgMS4wMDkgMCAwMDEuNDIzIDBsMS43NzgtMS43NzhhMS4wMDkgMS4wMDkgMCAwMDAtMS40MjNsLTEuMjE0LTEuMjEzYTEuMDA4IDEuMDA4IDAgMDAtMS40MjIgMGwtMS43NzggMS43NzhhMS4wMDkgMS4wMDkgMCAwMDAgMS40MjNtLTIwIDcuOTk5bDEuMjEzIDEuMjE0YTEuMDA5IDEuMDA5IDAgMDAxLjQyMyAwbDEuNzc4LTEuNzc4YTEuMDEgMS4wMSAwIDAwMC0xLjQyMmwtMS4yMTQtMS4yMTRhMS4wMDggMS4wMDggMCAwMC0xLjQyMiAwbC0xLjc3OCAxLjc3OGExLjAwOCAxLjAwOCAwIDAwMCAxLjQyMm01Ljk5NS0xOC4yNTdsMS4yNiAxLjQwNmMuNDA2LjQ1MyAxLjA5Ny40OCAxLjUzNS4wNmw1LjU3MS01LjM1Yy40MzgtLjQyLjQ2NC0xLjEzNS4wNTgtMS41ODhsLTEuMjYtMS40MDZhMS4wNjMgMS4wNjMgMCAwMC0xLjUzNS0uMDZsLTUuNTcxIDUuMzVhMS4xNTUgMS4xNTUgMCAwMC0uMDU4IDEuNTg4bTI3IDI5LjAwMWwxLjI2IDEuNDA1Yy40MDYuNDUzIDEuMDk3LjQ4IDEuNTM1LjA2bDUuNTctNS4zNWMuNDM5LS40Mi40NjUtMS4xMzYuMDU5LTEuNTg5bC0xLjI2LTEuNDA1YTEuMDYzIDEuMDYzIDAgMDAtMS41MzUtLjA2bC01LjU3IDUuMzVhMS4xNTUgMS4xNTUgMCAwMC0uMDU5IDEuNTg5bS0yMS4xMDgtMTIuNzdsLS45OTggMS41MjNjLS4zMjMuNDktLjIwNCAxLjE2OS4yNjIgMS41MDdsNS45NCA0LjMxMmExLjAwMiAxLjAwMiAwIDAwMS40MzUtLjI3NmwxLTEuNTIyYy4zMjItLjQ5LjIwMy0xLjE3LS4yNjQtMS41MDlsLTUuOTQtNC4zMTFhMS4wMDMgMS4wMDMgMCAwMC0xLjQzNC4yNzZtLTI1LjAwMS0zMWwtLjk5OCAxLjUyMmMtLjMyMy40OTEtLjIwNCAxLjE3LjI2MiAxLjUwOGw1Ljk0IDQuMzEyYTEuMDAzIDEuMDAzIDAgMDAxLjQzNS0uMjc2bDEtMS41MjJjLjMyMi0uNDkuMjAzLTEuMTctLjI2NC0xLjUwOWwtNS45NC00LjMxMWExLjAwMyAxLjAwMyAwIDAwLTEuNDM0LjI3NiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=";
|
|
17436
17109
|
let ErrorBoundary = /*#__PURE__*/function (_Component) {
|
|
17437
17110
|
function ErrorBoundary() {
|
|
17438
17111
|
var _this;
|
|
@@ -20037,7 +19710,7 @@ const ChangeHistoryList = props => {
|
|
|
20037
19710
|
const _useVersionTier = useVersionTier(),
|
|
20038
19711
|
tier = _useVersionTier.tier;
|
|
20039
19712
|
const storageSlice = props.storageSlice || SEARCH_SLICE_NAME_CHANGE_HISTORY;
|
|
20040
|
-
const
|
|
19713
|
+
const defaultSearchQuery = {
|
|
20041
19714
|
page: 1,
|
|
20042
19715
|
perPage: 20,
|
|
20043
19716
|
filters: {
|
|
@@ -20058,7 +19731,7 @@ const ChangeHistoryList = props => {
|
|
|
20058
19731
|
}
|
|
20059
19732
|
};
|
|
20060
19733
|
const _useSearchQueryState = useSearchQueryState({
|
|
20061
|
-
|
|
19734
|
+
defaultSearchQuery,
|
|
20062
19735
|
storageSlice
|
|
20063
19736
|
}),
|
|
20064
19737
|
searchQuery = _useSearchQueryState.searchQuery,
|
|
@@ -20413,8 +20086,8 @@ const benefitsAPIStylesHeadline = {
|
|
|
20413
20086
|
styles: "padding-bottom:20px;margin-bottom:32px;border-bottom:2px solid var(--color-neutral-90)"
|
|
20414
20087
|
} ;
|
|
20415
20088
|
const featureCardStyles = {
|
|
20416
|
-
name: "
|
|
20417
|
-
styles: "
|
|
20089
|
+
name: "13udsys",
|
|
20090
|
+
styles: "height:100%"
|
|
20418
20091
|
} ;
|
|
20419
20092
|
|
|
20420
20093
|
const BenefitsApiLogging = () => {
|
|
@@ -20429,23 +20102,24 @@ const BenefitsApiLogging = () => {
|
|
|
20429
20102
|
})
|
|
20430
20103
|
}), jsxRuntime.jsx("div", {
|
|
20431
20104
|
css: benefitsAPIStyles,
|
|
20432
|
-
children: jsxRuntime.jsx(uiKit.
|
|
20433
|
-
|
|
20434
|
-
|
|
20435
|
-
justifyContent: "space-between",
|
|
20105
|
+
children: jsxRuntime.jsx(uiKit.Grid, {
|
|
20106
|
+
gridGap: designSystem.designTokens.spacingM,
|
|
20107
|
+
gridTemplateColumns: "repeat(4, 1fr)",
|
|
20436
20108
|
children: _mapInstanceProperty__default["default"](featureCards).call(featureCards, (_ref, index) => {
|
|
20437
20109
|
let cardContent = _ref.cardContent,
|
|
20438
20110
|
icon = _ref.icon,
|
|
20439
20111
|
iconColor = _ref.iconColor;
|
|
20440
|
-
return jsxRuntime.jsx(
|
|
20441
|
-
|
|
20442
|
-
|
|
20443
|
-
|
|
20444
|
-
|
|
20445
|
-
|
|
20446
|
-
|
|
20447
|
-
|
|
20448
|
-
|
|
20112
|
+
return jsxRuntime.jsx(uiKit.Grid.Item, {
|
|
20113
|
+
children: jsxRuntime.jsx(FeatureCard, {
|
|
20114
|
+
css: featureCardStyles,
|
|
20115
|
+
content: cardContent,
|
|
20116
|
+
icon: jsxRuntime.jsx(uiKit.LeadingIcon, {
|
|
20117
|
+
color: iconColor,
|
|
20118
|
+
icon: icon
|
|
20119
|
+
}),
|
|
20120
|
+
layout: "vertical"
|
|
20121
|
+
})
|
|
20122
|
+
}, `feature-card${index}`);
|
|
20449
20123
|
})
|
|
20450
20124
|
})
|
|
20451
20125
|
})]
|