hds-web 1.28.5 → 1.28.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.28.5",
3
+ "version": "1.28.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -0,0 +1,4 @@
1
+ <svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.01447 1.91542C8.40071 2.43846 7.6376 2.75455 6.83377 2.8187C4.95794 2.96839 3.46839 4.45794 3.3187 6.33377C3.25455 7.1376 2.93846 7.90071 2.41542 8.51447C1.19486 9.94672 1.19486 12.0533 2.41542 13.4855C2.93846 14.0993 3.25455 14.8624 3.3187 15.6662C3.46839 17.5421 4.95794 19.0316 6.83377 19.1813C7.6376 19.2455 8.40071 19.5615 9.01447 20.0846C10.4467 21.3051 12.5533 21.3051 13.9855 20.0846C14.5993 19.5615 15.3624 19.2455 16.1662 19.1813C18.0421 19.0316 19.5316 17.5421 19.6813 15.6662C19.7455 14.8624 20.0615 14.0993 20.5846 13.4855C21.8051 12.0533 21.8051 9.94672 20.5846 8.51447C20.0615 7.90071 19.7455 7.1376 19.6813 6.33377C19.5316 4.45794 18.0421 2.96839 16.1662 2.8187C15.3624 2.75455 14.5993 2.43846 13.9855 1.91542C12.5533 0.69486 10.4467 0.69486 9.01447 1.91542Z" fill="#1E56E3"/>
3
+ <path d="M8.5 11L10.5 13L15 8.5M6.83377 2.8187C7.6376 2.75455 8.40071 2.43846 9.01447 1.91542C10.4467 0.69486 12.5533 0.69486 13.9855 1.91542C14.5993 2.43846 15.3624 2.75455 16.1662 2.8187C18.0421 2.96839 19.5316 4.45794 19.6813 6.33377C19.7455 7.1376 20.0615 7.90071 20.5846 8.51447C21.8051 9.94672 21.8051 12.0533 20.5846 13.4855C20.0615 14.0993 19.7455 14.8624 19.6813 15.6662C19.5316 17.5421 18.0421 19.0316 16.1662 19.1813C15.3624 19.2455 14.5993 19.5615 13.9855 20.0846C12.5533 21.3051 10.4467 21.3051 9.01447 20.0846C8.40071 19.5615 7.6376 19.2455 6.83377 19.1813C4.95794 19.0316 3.46839 17.5421 3.3187 15.6662C3.25455 14.8624 2.93846 14.0993 2.41542 13.4855C1.19486 12.0533 1.19486 9.94672 2.41542 8.51447C2.93846 7.90071 3.25455 7.1376 3.3187 6.33377C3.46839 4.45794 4.95794 2.96839 6.83377 2.8187Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -1207,8 +1207,10 @@ import {ReactComponent as YoutubeCIcon} from "../../../assets/icons/youtubecolor
1207
1207
  import {ReactComponent as Facebookblue} from "../../../assets/icons/facebookblue.svg"
1208
1208
  import {ReactComponent as Linkedinblue} from "../../../assets/icons/linkedinblue.svg"
1209
1209
  import {ReactComponent as AIBotIcon} from "../../../assets/icons/bot.svg"
1210
+ import {ReactComponent as VerifiedIcon} from "../../../assets/icons/verifiedBlue.svg"
1210
1211
 
1211
1212
  const iconReferenceMap = {
1213
+ verifiedBlue: VerifiedIcon,
1212
1214
  aibot:AIBotIcon,
1213
1215
  facebookBlue: Facebookblue,
1214
1216
  linkedinBlue: Linkedinblue,
@@ -9,17 +9,17 @@ export default function AboutSection(props) {
9
9
  <div className="divide-y divide-neutral-200">
10
10
  <div className=" pb-8">
11
11
  <div>
12
- <div className="w-14 h-14 rounded-full border border-neutral-300 ">
12
+ <div className=" w-14 h-14 relative rounded-full border border-neutral-300 ">
13
13
  <img alt={props.title ?? 'connectorImage'} src={props.imgUrl} className="rounded-full w-full " />
14
+ <div className="absolute top-8 left-10">
15
+ <Icon
16
+ height={'h-5 w-5 stroke-[1.5px]'}
17
+ variant='verifiedBlue'
14
18
 
19
+ />
20
+ </div>
15
21
  </div>
16
- {/* <div className="-mt-4">
17
- <Icon
18
- height={'h-5 w-5 stroke-[1.5px]'}
19
- variant='checkverified01'
20
- strokeClass='stroke-blue-600'
21
- />
22
- </div> */}
22
+
23
23
  {props.tags &&
24
24
  <div className="gap-2 pt-8 flex flex-wrap">
25
25
  {props.tags.map((tag, index) => (
@@ -56,15 +56,15 @@ export default function AboutSection(props) {
56
56
  <Badges
57
57
  color='blue'
58
58
  children={props.versionValue}
59
- // text_color='text-neutral-0'
59
+ // text_color='text-neutral-0'
60
60
  />
61
61
  </div>
62
62
  <div className="flex gap-2 items-center">
63
63
  <Typography textStyle='body1-medium' className='text-neutral-500'>{props.typeText ?? 'Type'}</Typography>
64
- <Icon
64
+ <Icon
65
65
  height={'h-5 w-5 stroke-[1.5px]'}
66
- variant='github'
67
- />
66
+ variant='github'
67
+ />
68
68
  <Typography textStyle='body1-medium' className='text-neutral-500'>{props.typeValue}</Typography>
69
69
 
70
70
  </div>
@@ -1044,6 +1044,14 @@ select{
1044
1044
  top: 100%;
1045
1045
  }
1046
1046
 
1047
+ .left-10{
1048
+ left: 2.5rem;
1049
+ }
1050
+
1051
+ .top-8{
1052
+ top: 2rem;
1053
+ }
1054
+
1047
1055
  .isolate{
1048
1056
  isolation: isolate;
1049
1057
  }