@zanichelli/albe-web-components 19.1.0 → 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.
@@ -5,6 +5,7 @@
5
5
  * @cssprop --z-tag-bg - background color of the z-tag.
6
6
  */
7
7
  export declare class ZTag {
8
+ host: HTMLZTagElement;
8
9
  /** [optional] Tag icon */
9
10
  icon?: string;
10
11
  /** [optional] Hide the text and show it on hover*/