@ecodev/natural 69.0.8 → 69.0.10
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/package.json
CHANGED
|
@@ -3274,6 +3274,7 @@ declare class NaturalIconDirective {
|
|
|
3274
3274
|
private readonly domSanitizer;
|
|
3275
3275
|
private readonly config;
|
|
3276
3276
|
private readonly matIconComponent;
|
|
3277
|
+
private readonly isBrowser;
|
|
3277
3278
|
readonly naturalIcon: i0.InputSignalWithTransform<string, string | null | undefined>;
|
|
3278
3279
|
readonly size: i0.InputSignal<number | null | undefined>;
|
|
3279
3280
|
protected readonly icon: i0.Signal<NaturalIconType>;
|