@getflip/swirl-components 0.39.0 → 0.39.1
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/components.json +1 -1
- package/dist/cjs/swirl-modal.cjs.entry.js +6 -1
- package/dist/collection/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/collection/components/swirl-modal/swirl-modal.js +6 -1
- package/dist/components/assets/pdfjs/pdf.worker.min.js +1 -1
- package/dist/components/swirl-modal.js +6 -1
- package/dist/esm/swirl-modal.entry.js +6 -1
- package/dist/swirl-components/p-6e409546.entry.js +10 -0
- package/dist/swirl-components/swirl-components.esm.js +1 -1
- package/package.json +1 -1
- package/dist/swirl-components/p-e08f253d.entry.js +0 -10
package/components.json
CHANGED
|
@@ -1209,7 +1209,12 @@ const SwirlModal = class {
|
|
|
1209
1209
|
}
|
|
1210
1210
|
componentDidLoad() {
|
|
1211
1211
|
this.focusTrap = createFocusTrap(this.modalEl, {
|
|
1212
|
-
|
|
1212
|
+
allowOutsideClick: true,
|
|
1213
|
+
tabbableOptions: {
|
|
1214
|
+
getShadowRoot: (node) => {
|
|
1215
|
+
return node.shadowRoot;
|
|
1216
|
+
},
|
|
1217
|
+
},
|
|
1213
1218
|
});
|
|
1214
1219
|
this.determineScrollStatus();
|
|
1215
1220
|
}
|