@flodesk/grain 11.23.1 → 11.23.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.
@@ -28,7 +28,6 @@ export const Dropdown = _ref2 => {
28
28
  menuWidth = '192px',
29
29
  menuZIndex,
30
30
  trigger,
31
- trigger2,
32
31
  hasPortal = true,
33
32
  onOpenChange = () => {}
34
33
  } = _ref2;
@@ -73,7 +72,7 @@ export const Dropdown = _ref2 => {
73
72
  }, trigger && ___EmotionJSX(Menu.Button, {
74
73
  as: Fragment,
75
74
  ref: reference
76
- }, trigger), trigger2 && trigger2(reference), ___EmotionJSX(ItemsRoot, null, ___EmotionJSX(MenuCardTransition, null, ___EmotionJSX(Menu.Items, {
75
+ }, trigger), ___EmotionJSX(ItemsRoot, null, ___EmotionJSX(MenuCardTransition, null, ___EmotionJSX(Menu.Items, {
77
76
  static: true,
78
77
  className: "grn-context",
79
78
  ref: floating,
@@ -112,7 +111,6 @@ export const Dropdown = _ref2 => {
112
111
  Dropdown.Trigger = Menu.Button;
113
112
  Dropdown.propTypes = {
114
113
  trigger: PropTypes.node,
115
- trigger2: PropTypes.func,
116
114
  options: PropTypes.array.isRequired,
117
115
  menuPlacement: types.menuPlacement,
118
116
  menuWidth: types.dimension,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "11.23.1",
3
+ "version": "11.23.2",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",