@commercetools-uikit/grid 15.2.2 → 15.2.4
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.
|
@@ -67,7 +67,7 @@ GridItem.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
67
67
|
} : {};
|
|
68
68
|
GridItem.displayName = 'GridItem';
|
|
69
69
|
|
|
70
|
-
var GridContainer = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
70
|
+
var GridContainer = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
|
|
71
71
|
target: "e7g6mzh0"
|
|
72
72
|
} : {
|
|
73
73
|
target: "e7g6mzh0",
|
|
@@ -131,7 +131,7 @@ Grid.Item = GridItem;
|
|
|
131
131
|
var Grid$1 = Grid;
|
|
132
132
|
|
|
133
133
|
// NOTE: This string will be replaced on build time with the package version.
|
|
134
|
-
var version = "15.2.
|
|
134
|
+
var version = "15.2.4";
|
|
135
135
|
|
|
136
136
|
exports["default"] = Grid$1;
|
|
137
137
|
exports.version = version;
|
|
@@ -54,7 +54,7 @@ var GridItem = function GridItem(props) {
|
|
|
54
54
|
GridItem.propTypes = {};
|
|
55
55
|
GridItem.displayName = 'GridItem';
|
|
56
56
|
|
|
57
|
-
var GridContainer = _styled__default["default"]("div", {
|
|
57
|
+
var GridContainer = /*#__PURE__*/_styled__default["default"]("div", {
|
|
58
58
|
target: "e7g6mzh0"
|
|
59
59
|
} )(function (props) {
|
|
60
60
|
return {
|
|
@@ -95,7 +95,7 @@ Grid.Item = GridItem;
|
|
|
95
95
|
var Grid$1 = Grid;
|
|
96
96
|
|
|
97
97
|
// NOTE: This string will be replaced on build time with the package version.
|
|
98
|
-
var version = "15.2.
|
|
98
|
+
var version = "15.2.4";
|
|
99
99
|
|
|
100
100
|
exports["default"] = Grid$1;
|
|
101
101
|
exports.version = version;
|
|
@@ -50,7 +50,7 @@ GridItem.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
50
50
|
} : {};
|
|
51
51
|
GridItem.displayName = 'GridItem';
|
|
52
52
|
|
|
53
|
-
var GridContainer = _styled("div", process.env.NODE_ENV === "production" ? {
|
|
53
|
+
var GridContainer = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
|
|
54
54
|
target: "e7g6mzh0"
|
|
55
55
|
} : {
|
|
56
56
|
target: "e7g6mzh0",
|
|
@@ -114,6 +114,6 @@ Grid.Item = GridItem;
|
|
|
114
114
|
var Grid$1 = Grid;
|
|
115
115
|
|
|
116
116
|
// NOTE: This string will be replaced on build time with the package version.
|
|
117
|
-
var version = "15.2.
|
|
117
|
+
var version = "15.2.4";
|
|
118
118
|
|
|
119
119
|
export { Grid$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/grid",
|
|
3
3
|
"description": "The Grid component can be used to implement layouts using CSS-Grid.",
|
|
4
|
-
"version": "15.2.
|
|
4
|
+
"version": "15.2.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-grid.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
24
|
"@emotion/react": "^11.4.0",
|
|
25
25
|
"@emotion/styled": "^11.3.0",
|
|
26
26
|
"prop-types": "15.8.1"
|