mediacube-ui 0.1.239 → 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,10 @@
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
+
7
+ ### [0.1.240](https://github.com/MediaCubeCo/mcui/compare/v0.1.239...v0.1.240) (2024-03-25)
8
+
5
9
  ### [0.1.239](https://github.com/MediaCubeCo/mcui/compare/v0.1.238...v0.1.239) (2024-03-21)
6
10
 
7
11
  ### [0.1.238](https://github.com/MediaCubeCo/mcui/compare/v0.1.237...v0.1.238) (2024-03-20)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.239",
3
+ "version": "0.1.241",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -166,7 +166,7 @@ export default {
166
166
  */
167
167
  hideSelected: {
168
168
  type: Boolean,
169
- default: false,
169
+ default: true,
170
170
  },
171
171
  /**
172
172
  * Допустимо ли
@@ -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; /* Альтернатива – Кнопки, ссылки, выделение активных элементов и иконки */