@vcita/design-system 0.3.15 → 0.3.16-beta.2

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.
Files changed (33) hide show
  1. package/CHANGELOG.MD +13 -0
  2. package/dist/@vcita/design-system.esm.js +827 -713
  3. package/dist/@vcita/design-system.min.js +1 -1
  4. package/dist/@vcita/design-system.ssr.js +707 -599
  5. package/init/DesignSystem.js +4 -0
  6. package/package.json +1 -1
  7. package/src/components/VcAvatar/VcAvatar.vue +1 -4
  8. package/src/components/VcBadge/VcBadge.spec.js +63 -0
  9. package/src/components/VcBadge/VcBadge.stories.js +38 -0
  10. package/src/components/VcBadge/VcBadge.vue +52 -0
  11. package/src/components/VcBanner/VcBanner.vue +8 -3
  12. package/src/components/VcButton/VcButton.vue +6 -2
  13. package/src/components/VcChip/VcChip.spec.js +121 -0
  14. package/src/components/VcChip/VcChip.stories.js +53 -0
  15. package/src/components/VcChip/VcChip.vue +138 -0
  16. package/src/components/VcExpansionCard/VcExpansionCard.stories.js +41 -0
  17. package/src/components/VcExpansionCard/VcExpansionCard.vue +43 -30
  18. package/src/components/VcTextArea/VcTextArea.vue +5 -0
  19. package/src/components/index.js +1 -0
  20. package/src/components/listBox/VcChecklistItem/VcChecklistItem.spec.js +2 -2
  21. package/src/components/listBox/VcChecklistItem/VcChecklistItem.stories.js +1 -1
  22. package/src/components/listBox/VcListbox/VcListbox.spec.js +6 -12
  23. package/src/components/listBox/VcListbox/VcListbox.stories.js +4 -4
  24. package/src/components/wizard/VcSteperContent/VcStepperContent.vue +1 -1
  25. package/src/components/wizard/VcWizard/VcWizard.stories.js +6 -0
  26. package/src/components/wizard/VcWizard/VcWizard.vue +15 -5
  27. package/src/stories/assets/pics/black-widow.jpeg +0 -0
  28. package/src/stories/assets/pics/hulk.png +0 -0
  29. package/src/stories/assets/pics/ironman.png +0 -0
  30. package/src/stories/assets/pics/spider-man.png +0 -0
  31. package/src/stories/assets/pics/wolverine.png +0 -0
  32. package/src/stories/welcome.stories.mdx +8 -7
  33. package/styles/variables.scss +14 -17
package/CHANGELOG.MD CHANGED
@@ -5,7 +5,20 @@ 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
+ - Added VcBadge component
9
+
10
+ ### 0.3.16 (2022-01-31)
11
+ - Center image in VcImage
12
+ - bug fix in VcBanner
8
13
  - Bug fix in VcImage
14
+ - VcChip
15
+ - fix expansion card content slot to have padding
16
+ - text-area auto grow
17
+
18
+ ### 0.3.15 (2022-01-24)
19
+ - rename wizard event to move forward
20
+ - move breakpoint from mixin to wizard component
21
+ - modify expansion card content slot to have padding
9
22
 
10
23
  ### 0.3.14 (2022-01-24)
11
24
  - add the ability to use image path or object in all relevant places