@coffic/cosy-ui 0.8.7 → 0.8.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/src-astro/assets/iconData.ts +111 -106
- package/dist/src-astro/hero/{HeroAlignContainer.astro → EHeroAlignContainer.astro} +6 -6
- package/dist/src-astro/hero/{HeroBackgroundContainer.astro → EHeroBackgroundContainer.astro} +4 -4
- package/dist/src-astro/hero/{HeroBackgroundImageContainer.astro → EHeroBackgroundImageContainer.astro} +2 -2
- package/dist/src-astro/hero/{HeroBasicContainer.astro → EHeroBasicContainer.astro} +2 -2
- package/dist/src-astro/hero/{HeroWithButton.astro → EHeroWithButton.astro} +2 -3
- package/dist/src-astro/hero/{HeroWithButtonContainer.astro → EHeroWithButtonContainer.astro} +2 -2
- package/dist/src-astro/hero/{HeroWithImageContainer.astro → EHeroWithImageContainer.astro} +2 -2
- package/dist/src-astro/hero/Hero.astro +1 -1
- package/dist/src-astro/hero/index.ts +33 -33
- package/dist/src-astro/icons/RefreshIcon.astro +28 -0
- package/dist/src-astro/icons/index.ts +1 -0
- package/package.json +4 -4
- /package/dist/src-astro/hero/{HeroAlignCenter.astro → EHeroAlignCenter.astro} +0 -0
- /package/dist/src-astro/hero/{HeroAlignLeft.astro → EHeroAlignLeft.astro} +0 -0
- /package/dist/src-astro/hero/{HeroAlignRight.astro → EHeroAlignRight.astro} +0 -0
- /package/dist/src-astro/hero/{HeroBackgroundImage.astro → EHeroBackgroundImage.astro} +0 -0
- /package/dist/src-astro/hero/{HeroBasic.astro → EHeroBasic.astro} +0 -0
- /package/dist/src-astro/hero/{HeroGradientBackground.astro → EHeroGradientBackground.astro} +0 -0
- /package/dist/src-astro/hero/{HeroPlainBackground.astro → EHeroPlainBackground.astro} +0 -0
- /package/dist/src-astro/hero/{HeroWithImage.astro → EHeroWithImage.astro} +0 -0
@@ -5,113 +5,118 @@
|
|
5
5
|
*/
|
6
6
|
|
7
7
|
export interface IconData {
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
8
|
+
/**
|
9
|
+
* 图标路径数据
|
10
|
+
*/
|
11
|
+
path: string;
|
12
|
+
/**
|
13
|
+
* 额外的视图框设置,默认为"0 0 24 24"
|
14
|
+
*/
|
15
|
+
viewBox?: string;
|
16
16
|
}
|
17
17
|
|
18
18
|
export const iconData: Record<string, IconData> = {
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
19
|
+
// 警告三角形图标
|
20
|
+
alertTriangle: {
|
21
|
+
path: 'M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z',
|
22
|
+
},
|
23
|
+
|
24
|
+
// 成功检查图标
|
25
|
+
checkCircle: {
|
26
|
+
path: 'M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z',
|
27
|
+
},
|
28
|
+
|
29
|
+
// 信息图标
|
30
|
+
infoCircle: {
|
31
|
+
path: 'M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z',
|
32
|
+
},
|
33
|
+
|
34
|
+
// 错误图标
|
35
|
+
xCircle: {
|
36
|
+
path: 'M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z',
|
37
|
+
},
|
38
|
+
|
39
|
+
// 搜索图标
|
40
|
+
search: {
|
41
|
+
path: 'M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z',
|
42
|
+
},
|
43
|
+
|
44
|
+
// 设置图标
|
45
|
+
settings: {
|
46
|
+
path: 'M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z',
|
47
|
+
},
|
48
|
+
|
49
|
+
// 信息图标
|
50
|
+
info: {
|
51
|
+
path: 'M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z',
|
52
|
+
},
|
53
|
+
|
54
|
+
// 用户图标
|
55
|
+
user: {
|
56
|
+
path: 'M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z',
|
57
|
+
},
|
58
|
+
|
59
|
+
// 菜单图标
|
60
|
+
menu: {
|
61
|
+
path: 'M4 6h16M4 12h16M4 18h16',
|
62
|
+
},
|
63
|
+
|
64
|
+
// 关闭图标
|
65
|
+
close: {
|
66
|
+
path: 'M6 18L18 6M6 6l12 12',
|
67
|
+
},
|
68
|
+
|
69
|
+
// 检查图标
|
70
|
+
check: {
|
71
|
+
path: 'M5 13l4 4L19 7',
|
72
|
+
},
|
73
|
+
|
74
|
+
// 下拉图标
|
75
|
+
chevronDown: {
|
76
|
+
path: 'M19 9l-7 7-7-7',
|
77
|
+
},
|
78
|
+
|
79
|
+
// 日历图标
|
80
|
+
calendar: {
|
81
|
+
path: 'M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z',
|
82
|
+
},
|
83
|
+
|
84
|
+
// 链接图标
|
85
|
+
link: {
|
86
|
+
path: 'M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1',
|
87
|
+
},
|
88
|
+
|
89
|
+
// 剪贴板图标
|
90
|
+
clipboard: {
|
91
|
+
path: 'M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2',
|
92
|
+
},
|
93
|
+
|
94
|
+
// 收件箱归档图标
|
95
|
+
inboxArchive: {
|
96
|
+
path: 'M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4',
|
97
|
+
},
|
98
|
+
|
99
|
+
// GitHub 图标
|
100
|
+
github: {
|
101
|
+
path: 'M12.001 2C6.47598 2 2.00098 6.475 2.00098 12C2.00098 16.425 4.86348 20.1625 8.83848 21.4875C9.33848 21.575 9.52598 21.275 9.52598 21.0125C9.52598 20.775 9.51348 19.9875 9.51348 19.15C7.00098 19.6125 6.35098 18.5375 6.15098 17.975C6.03848 17.6875 5.55098 16.8 5.12598 16.5625C4.77598 16.375 4.27598 15.9125 5.11348 15.9C5.90098 15.8875 6.46348 16.625 6.65098 16.925C7.55098 18.4375 8.98848 18.0125 9.56348 17.75C9.65098 17.1 9.91348 16.6625 10.201 16.4125C7.97598 16.1625 5.65098 15.3 5.65098 11.475C5.65098 10.3875 6.03848 9.4875 6.67598 8.7875C6.57598 8.5375 6.22598 7.5125 6.77598 6.1375C6.77598 6.1375 7.61348 5.875 9.52598 7.1625C10.326 6.9375 11.176 6.825 12.026 6.825C12.876 6.825 13.726 6.9375 14.526 7.1625C16.4385 5.8625 17.276 6.1375 17.276 6.1375C17.826 7.5125 17.476 8.5375 17.376 8.7875C18.0135 9.4875 18.401 10.375 18.401 11.475C18.401 15.3125 16.0635 16.1625 13.8385 16.4125C14.201 16.725 14.5135 17.325 14.5135 18.2625C14.5135 19.6 14.501 20.675 14.501 21.0125C14.501 21.275 14.6885 21.5875 15.1885 21.4875C19.259 20.1133 21.9999 16.2963 22.001 12C22.001 6.475 17.526 2 12.001 2Z',
|
102
|
+
},
|
103
|
+
|
104
|
+
// 领英图标
|
105
|
+
linkedin: {
|
106
|
+
path: 'M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z',
|
107
|
+
},
|
108
|
+
|
109
|
+
// Twitter 图标
|
110
|
+
twitter: {
|
111
|
+
path: 'M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z',
|
112
|
+
},
|
113
|
+
|
114
|
+
sunCloudy: {
|
115
|
+
path: 'M9.98392 5.05991C11.1323 3.22236 13.1734 2 15.5 2C19.0899 2 22 4.91015 22 8.5C22 9.58031 21.7365 10.5991 21.2701 11.4955C22.3351 12.4985 23 13.9216 23 15.5C23 18.5376 20.5376 21 17.5 21H9C4.58172 21 1 17.4183 1 13C1 8.58172 4.58172 5 9 5C9.33312 5 9.66149 5.02036 9.98392 5.05991ZM12.0554 5.60419C14.0675 6.43637 15.6662 8.06578 16.4576 10.0986C16.7951 10.0339 17.1436 10 17.5 10C18.2351 10 18.9366 10.1442 19.5776 10.4059C19.8486 9.82719 20 9.18128 20 8.5C20 6.01472 17.9853 4 15.5 4C14.1177 4 12.8809 4.6233 12.0554 5.60419ZM17.5 19C19.433 19 21 17.433 21 15.5C21 13.567 19.433 12 17.5 12C16.5205 12 15.6351 12.4023 14.9998 13.0507C14.9999 13.0338 15 13.0169 15 13C15 9.68629 12.3137 7 9 7C5.68629 7 3 9.68629 3 13C3 16.3137 5.68629 19 9 19H17.5Z',
|
116
|
+
},
|
117
|
+
|
118
|
+
// 刷新图标
|
119
|
+
refresh: {
|
120
|
+
path: 'M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15',
|
121
|
+
},
|
117
122
|
};
|
@@ -1,11 +1,11 @@
|
|
1
1
|
---
|
2
2
|
import { CodeContainer } from '../../index-astro';
|
3
|
-
import HeroAlignCenter from './
|
4
|
-
import HeroAlignLeft from './
|
5
|
-
import HeroAlignRight from './
|
6
|
-
import HeroAlignCenterSourceCode from './
|
7
|
-
import HeroAlignLeftSourceCode from './
|
8
|
-
import HeroAlignRightSourceCode from './
|
3
|
+
import HeroAlignCenter from './EHeroAlignCenter.astro';
|
4
|
+
import HeroAlignLeft from './EHeroAlignLeft.astro';
|
5
|
+
import HeroAlignRight from './EHeroAlignRight.astro';
|
6
|
+
import HeroAlignCenterSourceCode from './EHeroAlignCenter.astro?raw';
|
7
|
+
import HeroAlignLeftSourceCode from './EHeroAlignLeft.astro?raw';
|
8
|
+
import HeroAlignRightSourceCode from './EHeroAlignRight.astro?raw';
|
9
9
|
---
|
10
10
|
|
11
11
|
<CodeContainer
|
package/dist/src-astro/hero/{HeroBackgroundContainer.astro → EHeroBackgroundContainer.astro}
RENAMED
@@ -1,9 +1,9 @@
|
|
1
1
|
---
|
2
2
|
import { CodeContainer } from '../../index-astro';
|
3
|
-
import HeroPlainBackground from './
|
4
|
-
import HeroGradientBackground from './
|
5
|
-
import HeroPlainBackgroundSourceCode from './
|
6
|
-
import HeroGradientBackgroundSourceCode from './
|
3
|
+
import HeroPlainBackground from './EHeroPlainBackground.astro';
|
4
|
+
import HeroGradientBackground from './EHeroGradientBackground.astro';
|
5
|
+
import HeroPlainBackgroundSourceCode from './EHeroPlainBackground.astro?raw';
|
6
|
+
import HeroGradientBackgroundSourceCode from './EHeroGradientBackground.astro?raw';
|
7
7
|
---
|
8
8
|
|
9
9
|
<CodeContainer
|
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
import { CodeContainer } from '../../index-astro';
|
3
|
-
import HeroBackgroundImage from './
|
4
|
-
import HeroBackgroundImageSourceCode from './
|
3
|
+
import HeroBackgroundImage from './EHeroBackgroundImage.astro';
|
4
|
+
import HeroBackgroundImageSourceCode from './EHeroBackgroundImage.astro?raw';
|
5
5
|
---
|
6
6
|
|
7
7
|
<CodeContainer codes={[HeroBackgroundImageSourceCode]}>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
import { CodeContainer } from '../../index-astro';
|
3
|
-
import HeroBasic from './
|
4
|
-
import HeroBasicSourceCode from './
|
3
|
+
import HeroBasic from './EHeroBasic.astro';
|
4
|
+
import HeroBasicSourceCode from './EHeroBasic.astro?raw';
|
5
5
|
---
|
6
6
|
|
7
7
|
<CodeContainer codes={[HeroBasicSourceCode]}>
|
@@ -6,9 +6,8 @@ import Button from '../button/Button.astro';
|
|
6
6
|
<Hero
|
7
7
|
title="带自定义按钮的Hero"
|
8
8
|
description="这是一个带有自定义按钮的Hero组件示例。"
|
9
|
-
links={[]}
|
10
|
-
>
|
11
|
-
<div slot="actions" class="cosy:flex cosy:gap-4">
|
9
|
+
links={[]}>
|
10
|
+
<div slot="app" class="cosy:flex cosy:gap-4">
|
12
11
|
<Button variant="primary">主要操作</Button>
|
13
12
|
<Button variant="secondary">次要操作</Button>
|
14
13
|
</div>
|
package/dist/src-astro/hero/{HeroWithButtonContainer.astro → EHeroWithButtonContainer.astro}
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
import { CodeContainer } from '../../index-astro';
|
3
|
-
import HeroWithButton from './
|
4
|
-
import HeroWithButtonSourceCode from './
|
3
|
+
import HeroWithButton from './EHeroWithButton.astro';
|
4
|
+
import HeroWithButtonSourceCode from './EHeroWithButton.astro?raw';
|
5
5
|
---
|
6
6
|
|
7
7
|
<CodeContainer codes={[HeroWithButtonSourceCode]}>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
import { CodeContainer } from '../../index-astro';
|
3
|
-
import HeroWithImage from './
|
4
|
-
import HeroWithImageSourceCode from './
|
3
|
+
import HeroWithImage from './EHeroWithImage.astro';
|
4
|
+
import HeroWithImageSourceCode from './EHeroWithImage.astro?raw';
|
5
5
|
---
|
6
6
|
|
7
7
|
<CodeContainer codes={[HeroWithImageSourceCode]}>
|
@@ -1,39 +1,39 @@
|
|
1
1
|
import Hero from './Hero.astro';
|
2
|
-
import HeroBasic from './
|
3
|
-
import HeroAlignCenter from './
|
4
|
-
import HeroAlignLeft from './
|
5
|
-
import HeroAlignRight from './
|
6
|
-
import HeroWithImage from './
|
7
|
-
import HeroWithButton from './
|
8
|
-
import HeroPlainBackground from './
|
9
|
-
import HeroGradientBackground from './
|
10
|
-
import HeroBackgroundImage from './
|
11
|
-
import HeroBasicContainer from './
|
12
|
-
import HeroAlignContainer from './
|
13
|
-
import HeroWithImageContainer from './
|
14
|
-
import HeroWithButtonContainer from './
|
15
|
-
import HeroBackgroundContainer from './
|
16
|
-
import HeroBackgroundImageContainer from './
|
2
|
+
import HeroBasic from './EHeroBasic.astro';
|
3
|
+
import HeroAlignCenter from './EHeroAlignCenter.astro';
|
4
|
+
import HeroAlignLeft from './EHeroAlignLeft.astro';
|
5
|
+
import HeroAlignRight from './EHeroAlignRight.astro';
|
6
|
+
import HeroWithImage from './EHeroWithImage.astro';
|
7
|
+
import HeroWithButton from './EHeroWithButton.astro';
|
8
|
+
import HeroPlainBackground from './EHeroPlainBackground.astro';
|
9
|
+
import HeroGradientBackground from './EHeroGradientBackground.astro';
|
10
|
+
import HeroBackgroundImage from './EHeroBackgroundImage.astro';
|
11
|
+
import HeroBasicContainer from './EHeroBasicContainer.astro';
|
12
|
+
import HeroAlignContainer from './EHeroAlignContainer.astro';
|
13
|
+
import HeroWithImageContainer from './EHeroWithImageContainer.astro';
|
14
|
+
import HeroWithButtonContainer from './EHeroWithButtonContainer.astro';
|
15
|
+
import HeroBackgroundContainer from './EHeroBackgroundContainer.astro';
|
16
|
+
import HeroBackgroundImageContainer from './EHeroBackgroundImageContainer.astro';
|
17
17
|
|
18
18
|
export { Hero };
|
19
19
|
|
20
20
|
export const HeroPackage = {
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
21
|
+
Hero,
|
22
|
+
HeroBasic,
|
23
|
+
HeroAlignCenter,
|
24
|
+
HeroAlignLeft,
|
25
|
+
HeroAlignRight,
|
26
|
+
HeroWithImage,
|
27
|
+
HeroWithButton,
|
28
|
+
HeroPlainBackground,
|
29
|
+
HeroGradientBackground,
|
30
|
+
HeroBackgroundImage,
|
31
|
+
HeroContainers: {
|
32
|
+
Basic: HeroBasicContainer,
|
33
|
+
Align: HeroAlignContainer,
|
34
|
+
WithImage: HeroWithImageContainer,
|
35
|
+
WithButton: HeroWithButtonContainer,
|
36
|
+
Background: HeroBackgroundContainer,
|
37
|
+
BackgroundImage: HeroBackgroundImageContainer,
|
38
|
+
},
|
39
39
|
};
|
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
import AstroIcon from './AstroIcon.astro';
|
3
|
+
|
4
|
+
interface Props {
|
5
|
+
/**
|
6
|
+
* 图标的大小
|
7
|
+
* @default "24px"
|
8
|
+
*/
|
9
|
+
size?: string;
|
10
|
+
/**
|
11
|
+
* 图标的颜色
|
12
|
+
* @default "currentColor"
|
13
|
+
*/
|
14
|
+
color?: string;
|
15
|
+
/**
|
16
|
+
* 自定义类名
|
17
|
+
*/
|
18
|
+
class?: string;
|
19
|
+
}
|
20
|
+
|
21
|
+
const {
|
22
|
+
size = '24px',
|
23
|
+
color = 'currentColor',
|
24
|
+
class: className = '',
|
25
|
+
} = Astro.props;
|
26
|
+
---
|
27
|
+
|
28
|
+
<AstroIcon name="refresh" size={size} stroke={color} class={className} />
|
@@ -7,6 +7,7 @@ export { default as InfoIcon } from './InfoIcon.astro';
|
|
7
7
|
export { default as LinkIcon } from './LinkIcon.astro';
|
8
8
|
export { default as LinkedinIcon } from './LinkedinIcon.astro';
|
9
9
|
export { default as MenuIcon } from './MenuIcon.astro';
|
10
|
+
export { default as RefreshIcon } from './RefreshIcon.astro';
|
10
11
|
export { default as SearchIcon } from './SearchIcon.astro';
|
11
12
|
export { default as SuccessIcon } from './SuccessIcon.astro';
|
12
13
|
export { default as SunCloudyIcon } from './SunCloudyIcon.astro';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coffic/cosy-ui",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.10",
|
4
4
|
"description": "An astro component library",
|
5
5
|
"author": {
|
6
6
|
"name": "nookery",
|
@@ -22,9 +22,9 @@
|
|
22
22
|
"access": "public"
|
23
23
|
},
|
24
24
|
"sideEffects": false,
|
25
|
-
"main": "./dist/index.ts",
|
26
|
-
"module": "./dist/index.ts",
|
27
|
-
"types": "./dist/index.ts",
|
25
|
+
"main": "./dist/index-astro.ts",
|
26
|
+
"module": "./dist/index-astro.ts",
|
27
|
+
"types": "./dist/index-astro.ts",
|
28
28
|
"exports": {
|
29
29
|
".": {
|
30
30
|
"import": "./dist/index-astro.ts",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|