@beweco/aurora-ui 0.6.34 → 0.6.35
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/index.cjs.js
CHANGED
|
@@ -7394,9 +7394,10 @@ function TagsFilter(_a) {
|
|
|
7394
7394
|
menuTrigger: "input",
|
|
7395
7395
|
// When the filtered list is empty, avoid keeping an open overlay that blocks the modal.
|
|
7396
7396
|
allowsEmptyCollection: false, shouldCloseOnBlur: true, popoverProps: {
|
|
7397
|
-
isNonModal: false
|
|
7398
|
-
//
|
|
7399
|
-
//
|
|
7397
|
+
// isNonModal: false would render a full-screen invisible backdrop that
|
|
7398
|
+
// intercepts pointer events, blocking the parent modal's close button.
|
|
7399
|
+
// shouldCloseOnInteractOutside already handles closing on outside clicks.
|
|
7400
|
+
isNonModal: true,
|
|
7400
7401
|
shouldCloseOnInteractOutside: function () { return true; },
|
|
7401
7402
|
}, listboxProps: {
|
|
7402
7403
|
className: "max-h-[200px] overflow-y-auto",
|
package/dist/index.esm.js
CHANGED
|
@@ -7395,9 +7395,10 @@ function TagsFilter(_a) {
|
|
|
7395
7395
|
menuTrigger: "input",
|
|
7396
7396
|
// When the filtered list is empty, avoid keeping an open overlay that blocks the modal.
|
|
7397
7397
|
allowsEmptyCollection: false, shouldCloseOnBlur: true, popoverProps: {
|
|
7398
|
-
isNonModal: false
|
|
7399
|
-
//
|
|
7400
|
-
//
|
|
7398
|
+
// isNonModal: false would render a full-screen invisible backdrop that
|
|
7399
|
+
// intercepts pointer events, blocking the parent modal's close button.
|
|
7400
|
+
// shouldCloseOnInteractOutside already handles closing on outside clicks.
|
|
7401
|
+
isNonModal: true,
|
|
7401
7402
|
shouldCloseOnInteractOutside: function () { return true; },
|
|
7402
7403
|
}, listboxProps: {
|
|
7403
7404
|
className: "max-h-[200px] overflow-y-auto",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsFilter.d.ts","sourceRoot":"","sources":["../../../../src/components/tags-filter/TagsFilter.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAE,eAAe,EAA0B,MAAM,oBAAoB,CAAC;AA+BlF;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,CAAC,SAAS;IAAE,EAAE,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,EAAE,EACpE,KAAK,EACL,KAAK,EACL,QAAQ,EACR,YAAiB,EACjB,KAAK,EACL,SAAiB,EACjB,SAAc,EACd,YAAY,EAAE,SAAS,EACvB,QAAgB,EAChB,WAA2D,EAC3D,SAAkD,GAClD,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,
|
|
1
|
+
{"version":3,"file":"TagsFilter.d.ts","sourceRoot":"","sources":["../../../../src/components/tags-filter/TagsFilter.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAE,eAAe,EAA0B,MAAM,oBAAoB,CAAC;AA+BlF;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,CAAC,SAAS;IAAE,EAAE,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,EAAE,EACpE,KAAK,EACL,KAAK,EACL,QAAQ,EACR,YAAiB,EACjB,KAAK,EACL,SAAiB,EACjB,SAAc,EACd,YAAY,EAAE,SAAS,EACvB,QAAgB,EAChB,WAA2D,EAC3D,SAAkD,GAClD,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CAyIzC;yBArJe,UAAU"}
|