@deot/vc 1.0.9 → 1.0.10

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/dist/index.cjs CHANGED
@@ -55,6 +55,8 @@ const Components = {
55
55
  MDebounce: vcComponents.MDebounce,
56
56
  Divider: vcComponents.Divider,
57
57
  MDivider: vcComponents.MDivider,
58
+ Drawer: vcComponents.Drawer,
59
+ MDrawer: vcComponents.MDrawer,
58
60
  DrawerView: vcComponents.DrawerView,
59
61
  MDrawerView: vcComponents.MDrawerView,
60
62
  Dropdown: vcComponents.Dropdown,
@@ -99,6 +101,8 @@ const Components = {
99
101
  MListItem: vcComponents.MListItem,
100
102
  Marquee: vcComponents.Marquee,
101
103
  MMarquee: vcComponents.MMarquee,
104
+ Modal: vcComponents.Modal,
105
+ MModal: vcComponents.MModal,
102
106
  ModalView: vcComponents.ModalView,
103
107
  MModalView: vcComponents.MModalView,
104
108
  Notice: vcComponents.Notice,