@commercetools-uikit/spacings-stack 19.23.0 → 19.25.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.
|
@@ -101,7 +101,7 @@ Stack.displayName = 'Stack';
|
|
|
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 = "19.
|
|
104
|
+
var version = "19.25.0";
|
|
105
105
|
|
|
106
106
|
exports["default"] = Stack$1;
|
|
107
107
|
exports.version = version;
|
|
@@ -96,7 +96,7 @@ Stack.displayName = 'Stack';
|
|
|
96
96
|
var Stack$1 = Stack;
|
|
97
97
|
|
|
98
98
|
// NOTE: This string will be replaced on build time with the package version.
|
|
99
|
-
var version = "19.
|
|
99
|
+
var version = "19.25.0";
|
|
100
100
|
|
|
101
101
|
exports["default"] = Stack$1;
|
|
102
102
|
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": "19.
|
|
4
|
+
"version": "19.25.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": "19.
|
|
25
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/design-system": "19.25.0",
|
|
25
|
+
"@commercetools-uikit/utils": "19.25.0",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"prop-types": "15.8.1"
|
|
28
28
|
},
|