mediacube-ui 0.1.447 → 0.1.448

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.448](https://github.com/MediaCubeCo/mcui/compare/v0.1.447...v0.1.448) (2026-02-19)
6
+
5
7
  ### [0.1.447](https://github.com/MediaCubeCo/mcui/compare/v0.1.446...v0.1.447) (2026-02-12)
6
8
 
7
9
  ### [0.1.446](https://github.com/MediaCubeCo/mcui/compare/v0.1.445...v0.1.446) (2026-02-02)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.447",
3
+ "version": "0.1.448",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -91,6 +91,7 @@ export default {
91
91
 
92
92
  await this.$nextTick() // ждём DOM
93
93
 
94
+ if (!this.$refs['mc-stack-body']) continue
94
95
  const total = [...this.$refs['mc-stack-body'].children].reduce((a, c) => (a += c.offsetWidth + 12), 0) // 12 отступ между элементами
95
96
  if (total > this.containerWidth) {
96
97
  this.setFixedChildren(key)