@commercetools-uikit/spacings-stack 15.15.1 → 16.0.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.
|
@@ -106,7 +106,7 @@ Stack.defaultProps = defaultProps;
|
|
|
106
106
|
var Stack$1 = Stack;
|
|
107
107
|
|
|
108
108
|
// NOTE: This string will be replaced on build time with the package version.
|
|
109
|
-
var version = "
|
|
109
|
+
var version = "16.0.0";
|
|
110
110
|
|
|
111
111
|
exports["default"] = Stack$1;
|
|
112
112
|
exports.version = version;
|
|
@@ -101,7 +101,7 @@ Stack.defaultProps = defaultProps;
|
|
|
101
101
|
var Stack$1 = Stack;
|
|
102
102
|
|
|
103
103
|
// NOTE: This string will be replaced on build time with the package version.
|
|
104
|
-
var version = "
|
|
104
|
+
var version = "16.0.0";
|
|
105
105
|
|
|
106
106
|
exports["default"] = Stack$1;
|
|
107
107
|
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": "
|
|
4
|
+
"version": "16.0.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "
|
|
25
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"prop-types": "15.8.1"
|
|
28
28
|
},
|