@snabcentr/client-ui 5.6.2 → 5.6.3

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.6.2",
3
+ "version": "5.6.3",
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,6 @@
1
- ## 5.6.2 (2026-07-29)
1
+ ## 5.6.3 (2026-07-30)
2
2
 
3
- No changes.
3
+ ### added (1 change)
4
+
5
+ - [#13635: В списке брендов добавлена поддержка webp](web_soft/libs/angular/snabcentr-client-ui-lib@01b15220817d06f9f7f7674f889d94b0c21668bc) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!432))
4
6
 
@@ -4001,6 +4001,10 @@ interface ScBrandListItem {
4001
4001
  * URL изображения бренда.
4002
4002
  */
4003
4003
  src: string;
4004
+ /**
4005
+ * URL изображения бренда в формате WebP.
4006
+ */
4007
+ webp?: string;
4004
4008
  /**
4005
4009
  * Альтернативный текст изображения.
4006
4010
  */