@marketrix.ai/widget 4.0.122 → 4.0.123
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/src/utils/dom.d.ts +0 -1
- package/package.json +1 -1
package/dist/src/utils/dom.d.ts
CHANGED
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
* accessibility tree) even though none of those descendants carry the attribute.
|
|
25
25
|
*/
|
|
26
26
|
export declare const WIDGET_SHADOW_HOST_CLASS = "marketrix-widget-container";
|
|
27
|
-
export declare const TABBABLE_SELECTOR = "a[href], button:not([disabled]), input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex=\"-1\"])";
|
|
28
27
|
export declare function focusablesIn(root: ParentNode): HTMLElement[];
|
|
29
28
|
export declare function disabledReason(el: Element): string | null;
|
|
30
29
|
export declare function isIndexable(el: Element | null): boolean;
|