@spectrum-web-components/dropdown
Advanced tools
Comparing version 0.8.3 to 0.8.4-alpha.17
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.8.3", | ||
"version": "0.8.4-alpha.17+78878f74", | ||
"description": "", | ||
@@ -28,2 +28,3 @@ "main": "src/index.js", | ||
"exports": { | ||
".": "./src/index.js", | ||
"./src/": "./src/", | ||
@@ -60,13 +61,13 @@ "./custom-elements.json": "./custom-elements.json", | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.1.1", | ||
"@spectrum-web-components/button": "^0.9.2", | ||
"@spectrum-web-components/icon": "^0.6.1", | ||
"@spectrum-web-components/icons-ui": "^0.3.1", | ||
"@spectrum-web-components/menu": "^0.4.2", | ||
"@spectrum-web-components/overlay": "^0.6.2", | ||
"@spectrum-web-components/popover": "^0.5.2", | ||
"@spectrum-web-components/shared": "^0.7.2", | ||
"@spectrum-web-components/base": "^0.1.2-alpha.17+78878f74", | ||
"@spectrum-web-components/button": "^0.9.3-alpha.17+78878f74", | ||
"@spectrum-web-components/icon": "^0.6.2-alpha.17+78878f74", | ||
"@spectrum-web-components/icons-ui": "^0.3.2-alpha.17+78878f74", | ||
"@spectrum-web-components/menu": "^0.4.3-alpha.17+78878f74", | ||
"@spectrum-web-components/overlay": "^0.6.3-alpha.17+78878f74", | ||
"@spectrum-web-components/popover": "^0.5.3-alpha.17+78878f74", | ||
"@spectrum-web-components/shared": "^0.7.3-alpha.17+78878f74", | ||
"tslib": "^2.0.0" | ||
}, | ||
"gitHead": "7ce968fced1870613e7ed4a9023eef6265a60154" | ||
"gitHead": "78878f74c0276b0677b56033db46c65d75450c84" | ||
} |
@@ -219,2 +219,4 @@ /* | ||
aria-haspopup="true" | ||
aria-controls="popover" | ||
aria-expanded=${this.open ? 'true' : 'false'} | ||
aria-label=${ifDefined(this.label || undefined)} | ||
@@ -221,0 +223,0 @@ id="button" |
@@ -336,2 +336,4 @@ /* | ||
aria-haspopup="true" | ||
aria-controls="popover" | ||
aria-expanded=${this.open ? 'true' : 'false'} | ||
aria-label=${ifDefined(this.label || undefined)} | ||
@@ -338,0 +340,0 @@ id="button" |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
155654
1746
1
Updated@spectrum-web-components/base@^0.1.2-alpha.17+78878f74
Updated@spectrum-web-components/button@^0.9.3-alpha.17+78878f74
Updated@spectrum-web-components/icon@^0.6.2-alpha.17+78878f74
Updated@spectrum-web-components/icons-ui@^0.3.2-alpha.17+78878f74
Updated@spectrum-web-components/menu@^0.4.3-alpha.17+78878f74
Updated@spectrum-web-components/overlay@^0.6.3-alpha.17+78878f74
Updated@spectrum-web-components/popover@^0.5.3-alpha.17+78878f74
Updated@spectrum-web-components/shared@^0.7.3-alpha.17+78878f74