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

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/z-app-header_12.cjs.entry.js +8 -4
  3. package/dist/cjs/z-app-header_12.cjs.entry.js.map +1 -1
  4. package/dist/cjs/z-toast-notification.cjs.entry.js +1 -1
  5. package/dist/cjs/z-toast-notification.cjs.entry.js.map +1 -1
  6. package/dist/collection/components/z-tag/index.js +7 -3
  7. package/dist/collection/components/z-tag/index.js.map +1 -1
  8. package/dist/collection/components/z-tag/styles.css +5 -6
  9. package/dist/collection/components/z-toast-notification/index.js +6 -1
  10. package/dist/collection/components/z-toast-notification/index.js.map +1 -1
  11. package/dist/components/index26.js +8 -4
  12. package/dist/components/index26.js.map +1 -1
  13. package/dist/components/z-toast-notification.js +1 -1
  14. package/dist/components/z-toast-notification.js.map +1 -1
  15. package/dist/esm/z-app-header_12.entry.js +8 -4
  16. package/dist/esm/z-app-header_12.entry.js.map +1 -1
  17. package/dist/esm/z-toast-notification.entry.js +1 -1
  18. package/dist/esm/z-toast-notification.entry.js.map +1 -1
  19. package/dist/types/components/z-tag/index.d.ts +1 -0
  20. package/dist/types/components/z-toast-notification/index.d.ts +5 -0
  21. package/dist/types/components.d.ts +12 -0
  22. package/{www/build/p-469f320a.entry.js → dist/web-components-library/p-c6995296.entry.js} +2 -2
  23. package/dist/web-components-library/p-c6995296.entry.js.map +1 -0
  24. package/dist/web-components-library/{p-250bcc68.entry.js → p-c778bf87.entry.js} +3 -3
  25. package/{www/build/p-250bcc68.entry.js.map → dist/web-components-library/p-c778bf87.entry.js.map} +1 -1
  26. package/dist/web-components-library/web-components-library.esm.js +1 -1
  27. package/package.json +2 -3
  28. package/www/build/{p-ed876e2c.js → p-9e5b7f0d.js} +1 -1
  29. package/{dist/web-components-library/p-469f320a.entry.js → www/build/p-c6995296.entry.js} +2 -2
  30. package/www/build/p-c6995296.entry.js.map +1 -0
  31. package/www/build/{p-250bcc68.entry.js → p-c778bf87.entry.js} +3 -3
  32. package/{dist/web-components-library/p-250bcc68.entry.js.map → www/build/p-c778bf87.entry.js.map} +1 -1
  33. package/www/build/web-components-library.esm.js +1 -1
  34. package/www/index.html +1 -1
  35. package/dist/web-components-library/p-469f320a.entry.js.map +0 -1
  36. package/www/build/p-469f320a.entry.js.map +0 -1
@@ -4168,7 +4168,7 @@ const ZToastNotification = class {
4168
4168
  } })))));
4169
4169
  }
4170
4170
  render() {
4171
- return (h(Host, { key: '13bbdd7da7e5c74fb9881518dfa1a2b9d92eedf2', style: { "--percentuale": `${this.percentage}%` }, class: this.transition ? this.transition : "", onAnimationEnd: (e) => {
4171
+ return (h(Host, { key: '63f39d1520294c046f4cf4f27387dae49254d306', style: { "--percentuale": `${this.percentage}%` }, class: this.transition ? this.transition : "", onAnimationEnd: (e) => {
4172
4172
  if (this.autoclose && e.animationName.includes("slidein")) {
4173
4173
  this.startClosingTimeout(this.autoclose);
4174
4174
  }