Socket
Socket
Sign inDemoInstall

@spectrum-web-components/action-group

Package Overview
Dependencies
Maintainers
12
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/action-group - npm Package Compare versions

Comparing version 0.47.0 to 0.47.1

12

package.json
{
"name": "@spectrum-web-components/action-group",
"version": "0.47.0",
"version": "0.47.1",
"publishConfig": {

@@ -61,6 +61,6 @@ "access": "public"

"@lit-labs/observers": "^2.0.0",
"@spectrum-web-components/action-button": "^0.47.0",
"@spectrum-web-components/base": "^0.47.0",
"@spectrum-web-components/icons-workflow": "^0.47.0",
"@spectrum-web-components/reactive-controllers": "^0.47.0"
"@spectrum-web-components/action-button": "^0.47.1",
"@spectrum-web-components/base": "^0.47.1",
"@spectrum-web-components/icons-workflow": "^0.47.1",
"@spectrum-web-components/reactive-controllers": "^0.47.1"
},

@@ -76,3 +76,3 @@ "devDependencies": {

],
"gitHead": "7121f0bbe175ac3c34f17e51aa41429c2c04bd35"
"gitHead": "151a3e21c39150dbc3f3a884b660be0bd352bda1"
}

@@ -38,2 +38,3 @@ "use strict";

import "../stories/action-group.stories.js";
import { isWebKit } from "@spectrum-web-components/shared";
class QuietActionGroup extends LitElement {

@@ -128,3 +129,3 @@ render() {

expect((_a = document.activeElement) == null ? void 0 : _a.id).to.equal("first");
expect((_b = el.children[0]) == null ? void 0 : _b.tabIndex).to.equal(-1);
expect((_b = el.children[0]) == null ? void 0 : _b.tabIndex).to.equal(0);
expect((_c = el.children[1]) == null ? void 0 : _c.tabIndex).to.equal(-1);

@@ -185,3 +186,3 @@ expect((_d = el.children[2]) == null ? void 0 : _d.tabIndex).to.equal(-1);

await aTimeout(500);
expect((_a = el.children[0]) == null ? void 0 : _a.tabIndex).to.equal(-1);
expect((_a = el.children[0]) == null ? void 0 : _a.tabIndex).to.equal(0);
expect((_b = el.children[1]) == null ? void 0 : _b.tabIndex).to.equal(-1);

@@ -224,2 +225,12 @@ expect((_c = el.children[2]) == null ? void 0 : _c.tabIndex).to.equal(-1);

await closed;
if (!isWebKit()) {
sendMouse({
steps: [
{
position: [0, 0],
type: "click"
}
]
});
}
await aTimeout(500);

@@ -226,0 +237,0 @@ expect((_i = el.children[0]) == null ? void 0 : _i.tabIndex).to.equal(0);

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc