@vcita/design-system 1.3.0 → 1.3.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 (36) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/@vcita/design-system.esm.js +132 -57
  3. package/dist/@vcita/design-system.min.js +2 -2
  4. package/dist/@vcita/design-system.ssr.js +140 -65
  5. package/package.json +1 -1
  6. package/src/components/VcAlert/VcAlert.stories.js +72 -5
  7. package/src/components/VcAlert/VcAlertDocs.mdx +50 -0
  8. package/src/components/VcBottomSheet/VcBottomSheet.stories.js +2 -0
  9. package/src/components/VcChip/VcChip.spec.js +16 -0
  10. package/src/components/VcChip/VcChip.stories.js +5 -1
  11. package/src/components/VcChip/VcChip.vue +35 -11
  12. package/src/components/VcGalleryItem/VcGalleryItem.spec.js +33 -2
  13. package/src/components/VcGalleryItem/VcGalleryItem.stories.js +18 -0
  14. package/src/components/VcGalleryItem/VcGalleryItem.vue +46 -4
  15. package/src/components/VcInputBottomSheet/VcInputBottomSheet.stories.js +2 -0
  16. package/src/components/VcPopover/VcPopover.stories.js +8 -11
  17. package/src/components/VcRadio/VcRadio.vue +5 -0
  18. package/src/components/VcRadioGroup/VcRadioGroup.stories.js +2 -0
  19. package/src/components/VcRadioGroup/VcRadioGroup.vue +5 -1
  20. package/src/components/VcSegmentedControl/VcSegmentedControl.stories.js +7 -4
  21. package/src/components/VcSelectField/VcSelectField.stories.js +2 -1
  22. package/src/components/VcSideNav/VcSideNav.spec.js +19 -10
  23. package/src/components/VcToast/VcToast.stories.js +15 -18
  24. package/src/components/VcToast/VcToast.vue +13 -2
  25. package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +2 -0
  26. package/src/components/listBox/VcListbox/VcListbox.stories.js +83 -52
  27. package/src/components/modal/VcConfirmModal/VcConfirmModal.stories.js +19 -5
  28. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +22 -8
  29. package/src/components/modal/VcInputModal/VcInputModal.stories.js +10 -0
  30. package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +10 -0
  31. package/src/components/modal/elements/VcModalContainer.stories.js +1 -1
  32. package/src/components/modal/elements/VcModalContainer.vue +4 -0
  33. package/src/components/modal/elements/VcModalHeader.stories.js +7 -9
  34. package/src/components/page/layouts/SideNavPage/SideNavLayout.stories.js +2 -2
  35. package/src/components/page/layouts/centeredPage/CenteredPageLayout.stories.js +2 -2
  36. package/styles/variables.scss +1 -1
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.3.2(2022-11-06)
10
+ - VcGalleryItem - fix ui on small desktop
11
+ - VcChip - added 'selected' state
12
+
13
+ ### v1.3.1(2022-10-30)
14
+ - VcGalleryItem - add 'selected' indication
15
+ - VcGalleryItem - add ability to disable
16
+ - VcRadio and VcRadioGroup - add ability to disable
17
+
9
18
  ### v1.3.0(2022-10-25)
10
19
  - Adding SideNav layout
11
20
  - Adding centered layout