@deot/vc 1.0.8 → 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,14 +101,16 @@ 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,
105
109
  MNotice: vcComponents.MNotice,
106
110
  Option: vcComponents.Option,
107
111
  MOption: vcComponents.MOption,
108
- Page: vcComponents.Page,
109
- MPage: vcComponents.MPage,
112
+ Pagination: vcComponents.Pagination,
113
+ MPagination: vcComponents.MPagination,
110
114
  Picker: vcComponents.Picker,
111
115
  MPicker: vcComponents.MPicker,
112
116
  // PickerView,