mediacube-ui 0.1.153 → 0.1.154

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.154](https://github.com/MediaCubeCo/mcui/compare/v0.1.153...v0.1.154) (2023-10-12)
6
+
5
7
  ### [0.1.153](https://github.com/MediaCubeCo/mcui/compare/v0.1.152...v0.1.153) (2023-10-10)
6
8
 
7
9
  ### [0.1.152](https://github.com/MediaCubeCo/mcui/compare/v0.1.151...v0.1.152) (2023-10-06)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.153",
3
+ "version": "0.1.154",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -602,7 +602,12 @@ $text-white: scale-color($color-white, $alpha: -10%);
602
602
  }
603
603
 
604
604
  &__select {
605
- height: $size-500 - 2px;
605
+ overflow: hidden;
606
+ height: $space-350;
607
+ width: $space-300;
608
+ right: $space-100;
609
+ top: 6px;
610
+ padding: 0;
606
611
  &::before {
607
612
  direction: ltr;
608
613
  width: 0;