@dyrected/vue 2.5.52 → 2.5.53

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.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export { default as DyrectedAdmin } from './components/DyrectedAdmin.vue';
2
2
  export { default as DyrectedImage } from './components/DyrectedImage.vue';
3
3
  export { default as DyrectedMedia } from './components/DyrectedMedia.vue';
4
+ export { default as DyrectedIcon } from './components/DyrectedIcon.vue';
4
5
  export { Blocks, type BlocksItem } from './components/Blocks';
5
6
  export { DyPathScope } from './components/DyPathScope';
6
7
  export * from './composables/useDyrected';