@vcita/design-system 0.6.7 → 0.6.8
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 +5 -0
- package/dist/@vcita/design-system.esm.js +45 -39
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +52 -44
- package/package.json +1 -1
- package/src/components/VcLink/VcLink.spec.js +29 -0
- package/src/components/VcLink/VcLink.stories.js +7 -2
- package/src/components/VcLink/VcLink.vue +6 -1
- package/src/components/VcPopover/VcPopover.vue +1 -0
- package/src/components/VcSelectField/VcSelectField.spec.js +1 -1
- package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +4 -4
- package/src/components/VcUpsellBlock/VcUpsellBlock.vue +40 -34
- package/src/components/modal/elements/VcModalContainer.stories.js +1 -1
- package/src/components/modal/elements/VcModalContainer.vue +5 -1
- package/src/stories/welcome.stories.mdx +1 -0
- package/styles/variables.scss +2 -1
package/CHANGELOG.MD
CHANGED
|
@@ -5,7 +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
|
+
### 0.6.8 (2022-03-02)
|
|
8
9
|
- VcTextArea - add fixed-height state
|
|
10
|
+
- VcPopover - fix corners radius
|
|
11
|
+
- VcUpsellBlock - background overflow bug fix
|
|
12
|
+
- VcLink - add target as prop
|
|
13
|
+
- VcModalContainer - add xl size
|
|
9
14
|
|
|
10
15
|
### 0.6.7 (2022-03-01)
|
|
11
16
|
- VcButton - fix for color flavor
|