@nmorph/nmorph-ui-kit 3.0.22 → 3.0.23

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.
@@ -1,4 +1,4 @@
1
- const a = "3.0.22", e = {
1
+ const a = "3.0.23", e = {
2
2
  version: a
3
3
  };
4
4
  export {
@@ -32,8 +32,6 @@ export { default as NmorphImagePreview } from './nmorph-image-preview/NmorphImag
32
32
  export * from './nmorph-image-preview/types';
33
33
  export { default as NmorphMediaGallery } from './nmorph-media-gallery/NmorphMediaGallery.vue';
34
34
  export * from './nmorph-media-gallery/types';
35
- export { default as NmorphMediaTile } from './nmorph-media-tile/NmorphMediaTile.vue';
36
- export * from './nmorph-media-tile/types';
37
35
  export { default as NmorphPagination } from './nmorph-pagination/NmorphPagination.vue';
38
36
  export * from './nmorph-pagination/types';
39
37
  export { default as NmorphProgress } from './nmorph-progress/NmorphProgress.vue';