@zanichelli/albe-web-components 19.0.2-rc → 19.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [19.1.0](https://github.com/ZanichelliEditore/design-system/compare/v19.0.1...v19.1.0) (2025-12-18)
6
+
7
+
8
+ ### Features
9
+
10
+ * add an optional slot as a message in the z-toast-notification component ([b840b98](https://github.com/ZanichelliEditore/design-system/commit/b840b98f5f7b509d29db2e787653092216117bf6))
11
+
5
12
  ## [19.0.1](https://github.com/ZanichelliEditore/design-system/compare/v19.0.0...v19.0.1) (2025-12-15)
6
13
 
7
14
 
@@ -4172,7 +4172,7 @@ const ZToastNotification = class {
4172
4172
  } })))));
4173
4173
  }
4174
4174
  render() {
4175
- return (index.h(index.Host, { key: '13bbdd7da7e5c74fb9881518dfa1a2b9d92eedf2', style: { "--percentuale": `${this.percentage}%` }, class: this.transition ? this.transition : "", onAnimationEnd: (e) => {
4175
+ return (index.h(index.Host, { key: '63f39d1520294c046f4cf4f27387dae49254d306', style: { "--percentuale": `${this.percentage}%` }, class: this.transition ? this.transition : "", onAnimationEnd: (e) => {
4176
4176
  if (this.autoclose && e.animationName.includes("slidein")) {
4177
4177
  this.startClosingTimeout(this.autoclose);
4178
4178
  }