mediacube-ui 0.1.401 → 0.1.403

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.403](https://github.com/MediaCubeCo/mcui/compare/v0.1.402...v0.1.403) (2025-08-11)
6
+
7
+ ### [0.1.402](https://github.com/MediaCubeCo/mcui/compare/v0.1.401...v0.1.402) (2025-07-30)
8
+
5
9
  ### [0.1.401](https://github.com/MediaCubeCo/mcui/compare/v0.1.400...v0.1.401) (2025-07-29)
6
10
 
7
11
  ### [0.1.400](https://github.com/MediaCubeCo/mcui/compare/v0.1.399...v0.1.400) (2025-07-29)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.401",
3
+ "version": "0.1.403",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -54,6 +54,7 @@ export default {
54
54
  methods: {
55
55
  setObserver() {
56
56
  this.el = document.getElementById(this.id)
57
+ if (!this.el) return
57
58
  // создаем IntersectionObserver - смотрит за тем когда элемент попадает во viewport
58
59
  this.observer = new IntersectionObserver(
59
60
  ([entry]) => {
@@ -319,7 +319,6 @@ export default {
319
319
  'row-id': 'id',
320
320
  'key-field': 'id',
321
321
  'highlight-hover-row': !this.skeletonLoad,
322
- 'highlight-current-row': true,
323
322
  'show-header-overflow': 'tooltip',
324
323
  'show-overflow': 'tooltip',
325
324
  'show-footer-overflow': 'tooltip',