@snabcentr/client-ui 3.37.9 → 3.38.0

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.37.9",
3
+ "version": "3.38.0",
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
@@ -1,3 +1,4 @@
1
1
  export * from './frequently-asked-questions/sc-frequently-asked-questions.component';
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
+ export * from './personal-data-processing-policy/sc-personal-data-processing-policy.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 ScPersonalDataProcessingPolicyComponent {
7
+ /**
8
+ * Данные о компании.
9
+ */
10
+ protected readonly companyInfo: Readonly<ScICompanyBaseInfo>;
11
+ /**
12
+ * Список ссылок на разделы backend'a.
13
+ */
14
+ protected readonly urls: ScIUrls;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScPersonalDataProcessingPolicyComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScPersonalDataProcessingPolicyComponent, "sc-personal-data-processing-policy", never, {}, {}, never, never, true, never>;
17
+ }
package/release_notes.tmp CHANGED
@@ -1,10 +1,17 @@
1
- ## 3.37.9 (2025-08-28)
1
+ ## 3.38.0 (2025-09-10)
2
2
 
3
- ### fixed (1 change)
3
+ ### fixed (3 changes)
4
4
 
5
- - [#12162: Исправлена логика входа через быстрою покупку](web_soft/libs/angular/snabcentr-client-ui-lib@9c7dfb03be0499a9a1f2bb34c0e90cbab764af68) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!317))
5
+ - [#12215: Исправлены ошибки данных о компании](web_soft/libs/angular/snabcentr-client-ui-lib@5743d50c1db8471bddb59b595dad7e83cd4ed8e8) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!324))
6
+ - [#12215: Исправлены названия компонентов](web_soft/libs/angular/snabcentr-client-ui-lib@34029e03b497e0ac170fb4a180dbfa61dbbd2a05) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!322))
7
+ - [#12183: Исправлены тесты](web_soft/libs/angular/snabcentr-client-ui-lib@2b99ec4bdd24026058f7c8e98cb2c16d764635c3) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!320))
6
8
 
7
- ### changed (1 change)
9
+ ### changed (2 changes)
8
10
 
9
- - [#12160: Добавлена очистка файлов после отправки запроса обратной связи](web_soft/libs/angular/snabcentr-client-ui-lib@79177a198d788a6a0ca6d12778e5d123e90ca048) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!316))
11
+ - [#12215: Доработан компонент "Политика обработки персональных данных пользователей сайта"](web_soft/libs/angular/snabcentr-client-ui-lib@bc0d8382b309d99854c13065bd03efe4e1c00e84) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!323))
12
+ - [#12183: Обновлены компоненты, зависимости и настройки проектов до Angular 20](web_soft/libs/angular/snabcentr-client-ui-lib@f5e0dfe567fb0bc8c3233d6df20df6f385c4157e) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!318))
13
+
14
+ ### added (1 change)
15
+
16
+ - [#12215: Добавлен компонент "Политика обработки персональных данных"](web_soft/libs/angular/snabcentr-client-ui-lib@81b31bce15b1abe83c7653f9f01ad7cd44840946) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!321))
10
17
 
@@ -767,6 +767,10 @@ video {
767
767
  margin-left: 0.5rem;
768
768
  }
769
769
 
770
+ .ml-4 {
771
+ margin-left: 1rem;
772
+ }
773
+
770
774
  .mr-2 {
771
775
  margin-right: 0.5rem;
772
776
  }
@@ -926,6 +930,14 @@ video {
926
930
  width: auto !important;
927
931
  }
928
932
 
933
+ .w-1\/4 {
934
+ width: 25%;
935
+ }
936
+
937
+ .w-1\/5 {
938
+ width: 20%;
939
+ }
940
+
929
941
  .w-12 {
930
942
  width: 3rem;
931
943
  }
@@ -962,6 +974,10 @@ video {
962
974
  width: 12.5rem;
963
975
  }
964
976
 
977
+ .w-6\/12 {
978
+ width: 50%;
979
+ }
980
+
965
981
  .w-64 {
966
982
  width: 16rem;
967
983
  }
@@ -983,6 +999,10 @@ video {
983
999
  width: 100%;
984
1000
  }
985
1001
 
1002
+ .min-w-\[44rem\] {
1003
+ min-width: 44rem;
1004
+ }
1005
+
986
1006
  .max-w-96 {
987
1007
  max-width: 24rem;
988
1008
  }
@@ -1007,6 +1027,10 @@ video {
1007
1027
  flex-shrink: 0;
1008
1028
  }
1009
1029
 
1030
+ .flex-grow {
1031
+ flex-grow: 1;
1032
+ }
1033
+
1010
1034
  .grow {
1011
1035
  flex-grow: 1;
1012
1036
  }
@@ -1023,6 +1047,10 @@ video {
1023
1047
  table-layout: auto;
1024
1048
  }
1025
1049
 
1050
+ .table-fixed {
1051
+ table-layout: fixed;
1052
+ }
1053
+
1026
1054
  .-translate-y-1\/2 {
1027
1055
  --tw-translate-y: -50%;
1028
1056
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -1052,6 +1080,14 @@ video {
1052
1080
  resize: both;
1053
1081
  }
1054
1082
 
1083
+ .list-decimal {
1084
+ list-style-type: decimal;
1085
+ }
1086
+
1087
+ .list-disc {
1088
+ list-style-type: disc;
1089
+ }
1090
+
1055
1091
  .grid-cols-1 {
1056
1092
  grid-template-columns: repeat(1, minmax(0, 1fr));
1057
1093
  }
@@ -1273,6 +1309,11 @@ video {
1273
1309
  border-style: solid;
1274
1310
  }
1275
1311
 
1312
+ .border-gray-300 {
1313
+ --tw-border-opacity: 1;
1314
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1315
+ }
1316
+
1276
1317
  .border-tui-base-03 {
1277
1318
  border-color: var(--tui-background-neutral-1-hover);
1278
1319
  }
@@ -1294,6 +1335,11 @@ video {
1294
1335
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
1295
1336
  }
1296
1337
 
1338
+ .bg-gray-50 {
1339
+ --tw-bg-opacity: 1;
1340
+ background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1341
+ }
1342
+
1297
1343
  .bg-tui-base-02 {
1298
1344
  background-color: var(--tui-background-base-alt);
1299
1345
  }
@@ -1412,6 +1458,11 @@ video {
1412
1458
  padding-right: 0.5rem;
1413
1459
  }
1414
1460
 
1461
+ .px-4 {
1462
+ padding-left: 1rem;
1463
+ padding-right: 1rem;
1464
+ }
1465
+
1415
1466
  .px-6 {
1416
1467
  padding-left: 1.5rem;
1417
1468
  padding-right: 1.5rem;
@@ -1422,6 +1473,11 @@ video {
1422
1473
  padding-bottom: 3.5rem;
1423
1474
  }
1424
1475
 
1476
+ .py-2 {
1477
+ padding-top: 0.5rem;
1478
+ padding-bottom: 0.5rem;
1479
+ }
1480
+
1425
1481
  .py-4\.5 {
1426
1482
  padding-top: 1.125rem;
1427
1483
  padding-bottom: 1.125rem;
@@ -1443,6 +1499,10 @@ video {
1443
1499
  padding-top: 0.5rem;
1444
1500
  }
1445
1501
 
1502
+ .text-left {
1503
+ text-align: left;
1504
+ }
1505
+
1446
1506
  .text-center {
1447
1507
  text-align: center;
1448
1508
  }