@commercetools-frontend/application-components 22.38.3 → 22.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commercetools-frontend-application-components.cjs.dev.js +26 -26
- package/dist/commercetools-frontend-application-components.cjs.prod.js +26 -26
- package/dist/commercetools-frontend-application-components.esm.js +26 -26
- package/dist/{custom-views-selector-34b438ba.esm.js → custom-views-selector-175a193a.esm.js} +2 -2
- package/dist/{custom-views-selector-07bd3cc1.cjs.dev.js → custom-views-selector-3a745e5a.cjs.dev.js} +2 -2
- package/dist/{custom-views-selector-4db393ba.cjs.prod.js → custom-views-selector-69073ecb.cjs.prod.js} +2 -2
- package/package.json +9 -9
|
@@ -85,7 +85,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
85
85
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
86
86
|
|
|
87
87
|
// NOTE: This string will be replaced on build time with the package version.
|
|
88
|
-
var version = "22.
|
|
88
|
+
var version = "22.39.1";
|
|
89
89
|
|
|
90
90
|
// We keep these tokens as they are related to page layout components which should have
|
|
91
91
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -598,7 +598,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
598
598
|
|
|
599
599
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
600
600
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
601
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
601
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-3a745e5a.cjs.dev.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
602
602
|
}
|
|
603
603
|
return _Promise__default["default"].resolve({
|
|
604
604
|
default: () => null
|
|
@@ -754,12 +754,12 @@ const PageWrapper = /*#__PURE__*/_styled__default["default"]("div", process.env.
|
|
|
754
754
|
|
|
755
755
|
const messages$4 = reactIntl.defineMessages({
|
|
756
756
|
back: {
|
|
757
|
-
id:
|
|
758
|
-
defaultMessage:
|
|
757
|
+
id: 'Components.ModalPage.TopBar.Back',
|
|
758
|
+
defaultMessage: 'Go Back'
|
|
759
759
|
},
|
|
760
760
|
close: {
|
|
761
|
-
id:
|
|
762
|
-
defaultMessage:
|
|
761
|
+
id: 'Components.ModalPage.TopBar.Close',
|
|
762
|
+
defaultMessage: 'Close Modal Page'
|
|
763
763
|
}
|
|
764
764
|
});
|
|
765
765
|
|
|
@@ -1967,12 +1967,12 @@ MaintenancePageLayout.displayName = 'MaintenancePageLayout';
|
|
|
1967
1967
|
|
|
1968
1968
|
var messages$3 = reactIntl.defineMessages({
|
|
1969
1969
|
title: {
|
|
1970
|
-
id:
|
|
1971
|
-
defaultMessage:
|
|
1970
|
+
id: 'PageNotFound.title',
|
|
1971
|
+
defaultMessage: 'We could not find what you are looking for'
|
|
1972
1972
|
},
|
|
1973
1973
|
paragraph1: {
|
|
1974
|
-
id:
|
|
1975
|
-
defaultMessage:
|
|
1974
|
+
id: 'PageNotFound.paragraph1',
|
|
1975
|
+
defaultMessage: 'The item you are looking for may have been deleted, does not exist, or the URL was entered incorrectly. Check the URL and try again.\n\nPlease contact your system administrator or the commercetools <a>Help Desk</a> if you have any further questions.'
|
|
1976
1976
|
}
|
|
1977
1977
|
});
|
|
1978
1978
|
|
|
@@ -2001,16 +2001,16 @@ PageNotFound.displayName = 'PageNotFound';
|
|
|
2001
2001
|
|
|
2002
2002
|
var messages$2 = reactIntl.defineMessages({
|
|
2003
2003
|
title: {
|
|
2004
|
-
id:
|
|
2005
|
-
defaultMessage:
|
|
2004
|
+
id: 'PageUnauthorized.title',
|
|
2005
|
+
defaultMessage: 'We could not find what you are looking for'
|
|
2006
2006
|
},
|
|
2007
2007
|
paragraph1: {
|
|
2008
|
-
id:
|
|
2009
|
-
defaultMessage:
|
|
2008
|
+
id: 'PageUnauthorized.paragraph1',
|
|
2009
|
+
defaultMessage: 'The Module you are looking for either does not exist for this Project or you are not authorized to view it.'
|
|
2010
2010
|
},
|
|
2011
2011
|
paragraph2: {
|
|
2012
|
-
id:
|
|
2013
|
-
defaultMessage:
|
|
2012
|
+
id: 'PageUnauthorized.paragraph2',
|
|
2013
|
+
defaultMessage: 'Please contact your system administrator or the commercetools <a>Help Desk</a> if you have any further questions.'
|
|
2014
2014
|
}
|
|
2015
2015
|
});
|
|
2016
2016
|
|
|
@@ -2336,8 +2336,8 @@ Drawer.Intl = i18n.sharedMessages;
|
|
|
2336
2336
|
|
|
2337
2337
|
const messages$1 = reactIntl.defineMessages({
|
|
2338
2338
|
loadError: {
|
|
2339
|
-
id:
|
|
2340
|
-
defaultMessage:
|
|
2339
|
+
id: 'CustomViewLoader.error.load',
|
|
2340
|
+
defaultMessage: 'We could not load the Custom View. Please contact your administrator to check its configuration.'
|
|
2341
2341
|
}
|
|
2342
2342
|
});
|
|
2343
2343
|
|
|
@@ -2477,20 +2477,20 @@ CustomViewLoader.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
2477
2477
|
|
|
2478
2478
|
var messages = reactIntl.defineMessages({
|
|
2479
2479
|
ProjectProduction: {
|
|
2480
|
-
id:
|
|
2481
|
-
defaultMessage:
|
|
2480
|
+
id: 'ProjectStamp.production',
|
|
2481
|
+
defaultMessage: 'Production'
|
|
2482
2482
|
},
|
|
2483
2483
|
ProjectSuspended: {
|
|
2484
|
-
id:
|
|
2485
|
-
defaultMessage:
|
|
2484
|
+
id: 'ProjectStamp.suspended',
|
|
2485
|
+
defaultMessage: 'Suspended'
|
|
2486
2486
|
},
|
|
2487
2487
|
ProjectExpired: {
|
|
2488
|
-
id:
|
|
2489
|
-
defaultMessage:
|
|
2488
|
+
id: 'ProjectStamp.expired',
|
|
2489
|
+
defaultMessage: 'Trial expired'
|
|
2490
2490
|
},
|
|
2491
2491
|
ProjectWillExpire: {
|
|
2492
|
-
id:
|
|
2493
|
-
defaultMessage:
|
|
2492
|
+
id: 'ProjectStamp.willExpire',
|
|
2493
|
+
defaultMessage: '{daysLeft, select, 0 {Trial ends today} 1 {Trial ends in 1 day} other {Trial ends in {daysLeft} days}}'
|
|
2494
2494
|
}
|
|
2495
2495
|
});
|
|
2496
2496
|
|
|
@@ -84,7 +84,7 @@ var _mapInstanceProperty__default = /*#__PURE__*/_interopDefault(_mapInstancePro
|
|
|
84
84
|
var useResizeObserver__default = /*#__PURE__*/_interopDefault(useResizeObserver);
|
|
85
85
|
|
|
86
86
|
// NOTE: This string will be replaced on build time with the package version.
|
|
87
|
-
var version = "22.
|
|
87
|
+
var version = "22.39.1";
|
|
88
88
|
|
|
89
89
|
// We keep these tokens as they are related to page layout components which should have
|
|
90
90
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -474,7 +474,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
474
474
|
|
|
475
475
|
const CustomViewSelector = /*#__PURE__*/react$1.lazy(() => {
|
|
476
476
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
477
|
-
return Promise.resolve().then(function () { return require('./custom-views-selector-
|
|
477
|
+
return Promise.resolve().then(function () { return require('./custom-views-selector-69073ecb.cjs.prod.js' /* webpackChunkName: "custom-views-selector" */); });
|
|
478
478
|
}
|
|
479
479
|
return _Promise__default["default"].resolve({
|
|
480
480
|
default: () => null
|
|
@@ -593,12 +593,12 @@ const PageWrapper = /*#__PURE__*/_styled__default["default"]("div", {
|
|
|
593
593
|
|
|
594
594
|
const messages$4 = reactIntl.defineMessages({
|
|
595
595
|
back: {
|
|
596
|
-
id:
|
|
597
|
-
defaultMessage:
|
|
596
|
+
id: 'Components.ModalPage.TopBar.Back',
|
|
597
|
+
defaultMessage: 'Go Back'
|
|
598
598
|
},
|
|
599
599
|
close: {
|
|
600
|
-
id:
|
|
601
|
-
defaultMessage:
|
|
600
|
+
id: 'Components.ModalPage.TopBar.Close',
|
|
601
|
+
defaultMessage: 'Close Modal Page'
|
|
602
602
|
}
|
|
603
603
|
});
|
|
604
604
|
|
|
@@ -1434,12 +1434,12 @@ MaintenancePageLayout.displayName = 'MaintenancePageLayout';
|
|
|
1434
1434
|
|
|
1435
1435
|
var messages$3 = reactIntl.defineMessages({
|
|
1436
1436
|
title: {
|
|
1437
|
-
id:
|
|
1438
|
-
defaultMessage:
|
|
1437
|
+
id: 'PageNotFound.title',
|
|
1438
|
+
defaultMessage: 'We could not find what you are looking for'
|
|
1439
1439
|
},
|
|
1440
1440
|
paragraph1: {
|
|
1441
|
-
id:
|
|
1442
|
-
defaultMessage:
|
|
1441
|
+
id: 'PageNotFound.paragraph1',
|
|
1442
|
+
defaultMessage: 'The item you are looking for may have been deleted, does not exist, or the URL was entered incorrectly. Check the URL and try again.\n\nPlease contact your system administrator or the commercetools <a>Help Desk</a> if you have any further questions.'
|
|
1443
1443
|
}
|
|
1444
1444
|
});
|
|
1445
1445
|
|
|
@@ -1468,16 +1468,16 @@ PageNotFound.displayName = 'PageNotFound';
|
|
|
1468
1468
|
|
|
1469
1469
|
var messages$2 = reactIntl.defineMessages({
|
|
1470
1470
|
title: {
|
|
1471
|
-
id:
|
|
1472
|
-
defaultMessage:
|
|
1471
|
+
id: 'PageUnauthorized.title',
|
|
1472
|
+
defaultMessage: 'We could not find what you are looking for'
|
|
1473
1473
|
},
|
|
1474
1474
|
paragraph1: {
|
|
1475
|
-
id:
|
|
1476
|
-
defaultMessage:
|
|
1475
|
+
id: 'PageUnauthorized.paragraph1',
|
|
1476
|
+
defaultMessage: 'The Module you are looking for either does not exist for this Project or you are not authorized to view it.'
|
|
1477
1477
|
},
|
|
1478
1478
|
paragraph2: {
|
|
1479
|
-
id:
|
|
1480
|
-
defaultMessage:
|
|
1479
|
+
id: 'PageUnauthorized.paragraph2',
|
|
1480
|
+
defaultMessage: 'Please contact your system administrator or the commercetools <a>Help Desk</a> if you have any further questions.'
|
|
1481
1481
|
}
|
|
1482
1482
|
});
|
|
1483
1483
|
|
|
@@ -1703,8 +1703,8 @@ Drawer.Intl = i18n.sharedMessages;
|
|
|
1703
1703
|
|
|
1704
1704
|
const messages$1 = reactIntl.defineMessages({
|
|
1705
1705
|
loadError: {
|
|
1706
|
-
id:
|
|
1707
|
-
defaultMessage:
|
|
1706
|
+
id: 'CustomViewLoader.error.load',
|
|
1707
|
+
defaultMessage: 'We could not load the Custom View. Please contact your administrator to check its configuration.'
|
|
1708
1708
|
}
|
|
1709
1709
|
});
|
|
1710
1710
|
|
|
@@ -1823,20 +1823,20 @@ CustomViewLoader.propTypes = {};
|
|
|
1823
1823
|
|
|
1824
1824
|
var messages = reactIntl.defineMessages({
|
|
1825
1825
|
ProjectProduction: {
|
|
1826
|
-
id:
|
|
1827
|
-
defaultMessage:
|
|
1826
|
+
id: 'ProjectStamp.production',
|
|
1827
|
+
defaultMessage: 'Production'
|
|
1828
1828
|
},
|
|
1829
1829
|
ProjectSuspended: {
|
|
1830
|
-
id:
|
|
1831
|
-
defaultMessage:
|
|
1830
|
+
id: 'ProjectStamp.suspended',
|
|
1831
|
+
defaultMessage: 'Suspended'
|
|
1832
1832
|
},
|
|
1833
1833
|
ProjectExpired: {
|
|
1834
|
-
id:
|
|
1835
|
-
defaultMessage:
|
|
1834
|
+
id: 'ProjectStamp.expired',
|
|
1835
|
+
defaultMessage: 'Trial expired'
|
|
1836
1836
|
},
|
|
1837
1837
|
ProjectWillExpire: {
|
|
1838
|
-
id:
|
|
1839
|
-
defaultMessage:
|
|
1838
|
+
id: 'ProjectStamp.willExpire',
|
|
1839
|
+
defaultMessage: '{daysLeft, select, 0 {Trial ends today} 1 {Trial ends in 1 day} other {Trial ends in {daysLeft} days}}'
|
|
1840
1840
|
}
|
|
1841
1841
|
});
|
|
1842
1842
|
|
|
@@ -48,7 +48,7 @@ import useResizeObserver from '@react-hook/resize-observer';
|
|
|
48
48
|
import { useMutationObserver } from '@commercetools-uikit/hooks';
|
|
49
49
|
|
|
50
50
|
// NOTE: This string will be replaced on build time with the package version.
|
|
51
|
-
var version = "22.
|
|
51
|
+
var version = "22.39.1";
|
|
52
52
|
|
|
53
53
|
// We keep these tokens as they are related to page layout components which should have
|
|
54
54
|
// a slightly different layout (margins/paddings) when used within a Custom View panel.
|
|
@@ -561,7 +561,7 @@ FormDialog.TextTitle = TextTitle;
|
|
|
561
561
|
|
|
562
562
|
const CustomViewSelector = /*#__PURE__*/lazy(() => {
|
|
563
563
|
if (typeof window !== 'undefined' && typeof window.app !== 'undefined') {
|
|
564
|
-
return import('./custom-views-selector-
|
|
564
|
+
return import('./custom-views-selector-175a193a.esm.js' /* webpackChunkName: "custom-views-selector" */);
|
|
565
565
|
}
|
|
566
566
|
return _Promise.resolve({
|
|
567
567
|
default: () => null
|
|
@@ -717,12 +717,12 @@ const PageWrapper = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "produc
|
|
|
717
717
|
|
|
718
718
|
const messages$4 = defineMessages({
|
|
719
719
|
back: {
|
|
720
|
-
id:
|
|
721
|
-
defaultMessage:
|
|
720
|
+
id: 'Components.ModalPage.TopBar.Back',
|
|
721
|
+
defaultMessage: 'Go Back'
|
|
722
722
|
},
|
|
723
723
|
close: {
|
|
724
|
-
id:
|
|
725
|
-
defaultMessage:
|
|
724
|
+
id: 'Components.ModalPage.TopBar.Close',
|
|
725
|
+
defaultMessage: 'Close Modal Page'
|
|
726
726
|
}
|
|
727
727
|
});
|
|
728
728
|
|
|
@@ -1930,12 +1930,12 @@ MaintenancePageLayout.displayName = 'MaintenancePageLayout';
|
|
|
1930
1930
|
|
|
1931
1931
|
var messages$3 = defineMessages({
|
|
1932
1932
|
title: {
|
|
1933
|
-
id:
|
|
1934
|
-
defaultMessage:
|
|
1933
|
+
id: 'PageNotFound.title',
|
|
1934
|
+
defaultMessage: 'We could not find what you are looking for'
|
|
1935
1935
|
},
|
|
1936
1936
|
paragraph1: {
|
|
1937
|
-
id:
|
|
1938
|
-
defaultMessage:
|
|
1937
|
+
id: 'PageNotFound.paragraph1',
|
|
1938
|
+
defaultMessage: 'The item you are looking for may have been deleted, does not exist, or the URL was entered incorrectly. Check the URL and try again.\n\nPlease contact your system administrator or the commercetools <a>Help Desk</a> if you have any further questions.'
|
|
1939
1939
|
}
|
|
1940
1940
|
});
|
|
1941
1941
|
|
|
@@ -1964,16 +1964,16 @@ PageNotFound.displayName = 'PageNotFound';
|
|
|
1964
1964
|
|
|
1965
1965
|
var messages$2 = defineMessages({
|
|
1966
1966
|
title: {
|
|
1967
|
-
id:
|
|
1968
|
-
defaultMessage:
|
|
1967
|
+
id: 'PageUnauthorized.title',
|
|
1968
|
+
defaultMessage: 'We could not find what you are looking for'
|
|
1969
1969
|
},
|
|
1970
1970
|
paragraph1: {
|
|
1971
|
-
id:
|
|
1972
|
-
defaultMessage:
|
|
1971
|
+
id: 'PageUnauthorized.paragraph1',
|
|
1972
|
+
defaultMessage: 'The Module you are looking for either does not exist for this Project or you are not authorized to view it.'
|
|
1973
1973
|
},
|
|
1974
1974
|
paragraph2: {
|
|
1975
|
-
id:
|
|
1976
|
-
defaultMessage:
|
|
1975
|
+
id: 'PageUnauthorized.paragraph2',
|
|
1976
|
+
defaultMessage: 'Please contact your system administrator or the commercetools <a>Help Desk</a> if you have any further questions.'
|
|
1977
1977
|
}
|
|
1978
1978
|
});
|
|
1979
1979
|
|
|
@@ -2299,8 +2299,8 @@ Drawer.Intl = sharedMessages;
|
|
|
2299
2299
|
|
|
2300
2300
|
const messages$1 = defineMessages({
|
|
2301
2301
|
loadError: {
|
|
2302
|
-
id:
|
|
2303
|
-
defaultMessage:
|
|
2302
|
+
id: 'CustomViewLoader.error.load',
|
|
2303
|
+
defaultMessage: 'We could not load the Custom View. Please contact your administrator to check its configuration.'
|
|
2304
2304
|
}
|
|
2305
2305
|
});
|
|
2306
2306
|
|
|
@@ -2440,20 +2440,20 @@ CustomViewLoader.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
2440
2440
|
|
|
2441
2441
|
var messages = defineMessages({
|
|
2442
2442
|
ProjectProduction: {
|
|
2443
|
-
id:
|
|
2444
|
-
defaultMessage:
|
|
2443
|
+
id: 'ProjectStamp.production',
|
|
2444
|
+
defaultMessage: 'Production'
|
|
2445
2445
|
},
|
|
2446
2446
|
ProjectSuspended: {
|
|
2447
|
-
id:
|
|
2448
|
-
defaultMessage:
|
|
2447
|
+
id: 'ProjectStamp.suspended',
|
|
2448
|
+
defaultMessage: 'Suspended'
|
|
2449
2449
|
},
|
|
2450
2450
|
ProjectExpired: {
|
|
2451
|
-
id:
|
|
2452
|
-
defaultMessage:
|
|
2451
|
+
id: 'ProjectStamp.expired',
|
|
2452
|
+
defaultMessage: 'Trial expired'
|
|
2453
2453
|
},
|
|
2454
2454
|
ProjectWillExpire: {
|
|
2455
|
-
id:
|
|
2456
|
-
defaultMessage:
|
|
2455
|
+
id: 'ProjectStamp.willExpire',
|
|
2456
|
+
defaultMessage: '{daysLeft, select, 0 {Trial ends today} 1 {Trial ends in 1 day} other {Trial ends in {daysLeft} days}}'
|
|
2457
2457
|
}
|
|
2458
2458
|
});
|
|
2459
2459
|
|
package/dist/{custom-views-selector-34b438ba.esm.js → custom-views-selector-175a193a.esm.js}
RENAMED
|
@@ -78,8 +78,8 @@ const useCustomViewLocatorSelector = function () {
|
|
|
78
78
|
|
|
79
79
|
var messages = defineMessages({
|
|
80
80
|
title: {
|
|
81
|
-
id:
|
|
82
|
-
defaultMessage:
|
|
81
|
+
id: 'CustomViewsSelector.title',
|
|
82
|
+
defaultMessage: 'Custom Views:'
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
85
|
|
package/dist/{custom-views-selector-07bd3cc1.cjs.dev.js → custom-views-selector-3a745e5a.cjs.dev.js}
RENAMED
|
@@ -100,8 +100,8 @@ const useCustomViewLocatorSelector = function () {
|
|
|
100
100
|
|
|
101
101
|
var messages = reactIntl.defineMessages({
|
|
102
102
|
title: {
|
|
103
|
-
id:
|
|
104
|
-
defaultMessage:
|
|
103
|
+
id: 'CustomViewsSelector.title',
|
|
104
|
+
defaultMessage: 'Custom Views:'
|
|
105
105
|
}
|
|
106
106
|
});
|
|
107
107
|
|
|
@@ -99,8 +99,8 @@ const useCustomViewLocatorSelector = function () {
|
|
|
99
99
|
|
|
100
100
|
var messages = reactIntl.defineMessages({
|
|
101
101
|
title: {
|
|
102
|
-
id:
|
|
103
|
-
defaultMessage:
|
|
102
|
+
id: 'CustomViewsSelector.title',
|
|
103
|
+
defaultMessage: 'Custom Views:'
|
|
104
104
|
}
|
|
105
105
|
});
|
|
106
106
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.39.1",
|
|
4
4
|
"description": "Generic components for building Merchant Center applications",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/runtime": "^7.22.15",
|
|
38
38
|
"@babel/runtime-corejs3": "^7.22.15",
|
|
39
|
-
"@commercetools-frontend/actions-global": "22.
|
|
40
|
-
"@commercetools-frontend/application-config": "22.
|
|
41
|
-
"@commercetools-frontend/application-shell-connectors": "22.
|
|
42
|
-
"@commercetools-frontend/assets": "22.
|
|
43
|
-
"@commercetools-frontend/constants": "22.
|
|
44
|
-
"@commercetools-frontend/i18n": "22.
|
|
45
|
-
"@commercetools-frontend/l10n": "22.
|
|
46
|
-
"@commercetools-frontend/sentry": "22.
|
|
39
|
+
"@commercetools-frontend/actions-global": "22.39.1",
|
|
40
|
+
"@commercetools-frontend/application-config": "22.39.1",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "22.39.1",
|
|
42
|
+
"@commercetools-frontend/assets": "22.39.1",
|
|
43
|
+
"@commercetools-frontend/constants": "22.39.1",
|
|
44
|
+
"@commercetools-frontend/i18n": "22.39.1",
|
|
45
|
+
"@commercetools-frontend/l10n": "22.39.1",
|
|
46
|
+
"@commercetools-frontend/sentry": "22.39.1",
|
|
47
47
|
"@commercetools-uikit/accessible-button": "^19.17.1",
|
|
48
48
|
"@commercetools-uikit/card": "^19.17.1",
|
|
49
49
|
"@commercetools-uikit/constraints": "^19.17.1",
|