@norwegian/core-components 6.46.0 → 6.46.1

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.
@@ -11,6 +11,7 @@ export declare class WalletComponent extends NasComponentBase {
11
11
  showContent: boolean;
12
12
  get pointsBalance(): number;
13
13
  get showNotAvailableMessage(): boolean;
14
+ get spennAndCashpointUnavailable(): boolean;
14
15
  get pointsDescription(): string;
15
16
  get icon(): string;
16
17
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norwegian/core-components",
3
- "version": "6.46.0",
3
+ "version": "6.46.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.0.0 < 19.0.0",
6
6
  "@angular/core": ">=16.0.0 < 19.0.0"