@norwegian/core-components 7.3.1 → 7.3.2

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.
@@ -202,7 +202,7 @@ export declare class PhoneNumberComponent extends NasComponentBase {
202
202
  * @example
203
203
  * <nas-phone-number [(model)]="model"></nas-phone-number>
204
204
  */
205
- private modelValue;
205
+ private phoneNumber;
206
206
  get model(): string;
207
207
  set model(value: string);
208
208
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norwegian/core-components",
3
- "version": "7.3.1",
3
+ "version": "7.3.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.0.0 < 22.0.0",
6
6
  "@angular/core": ">=16.0.0 < 22.0.0"