@commercetools-uikit/spacings-stack 15.6.0 → 15.8.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.
|
@@ -110,7 +110,7 @@ Stack.defaultProps = defaultProps;
|
|
|
110
110
|
var Stack$1 = Stack;
|
|
111
111
|
|
|
112
112
|
// NOTE: This string will be replaced on build time with the package version.
|
|
113
|
-
var version = "15.
|
|
113
|
+
var version = "15.8.0";
|
|
114
114
|
|
|
115
115
|
exports["default"] = Stack$1;
|
|
116
116
|
exports.version = version;
|
|
@@ -105,7 +105,7 @@ Stack.defaultProps = defaultProps;
|
|
|
105
105
|
var Stack$1 = Stack;
|
|
106
106
|
|
|
107
107
|
// NOTE: This string will be replaced on build time with the package version.
|
|
108
|
-
var version = "15.
|
|
108
|
+
var version = "15.8.0";
|
|
109
109
|
|
|
110
110
|
exports["default"] = Stack$1;
|
|
111
111
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/spacings-stack",
|
|
3
3
|
"description": "A stack spacing component renders its children vertically with a consistent spacing between them.",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.8.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/design-system": "15.
|
|
25
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/design-system": "15.8.0",
|
|
25
|
+
"@commercetools-uikit/utils": "15.8.0",
|
|
26
26
|
"@emotion/react": "^11.4.0",
|
|
27
27
|
"prop-types": "15.8.1"
|
|
28
28
|
},
|