@snabcentr/client-ui 4.3.0 → 4.4.1

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": "4.3.0",
3
+ "version": "4.4.1",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
package/pages/index.d.ts CHANGED
@@ -2,4 +2,5 @@ export * from './frequently-asked-questions/sc-frequently-asked-questions.compon
2
2
  export * from './frequently-asked-questions-group-selector/sc-frequently-asked-questions-group-selector.component';
3
3
  export * from './frequently-asked-questions-with-groups/sc-frequently-asked-questions-with-groups.component';
4
4
  export * from './personal-data-processing-policy/sc-personal-data-processing-policy.component';
5
+ export * from './privacy-policy/sc-privacy-policy.component';
5
6
  export * from './public-offer/sc-public-offer.component';
@@ -0,0 +1,17 @@
1
+ import { ScICompanyBaseInfo, ScIUrls } from '@snabcentr/client-core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Компонент политики конфиденциальности интернет-сайта.
5
+ */
6
+ export declare class ScPrivacyPolicyComponent {
7
+ /**
8
+ * Данные о компании.
9
+ */
10
+ protected readonly companyInfo: Readonly<ScICompanyBaseInfo>;
11
+ /**
12
+ * Список ссылок приложения.
13
+ */
14
+ protected readonly urls: ScIUrls;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScPrivacyPolicyComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScPrivacyPolicyComponent, "sc-privacy-policy", never, {}, {}, never, never, true, never>;
17
+ }
package/release_notes.tmp CHANGED
@@ -1,4 +1,10 @@
1
- ## 4.3.0 (2025-09-11)
1
+ ## 4.4.1 (2025-09-18)
2
2
 
3
- No changes.
3
+ ### fixed (1 change)
4
+
5
+ - [#12183: Исправлены тесты](web_soft/libs/angular/snabcentr-client-ui-lib@2b99ec4bdd24026058f7c8e98cb2c16d764635c3) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!320))
6
+
7
+ ### changed (1 change)
8
+
9
+ - [#12183: Обновлены компоненты, зависимости и настройки проектов до Angular 20](web_soft/libs/angular/snabcentr-client-ui-lib@f5e0dfe567fb0bc8c3233d6df20df6f385c4157e) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!318))
4
10
 
@@ -1080,10 +1080,6 @@ video {
1080
1080
  resize: both;
1081
1081
  }
1082
1082
 
1083
- .list-inside {
1084
- list-style-position: inside;
1085
- }
1086
-
1087
1083
  .list-decimal {
1088
1084
  list-style-type: decimal;
1089
1085
  }