@coffic/cosy-ui 0.6.20 → 0.6.22

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_vue.ts CHANGED
@@ -4,6 +4,9 @@ export { AlertDialogExamples, AlertDialogExampleCodes, AlertDialog } from './vue
4
4
  // Banner
5
5
  export { BannerBoxExamples, BannerBoxExampleCodes, BannerBox } from './vue/BannerBox';
6
6
 
7
+ // BlogList
8
+ export * from './vue/BlogList';
9
+
7
10
  // Counter
8
11
  export { default as VueCounter } from './vue/VueCounter.vue';
9
12
 
@@ -42,6 +45,3 @@ export { default as SmartLink } from './vue/SmartLink.vue';
42
45
 
43
46
  // TagList
44
47
  export { default as TagList } from './vue/TagList.vue';
45
-
46
- // BlogList
47
- export { BlogList, BlogListExamples, BlogListExampleCodes } from './vue/BlogList';
@@ -32,6 +32,7 @@ function extractSimpleExample(source: string): string {
32
32
 
33
33
  // 导出主组件
34
34
  export { default as BlogList } from './BlogList.vue';
35
+ export type { IBlog } from './BlogList.vue';
35
36
 
36
37
  // 将示例组件整合为一个对象导出
37
38
  export const BlogListExamples = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffic/cosy-ui",
3
- "version": "0.6.20",
3
+ "version": "0.6.22",
4
4
  "description": "An astro component library",
5
5
  "author": {
6
6
  "name": "nookery",