@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.
- package/esm2022/lib/components/page-header/page-header.component.mjs +2 -2
- package/esm2022/lib/components/phone-number/phone-number.component.mjs +8 -8
- package/fesm2022/norwegian-core-components.mjs +7 -7
- package/fesm2022/norwegian-core-components.mjs.map +1 -1
- package/lib/components/phone-number/phone-number.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
205
|
+
private phoneNumber;
|
|
206
206
|
get model(): string;
|
|
207
207
|
set model(value: string);
|
|
208
208
|
/**
|