@vcita/design-system 0.6.15 → 0.6.17
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/config/locales/ds.en.yml +1 -0
- package/dist/@vcita/design-system.esm.js +663 -598
- package/dist/@vcita/design-system.min.js +1 -1
- package/dist/@vcita/design-system.ssr.js +673 -608
- package/package.json +1 -1
- package/src/components/VcSearchBar/VcSearchBar.vue +6 -3
- package/src/components/VcTooltip/VcTooltip.vue +0 -2
- package/src/components/listBox/VcChecklistItem/VcChecklistItem.vue +12 -8
- package/src/components/listBox/VcListbox/VcListbox.spec.js +58 -1
- package/src/components/listBox/VcListbox/VcListbox.stories.js +4 -0
- package/src/components/listBox/VcListbox/VcListbox.vue +106 -18
- package/src/components/wizard/VcWizard/VcWizard.vue +1 -1
package/CHANGELOG.MD
CHANGED
|
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
### Unreleased changes
|
|
8
8
|
|
|
9
|
+
### 0.6.17 (2022-04-27)
|
|
10
|
+
- VcListbox - improve CSS
|
|
11
|
+
|
|
12
|
+
### 0.6.16 (2022-04-27)
|
|
13
|
+
- VcListbox - add a search bar option
|
|
14
|
+
|
|
9
15
|
### 0.6.15 (2022-04-25)
|
|
10
16
|
- VcTooltip - opacity 100%
|
|
11
17
|
- VcDropzone - fix active styles
|