mediacube-ui 0.1.127 → 0.1.129
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,10 @@
|
|
|
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.129](https://github.com/MediaCubeCo/mcui/compare/v0.1.128...v0.1.129) (2023-08-31)
|
|
6
|
+
|
|
7
|
+
### [0.1.128](https://github.com/MediaCubeCo/mcui/compare/v0.1.127...v0.1.128) (2023-08-30)
|
|
8
|
+
|
|
5
9
|
### [0.1.127](https://github.com/MediaCubeCo/mcui/compare/v0.1.126...v0.1.127) (2023-08-25)
|
|
6
10
|
|
|
7
11
|
### [0.1.126](https://github.com/MediaCubeCo/mcui/compare/v0.1.125...v0.1.126) (2023-08-25)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mediacube-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.129",
|
|
4
4
|
"description": "Design system for Mediacube services",
|
|
5
5
|
"author": "Mediacube",
|
|
6
6
|
"private": false,
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"vue-masked-input": "^0.5.2",
|
|
59
59
|
"vue-moment": "^4.1.0",
|
|
60
60
|
"vue-multiselect": "^2.1.6",
|
|
61
|
-
"vue-textarea-autosize": "^1.1.1",
|
|
62
61
|
"vue-toasted": "^1.1.28",
|
|
63
62
|
"vue2-datepicker": "^3.6.2",
|
|
64
63
|
"vue2-slideout-panel": "^2.12.0",
|
|
64
|
+
"vue2-textarea-autosize": "^1.0.1",
|
|
65
65
|
"vuex": "^3.4.0",
|
|
66
66
|
"vxe-table": "2.9.17",
|
|
67
67
|
"webfontloader": "^1.6.28",
|
|
@@ -116,7 +116,7 @@ import _omit from 'lodash/omit'
|
|
|
116
116
|
import { getTokenValue } from '../../../utils/getTokens'
|
|
117
117
|
import { IMaskComponent, IMask } from 'vue-imask'
|
|
118
118
|
|
|
119
|
-
import TextareaAutosize from '
|
|
119
|
+
import TextareaAutosize from 'vue2-textarea-autosize/src/components/TextareaAutosize.vue'
|
|
120
120
|
import McTitle from '../../McTitle/McTitle'
|
|
121
121
|
import McButton from '../../McButton/McButton'
|
|
122
122
|
import McSvgIcon from '../../McSvgIcon/McSvgIcon'
|