styled-css-grid
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -33,3 +33,3 @@ import styled from 'styled-components'; | ||
var _ref2$columns = _ref2.columns, | ||
columns = _ref2$columns === undefined ? 3 : _ref2$columns; | ||
columns = _ref2$columns === undefined ? 12 : _ref2$columns; | ||
return "repeat(" + columns + ", 1fr)"; | ||
@@ -36,0 +36,0 @@ }, function (_ref3) { |
@@ -39,3 +39,3 @@ (function (global, factory) { | ||
var _ref2$columns = _ref2.columns, | ||
columns = _ref2$columns === undefined ? 3 : _ref2$columns; | ||
columns = _ref2$columns === undefined ? 12 : _ref2$columns; | ||
return "repeat(" + columns + ", 1fr)"; | ||
@@ -42,0 +42,0 @@ }, function (_ref3) { |
{ | ||
"name": "styled-css-grid", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A tiny CSS grid layout for React, built with styled-components", | ||
@@ -5,0 +5,0 @@ "main": "dist/syled-css-grid.umd.js", |
@@ -55,3 +55,3 @@ # `styled-css-grid` | ||
* `columns`: Number of columns to draw, default is `3`. | ||
* `columns`: Number of columns to draw, default is `12`. | ||
* `gap`: Gap between cells. Default is `"8px"`. | ||
@@ -58,0 +58,0 @@ * `minRowHeight`: Minimum height of each row. Default is `"20px"`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8908
0