@tilde-nlp/ngx-common 8.1.64 → 8.1.65
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.
|
@@ -8710,7 +8710,6 @@ class AccessibilityService {
|
|
|
8710
8710
|
#storage;
|
|
8711
8711
|
constructor() {
|
|
8712
8712
|
this.sizeIncreaseSubject = new Subject();
|
|
8713
|
-
this.contrastSubject = new Subject();
|
|
8714
8713
|
this.#textMagnifier = inject(AccessibilityTextMagnifierService);
|
|
8715
8714
|
this.#screenMask = inject(AccessibilityScreenMaskService);
|
|
8716
8715
|
this.#storage = inject(USER_CONFIG_STORAGE, { optional: true });
|