@canner/antd-share-toolbar
Advanced tools
Comparing version 0.5.9 to 0.5.11
@@ -183,8 +183,3 @@ "use strict"; | ||
return React.createElement("div", { | ||
style: { | ||
marginTop: 16, | ||
marginBottom: 16 | ||
} | ||
}, displayedFilters.map(function (index) { | ||
return React.createElement("div", null, displayedFilters.map(function (index) { | ||
return React.createElement(FilterWrapper, { | ||
@@ -191,0 +186,0 @@ key: index |
@@ -57,3 +57,4 @@ "use strict"; | ||
display: 'flex', | ||
justifyContent: 'space-between' | ||
justifyContent: 'space-between', | ||
margin: '16px 0' | ||
} | ||
@@ -63,3 +64,4 @@ }, Actions, Sort), React.createElement("div", { | ||
display: 'flex', | ||
flexWrap: 'wrap' | ||
flexWrap: 'wrap', | ||
margin: '16px 0' | ||
} | ||
@@ -66,0 +68,0 @@ }, Filter)), React.Children.only(children), Pagination); |
{ | ||
"name": "@canner/antd-share-toolbar", | ||
"version": "0.5.9", | ||
"version": "0.5.11", | ||
"description": "string input", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "6ad58dfd03c39ef5ee549d8a3910096e8728008e" | ||
"gitHead": "025a464bec913479baea0d92ca1fe0ee3bb4d6b6" | ||
} |
@@ -131,3 +131,3 @@ // @flow | ||
return ( | ||
<div style={{marginTop: 16, marginBottom: 16}}> | ||
<div> | ||
{ | ||
@@ -134,0 +134,0 @@ displayedFilters.map(index => ( |
@@ -24,3 +24,4 @@ // @flow | ||
display: 'flex', | ||
justifyContent: 'space-between' | ||
justifyContent: 'space-between', | ||
margin: '16px 0', | ||
}}> | ||
@@ -32,3 +33,4 @@ {Actions} | ||
display: 'flex', | ||
flexWrap: 'wrap' | ||
flexWrap: 'wrap', | ||
margin: '16px 0', | ||
}}> | ||
@@ -35,0 +37,0 @@ {Filter} |
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
134506
3204