@povio/ui 3.2.4-rc.7 → 3.2.4-rc.8
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.
|
@@ -348,13 +348,10 @@ var SelectDesktop = (t0) => {
|
|
|
348
348
|
isOpen,
|
|
349
349
|
onOpenChange: setIsOpen,
|
|
350
350
|
className: selectPopoverCva({}),
|
|
351
|
-
style: (
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
pointerEvents: isExiting ? "none" : void 0
|
|
356
|
-
};
|
|
357
|
-
},
|
|
351
|
+
style: () => ({
|
|
352
|
+
width: !ignoreTriggerWidth ? popoverWidth : void 0,
|
|
353
|
+
pointerEvents: isOpen ? void 0 : "none"
|
|
354
|
+
}),
|
|
358
355
|
offset: 0,
|
|
359
356
|
children: /* @__PURE__ */ jsx(SelectListBox, {
|
|
360
357
|
...props,
|