@hestia-earth/ui-components 0.41.7 → 0.41.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/ui-components",
3
- "version": "0.41.7",
3
+ "version": "0.41.9",
4
4
  "description": "HESTIA reusable components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1173,7 +1173,7 @@ declare class ClipboardComponent {
1173
1173
  protected readonly defaultIcon = "clipboard";
1174
1174
  private readonly _value;
1175
1175
  onCopy(event: ClipboardEvent): void;
1176
- protected onClick($event: Event): void;
1176
+ protected onClick($event?: Event): void;
1177
1177
  private copy;
1178
1178
  clipboard(): Promise<void>;
1179
1179
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClipboardComponent, never>;