ect-button 1.19.4 → 1.19.5

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.
@@ -4,7 +4,7 @@ export interface IBtnDropdownOption {
4
4
  CssClasses?: string;
5
5
  Icon?: string;
6
6
  IconColour?: string;
7
- Action: () => void;
7
+ Action: () => void | undefined;
8
8
  Target?: string;
9
9
  Divider?: boolean;
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ect-button",
3
- "version": "1.19.4",
3
+ "version": "1.19.5",
4
4
  "description": "ECT Button with Bootstrap and full WCAG as standard.",
5
5
  "keywords": [
6
6
  "angular",