mediacube-ui 0.1.245 → 0.1.246

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.246](https://github.com/MediaCubeCo/mcui/compare/v0.1.245...v0.1.246) (2024-04-01)
6
+
5
7
  ### [0.1.245](https://github.com/MediaCubeCo/mcui/compare/v0.1.244...v0.1.245) (2024-03-28)
6
8
 
7
9
  ### [0.1.244](https://github.com/MediaCubeCo/mcui/compare/v0.1.243...v0.1.244) (2024-03-27)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.245",
3
+ "version": "0.1.246",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -394,7 +394,7 @@ export default {
394
394
  'mc-field-select--error': this.errorText,
395
395
  'mc-field-select--disabled': this.disabled,
396
396
  [`mc-field-select--bg-${this.backgroundColor}`]: this.backgroundColor,
397
- 'mc-field-select--is-empty-options-list': this.isEmptyOptionsList,
397
+ 'mc-field-select--is-empty-options-list': this.isEmptyOptionsList || this.loading,
398
398
  'mc-field-select--with-preview': this.optionWithPreview,
399
399
  'mc-field-select--max-height': this.maxHeight,
400
400
  'mc-field-select--rtl': this.rtl,