@commercetools-uikit/spacings-stack 12.2.4 → 12.2.5
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.
|
@@ -103,8 +103,8 @@ Stack.displayName = 'Stack';
|
|
|
103
103
|
Stack.defaultProps = defaultProps;
|
|
104
104
|
var Stack$1 = Stack;
|
|
105
105
|
|
|
106
|
-
// NOTE: This string will be replaced
|
|
107
|
-
var version =
|
|
106
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
107
|
+
var version = "12.2.5";
|
|
108
108
|
|
|
109
109
|
exports["default"] = Stack$1;
|
|
110
110
|
exports.version = version;
|
|
@@ -98,8 +98,8 @@ Stack.displayName = 'Stack';
|
|
|
98
98
|
Stack.defaultProps = defaultProps;
|
|
99
99
|
var Stack$1 = Stack;
|
|
100
100
|
|
|
101
|
-
// NOTE: This string will be replaced
|
|
102
|
-
var version =
|
|
101
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
102
|
+
var version = "12.2.5";
|
|
103
103
|
|
|
104
104
|
exports["default"] = Stack$1;
|
|
105
105
|
exports.version = version;
|
|
@@ -87,7 +87,7 @@ Stack.displayName = 'Stack';
|
|
|
87
87
|
Stack.defaultProps = defaultProps;
|
|
88
88
|
var Stack$1 = Stack;
|
|
89
89
|
|
|
90
|
-
// NOTE: This string will be replaced
|
|
91
|
-
var version =
|
|
90
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
91
|
+
var version = "12.2.5";
|
|
92
92
|
|
|
93
93
|
export { Stack$1 as default, version };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
|
|
2
2
|
export default _default;
|
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": "12.2.
|
|
4
|
+
"version": "12.2.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,24 +9,27 @@
|
|
|
9
9
|
"directory": "packages/components/spacings/spacings-stack"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-spacings-stack.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-spacings-stack.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
29
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
30
33
|
"@emotion/react": "^11.4.0",
|
|
31
34
|
"prop-types": "15.7.2"
|
|
32
35
|
},
|