Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/accordion

Package Overview
Dependencies
Maintainers
7
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.6.0 to 0.6.1

3

custom-elements.json

@@ -301,3 +301,4 @@ {

"text": "CustomEvent"
}
},
"description": "Announce that an accordion item has been toggled while allowing the event to be cancelled."
}

@@ -304,0 +305,0 @@ ],

{
"name": "@spectrum-web-components/accordion",
"version": "0.6.0",
"version": "0.6.1",
"publishConfig": {

@@ -49,10 +49,10 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.5.0",
"@spectrum-web-components/icon": "^0.11.0",
"@spectrum-web-components/icons-ui": "^0.8.0",
"@spectrum-web-components/shared": "^0.13.0",
"@spectrum-web-components/base": "^0.5.1",
"@spectrum-web-components/icon": "^0.11.1",
"@spectrum-web-components/icons-ui": "^0.8.1",
"@spectrum-web-components/shared": "^0.13.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@spectrum-css/accordion": "^3.0.5"
"@spectrum-css/accordion": "^3.0.10"
},

@@ -64,3 +64,3 @@ "types": "./src/index.d.ts",

],
"gitHead": "7ce77352f6894043bceac9ef92b21e5f85420969"
"gitHead": "df3f333ee26a45f9fc247716b6e8ef051dca630b"
}

@@ -7,2 +7,3 @@ import { CSSResultArray, PropertyValues, TemplateResult } from '@spectrum-web-components/base';

* @slot - The content of the item that is hidden when the item is not open
* @fires sp-accordion-item-toggle - Announce that an accordion item has been toggled while allowing the event to be cancelled.
*/

@@ -9,0 +10,0 @@ export declare class AccordionItem extends Focusable {

@@ -22,2 +22,3 @@ /*

* @slot - The content of the item that is hidden when the item is not open
* @fires sp-accordion-item-toggle - Announce that an accordion item has been toggled while allowing the event to be cancelled.
*/

@@ -24,0 +25,0 @@ export class AccordionItem extends Focusable {

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