@spectrum-web-components/shared
Advanced tools
Comparing version
{ | ||
"name": "@spectrum-web-components/shared", | ||
"version": "1.6.1-preview-2d9fabee.20250507183133", | ||
"version": "1.7.0-snapshot.20250519143559", | ||
"publishConfig": { | ||
@@ -97,10 +97,16 @@ "access": "public" | ||
"keywords": [ | ||
"spectrum css", | ||
"design-system", | ||
"spectrum", | ||
"adobe", | ||
"adobe-spectrum", | ||
"web components", | ||
"web-components", | ||
"lit-element", | ||
"lit-html" | ||
"lit-html", | ||
"component", | ||
"css" | ||
], | ||
"dependencies": { | ||
"@lit-labs/observers": "^2.0.2", | ||
"@spectrum-web-components/base": "1.6.1-preview-2d9fabee.20250507183133", | ||
"@spectrum-web-components/base": "1.7.0-snapshot.20250519143559", | ||
"focus-visible": "^5.1.0" | ||
@@ -107,0 +113,0 @@ }, |
@@ -15,3 +15,3 @@ "use strict"; | ||
"details:not([inert])", | ||
"[focusable]" | ||
'[focusable]:not([focusable="false"])' | ||
// custom dev use-case | ||
@@ -18,0 +18,0 @@ ]; |
@@ -1,2 +0,2 @@ | ||
"use strict";const t=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","label:not([inert])","[tabindex]:not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])","[focusable]"],e=':not([tabindex="-1"])';export const userFocusableSelector=t.join(`${e}, `)+e,focusableSelector=t.join(", "); | ||
"use strict";const t=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","label:not([inert])","[tabindex]:not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])",'[focusable]:not([focusable="false"])'],e=':not([tabindex="-1"])';export const userFocusableSelector=t.join(`${e}, `)+e,focusableSelector=t.join(", "); | ||
//# sourceMappingURL=focusable-selectors.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
165654
0.13%974
0.1%4
100%+ Added
- Removed
Updated