@tds/core-box
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -101,2 +101,4 @@ import React from 'react' | ||
* as a flex row. | ||
* | ||
* Use `space-between` to set an equal amount of space between all items, within the bounds of the parent. | ||
*/ | ||
@@ -103,0 +105,0 @@ between: PropTypes.oneOf([1, 2, 3, 4, 5, 6, 7, 8, 'space-between']), |
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.2](https://github.com/telusdigital/tds/compare/@tds/core-box@1.2.1...@tds/core-box@1.2.2) (2019-04-23) | ||
**Note:** Version bump only for package @tds/core-box | ||
## [1.2.1](https://github.com/telusdigital/tds/compare/@tds/core-box@1.2.0...@tds/core-box@1.2.1) (2019-04-22) | ||
@@ -8,0 +16,0 @@ |
@@ -194,2 +194,4 @@ 'use strict'; | ||
* as a flex row. | ||
* | ||
* Use `space-between` to set an equal amount of space between all items, within the bounds of the parent. | ||
*/ | ||
@@ -196,0 +198,0 @@ between: PropTypes.oneOf([1, 2, 3, 4, 5, 6, 7, 8, 'space-between']), |
@@ -190,2 +190,4 @@ import React from 'react'; | ||
* as a flex row. | ||
* | ||
* Use `space-between` to set an equal amount of space between all items, within the bounds of the parent. | ||
*/ | ||
@@ -192,0 +194,0 @@ between: PropTypes.oneOf([1, 2, 3, 4, 5, 6, 7, 8, 'space-between']), |
{ | ||
"name": "@tds/core-box", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Apply spacing within or around components", | ||
@@ -33,3 +33,3 @@ "main": "index.cjs.js", | ||
}, | ||
"gitHead": "a8be87924c25971d74de760782c9bd0230142bc4" | ||
"gitHead": "31568464c289d336537bdc20cf027308c0b8c3fa" | ||
} |
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
46748
865