🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/shared

Package Overview
Dependencies
Maintainers
7
Versions
362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/shared - npm Package Compare versions

Comparing version

to
1.7.0-snapshot.20250519143559

14

package.json
{
"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