monkey-style-guide-v2 0.0.42 → 0.0.43

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,6 +4,7 @@ import { Subject } from 'rxjs';
4
4
  import { MonkeyFormFieldControl } from '../form-field';
5
5
  import * as i0 from "@angular/core";
6
6
  interface Country {
7
+ iso: string;
7
8
  code: string;
8
9
  name: string;
9
10
  flag: string;
@@ -23,7 +24,7 @@ export declare class MonkeyInputPhoneComponent implements MonkeyFormFieldControl
23
24
  constructor();
24
25
  ngControl: NgControl | null;
25
26
  private readonly idGenerator;
26
- private readonly countryCode;
27
+ private readonly countryIsoCode;
27
28
  private readonly locale;
28
29
  readonly id: string;
29
30
  readonly inputId: string;
@@ -7,4 +7,4 @@ import { InjectionToken } from '@angular/core';
7
7
  import { BehaviorSubject } from 'rxjs';
8
8
  export declare const MECX_I18N_WRAPPER: InjectionToken<BehaviorSubject<string>>;
9
9
  export declare const MECX_POPOVER_OPTIONS: InjectionToken<unknown>;
10
- export declare const MECX_COUNTRY_CODE: InjectionToken<string>;
10
+ export declare const MECX_COUNTRY_ISO_CODE: InjectionToken<string>;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide-v2",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
Binary file