@flodesk/grain 9.15.1 → 9.15.2

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.
@@ -50,7 +50,7 @@ export var Dropdown = function Dropdown(_ref) {
50
50
  key: index
51
51
  }, option.node({
52
52
  requestClose: function requestClose() {
53
- return close();
53
+ return close;
54
54
  }
55
55
  }));
56
56
  return ___EmotionJSX(Menu.Item, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "9.15.1",
3
+ "version": "9.15.2",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",