@flodesk/grain 11.2.0 → 11.2.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.
@@ -89,9 +89,7 @@ export var Dropdown = function Dropdown(_ref2) {
89
89
  if (option.type === 'node') return ___EmotionJSX(Fragment, {
90
90
  key: index
91
91
  }, option.node({
92
- requestClose: function requestClose() {
93
- return close;
94
- }
92
+ requestClose: close
95
93
  }));
96
94
  return ___EmotionJSX(Menu.Item, {
97
95
  key: index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "11.2.0",
3
+ "version": "11.2.1",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",