@vcita/design-system 0.2.3 → 0.2.6

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 (51) hide show
  1. package/CHANGELOG.MD +58 -0
  2. package/config/locales/ds.en.yml +3 -0
  3. package/dist/@vcita/design-system.esm.js +946 -585
  4. package/dist/@vcita/design-system.min.js +1 -1
  5. package/dist/@vcita/design-system.ssr.js +809 -481
  6. package/init/DesignSystem.js +2 -0
  7. package/init/SvgIcons.js +0 -2
  8. package/init/svgImages.js +11 -0
  9. package/init/vuetify.config.js +6 -6
  10. package/package.json +1 -1
  11. package/src/components/VcBanner/VcBanner.spec.js +80 -0
  12. package/src/components/VcBanner/VcBanner.stories.js +43 -0
  13. package/src/components/VcBanner/VcBanner.vue +78 -0
  14. package/src/components/VcEmptyState/VcEmptyState.vue +22 -4
  15. package/{init → src/components}/VcSvg/VcSvg.stories.js +5 -1
  16. package/{init → src/components}/VcSvg/VcSvg.vue +0 -0
  17. package/src/components/index.js +6 -3
  18. package/src/components/list/VcListItem/VcListItem.vue +8 -3
  19. package/src/components/{Wizard → wizard}/VcMobileWizardProgress/VcMobileWizardProgress.spec.js +0 -0
  20. package/src/components/{Wizard → wizard}/VcMobileWizardProgress/VcMobileWizardProgress.stories.js +0 -0
  21. package/src/components/{Wizard → wizard}/VcMobileWizardProgress/VcMobileWizardProgress.vue +4 -0
  22. package/src/components/{Wizard/VcSteperContant → wizard/VcSteperContent}/VcStepperContent.spec.js +0 -0
  23. package/src/components/{Wizard/VcSteperContant → wizard/VcSteperContent}/VcStepperContent.stories.js +0 -0
  24. package/src/components/{Wizard/VcSteperContant → wizard/VcSteperContent}/VcStepperContent.vue +64 -50
  25. package/src/components/{Wizard → wizard}/VcStepsBar/VcStepsBar.spec.js +0 -0
  26. package/src/components/{Wizard → wizard}/VcStepsBar/VcStepsBar.stories.js +0 -0
  27. package/src/components/{Wizard → wizard}/VcStepsBar/VcStepsBar.vue +6 -4
  28. package/src/components/wizard/VcWizard/VcWizard.spec.js +155 -0
  29. package/src/components/wizard/VcWizard/VcWizard.stories.js +115 -0
  30. package/src/components/wizard/VcWizard/VcWizard.vue +144 -0
  31. package/src/components/wizard/VcWizard/demoWizardPage.vue +29 -0
  32. package/src/components/wizard/VcWizardCtaContainer/VcWizardCtaContainer.spec.js +100 -0
  33. package/src/components/wizard/VcWizardCtaContainer/VcWizardCtaContainer.stories.js +67 -0
  34. package/src/components/wizard/VcWizardCtaContainer/VcWizardCtaContainer.vue +95 -0
  35. package/src/scss/mixins.scss +6 -0
  36. package/src/stories/assets/upgrade.svg +40 -0
  37. package/styles/variables.scss +2 -0
  38. package/src/assets/logo.png +0 -0
  39. package/src/assets/logo.svg +0 -1
  40. package/src/components/VcButton/VcButton.stories.mdx.old +0 -40
  41. package/src/components/VcExpansionPanels/VcExpansionPanels.stories.js +0 -36
  42. package/src/components/VcExpansionPanels/VcExpansionPanels.vue +0 -26
  43. package/src/components/VcHourInput/VcHourInput.stories.js +0 -36
  44. package/src/components/VcHourInput/VcHourInput.vue +0 -134
  45. package/src/stories/assets/colors.svg +0 -1
  46. package/src/stories/assets/comments.svg +0 -1
  47. package/src/stories/assets/direction.svg +0 -1
  48. package/src/stories/assets/plugin.svg +0 -1
  49. package/src/stories/assets/repo.svg +0 -1
  50. package/src/stories/assets/stackalt.svg +0 -1
  51. package/src/stories/colors.stories.mdx +0 -78
package/CHANGELOG.MD ADDED
@@ -0,0 +1,58 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ### Unreleased changes
8
+ - update design on list item
9
+
10
+ ### 0.2.4 (2022-01-05)
11
+ - adding svg images to vue object
12
+ - move VcSvg to global components
13
+
14
+ ### 0.2.3 (2022-01-03)
15
+ - bug fix related to $ds
16
+
17
+ ### 0.2.2 (2022-01-03)
18
+ - VcStepsBar
19
+ - VcMobileWizardProgress
20
+ - VcProgressCircular
21
+ - Separate init of i18n for easier unit testing in consuming project
22
+
23
+ ### 0.2.1 (2021-12-29)
24
+ - adding mastercard and visa to icon
25
+
26
+ ### 0.2.0 (2021-12-29)
27
+ - Adding VcEmptyState
28
+ - Adding VcLink
29
+ - Adding VcFocusArea
30
+ - Migrate the VcListItem component from FG
31
+ - Migrate the VcGroupHeader component from FG
32
+ - update for VcButton - added pill (rounded) prop
33
+ - Migrate VcFilterPanel component from FG
34
+ - Migrate VcInfiniteScroll component from FG
35
+ - Add translation utility
36
+ - update VcToast
37
+
38
+ ### 0.1.5 (2021-12-07)
39
+ - update for VcAlert - added inline state
40
+ - update for VcCard - update all design and add test and story
41
+ - simplify the process of adding svg icons
42
+ - Migrate the VcCheckbox component from FG
43
+ - add disabled css for VcButton
44
+
45
+ ## 0.1.4 (2021-11-28)
46
+ - VcConfirmModal - added support for loader in modal buttons
47
+ - VcConfirmModal, VcModalContainer, VcModalWrapper - added support to add or remove the offset class
48
+
49
+ ## 0.1.2 (2021-11-21)
50
+ ### Added components
51
+ - VcActionsList
52
+ - VcBottomActions
53
+ - VcActions - A wrapper for VcActionsList and VcBottomActions that chooses which one to display, depending if it is used in desktop or mobile
54
+ - VcTooltip
55
+ - VcIconWithTooltip
56
+
57
+ ### Added utilities
58
+ - util/colorUtil.js - utility functions commonly used for setting the theme
@@ -1,6 +1,9 @@
1
1
  ---
2
2
  en:
3
3
  ds:
4
+ wizard:
5
+ back: "Back"
6
+ next: "Next"
4
7
  modal:
5
8
  cancel: Cancel
6
9
  ok: Ok