@snabcentr/client-ui 3.52.3 → 3.52.5

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.52.3",
3
+ "version": "3.52.5",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -15,7 +15,7 @@
15
15
  "@maskito/core": "^3.11.1",
16
16
  "@ng-web-apis/intersection-observer": "^4.14.0",
17
17
  "@ng-web-apis/common": "^4.14.0",
18
- "@snabcentr/client-core": "^2.66.19",
18
+ "@snabcentr/client-core": "^2.66.20",
19
19
  "@taiga-ui/addon-charts": "^4.66.0",
20
20
  "@taiga-ui/addon-commerce": "^4.66.0",
21
21
  "@taiga-ui/cdk": "^4.66.0",
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Освобождает ресурсы reCAPTCHA и удаляет осиротевшие iframe после смены маршрута.
3
+ *
4
+ * @param documentReference Объект документа.
5
+ * @param windowReference Объект окна браузера.
6
+ */
7
+ export declare function cleanupRecaptchaArtifacts(documentReference: Document, windowReference: Window): void;
@@ -13,3 +13,4 @@ export * from './sc-notify-when-in-stock-required-fields';
13
13
  export * from './sc-banner-duration';
14
14
  export * from './sc-debounce-time-default';
15
15
  export * from './sc-hidden-print-elements.token';
16
+ export * from './cleanup-recaptcha-artifacts';
package/release_notes.tmp CHANGED
@@ -1,6 +1,6 @@
1
- ## 3.52.3 (2026-05-26)
1
+ ## 3.52.5 (2026-06-02)
2
2
 
3
- ### added (1 change)
3
+ ### fixed (1 change)
4
4
 
5
- - [#13137: Добавлена сортировка фильтров, удалён отладочный код](web_soft/libs/angular/snabcentr-client-ui-lib@532407e6678113309d8ac9e4a449516689b25e9a) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!411))
5
+ - [#13405: Исправлена ошибка высвобождения ресурсов для капчи](web_soft/libs/angular/snabcentr-client-ui-lib@94f7585dd0de0d5f7eaba63b49d0fce728e89731) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!413))
6
6