@vcita/design-system 1.3.0 → 1.3.1

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 +5 -0
  2. package/dist/@vcita/design-system.esm.js +97 -41
  3. package/dist/@vcita/design-system.min.js +2 -2
  4. package/dist/@vcita/design-system.ssr.js +104 -48
  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/VcGalleryItem/VcGalleryItem.spec.js +21 -0
  10. package/src/components/VcGalleryItem/VcGalleryItem.stories.js +18 -0
  11. package/src/components/VcGalleryItem/VcGalleryItem.vue +53 -7
  12. package/src/components/VcInputBottomSheet/VcInputBottomSheet.stories.js +2 -0
  13. package/src/components/VcPopover/VcPopover.stories.js +8 -11
  14. package/src/components/VcRadio/VcRadio.vue +5 -0
  15. package/src/components/VcRadioGroup/VcRadioGroup.stories.js +2 -0
  16. package/src/components/VcRadioGroup/VcRadioGroup.vue +5 -1
  17. package/src/components/VcSegmentedControl/VcSegmentedControl.stories.js +7 -4
  18. package/src/components/VcSelectField/VcSelectField.stories.js +2 -1
  19. package/src/components/VcSideNav/VcSideNav.spec.js +19 -10
  20. package/src/components/VcToast/VcToast.stories.js +15 -18
  21. package/src/components/VcToast/VcToast.vue +13 -2
  22. package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +2 -0
  23. package/src/components/listBox/VcListbox/VcListbox.stories.js +83 -52
  24. package/src/components/modal/VcConfirmModal/VcConfirmModal.stories.js +19 -5
  25. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +22 -8
  26. package/src/components/modal/VcInputModal/VcInputModal.stories.js +10 -0
  27. package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +10 -0
  28. package/src/components/modal/elements/VcModalContainer.stories.js +1 -1
  29. package/src/components/modal/elements/VcModalContainer.vue +4 -0
  30. package/src/components/modal/elements/VcModalHeader.stories.js +7 -9
  31. package/src/components/page/layouts/SideNavPage/SideNavLayout.stories.js +2 -2
  32. package/src/components/page/layouts/centeredPage/CenteredPageLayout.stories.js +2 -2
  33. package/styles/variables.scss +1 -1
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.3.1(2022-10-30)
10
+ - VcGalleryItem - add 'selected' indication
11
+ - VcGalleryItem - add ability to disable
12
+ - VcRadio and VcRadioGroup - add ability to disable
13
+
9
14
  ### v1.3.0(2022-10-25)
10
15
  - Adding SideNav layout
11
16
  - Adding centered layout