@crave/farmblocks-filter-popover
Advanced tools
Comparing version 0.2.0-alpha.6e0ea6b6 to 0.2.0-alpha.72d25e2a
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="0.2.0-alpha.6e0ea6b6"></a> | ||
# 0.2.0-alpha.6e0ea6b6 (2018-09-17) | ||
<a name="0.2.0-alpha.72d25e2a"></a> | ||
# 0.2.0-alpha.72d25e2a (2018-09-18) | ||
@@ -13,3 +13,3 @@ | ||
* **FilterPopover:** created component ([f215359](https://github.com/CraveFood/farmblocks/commit/f215359)) | ||
* **FilterPopover:** initial scaffold ([e0ca020](https://github.com/CraveFood/farmblocks/commit/e0ca020)), closes [#520](https://github.com/CraveFood/farmblocks/issues/520) | ||
* **FilterPopover:** created component ([979b2e0](https://github.com/CraveFood/farmblocks/commit/979b2e0)) | ||
* **FilterPopover:** initial scaffold ([6f61d24](https://github.com/CraveFood/farmblocks/commit/6f61d24)), closes [#520](https://github.com/CraveFood/farmblocks/issues/520) |
@@ -40,3 +40,3 @@ "use strict"; | ||
boxShadow: "none", | ||
padding: "0 8px", | ||
paddingX: "8px", | ||
activated: props.hasValue | ||
@@ -43,0 +43,0 @@ }, |
{ | ||
"name": "@crave/farmblocks-filter-popover", | ||
"version": "0.2.0-alpha.6e0ea6b6", | ||
"version": "0.2.0-alpha.72d25e2a", | ||
"description": "A farmblocks-popover with farmblocks-form-wrapper as the content#520", | ||
@@ -37,9 +37,9 @@ "author": "Crave Food Systems and AUTHORS", | ||
"dependencies": { | ||
"@crave/farmblocks-button": "^5.1.0-alpha.6e0ea6b6", | ||
"@crave/farmblocks-form-wrapper": "^0.2.0-alpha.6e0ea6b6", | ||
"@crave/farmblocks-popover": "^0.4.0-alpha.6e0ea6b6" | ||
"@crave/farmblocks-button": "^5.1.0-alpha.72d25e2a", | ||
"@crave/farmblocks-form-wrapper": "^0.2.0-alpha.72d25e2a", | ||
"@crave/farmblocks-popover": "^0.4.0-alpha.72d25e2a" | ||
}, | ||
"devDependencies": { | ||
"@crave/farmblocks-input-text": "^3.1.0-alpha.6e0ea6b6" | ||
"@crave/farmblocks-input-text": "^3.2.0-alpha.72d25e2a" | ||
} | ||
} |
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
7763