mg-library 1.0.731 → 1.0.732

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/components.js +5 -0
  2. package/package.json +1 -1
package/components.js CHANGED
@@ -168,6 +168,11 @@ export function MGButton({
168
168
  }
169
169
 
170
170
  export function MGPopover(props) {
171
+
172
+ console.log('QUE PASA CON POPOVERTRIGGER');
173
+ console.log('PopoverTrigger es:', typeof PopoverTrigger);
174
+
175
+
171
176
  const { title, icon, language, callback } = props;
172
177
  const [open, setOpen] = useState(false);
173
178
  const handleConfirm = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.731",
3
+ "version": "1.0.732",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",