@snabcentr/client-ui 4.4.0 → 4.4.2

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.4.0",
3
+ "version": "4.4.2",
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
- ## 4.4.0 (2025-09-12)
1
+ ## 4.4.2 (2025-09-19)
2
2
 
3
3
  ### fixed (1 change)
4
4
 
@@ -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
  }