@smui-extra/accordion
Advanced tools
Comparing version 6.0.0-beta.9 to 6.0.0-beta.10
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.0.0-beta.10](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.9...v6.0.0-beta.10) (2021-12-28) | ||
### Features | ||
* add separate events for opening, closing, opened, and closed in accordion ([95eeea5](https://github.com/hperrin/svelte-material-ui/commit/95eeea50729fafc17cb83f2bb6d809b2d43beecc)) | ||
# [6.0.0-beta.9](https://github.com/hperrin/svelte-material-ui/compare/v6.0.0-beta.8...v6.0.0-beta.9) (2021-12-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@smui-extra/accordion", | ||
"version": "6.0.0-beta.9", | ||
"version": "6.0.0-beta.10", | ||
"description": "Svelte Material UI - Accordion", | ||
@@ -45,5 +45,5 @@ "type": "module", | ||
"@material/typography": "^13.0.0", | ||
"@smui/common": "^6.0.0-beta.9", | ||
"@smui/paper": "^6.0.0-beta.9", | ||
"@smui/ripple": "^6.0.0-beta.9", | ||
"@smui/common": "^6.0.0-beta.10", | ||
"@smui/paper": "^6.0.0-beta.10", | ||
"@smui/ripple": "^6.0.0-beta.10", | ||
"svelte2tsx": "^0.4.11" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "77bb905434f8851ce5c088dd319d148c882d121f" | ||
"gitHead": "8185b674b7182a967815a7abd2ba5f7dc888dc57" | ||
} |
@@ -15,3 +15,3 @@ /// <reference types="svelte" /> | ||
) => any; | ||
['onSMUIAccordionPanel:opened']?: ( | ||
['onSMUIAccordionPanel:opening']?: ( | ||
event: CustomEvent<any> & { target: T } | ||
@@ -18,0 +18,0 @@ ) => any; |
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
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
107097
Updated@smui/common@^6.0.0-beta.10
Updated@smui/paper@^6.0.0-beta.10
Updated@smui/ripple@^6.0.0-beta.10