@spectrum-web-components/color-loupe
Advanced tools
Comparing version 0.33.3-overlay.66 to 0.34.0
@@ -7,3 +7,3 @@ { | ||
"kind": "javascript-module", | ||
"path": "sp-color-loupe.ts", | ||
"path": "sp-color-loupe.js", | ||
"declarations": [], | ||
@@ -23,3 +23,3 @@ "exports": [ | ||
"kind": "javascript-module", | ||
"path": "src/ColorLoupe.ts", | ||
"path": "src/ColorLoupe.js", | ||
"declarations": [ | ||
@@ -85,3 +85,3 @@ { | ||
"name": "ColorLoupe", | ||
"module": "src/ColorLoupe.ts" | ||
"module": "src/ColorLoupe.js" | ||
} | ||
@@ -88,0 +88,0 @@ } |
{ | ||
"name": "@spectrum-web-components/color-loupe", | ||
"version": "0.33.3-overlay.66+30e96d5ea", | ||
"version": "0.34.0", | ||
"publishConfig": { | ||
@@ -60,3 +60,3 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.33.3-overlay.66+30e96d5ea" | ||
"@spectrum-web-components/base": "^0.34.0" | ||
}, | ||
@@ -72,3 +72,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "30e96d5eaed31b7b2af916d78cabccb722889fe3" | ||
"gitHead": "f9b3294d67cdd52b2c36897cdc1c20ceaeb019cf" | ||
} |
@@ -31,2 +31,3 @@ "use strict"; | ||
<svg | ||
aria-hidden="true" | ||
class="spectrum-ColorLoupe is-open" | ||
@@ -33,0 +34,0 @@ overflow="visible" |
"use strict";var i=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var a=(o,r,s,t)=>{for(var e=t>1?void 0:t?u(r,s):r,l=o.length-1,p;l>=0;l--)(p=o[l])&&(e=(t?p(r,s,e):p(e))||e);return t&&e&&i(r,s,e),e};import{html as h,SpectrumElement as n}from"@spectrum-web-components/base";import{property as c}from"@spectrum-web-components/base/src/decorators.js";import d from"./color-loupe.css.js";export class ColorLoupe extends n{constructor(){super(...arguments);this.open=!1;this.color="rgba(255, 0, 0, 0.5)"}static get styles(){return[d]}render(){return h` | ||
<svg | ||
aria-hidden="true" | ||
class="spectrum-ColorLoupe is-open" | ||
@@ -4,0 +5,0 @@ overflow="visible" |
@@ -21,4 +21,8 @@ "use strict"; | ||
await expect(el).to.be.accessible(); | ||
expect(el.shadowRoot.querySelector("svg")).to.have.attribute( | ||
"aria-hidden", | ||
"true" | ||
); | ||
}); | ||
}); | ||
//# sourceMappingURL=color-loupe.test.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
80223
583
0
+ Added@spectrum-web-components/base@0.34.0(transitive)
- Removed@spectrum-web-components/base@0.33.3-overlay.66(transitive)