@vcita/design-system 0.2.10-beta.3 → 0.2.10-beta.5

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 (43) hide show
  1. package/CHANGELOG.MD +80 -0
  2. package/config/locales/ds.en.yml +2 -0
  3. package/dist/@vcita/design-system.esm.js +1009 -695
  4. package/dist/@vcita/design-system.min.js +1 -1
  5. package/dist/@vcita/design-system.ssr.js +838 -548
  6. package/init/SvgIcons.js +1 -0
  7. package/package.json +1 -1
  8. package/src/components/VcAvatar/VcAvatar.stories.js +6 -2
  9. package/src/components/VcAvatar/VcAvatar.vue +40 -14
  10. package/src/components/VcCheckbox/VcCheckbox.stories.js +2 -0
  11. package/src/components/VcCheckbox/VcCheckbox.vue +19 -14
  12. package/src/components/VcTooltip/VcTooltip.stories.js +3 -1
  13. package/src/components/VcTooltip/VcTooltip.vue +5 -0
  14. package/src/components/index.js +2 -0
  15. package/src/components/list/VcListEntity/VcListEntity.vue +1 -1
  16. package/src/components/listBox/VcChecklistItem/VcChecklistItem.spec.js +93 -0
  17. package/src/components/listBox/VcChecklistItem/VcChecklistItem.stories.js +56 -0
  18. package/src/components/listBox/VcChecklistItem/VcChecklistItem.vue +118 -0
  19. package/src/components/listBox/VcListbox/VcListbox.spec.js +131 -0
  20. package/src/components/listBox/VcListbox/VcListbox.stories.js +78 -0
  21. package/src/components/listBox/VcListbox/VcListbox.vue +141 -0
  22. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.stories.js +2 -0
  23. package/src/components/modal/VcConfirmProminentModal/VcConfirmProminentModal.vue +5 -0
  24. package/src/components/modal/VcInputModal/VcInputModal.stories.js +8 -1
  25. package/src/components/modal/VcInputModal/VcInputModal.vue +6 -1
  26. package/src/components/modal/VcNoticeModal/VcNoticeModal.stories.js +6 -1
  27. package/src/components/modal/VcNoticeModal/VcNoticeModal.vue +5 -1
  28. package/src/components/wizard/VcWizard/VcWizard.spec.js +1 -1
  29. package/src/components/wizard/VcWizard/VcWizard.vue +2 -2
  30. package/src/assets/logo.png +0 -0
  31. package/src/assets/logo.svg +0 -1
  32. package/src/components/VcButton/VcButton.stories.mdx.old +0 -40
  33. package/src/components/VcExpansionPanels/VcExpansionPanels.stories.js +0 -36
  34. package/src/components/VcExpansionPanels/VcExpansionPanels.vue +0 -26
  35. package/src/components/VcHourInput/VcHourInput.stories.js +0 -36
  36. package/src/components/VcHourInput/VcHourInput.vue +0 -134
  37. package/src/stories/assets/colors.svg +0 -1
  38. package/src/stories/assets/comments.svg +0 -1
  39. package/src/stories/assets/direction.svg +0 -1
  40. package/src/stories/assets/plugin.svg +0 -1
  41. package/src/stories/assets/repo.svg +0 -1
  42. package/src/stories/assets/stackalt.svg +0 -1
  43. package/src/stories/colors.stories.mdx +0 -78
package/CHANGELOG.MD ADDED
@@ -0,0 +1,80 @@
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
+
9
+ ### 0.3.12 (2022-01-18)
10
+ - add animation to shadow for hover on card
11
+ - fix border radius on action list
12
+ - fix v-model value in VcListEntity and VcExpansionCard
13
+ - added boolean useOffset prop on VcInputModal, VcNoticeModal, VcConfirmProminentModal
14
+ - VcChecklistItem
15
+ - VcListbox
16
+ - Add option to disable the tooltip on VcTooltip
17
+ - Add option to show the avatar on black & white
18
+ - Add option to remove the avatar border
19
+
20
+ ### 0.2.10 (2022-01-13)
21
+ - small fixes on VcActions
22
+ - add icon option for switch component
23
+ - VcExpansionCard
24
+ - VcListEntity
25
+
26
+ ### 0.2.9 (2022-01-12)
27
+ - update design on list item
28
+ - add loading option for confirm modal
29
+
30
+ ### 0.2.4 (2022-01-05)
31
+ - adding svg images to vue object
32
+ - move VcSvg to global components
33
+
34
+ ### 0.2.3 (2022-01-03)
35
+ - bug fix related to $ds
36
+
37
+ ### 0.2.2 (2022-01-03)
38
+ - VcStepsBar
39
+ - VcMobileWizardProgress
40
+ - VcProgressCircular
41
+ - Separate init of i18n for easier unit testing in consuming project
42
+
43
+ ### 0.2.1 (2021-12-29)
44
+ - adding mastercard and visa to icon
45
+
46
+ ### 0.2.0 (2021-12-29)
47
+ - Adding VcEmptyState
48
+ - Adding VcLink
49
+ - Adding VcFocusArea
50
+ - Migrate the VcListItem component from FG
51
+ - Migrate the VcGroupHeader component from FG
52
+ - Adding VcEmptyState
53
+ - Adding VcLink
54
+ - update for VcButton - added pill (rounded) prop
55
+ - Migrate VcFilterPanel component from FG
56
+ - Migrate VcInfiniteScroll component from FG
57
+ - Add translation utility
58
+ - update VcToast
59
+
60
+ ### 0.1.5 (2021-12-07)
61
+ - update for VcAlert - added inline state
62
+ - update for VcCard - update all design and add test and story
63
+ - simplify the process of adding svg icons
64
+ - Migrate the VcCheckbox component from FG
65
+ - add disabled css for VcButton
66
+
67
+ ## 0.1.4 (2021-11-28)
68
+ - VcConfirmModal - added support for loader in modal buttons
69
+ - VcConfirmModal, VcModalContainer, VcModalWrapper - added support to add or remove the offset class
70
+
71
+ ## 0.1.2 (2021-11-21)
72
+ ### Added components
73
+ - VcActionsList
74
+ - VcBottomActions
75
+ - VcActions - A wrapper for VcActionsList and VcBottomActions that chooses which one to display, depending if it is used in desktop or mobile
76
+ - VcTooltip
77
+ - VcIconWithTooltip
78
+
79
+ ### Added utilities
80
+ - util/colorUtil.js - utility functions commonly used for setting the theme
@@ -9,3 +9,5 @@ en:
9
9
  ok: Ok
10
10
  progress_circular:
11
11
  next: 'Next:'
12
+ listbox:
13
+ add: Add new contact