monkey-style-guide-v2 0.0.97 → 0.0.99

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.
@@ -1484,7 +1484,7 @@ class MonkeyEcxAddressService {
1484
1484
  const neighborhood = getComponent(addressComponents, 'sublocality_level_1');
1485
1485
  const city = getComponent(addressComponents, 'administrative_area_level_2');
1486
1486
  const state = getComponent(addressComponents, 'administrative_area_level_1');
1487
- const country = getComponent(addressComponents, 'country');
1487
+ const country = getComponent(addressComponents, 'country', 'shortText');
1488
1488
  const zipCode = getComponent(addressComponents, 'postal_code');
1489
1489
  return {
1490
1490
  formattedAddress: _.formattedAddress,
@@ -4535,7 +4535,7 @@ class MonkeyDownloadButtonComponent {
4535
4535
  [color]="color"
4536
4536
  [size]="size"
4537
4537
  [class.has-progress]="hasProgress"
4538
- [disabled]="hasProgress"
4538
+ [disabled]="disabled || hasProgress"
4539
4539
  (click)="onDownload()"
4540
4540
  class="w-100"
4541
4541
  >
@@ -4563,7 +4563,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
4563
4563
  [color]="color"
4564
4564
  [size]="size"
4565
4565
  [class.has-progress]="hasProgress"
4566
- [disabled]="hasProgress"
4566
+ [disabled]="disabled || hasProgress"
4567
4567
  (click)="onDownload()"
4568
4568
  class="w-100"
4569
4569
  >