Skip to content

Commit 2d13cc6

Browse files
authored
feat(Icon): update icon from 0.1.2 to 0.1.4 (#1979)
* feat(Icon): update iconform 0.1.2 to 0.1.4 * test: update snapshots * chore: update _common
1 parent 3c15af0 commit 2d13cc6

File tree

33 files changed

+3042
-2610
lines changed

33 files changed

+3042
-2610
lines changed

src/_common

Submodule _common updated 97 files

src/avatar/__test__/__virtualHostSnapshot__/index.test.js.snap

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,45 @@
22

33
exports[`Avatar & Avatar Groups Avatar Props : style && customStyle 1`] = `
44
<main>
5-
<wx-view
6-
class="t-avatar__wrapper class t-class"
7-
style="color: red; font-size: 9px;"
5+
<main
6+
class="avatar"
87
>
98
<wx-view
10-
ariaDescribedby="t_badge_0_description"
11-
ariaLabelledby="t_badge_0_label"
12-
ariaRole="option"
13-
class="t-badge class t-class"
14-
style=""
9+
class="t-avatar__wrapper class t-class"
10+
style="color: red; font-size: 9px;"
1511
>
16-
<wx-view
17-
ariaHidden="true"
18-
class="t-badge__content t-class-content"
19-
id="t_badge_0_label"
12+
<t-badge
13+
tClass=""
14+
tClassContent=""
15+
tClassCount=""
2016
>
2117
<wx-view
22-
ariaHidden="{{false}}"
23-
ariaLabel="头像"
24-
ariaRole="img"
25-
class="t-avatar t-avatar--circle t-avatar--medium t-class-image"
18+
ariaDescribedby="t_badge_0_description"
19+
ariaLabelledby="t_badge_0_label"
20+
ariaRole="option"
21+
class="t-badge class t-class"
2622
style=""
2723
>
2824
<wx-view
29-
class="t-avatar__text t-class-content"
30-
/>
25+
ariaHidden="true"
26+
class="t-badge__content t-class-content"
27+
id="t_badge_0_label"
28+
>
29+
<wx-view
30+
ariaHidden="{{false}}"
31+
ariaLabel="头像"
32+
ariaRole="img"
33+
class="t-avatar t-avatar--circle t-avatar--medium t-class-image"
34+
style=""
35+
>
36+
<wx-view
37+
class="t-avatar__text t-class-content"
38+
/>
39+
</wx-view>
40+
</wx-view>
3141
</wx-view>
32-
</wx-view>
42+
</t-badge>
3343
</wx-view>
34-
</wx-view>
44+
</main>
3545
</main>
3646
`;

0 commit comments

Comments
 (0)