@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: (t23) => {
352
- const { isExiting } = t23;
353
- return {
354
- width: !ignoreTriggerWidth ? popoverWidth : void 0,
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@povio/ui",
3
- "version": "3.2.4-rc.7",
3
+ "version": "3.2.4-rc.8",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",