@snabcentr/client-ui 3.47.6 → 3.47.7

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.47.6",
3
+ "version": "3.47.7",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -1089,6 +1089,10 @@ video {
1089
1089
  align-items: flex-start;
1090
1090
  }
1091
1091
 
1092
+ .items-end {
1093
+ align-items: flex-end;
1094
+ }
1095
+
1092
1096
  .\!items-center {
1093
1097
  align-items: center !important;
1094
1098
  }
@@ -1691,6 +1695,10 @@ video {
1691
1695
  color: var(--tui-text-primary);
1692
1696
  }
1693
1697
 
1698
+ .text-tui-text-secondary {
1699
+ color: var(--tui-text-secondary);
1700
+ }
1701
+
1694
1702
  .text-tui-text-tertiary {
1695
1703
  color: var(--tui-text-tertiary);
1696
1704
  }