@dialpad/dialtone-vue 2.65.0 → 2.65.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.65.1](https://github.com/dialpad/dialtone-vue/compare/v2.65.0...v2.65.1) (2023-03-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Popover:** ignore role=presentation ([92bc480](https://github.com/dialpad/dialtone-vue/commit/92bc4803a28752cbbd361b201801b8618536c862))
7
+
1
8
  # [2.65.0](https://github.com/dialpad/dialtone-vue/compare/v2.64.0...v2.65.0) (2023-03-13)
2
9
 
3
10
 
@@ -4365,7 +4365,7 @@ var notice_action_component = normalizeComponent(
4365
4365
 
4366
4366
  /* harmony default export */ const notice_action = (notice_action_component.exports);
4367
4367
  ;// CONCATENATED MODULE: ./common/mixins/modal.js
4368
- const focusableAttrs = ':not(:disabled):not([aria-disabled="true"])';
4368
+ const focusableAttrs = ':not(:disabled):not([aria-disabled="true"]):not([role="presentation"])';
4369
4369
  const tabbableAttrs = `${focusableAttrs}:not([tabindex="-1"])`;
4370
4370
  const focusableElementsList = `button,[href],input,select,textarea,details,[tabindex]`;
4371
4371
  /**
@@ -4375,7 +4375,7 @@ var notice_action_component = normalizeComponent(
4375
4375
 
4376
4376
  /* harmony default export */ const notice_action = (notice_action_component.exports);
4377
4377
  ;// CONCATENATED MODULE: ./common/mixins/modal.js
4378
- const focusableAttrs = ':not(:disabled):not([aria-disabled="true"])';
4378
+ const focusableAttrs = ':not(:disabled):not([aria-disabled="true"]):not([role="presentation"])';
4379
4379
  const tabbableAttrs = `${focusableAttrs}:not([tabindex="-1"])`;
4380
4380
  const focusableElementsList = `button,[href],input,select,textarea,details,[tabindex]`;
4381
4381
  /**