@tilde-nlp/ngx-common 8.1.21 → 8.1.23
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/index.d.ts
CHANGED
|
@@ -2577,16 +2577,19 @@ declare class PlausibleModule {
|
|
|
2577
2577
|
static ɵinj: i0.ɵɵInjectorDeclaration<PlausibleModule>;
|
|
2578
2578
|
}
|
|
2579
2579
|
|
|
2580
|
-
declare class CookieConsentComponent implements OnInit {
|
|
2580
|
+
declare class CookieConsentComponent implements OnInit, OnDestroy {
|
|
2581
2581
|
#private;
|
|
2582
2582
|
script: string;
|
|
2583
2583
|
privacyPolicyUrl: string;
|
|
2584
2584
|
isClosed: boolean;
|
|
2585
2585
|
isDetailsVisible: boolean;
|
|
2586
|
+
readonly destroy: Subject<void>;
|
|
2586
2587
|
ngOnInit(): void;
|
|
2588
|
+
ngOnDestroy(): void;
|
|
2587
2589
|
toggleDetails(): void;
|
|
2588
2590
|
accept(): void;
|
|
2589
2591
|
decline(): void;
|
|
2592
|
+
private removeListeners;
|
|
2590
2593
|
private isCookieConsentConfigured;
|
|
2591
2594
|
static ɵfac: i0.ɵɵFactoryDeclaration<CookieConsentComponent, never>;
|
|
2592
2595
|
static ɵcmp: i0.ɵɵComponentDeclaration<CookieConsentComponent, "lib-cookie-consent", never, { "script": { "alias": "script"; "required": false; }; "privacyPolicyUrl": { "alias": "privacyPolicyUrl"; "required": false; }; }, {}, never, never, true, never>;
|
package/package.json
CHANGED
|
@@ -140,7 +140,7 @@ html.black-yellow {
|
|
|
140
140
|
--base-65: #f9f150 !important;
|
|
141
141
|
--base-70: #b6af00 !important;
|
|
142
142
|
--base-95: #4c4900 !important;
|
|
143
|
-
--base-100: #
|
|
143
|
+
--base-100: #000000 !important;
|
|
144
144
|
--neutral-50: #847374 !important;
|
|
145
145
|
--neutral-95: #fbeeee !important;
|
|
146
146
|
--overlay: #181a1b 70% !important;
|
|
@@ -140,7 +140,7 @@ html.yellow-black {
|
|
|
140
140
|
--base-65: #000000 !important;
|
|
141
141
|
--base-70: #b6af00 !important;
|
|
142
142
|
--base-95: #fef655 !important;
|
|
143
|
-
--base-100: #
|
|
143
|
+
--base-100: #fef655 !important;
|
|
144
144
|
--neutral-50: #847374 !important;
|
|
145
145
|
--neutral-95: #fbeeee !important;
|
|
146
146
|
--overlay: #181a1b 70% !important;
|