monkey-style-guide 21.0.7 → 21.0.8

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "21.0.7",
3
+ "version": "21.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.1.0",
6
6
  "@angular/cdk": "^21.1.0",
@@ -96,7 +96,7 @@ interface MonkeyBreadcrumb {
96
96
  * MIT Licence
97
97
  ************************* */
98
98
  type MonkeyButtonType = 'primary' | 'secondary' | 'tertiary';
99
- type MonkeyButtonColor = 'default' | 'success' | 'error';
99
+ type MonkeyButtonColor = 'default' | 'success' | 'error' | 'black';
100
100
 
101
101
  /** ************************
102
102
  * Copyright Monkey Exchange. All Rights Reserved
@@ -1865,7 +1865,7 @@ declare class MonkeyTabLinkDirective implements OnInit {
1865
1865
  private router;
1866
1866
  disabled: boolean;
1867
1867
  get isDisabled(): boolean;
1868
- get tabIndex(): 0 | -1;
1868
+ get tabIndex(): -1 | 0;
1869
1869
  private destroyRef;
1870
1870
  private el;
1871
1871
  constructor(router: Router);
Binary file