@spectrum-web-components/accordion
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -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
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
8
110377
34
1237