mediacube-ui 0.1.216 → 0.1.217

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.217](https://github.com/MediaCubeCo/mcui/compare/v0.1.216...v0.1.217) (2024-02-02)
6
+
5
7
  ### [0.1.216](https://github.com/MediaCubeCo/mcui/compare/v0.1.215...v0.1.216) (2024-02-02)
6
8
 
7
9
  ### [0.1.215](https://github.com/MediaCubeCo/mcui/compare/v0.1.214...v0.1.215) (2024-01-30)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.216",
3
+ "version": "0.1.217",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -346,7 +346,7 @@ export default {
346
346
  label: 'name',
347
347
  trackBy: 'value',
348
348
  value: this._value,
349
- loading: true,
349
+ loading: this.loading,
350
350
  options: this.computedOptions,
351
351
  searchable: this.searchable,
352
352
  showLabels: this.showLabels,