@vcita/design-system 0.6.6 → 0.6.7
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 +6 -0
- package/dist/@vcita/design-system.esm.js +786 -610
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +676 -509
- package/package.json +1 -1
- package/src/components/VcButton/VcButton.vue +9 -10
- package/src/components/VcSelectField/VcSelectField.stories.js +1 -1
- package/src/components/VcSelectField/VcSelectField.vue +1 -13
- package/src/components/VcTextArea/VcTextArea.stories.js +13 -1
- package/src/components/VcTextArea/VcTextArea.vue +13 -0
- package/src/components/index.js +1 -1
package/CHANGELOG.MD
CHANGED
|
@@ -5,6 +5,12 @@ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
### Unreleased changes
|
|
8
|
+
- VcTextArea - add fixed-height state
|
|
9
|
+
|
|
10
|
+
### 0.6.7 (2022-03-01)
|
|
11
|
+
- VcButton - fix for color flavor
|
|
12
|
+
|
|
13
|
+
### 0.6.6 (2022-03-01)
|
|
8
14
|
- VcAvatar - support the 0 color id
|
|
9
15
|
- VcBanner - fix background to be branded
|
|
10
16
|
|