mediacube-ui 0.1.342 → 0.1.343

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.343](https://github.com/MediaCubeCo/mcui/compare/v0.1.342...v0.1.343) (2024-12-06)
6
+
5
7
  ### [0.1.342](https://github.com/MediaCubeCo/mcui/compare/v0.1.341...v0.1.342) (2024-11-29)
6
8
 
7
9
  ### [0.1.341](https://github.com/MediaCubeCo/mcui/compare/v0.1.340...v0.1.341) (2024-11-27)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.342",
3
+ "version": "0.1.343",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -9,7 +9,7 @@
9
9
  <div class="mc-date-picker__inner">
10
10
  <div class="mc-date-picker__input-wrapper" :style="{ minWidth }">
11
11
  <mc-svg-icon
12
- v-if="!isTime"
12
+ v-if="!isTime && !inline"
13
13
  class="mc-date-picker__icon-calendar mx-icon-calendar"
14
14
  name="calendar"
15
15
  size="300"
@@ -513,7 +513,7 @@ export default {
513
513
  },
514
514
 
515
515
  passwordIcon() {
516
- return this.isPasswordType ? 'visibility' : 'visibility_off'
516
+ return this.isPasswordType ? 'visibility_off' : 'visibility'
517
517
  },
518
518
 
519
519
  charCounter() {