@deot/vc 1.0.5 → 1.0.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/dist/index.cjs CHANGED
@@ -55,8 +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
+ DrawerView: vcComponents.DrawerView,
59
+ MDrawerView: vcComponents.MDrawerView,
60
60
  Dropdown: vcComponents.Dropdown,
61
61
  MDropdown: vcComponents.MDropdown,
62
62
  // DropdownItem,
@@ -99,8 +99,8 @@ const Components = {
99
99
  MListItem: vcComponents.MListItem,
100
100
  Marquee: vcComponents.Marquee,
101
101
  MMarquee: vcComponents.MMarquee,
102
- Modal: vcComponents.Modal,
103
- MModal: vcComponents.MModal,
102
+ ModalView: vcComponents.ModalView,
103
+ MModalView: vcComponents.MModalView,
104
104
  Notice: vcComponents.Notice,
105
105
  MNotice: vcComponents.MNotice,
106
106
  Option: vcComponents.Option,