@commercetools-frontend/application-components 21.15.0 → 21.16.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.
|
@@ -90,7 +90,7 @@ var useLatest__default = /*#__PURE__*/_interopDefault(useLatest);
|
|
|
90
90
|
var rafSchd__default = /*#__PURE__*/_interopDefault(rafSchd);
|
|
91
91
|
|
|
92
92
|
// NOTE: This string will be replaced on build time with the package version.
|
|
93
|
-
var version = "21.
|
|
93
|
+
var version = "21.16.0";
|
|
94
94
|
|
|
95
95
|
function _EMOTION_STRINGIFIED_CSS_ERROR__$9() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
96
96
|
|
|
@@ -89,7 +89,7 @@ var useLatest__default = /*#__PURE__*/_interopDefault(useLatest);
|
|
|
89
89
|
var rafSchd__default = /*#__PURE__*/_interopDefault(rafSchd);
|
|
90
90
|
|
|
91
91
|
// NOTE: This string will be replaced on build time with the package version.
|
|
92
|
-
var version = "21.
|
|
92
|
+
var version = "21.16.0";
|
|
93
93
|
|
|
94
94
|
var getBottomBorderStyles = function getBottomBorderStyles(background) {
|
|
95
95
|
return /*#__PURE__*/react.css(":after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;border-radius:", designSystem.customProperties.borderRadius2, ";background-color:", background, ";transition:background-color ", designSystem.customProperties.transitionEaseinout150Ms, ";}" + ("" ), "" );
|
|
@@ -48,7 +48,7 @@ import useLatest from '@react-hook/latest';
|
|
|
48
48
|
import rafSchd from 'raf-schd';
|
|
49
49
|
|
|
50
50
|
// NOTE: This string will be replaced on build time with the package version.
|
|
51
|
-
var version = "21.
|
|
51
|
+
var version = "21.16.0";
|
|
52
52
|
|
|
53
53
|
function _EMOTION_STRINGIFIED_CSS_ERROR__$9() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
54
54
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-components",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.16.0",
|
|
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": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.19.0",
|
|
31
31
|
"@babel/runtime-corejs3": "^7.19.0",
|
|
32
|
-
"@commercetools-frontend/application-shell-connectors": "21.
|
|
33
|
-
"@commercetools-frontend/assets": "21.
|
|
34
|
-
"@commercetools-frontend/constants": "21.
|
|
35
|
-
"@commercetools-frontend/i18n": "21.
|
|
36
|
-
"@commercetools-frontend/l10n": "21.
|
|
32
|
+
"@commercetools-frontend/application-shell-connectors": "21.16.0",
|
|
33
|
+
"@commercetools-frontend/assets": "21.16.0",
|
|
34
|
+
"@commercetools-frontend/constants": "21.16.0",
|
|
35
|
+
"@commercetools-frontend/i18n": "21.16.0",
|
|
36
|
+
"@commercetools-frontend/l10n": "21.16.0",
|
|
37
37
|
"@commercetools-uikit/card": "^15.2.2",
|
|
38
38
|
"@commercetools-uikit/constraints": "^15.2.2",
|
|
39
39
|
"@commercetools-uikit/design-system": "^15.2.2",
|