@vcita/design-system 1.1.1 → 1.1.2-beta.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 (56) hide show
  1. package/config/locales/ds.en.yml +2 -0
  2. package/dist/@vcita/design-system.esm.js +9797 -3064
  3. package/dist/@vcita/design-system.min.js +8 -1
  4. package/dist/@vcita/design-system.ssr.js +8617 -1934
  5. package/init/DesignSystem.js +10 -2
  6. package/init/SvgIcons.js +12 -10
  7. package/package.json +3 -2
  8. package/src/components/VcAvatar/VcAvatar.vue +3 -2
  9. package/src/components/VcBottomSheet/VcBottomSheet.stories.js +1 -1
  10. package/src/components/VcDraggableList/VcDraggableList.spec.js +89 -0
  11. package/src/components/VcDraggableList/VcDraggableList.stories.js +39 -0
  12. package/src/components/VcDraggableList/VcDraggableList.vue +109 -0
  13. package/src/components/VcInputBottomSheet/VcInputBottomSheet.stories.js +1 -1
  14. package/src/components/VcSearchBar/VcSearchBar.stories.js +1 -1
  15. package/src/components/VcTabs/VcTabs.spec.js +57 -0
  16. package/src/components/VcTabs/VcTabs.stories.js +182 -0
  17. package/src/components/VcTabs/VcTabs.vue +125 -0
  18. package/src/components/VcTextField/VcTextField.spec.js +42 -3
  19. package/src/components/VcTextField/VcTextField.stories.js +59 -17
  20. package/src/components/VcTextField/VcTextField.vue +78 -19
  21. package/src/components/VcTextField/VcTextFieldPreload.spec.js +4 -4
  22. package/src/components/VcUpsellBlock/VcUpsellBlock.stories.js +24 -0
  23. package/src/components/index.js +5 -2
  24. package/src/components/list/VcBaseListItem/VcBaseListItem.spec.js +84 -0
  25. package/src/components/list/VcBaseListItem/VcBaseListItem.stories.js +99 -0
  26. package/src/components/list/VcBaseListItem/VcBaseListItem.vue +104 -0
  27. package/src/components/list/VcList/VcList.spec.js +186 -0
  28. package/src/components/list/VcList/VcList.stories.js +332 -0
  29. package/src/components/list/VcList/VcList.vue +81 -0
  30. package/src/components/list/VcList/pattern/VcMobilePickerPattern.stories.js +255 -0
  31. package/src/components/listBox/VcChecklistItem/VcChecklistItem.stories.js +1 -1
  32. package/src/components/listBox/VcChecklistItem/VcChecklistItem.vue +0 -3
  33. package/src/components/listBox/VcListbox/VcListbox.spec.js +1 -1
  34. package/src/components/listBox/VcListbox/VcListbox.stories.js +2 -0
  35. package/src/components/listBox/VcListbox/VcListbox.vue +0 -2
  36. package/src/components/{list → listPage}/VcGroupHeader/VcGroupHeader.spec.js +0 -0
  37. package/src/components/{list → listPage}/VcGroupHeader/VcGroupHeader.stories.js +1 -1
  38. package/src/components/{list → listPage}/VcGroupHeader/VcGroupHeader.vue +0 -0
  39. package/src/components/{list → listPage}/VcInfiniteScroll/VcInfiniteScroll.spec.js +0 -0
  40. package/src/components/{list → listPage}/VcInfiniteScroll/VcInfiniteScroll.stories.js +1 -1
  41. package/src/components/{list → listPage}/VcInfiniteScroll/VcInfiniteScroll.vue +0 -0
  42. package/src/components/{list → listPage}/VcListItem/VcListItem.spec.js +0 -0
  43. package/src/components/{list → listPage}/VcListItem/VcListItem.stories.js +1 -5
  44. package/src/components/{list → listPage}/VcListItem/VcListItem.vue +0 -0
  45. package/src/components/modal/VcInputModal/VcInputModal.spec.js +13 -0
  46. package/src/components/modal/VcInputModal/VcInputModal.stories.js +2 -0
  47. package/src/components/modal/VcInputModal/VcInputModal.vue +5 -1
  48. package/src/components/modal/elements/VcModalContainer.vue +0 -1
  49. package/src/components/modal/elements/VcModalHeader.spec.js +5 -2
  50. package/src/components/modal/elements/VcModalHeader.stories.js +13 -0
  51. package/src/components/modal/elements/VcModalHeader.vue +26 -0
  52. package/src/components/wizard/VcSteperContent/VcStepperContent.vue +16 -5
  53. package/src/components/wizard/VcWizard/VcWizard.spec.js +53 -2
  54. package/src/components/wizard/VcWizard/VcWizard.stories.js +5 -4
  55. package/styles/variables.scss +0 -3
  56. package/CHANGELOG.MD +0 -255
@@ -32,3 +32,5 @@ en:
32
32
  no_data: No data available
33
33
  placeholder: Select items
34
34
  error_label: Please select an item
35
+ list:
36
+ empty_list_description: We can’t find any item matching your search