@vcita/design-system 0.2.6 → 0.2.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vcita/design-system",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "vcita design system",
5
5
  "author": "vcita",
6
6
  "scripts": {
@@ -36,3 +36,4 @@ export {default as VcEmptyState} from './VcEmptyState/VcEmptyState.vue';
36
36
  export {default as VcSvg} from './VcSvg/VcSvg.vue';
37
37
  export {default as VcBanner} from './VcBanner/VcBanner.vue'
38
38
  export {default as VcWizardCtaContainer} from './wizard/VcWizardCtaContainer/VcWizardCtaContainer.vue';
39
+ export {default as VcWizard} from './wizard/VcWizard/VcWizard.vue';
@@ -30,7 +30,7 @@
30
30
 
31
31
  <script>
32
32
  import VcLoader from "@/components/VcLoader/VcLoader.vue";
33
- import VcLayout from "@/components/VcLayout/VcLayout";
33
+ import VcLayout from "@/components/VcLayout/VcLayout.vue";
34
34
 
35
35
  export default {
36
36
  name: "VcStepperContent",