mg-library 1.0.582 → 1.0.583

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.
Files changed (2) hide show
  1. package/blocks.js +1 -1
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -625,7 +625,7 @@ export function MGPopover(props) {
625
625
  isOpen={visible}
626
626
  onClose={() => setVisible(false)}
627
627
  trigger={triggerProps => (
628
- {button}
628
+ button()
629
629
  )}
630
630
  >
631
631
  <NBPopover.Content w="300px" bg="white">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.582",
3
+ "version": "1.0.583",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {