@commercetools-uikit/grid 14.0.0 → 15.1.1
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.
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ import Grid from '@commercetools-uikit/grid';
|
|
|
39
39
|
/**
|
|
40
40
|
* We also recommend having a look at the [Grid story examples](https://uikit.commercetools.com/?path=/story/examples-components-grid--with-fixed-columns)
|
|
41
41
|
* to see more detailed examples of common use cases of the CSS Grid layout.
|
|
42
|
-
|
|
42
|
+
**/
|
|
43
43
|
const Example = () => (
|
|
44
44
|
<Grid
|
|
45
45
|
gridGap="16px"
|
|
@@ -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 = "
|
|
134
|
+
var version = "15.1.1";
|
|
135
135
|
|
|
136
136
|
exports["default"] = Grid$1;
|
|
137
137
|
exports.version = 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": "
|
|
4
|
+
"version": "15.1.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|