mediacube-ui 0.1.240 → 0.1.241

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.241](https://github.com/MediaCubeCo/mcui/compare/v0.1.240...v0.1.241) (2024-03-26)
6
+
5
7
  ### [0.1.240](https://github.com/MediaCubeCo/mcui/compare/v0.1.239...v0.1.240) (2024-03-25)
6
8
 
7
9
  ### [0.1.239](https://github.com/MediaCubeCo/mcui/compare/v0.1.238...v0.1.239) (2024-03-21)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.240",
3
+ "version": "0.1.241",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -17,6 +17,7 @@ $color-purple: #8756FF; /* Кнопки, ссылки, выделение акт
17
17
  $color-light-purple: #CBB7FF; /* Текст на accent purple */
18
18
  $color-lighter-purple: #EEE8FF; /* Выбранные элементы */
19
19
  $color-bg-purple: #9673ED; /* Цвет для бэкграунда */
20
+ $color-primary-bg: #F5F6Fa; /* Цвет основного фона */
20
21
  //additional colors
21
22
  $color-hover-blue: #0A54C2; /* Альтернатива – Кнопки, ссылки, выделение активных элементов */
22
23
  $color-blue: #2578F4; /* Альтернатива – Кнопки, ссылки, выделение активных элементов и иконки */