diff --git a/Jenkinsfile b/Jenkinsfile index c8e045b5..5222ab1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,5 +2,8 @@ def pipeline = new org.js.LibPipeline(steps: this, dockerImageName: 'soramitsu/soramitsu-js-ui-library', - libExamplesBuildCmds: ['yarn storybook:build']) + libExamplesBuildCmds: ['yarn storybook:build'], + sonarProjectName: 'soramitsu-js-ui-library', + sonarProjectKey: 'jp.co.soramitsu:soramitsu-js-ui-library', + ) pipeline.runPipeline() diff --git a/package.json b/package.json index 45314430..3e1ece37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu/soramitsu-js-ui", - "version": "1.0.33", + "version": "1.0.34", "private": false, "publishConfig": { "registry": "https://nexus.iroha.tech/repository/npm-soramitsu/" diff --git a/src/components/Icon/consts.ts b/src/components/Icon/consts.ts index 8f2168e1..2128d123 100644 --- a/src/components/Icon/consts.ts +++ b/src/components/Icon/consts.ts @@ -202,7 +202,7 @@ export enum Icons24 { CallCallNumbers = 'call-call-numbers-24', CallCallOutcoming = 'call-call-outcoming-24', CallCallPhone = 'call-call-phone-24', - CallCallRecieved = 'call-call-recieved-24', + CallCallReceived = 'call-call-received-24', CallCallVoicemail = 'call-call-voicemail-24', ChattingComment = 'chatting-comment-24', ChattingCommentChecked = 'chatting-comment-checked-24', diff --git a/src/styles/icons.scss b/src/styles/icons.scss index b6e3fd31..d4c9a0fe 100644 --- a/src/styles/icons.scss +++ b/src/styles/icons.scss @@ -484,7 +484,7 @@ $s-icon-call-call-no-24: "\ea8b"; $s-icon-call-call-numbers-24: "\ea8c"; $s-icon-call-call-outcoming-24: "\ea8d"; $s-icon-call-call-phone-24: "\ea8e"; -$s-icon-call-call-recieved-24: "\ea8f"; +$s-icon-call-call-received-24: "\ea8f"; $s-icon-call-call-voicemail-24: "\ea90"; $s-icon-chatting-comment-24: "\ea91"; $s-icon-chatting-comment-checked-24: "\ea92"; @@ -2948,9 +2948,9 @@ $s-icon-various-toy-horse-24: "\eae9"; content: $s-icon-call-call-phone-24; } } -.s-icon-call-call-recieved-24 { +.s-icon-call-call-received-24 { &:before { - content: $s-icon-call-call-recieved-24; + content: $s-icon-call-call-received-24; } } .s-icon-call-call-voicemail-24 {