@leanix/components 0.3.82 → 0.3.83

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.
@@ -7,7 +7,7 @@ export declare type CurrencyIconPosition = 'first' | 'end' | 'none';
7
7
  declare type DecimalSeparator = ',' | '.';
8
8
  export declare class CurrencyInputComponent implements AfterViewInit, OnDestroy, ControlValueAccessor, OnInit {
9
9
  private changeDetector;
10
- code: string;
10
+ code: string | null;
11
11
  decimalSeparator: DecimalSeparator;
12
12
  placeholder: string;
13
13
  data: number;
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CurrencySymbolComponent implements OnInit {
5
- code: string;
5
+ code: string | null;
6
6
  code$: Observable<string>;
7
7
  currency$: Observable<string>;
8
8
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.3.82",
3
+ "version": "0.3.83",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {