mautourco-components 0.2.102 → 0.2.103

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.
package/dist/lib/utils.js CHANGED
@@ -91,7 +91,7 @@ export function ensurePopoverVisible(popoverRef, triggerRef, isOpen, offset) {
91
91
  setTimeout(function () {
92
92
  // Try to get popover again after scroll
93
93
  var updatedPopover = popoverRef.current ||
94
- document.querySelector('.calendar--dropdown');
94
+ document.querySelector('[data-slot="popover-content"]');
95
95
  if (!updatedPopover)
96
96
  return;
97
97
  var updatedPopoverRect = updatedPopover.getBoundingClientRect();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mautourco-components",
3
- "version": "0.2.102",
3
+ "version": "0.2.103",
4
4
  "private": false,
5
5
  "description": "Bibliothèque de composants Mautourco pour le redesign",
6
6
  "main": "dist/index.js",