mediacube-ui 0.1.442 → 0.1.443

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.443](https://github.com/MediaCubeCo/mcui/compare/v0.1.442...v0.1.443) (2026-01-09)
6
+
5
7
  ### [0.1.442](https://github.com/MediaCubeCo/mcui/compare/v0.1.441...v0.1.442) (2025-12-17)
6
8
 
7
9
  ### [0.1.441](https://github.com/MediaCubeCo/mcui/compare/v0.1.440...v0.1.441) (2025-12-09)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.442",
3
+ "version": "0.1.443",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -403,7 +403,7 @@ export default {
403
403
  },
404
404
  prettyValue() {
405
405
  if (!this.useTimezone) {
406
- if (this.isRange && this.value?.filter(Boolean)?.length)
406
+ if (this.isRange && this.value && this.value?.filter(Boolean)?.length)
407
407
  return this.value.map(item => dayjs.tz(item, 'Europe/London').$d)
408
408
  return this.useFormat || (!this.setDefaultToday && !this.value)
409
409
  ? this.value