mediacube-ui 0.1.285 → 0.1.286

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.286](https://github.com/MediaCubeCo/mcui/compare/v0.1.285...v0.1.286) (2024-06-17)
6
+
5
7
  ### [0.1.285](https://github.com/MediaCubeCo/mcui/compare/v0.1.284...v0.1.285) (2024-06-13)
6
8
 
7
9
  ### [0.1.284](https://github.com/MediaCubeCo/mcui/compare/v0.1.283...v0.1.284) (2024-06-13)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.285",
3
+ "version": "0.1.286",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -363,7 +363,7 @@ export default {
363
363
  ? {
364
364
  content: this.tooltip,
365
365
  placement: 'top',
366
- classes: 'mc-tooltip mc-tooltip--width-s mc-tooltip--size-s',
366
+ classes: 'mc-tooltip mc-tooltip--width-m mc-tooltip--size-s',
367
367
  trigger: 'hover focus',
368
368
  show: false,
369
369
  container: 'body',
@@ -190,7 +190,7 @@ export default {
190
190
  border-bottom-color: transparent !important;
191
191
  bottom: -$arrow-size;
192
192
  left: calc(50% - #{$arrow-size});
193
- margin-top: 0;
193
+ margin-top: -1px !important;
194
194
  margin-bottom: 0;
195
195
  }
196
196
  }