File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @soramitsu/soramitsu-js-ui" ,
3
- "version" : " 1.0.33 " ,
3
+ "version" : " 1.0.34 " ,
4
4
"private" : false ,
5
5
"publishConfig" : {
6
6
"registry" : " https://nexus.iroha.tech/repository/npm-soramitsu/"
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ export enum Icons24 {
202
202
CallCallNumbers = 'call-call-numbers-24' ,
203
203
CallCallOutcoming = 'call-call-outcoming-24' ,
204
204
CallCallPhone = 'call-call-phone-24' ,
205
- CallCallRecieved = 'call-call-recieved -24' ,
205
+ CallCallReceived = 'call-call-received -24' ,
206
206
CallCallVoicemail = 'call-call-voicemail-24' ,
207
207
ChattingComment = 'chatting-comment-24' ,
208
208
ChattingCommentChecked = 'chatting-comment-checked-24' ,
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ $s-icon-call-call-no-24: "\ea8b";
484
484
$s-icon-call-call-numbers-24 : " \ea8c " ;
485
485
$s-icon-call-call-outcoming-24 : " \ea8d " ;
486
486
$s-icon-call-call-phone-24 : " \ea8e " ;
487
- $s-icon-call-call-recieved -24 : " \ea8f " ;
487
+ $s-icon-call-call-received -24 : " \ea8f " ;
488
488
$s-icon-call-call-voicemail-24 : " \ea90 " ;
489
489
$s-icon-chatting-comment-24 : " \ea91 " ;
490
490
$s-icon-chatting-comment-checked-24 : " \ea92 " ;
@@ -2948,9 +2948,9 @@ $s-icon-various-toy-horse-24: "\eae9";
2948
2948
content : $s-icon-call-call-phone-24 ;
2949
2949
}
2950
2950
}
2951
- .s-icon-call-call-recieved -24 {
2951
+ .s-icon-call-call-received -24 {
2952
2952
& :before {
2953
- content : $s-icon-call-call-recieved -24 ;
2953
+ content : $s-icon-call-call-received -24 ;
2954
2954
}
2955
2955
}
2956
2956
.s-icon-call-call-voicemail-24 {
You can’t perform that action at this time.
0 commit comments