mediacube-ui 0.1.35 → 0.1.36

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": "mediacube-ui",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -3,7 +3,7 @@
3
3
  <div v-if="$slots.title || title" class="mc-drawer__header">
4
4
  <!-- @slot Слот заголовка -->
5
5
  <slot name="title">
6
- <mc-title variation="subtitle" :ellipsis="false" weight="semi-bold">
6
+ <mc-title variation="subtitle" :ellipsis="titleEllipsis" weight="semi-bold">
7
7
  {{ title }}
8
8
  </mc-title>
9
9
  </slot>
@@ -47,6 +47,10 @@ export default {
47
47
  type: String,
48
48
  default: '',
49
49
  },
50
+ titleEllipsis: {
51
+ type: Boolean,
52
+ default: false,
53
+ },
50
54
  /**
51
55
  * Нужна ли кнопка
52
56
  * закрытия в шапке