@snabcentr/client-ui 5.7.2 → 5.7.4

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": "5.7.2",
3
+ "version": "5.7.4",
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,4 +1,4 @@
1
- ## 5.7.2 (2026-08-05)
1
+ ## 5.7.4 (2026-08-06)
2
2
 
3
3
  No changes.
4
4
 
@@ -36,6 +36,25 @@
36
36
  --tui-background-neutral-1-pressed: #e0e0e0;
37
37
  }
38
38
 
39
+ // Прячем встроенные вертикальные кнопки шага у input[tuiInputNumber][step] (появились в Taiga UI 5),
40
+ // шаг при этом продолжает работать со стрелок клавиатуры.
41
+ tui-textfield {
42
+ .t-input-number-buttons.t-input-number-buttons {
43
+ display: none !important;
44
+ }
45
+
46
+ [tuiInputNumber]._with-buttons,
47
+ [tuiInputNumber]._with-buttons ~ .t-template {
48
+ inline-size: 100% !important;
49
+ margin-inline-end: 0 !important;
50
+ border-radius: inherit !important;
51
+ }
52
+
53
+ [tuiInputNumber]._with-buttons ~ .t-content {
54
+ margin-inline-end: 0 !important;
55
+ }
56
+ }
57
+
39
58
  sc-input-quantity {
40
59
  [tuiWrapper][data-appearance='textfield'] {
41
60
  color: inherit !important;
@@ -915,6 +915,10 @@ video {
915
915
  max-height: 5rem;
916
916
  }
917
917
 
918
+ .\!min-h-0 {
919
+ min-height: 0px !important;
920
+ }
921
+
918
922
  .min-h-8 {
919
923
  min-height: 2rem;
920
924
  }
@@ -1411,6 +1415,10 @@ video {
1411
1415
  object-position: right;
1412
1416
  }
1413
1417
 
1418
+ .\!p-0 {
1419
+ padding: 0px !important;
1420
+ }
1421
+
1414
1422
  .\!p-\[0\.4rem\] {
1415
1423
  padding: 0.4rem !important;
1416
1424
  }
@@ -1765,6 +1773,10 @@ video {
1765
1773
  text-decoration-line: line-through;
1766
1774
  }
1767
1775
 
1776
+ .opacity-0 {
1777
+ opacity: 0;
1778
+ }
1779
+
1768
1780
  .opacity-50 {
1769
1781
  opacity: 0.5;
1770
1782
  }