@vcita/design-system 1.2.0 → 1.2.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 (37) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/@vcita/design-system.esm.js +1089 -918
  3. package/dist/@vcita/design-system.min.js +2 -2
  4. package/dist/@vcita/design-system.ssr.js +954 -815
  5. package/init/SvgIcons.js +1 -1
  6. package/package.json +1 -1
  7. package/src/components/.DS_Store +0 -0
  8. package/src/components/VcButton/VcButton.stories.js +23 -23
  9. package/src/components/VcChip/VcChip.stories.js +3 -2
  10. package/src/components/VcChipList/VcChipList.stories.js +34 -21
  11. package/src/components/VcDocItem/VcDocItem.spec.js +10 -0
  12. package/src/components/VcDocItem/VcDocItem.stories.js +3 -0
  13. package/src/components/VcDocItem/VcDocItem.vue +17 -5
  14. package/src/components/VcDocItem/mockData.js +3 -3
  15. package/src/components/VcIcon/VcIcon.stories.js +30 -7
  16. package/src/components/VcIcon/VcIcon.vue +11 -2
  17. package/src/components/VcMenu/.DS_Store +0 -0
  18. package/src/components/VcSideNav/VcSideNav.spec.js +105 -0
  19. package/src/components/VcSideNav/VcSideNav.stories.js +117 -0
  20. package/src/components/VcSideNav/VcSideNav.vue +136 -0
  21. package/src/components/VcTextField/VcTextField.stories.js +60 -101
  22. package/src/components/VcTextField/VcTextField.vue +4 -0
  23. package/src/components/index.js +1 -0
  24. package/src/components/list/VcList/pattern/VcMobilePickerPattern.stories.js +22 -8
  25. package/src/components/list/VcListEntity/VcListEntity.stories.js +14 -19
  26. package/src/components/modal/VcConfirmModal/VcConfirmModal.stories.js +73 -46
  27. package/src/components/modal/VcConfirmModal/VcConfirmModal.vue +12 -2
  28. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +6 -10
  29. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.vue +5 -0
  30. package/src/components/modal/VcInputModal/VcInputModal.stories.js +47 -56
  31. package/src/components/modal/VcInputModal/VcInputModal.vue +2 -1
  32. package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +36 -45
  33. package/src/components/modal/VcNoticeModal/VcNoticeModal.vue +5 -0
  34. package/src/components/modal/elements/VcModalContainer.stories.js +35 -12
  35. package/src/components/modal/elements/VcModalContainer.vue +8 -1
  36. package/src/components/modal/elements/VcModalFooter.stories.js +10 -6
  37. package/src/components/modal/elements/VcModalWrapper.stories.js +13 -6
package/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ### Unreleased changes
8
8
 
9
+ ### v1.2.2 (2022-09-19)
10
+ - VcTextField - fix alignment
11
+ - VcSideNav
12
+ - VcIcon - fix color prop
13
+
14
+ ### v1.2.1 (2022-09-08)
15
+ - VcDocItem - added fileSize prop, event object added to emit
16
+ - SvgIcons - added viewBox attribute on doc_Sheet
17
+
9
18
  ### v1.2.0 (2022-09-08)
10
19
  - VcChipList - added new component
11
20
  - VcChip - added slot