@snabcentr/client-ui 3.51.10 → 3.51.11

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.
@@ -6,6 +6,10 @@ import * as i0 from "@angular/core";
6
6
  * Компонент карточки элемента корзины.
7
7
  */
8
8
  export declare class ScOrderItemComponent extends AbstractScPriceCard {
9
+ /**
10
+ * Видимость подсказки про изменение размеров через конфигуратор.
11
+ */
12
+ protected readonly isConfiguratorHintVisible: import("@angular/core").WritableSignal<boolean>;
9
13
  /**
10
14
  * Событие нажатия на кнопку редактирования конфигурации.
11
15
  */
@@ -24,6 +28,12 @@ export declare class ScOrderItemComponent extends AbstractScPriceCard {
24
28
  * @param specificationPreviewReference Шаблон спецификации.
25
29
  */
26
30
  protected showSpecification(specificationPreviewReference: TemplateRef<TuiDialogContext>): void;
31
+ /**
32
+ * Обрабатывает показ подсказки по размерам (синхронизация с подсветкой кнопки настроек).
33
+ *
34
+ * @param visible Признак видимости подсказки.
35
+ */
36
+ protected configuratorHintVisible(visible: boolean): void;
27
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ScOrderItemComponent, never>;
28
38
  static ɵcmp: i0.ɵɵComponentDeclaration<ScOrderItemComponent, "sc-order-item", never, { "isShowEditControls": { "alias": "isShowEditControls"; "required": false; "isSignal": true; }; }, { "clickSettings": "clickSettings"; }, never, never, true, never>;
29
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.51.10",
3
+ "version": "3.51.11",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
package/release_notes.tmp CHANGED
@@ -1,6 +1,6 @@
1
- ## 3.51.10 (2026-04-13)
1
+ ## 3.51.11 (2026-04-14)
2
2
 
3
- ### changed (1 change)
3
+ ### added (1 change)
4
4
 
5
- - [#13055: Добавлена подсветка артикула производителя при поиске в каталоге](web_soft/libs/angular/snabcentr-client-ui-lib@e40a67b75a79d79ad1a21156092e9315702fe830) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!398))
5
+ - [#12901: Добавлена подсветки кнопки конфигуратора в элементе корзины](web_soft/libs/angular/snabcentr-client-ui-lib@a00da82f3aca24987be53185e0bf5c2165d9c51e) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!399))
6
6
 
@@ -558,6 +558,10 @@ video {
558
558
  pointer-events: none;
559
559
  }
560
560
 
561
+ .visible {
562
+ visibility: visible;
563
+ }
564
+
561
565
  .static {
562
566
  position: static;
563
567
  }
@@ -1475,6 +1479,10 @@ video {
1475
1479
  text-align: center;
1476
1480
  }
1477
1481
 
1482
+ .text-start {
1483
+ text-align: start;
1484
+ }
1485
+
1478
1486
  .text-end {
1479
1487
  text-align: end;
1480
1488
  }
@@ -1493,6 +1501,12 @@ video {
1493
1501
  line-height: 1 !important;
1494
1502
  }
1495
1503
 
1504
+ .\!text-body-m {
1505
+ font-size: 0.9375rem !important;
1506
+ line-height: 1.5rem !important;
1507
+ font-weight: 500 !important;
1508
+ }
1509
+
1496
1510
  .\!text-body-m-bold {
1497
1511
  font-size: 0.9375rem !important;
1498
1512
  line-height: 1.5rem !important;
@@ -1699,6 +1713,10 @@ video {
1699
1713
  text-decoration-line: underline !important;
1700
1714
  }
1701
1715
 
1716
+ .underline {
1717
+ text-decoration-line: underline;
1718
+ }
1719
+
1702
1720
  .line-through {
1703
1721
  text-decoration-line: line-through;
1704
1722
  }