@vcita/design-system 1.2.1 → 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 (32) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/@vcita/design-system.esm.js +1072 -910
  3. package/dist/@vcita/design-system.min.js +2 -2
  4. package/dist/@vcita/design-system.ssr.js +939 -804
  5. package/package.json +1 -1
  6. package/src/components/.DS_Store +0 -0
  7. package/src/components/VcButton/VcButton.stories.js +23 -23
  8. package/src/components/VcChip/VcChip.stories.js +3 -2
  9. package/src/components/VcChipList/VcChipList.stories.js +34 -21
  10. package/src/components/VcIcon/VcIcon.stories.js +30 -7
  11. package/src/components/VcIcon/VcIcon.vue +11 -2
  12. package/src/components/VcMenu/.DS_Store +0 -0
  13. package/src/components/VcSideNav/VcSideNav.spec.js +105 -0
  14. package/src/components/VcSideNav/VcSideNav.stories.js +117 -0
  15. package/src/components/VcSideNav/VcSideNav.vue +136 -0
  16. package/src/components/VcTextField/VcTextField.stories.js +60 -101
  17. package/src/components/VcTextField/VcTextField.vue +4 -0
  18. package/src/components/index.js +1 -0
  19. package/src/components/list/VcList/pattern/VcMobilePickerPattern.stories.js +22 -8
  20. package/src/components/list/VcListEntity/VcListEntity.stories.js +14 -19
  21. package/src/components/modal/VcConfirmModal/VcConfirmModal.stories.js +73 -46
  22. package/src/components/modal/VcConfirmModal/VcConfirmModal.vue +12 -2
  23. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +6 -10
  24. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.vue +5 -0
  25. package/src/components/modal/VcInputModal/VcInputModal.stories.js +47 -56
  26. package/src/components/modal/VcInputModal/VcInputModal.vue +2 -1
  27. package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +36 -45
  28. package/src/components/modal/VcNoticeModal/VcNoticeModal.vue +5 -0
  29. package/src/components/modal/elements/VcModalContainer.stories.js +35 -12
  30. package/src/components/modal/elements/VcModalContainer.vue +8 -1
  31. package/src/components/modal/elements/VcModalFooter.stories.js +10 -6
  32. package/src/components/modal/elements/VcModalWrapper.stories.js +13 -6
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ 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
+
9
14
  ### v1.2.1 (2022-09-08)
10
15
  - VcDocItem - added fileSize prop, event object added to emit
11
16
  - SvgIcons - added viewBox attribute on doc_Sheet