@platformatic/ui-components 0.1.106 → 0.1.108
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/assets/{index-68be35eb.js → index-3bf7863a.js} +12 -12
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/components/FollowUs.module.css +2 -2
- package/src/components/ListElement.module.css +2 -2
- package/src/components/icons/OpenAIIcon.jsx +96 -0
- package/src/components/icons/index.js +2 -0
package/dist/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Platformatic UI Components</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-3bf7863a.js"></script>
|
|
8
8
|
<link rel="stylesheet" href="/assets/index-6fadf156.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.containerFrontpage {
|
|
2
|
-
@apply flex w-full items-center;
|
|
2
|
+
@apply flex w-full items-center gap-x-2 md:gap-x-8;
|
|
3
3
|
}
|
|
4
4
|
.containerDashboard {
|
|
5
5
|
@apply flex items-center;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
@apply text-xs mr-2;
|
|
12
12
|
}
|
|
13
13
|
.iconFrontpage {
|
|
14
|
-
@apply text-white
|
|
14
|
+
@apply text-white text-xl hover:cursor-pointer hover:scale-125;
|
|
15
15
|
}
|
|
16
16
|
.iconDashboard {
|
|
17
17
|
@apply mx-1 hover:cursor-pointer hover:scale-125;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.container {
|
|
2
|
-
@apply flex flex-col my-4
|
|
2
|
+
@apply flex flex-col my-4 w-full;
|
|
3
3
|
}
|
|
4
4
|
.margin-medium {
|
|
5
5
|
@apply my-4
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
@apply flex gap-x-2 items-center w-full;
|
|
15
15
|
}
|
|
16
16
|
.textCol {
|
|
17
|
-
@apply flex flex-col text-justify w-full
|
|
17
|
+
@apply flex flex-col text-justify w-full pl-8;
|
|
18
18
|
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import PropTypes from 'prop-types'
|
|
3
|
+
import styles from './Icons.module.css'
|
|
4
|
+
import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
|
|
5
|
+
|
|
6
|
+
const OpenAIIcon = ({ color, size }) => {
|
|
7
|
+
const className = `${styles.noShrinkForFlex} ` + styles[`${color}`]
|
|
8
|
+
const filledClassName = styles[`filled-${color}`]
|
|
9
|
+
let icon = <></>
|
|
10
|
+
|
|
11
|
+
switch (size) {
|
|
12
|
+
case SMALL:
|
|
13
|
+
icon = (
|
|
14
|
+
<svg
|
|
15
|
+
width={59}
|
|
16
|
+
height={16}
|
|
17
|
+
viewBox='0 0 59 16'
|
|
18
|
+
fill='none'
|
|
19
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
20
|
+
className={className}
|
|
21
|
+
>
|
|
22
|
+
<path d='M18.2659 7.69223C18.2659 10.3083 19.9459 12.1323 22.274 12.1323C24.602 12.1323 26.282 10.3083 26.282 7.69223C26.282 5.07618 24.602 3.25214 22.274 3.25214C19.9459 3.25214 18.2659 5.07618 18.2659 7.69223ZM24.746 7.69223C24.746 9.56427 23.726 10.7763 22.274 10.7763C20.8219 10.7763 19.8019 9.56427 19.8019 7.69223C19.8019 5.82019 20.8219 4.60817 22.274 4.60817C23.726 4.60817 24.746 5.82019 24.746 7.69223Z' fill='none' className={filledClassName} />
|
|
23
|
+
<path d='M30.6077 12.1323C32.3717 12.1323 33.3797 10.6443 33.3797 8.85627C33.3797 7.06823 32.3717 5.5802 30.6077 5.5802C29.7916 5.5802 29.1916 5.90421 28.7956 6.37222V5.7002H27.3556V14.1604H28.7956V11.3403C29.1916 11.8083 29.7916 12.1323 30.6077 12.1323ZM28.7596 8.67627C28.7596 7.48824 29.4316 6.84023 30.3197 6.84023C31.3637 6.84023 31.9277 7.65624 31.9277 8.85627C31.9277 10.0563 31.3637 10.8723 30.3197 10.8723C29.4316 10.8723 28.7596 10.2123 28.7596 9.04827V8.67627Z' fill='none' className={filledClassName} />
|
|
24
|
+
<path d='M37.2769 12.1323C38.5369 12.1323 39.5329 11.4723 39.9769 10.3683L38.7409 9.90029C38.5489 10.5483 37.9849 10.9083 37.2769 10.9083C36.3528 10.9083 35.7048 10.2483 35.5968 9.16828H40.0129V8.68827C40.0129 6.96023 39.0409 5.5802 37.2169 5.5802C35.3928 5.5802 34.2168 7.00823 34.2168 8.85627C34.2168 10.8003 35.4768 12.1323 37.2769 12.1323ZM37.2049 6.79223C38.1169 6.79223 38.5489 7.39224 38.5609 8.08825H35.6688C35.8848 7.23624 36.4608 6.79223 37.2049 6.79223Z' fill='none' className={filledClassName} />
|
|
25
|
+
<path d='M41.0934 12.0003H42.5334V8.30426C42.5334 7.40424 43.1934 6.92423 43.8414 6.92423C44.6335 6.92423 44.9455 7.48824 44.9455 8.26826V12.0003H46.3855V7.84825C46.3855 6.49222 45.5935 5.5802 44.2735 5.5802C43.4574 5.5802 42.8934 5.95221 42.5334 6.37222V5.7002H41.0934V12.0003Z' fill='none' className={filledClassName} />
|
|
26
|
+
<path d='M50.6031 3.38416L47.339 12.0003H48.863L49.595 10.0323H53.3151L54.0591 12.0003H55.6072L52.3431 3.38416H50.6031ZM51.4431 5.08819L52.8111 8.68827H50.099L51.4431 5.08819Z' fill='none' className={filledClassName} />
|
|
27
|
+
<path d='M58.0793 3.40918H56.5432V12.0254H58.0793V3.40918Z' fill='none' className={filledClassName} />
|
|
28
|
+
<path d='M14.7468 6.54871C15.1098 5.45919 14.9848 4.26567 14.4043 3.27464C13.5313 1.75461 11.7763 0.972595 10.0622 1.3406C9.29971 0.481584 8.20419 -0.00692594 7.05566 7.42132e-05C5.30362 -0.00392587 3.74909 1.1241 3.21008 2.79113C2.08455 3.02164 1.11303 3.72615 0.544522 4.72468C-0.334997 6.24071 -0.134493 8.15175 1.04053 9.45178C0.677525 10.5413 0.802527 11.7348 1.38304 12.7258C2.25606 14.2459 4.0111 15.0279 5.72513 14.6599C6.48715 15.5189 7.58317 16.0074 8.7317 15.9999C10.4847 16.0044 12.0398 14.8754 12.5788 13.2069C13.7043 12.9764 14.6758 12.2718 15.2443 11.2733C16.1229 9.75728 15.9219 7.84774 14.7473 6.54771V6.54871H14.7468ZM8.7322 14.9544C8.03068 14.9554 7.35117 14.7099 6.81266 14.2604C6.83716 14.2474 6.87966 14.2239 6.90716 14.2069L10.0932 12.3668C10.2562 12.2743 10.3562 12.1008 10.3552 11.9133V7.42173L11.7018 8.19925C11.7163 8.20625 11.7258 8.22025 11.7278 8.23625V11.9558C11.7258 13.6099 10.3862 14.9509 8.7322 14.9544ZM2.29056 12.2028C1.93905 11.5958 1.81255 10.8843 1.93305 10.1938C1.95655 10.2078 1.99805 10.2333 2.02755 10.2503L5.21362 12.0903C5.37513 12.1848 5.57513 12.1848 5.73713 12.0903L9.62672 9.84428V11.3993C9.62772 11.4153 9.62022 11.4308 9.60772 11.4408L6.38715 13.3004C4.95262 14.1264 3.12058 13.6354 2.29106 12.2028H2.29056ZM1.45204 5.24819C1.80205 4.64017 2.35456 4.17516 3.01257 3.93366C3.01257 3.96116 3.01107 4.00966 3.01107 4.04366V7.72424C3.01007 7.91124 3.11008 8.08475 3.27258 8.17725L7.16216 10.4228L5.81563 11.2003C5.80213 11.2093 5.78513 11.2108 5.77013 11.2043L2.54906 9.34327C1.11753 8.51426 0.626524 6.68272 1.45154 5.24869H1.45204V5.24819ZM12.5153 7.82224L8.62569 5.57619L9.97222 4.79918C9.98572 4.79018 10.0027 4.78868 10.0177 4.79518L13.2388 6.65472C14.6728 7.48323 15.1643 9.31777 14.3358 10.7518C13.9853 11.3588 13.4333 11.8238 12.7758 12.0658V8.27525C12.7773 8.08825 12.6778 7.91524 12.5158 7.82224H12.5153ZM13.8553 5.8052C13.8318 5.7907 13.7903 5.7657 13.7608 5.7487L10.5747 3.90866C10.4132 3.81416 10.2132 3.81416 10.0512 3.90866L6.16164 6.15471V4.59967C6.16064 4.58367 6.16814 4.56817 6.18064 4.55817L9.40121 2.70013C10.8357 1.87261 12.6698 2.36512 13.4968 3.80016C13.8463 4.40617 13.9728 5.11568 13.8543 5.8052H13.8553ZM5.42963 8.57676L4.0826 7.79924C4.0681 7.79224 4.0586 7.77824 4.0566 7.76224V4.04316C4.0576 2.38713 5.40113 1.0451 7.05716 1.0461C7.75768 1.0461 8.43569 1.2921 8.9742 1.74011C8.9497 1.75311 8.9077 1.77661 8.8797 1.79361L5.69363 3.63365C5.53063 3.72615 5.43063 3.89916 5.43163 4.08666L5.42963 8.57626V8.57726V8.57676ZM6.16114 6.99972L7.89368 5.9992L9.62622 6.99922V8.99977L7.89368 9.99979L6.16114 8.99977V6.99972Z' fill='none' className={filledClassName} />
|
|
29
|
+
|
|
30
|
+
</svg>
|
|
31
|
+
)
|
|
32
|
+
break
|
|
33
|
+
case MEDIUM:
|
|
34
|
+
icon = (
|
|
35
|
+
<svg
|
|
36
|
+
width={88}
|
|
37
|
+
height={24}
|
|
38
|
+
viewBox='0 0 88 24'
|
|
39
|
+
fill='none'
|
|
40
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
41
|
+
className={className}
|
|
42
|
+
>
|
|
43
|
+
<path d='M27.3988 11.5384C27.3988 15.4625 29.9189 18.1985 33.4109 18.1985C36.903 18.1985 39.4231 15.4625 39.4231 11.5384C39.4231 7.61429 36.903 4.87823 33.4109 4.87823C29.9189 4.87823 27.3988 7.61429 27.3988 11.5384ZM37.119 11.5384C37.119 14.3464 35.589 16.1645 33.4109 16.1645C31.2329 16.1645 29.7029 14.3464 29.7029 11.5384C29.7029 8.73032 31.2329 6.91228 33.4109 6.91228C35.589 6.91228 37.119 8.73032 37.119 11.5384Z' fill='none' className={filledClassName} />
|
|
44
|
+
<path d='M45.9116 18.1985C48.5576 18.1985 50.0696 15.9665 50.0696 13.2844C50.0696 10.6023 48.5576 8.3703 45.9116 8.3703C44.6875 8.3703 43.7875 8.85631 43.1935 9.55833V8.5503H41.0334V21.2406H43.1935V17.0105C43.7875 17.7125 44.6875 18.1985 45.9116 18.1985ZM43.1395 13.0144C43.1395 11.2324 44.1475 10.2603 45.4795 10.2603C47.0456 10.2603 47.8916 11.4844 47.8916 13.2844C47.8916 15.0844 47.0456 16.3085 45.4795 16.3085C44.1475 16.3085 43.1395 15.3184 43.1395 13.5724V13.0144Z' fill='none' className={filledClassName} />
|
|
45
|
+
<path d='M55.9152 18.1985C57.8052 18.1985 59.2992 17.2085 59.9653 15.5525L58.1112 14.8504C57.8232 15.8225 56.9772 16.3625 55.9152 16.3625C54.5291 16.3625 53.5571 15.3725 53.3951 13.7524H60.0193V13.0324C60.0193 10.4403 58.5612 8.3703 55.8252 8.3703C53.0891 8.3703 51.3251 10.5123 51.3251 13.2844C51.3251 16.2005 53.2151 18.1985 55.9152 18.1985ZM55.8072 10.1883C57.1752 10.1883 57.8232 11.0884 57.8412 12.1324H53.5031C53.8271 10.8544 54.6911 10.1883 55.8072 10.1883Z' fill='none' className={filledClassName} />
|
|
46
|
+
<path d='M61.6401 18.0005H63.8002V12.4564C63.8002 11.1064 64.7902 10.3863 65.7622 10.3863C66.9502 10.3863 67.4183 11.2324 67.4183 12.4024V18.0005H69.5783V11.7724C69.5783 9.73833 68.3903 8.3703 66.4102 8.3703C65.1862 8.3703 64.3402 8.92831 63.8002 9.55833V8.5503H61.6401V18.0005Z' fill='none' className={filledClassName} />
|
|
47
|
+
<path d='M75.9046 5.07623L71.0085 18.0005H73.2946L74.3926 15.0484H79.9727L81.0888 18.0005H83.4108L78.5147 5.07623H75.9046ZM77.1647 7.63229L79.2167 13.0324H75.1486L77.1647 7.63229Z' fill='none' className={filledClassName} />
|
|
48
|
+
<path d='M87.1189 5.11371H84.8148V18.038H87.1189V5.11371Z' fill='none' className={filledClassName} />
|
|
49
|
+
<path d='M22.1202 9.82307C22.6648 8.18879 22.4772 6.3985 21.6065 4.91197C20.297 2.63192 17.6644 1.45889 15.0933 2.0109C13.9496 0.722377 12.3063 -0.0103889 10.5835 0.00011132C7.95544 -0.00588881 5.62364 1.68615 4.81512 4.1867C3.12683 4.53246 1.66955 5.58923 0.816783 7.08701C-0.502496 9.36106 -0.201739 12.2276 1.5608 14.1777C1.01629 15.8119 1.20379 17.6022 2.07456 19.0888C3.38409 21.3688 6.01664 22.5418 8.5877 21.9898C9.73072 23.2784 11.3748 24.0111 13.0975 23.9999C15.7271 24.0066 18.0597 22.3131 18.8682 19.8103C20.5565 19.4645 22.0137 18.4078 22.8665 16.91C24.1843 14.6359 23.8828 11.7716 22.121 9.82157V9.82307H22.1202ZM13.0983 22.4316C12.046 22.4331 11.0268 22.0648 10.219 21.3906C10.2557 21.3711 10.3195 21.3358 10.3607 21.3103L15.1398 18.5503C15.3843 18.4115 15.5343 18.1512 15.5328 17.87V11.1326L17.5526 12.2989C17.5744 12.3094 17.5886 12.3304 17.5916 12.3544V17.9337C17.5886 20.4148 15.5793 22.4263 13.0983 22.4316ZM3.43584 18.3043C2.90858 17.3937 2.71882 16.3265 2.89958 15.2907C2.93483 15.3117 2.99708 15.3499 3.04133 15.3754L7.82043 18.1355C8.06269 18.2773 8.3627 18.2773 8.6057 18.1355L14.4401 14.7664V17.099C14.4416 17.123 14.4303 17.1462 14.4116 17.1612L9.58072 19.9505C7.42892 21.1896 4.68087 20.453 3.43659 18.3043H3.43584ZM2.17806 7.87228C2.70307 6.96026 3.53184 6.26275 4.51886 5.90049C4.51886 5.94174 4.51661 6.01449 4.51661 6.06549V11.5864C4.51511 11.8669 4.66512 12.1271 4.90887 12.2659L10.7432 15.6342L8.72345 16.8005C8.7032 16.814 8.6777 16.8162 8.6552 16.8065L3.8236 14.0149C1.6763 12.7714 0.939785 10.0241 2.17731 7.87303H2.17806V7.87228ZM18.7729 11.7334L12.9385 8.36429L14.9583 7.19877C14.9786 7.18527 15.0041 7.18302 15.0266 7.19277L19.8582 9.98207C22.0092 11.2249 22.7465 13.9767 21.5037 16.1277C20.978 17.0382 20.1499 17.7357 19.1637 18.0987V12.4129C19.1659 12.1324 19.0167 11.8729 18.7737 11.7334H18.7729ZM20.783 8.7078C20.7477 8.68605 20.6855 8.64855 20.6412 8.62305L15.8621 5.86299C15.6199 5.72123 15.3198 5.72123 15.0768 5.86299L9.24246 9.23206V6.89951C9.24096 6.87551 9.25221 6.85226 9.27096 6.83726L14.1018 4.0502C16.2536 2.80892 19.0047 3.54769 20.2452 5.70023C20.7695 6.60925 20.9592 7.67353 20.7815 8.7078H20.783ZM8.14444 12.8651L6.1239 11.6989C6.10215 11.6884 6.0879 11.6674 6.0849 11.6434V6.06474C6.0864 3.58069 8.10169 1.56764 10.5857 1.56914C11.6365 1.56914 12.6535 1.93815 13.4613 2.61017C13.4246 2.62967 13.3616 2.66492 13.3196 2.69042L8.54045 5.45048C8.29594 5.58923 8.14594 5.84874 8.14744 6.12999L8.14444 12.8644V12.8659V12.8651ZM9.24171 10.4996L11.8405 8.9988L14.4393 10.4988V13.4997L11.8405 14.9997L9.24171 13.4997V10.4996Z' fill='none' className={filledClassName} />
|
|
50
|
+
</svg>
|
|
51
|
+
)
|
|
52
|
+
break
|
|
53
|
+
case LARGE:
|
|
54
|
+
icon = (
|
|
55
|
+
<svg
|
|
56
|
+
width={146}
|
|
57
|
+
height={40}
|
|
58
|
+
viewBox='0 0 146 40'
|
|
59
|
+
fill='none'
|
|
60
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
61
|
+
className={className}
|
|
62
|
+
>
|
|
63
|
+
<path d='M45.6648 19.2306C45.6648 25.7707 49.8649 30.3308 55.685 30.3308C61.5051 30.3308 65.7052 25.7707 65.7052 19.2306C65.7052 12.6905 61.5051 8.13037 55.685 8.13037C49.8649 8.13037 45.6648 12.6905 45.6648 19.2306ZM61.8651 19.2306C61.8651 23.9107 59.3151 26.9408 55.685 26.9408C52.0549 26.9408 49.5049 23.9107 49.5049 19.2306C49.5049 14.5505 52.0549 11.5204 55.685 11.5204C59.3151 11.5204 61.8651 14.5505 61.8651 19.2306Z' fill='none' className={filledClassName} />
|
|
64
|
+
<path d='M76.5192 30.3309C80.9293 30.3309 83.4494 26.6108 83.4494 22.1407C83.4494 17.6706 80.9293 13.9505 76.5192 13.9505C74.4792 13.9505 72.9791 14.7605 71.9891 15.9305V14.2505H68.389V35.401H71.9891V28.3508C72.9791 29.5208 74.4792 30.3309 76.5192 30.3309ZM71.8991 21.6907C71.8991 18.7206 73.5792 17.1006 75.7992 17.1006C78.4093 17.1006 79.8193 19.1406 79.8193 22.1407C79.8193 25.1407 78.4093 27.1808 75.7992 27.1808C73.5792 27.1808 71.8991 25.5308 71.8991 22.6207V21.6907Z' fill='none' className={filledClassName} />
|
|
65
|
+
<path d='M93.192 30.3309C96.3421 30.3309 98.8322 28.6808 99.9422 25.9208L96.8521 24.7507C96.3721 26.3708 94.9621 27.2708 93.192 27.2708C90.882 27.2708 89.2619 25.6208 88.9919 22.9207H100.032V21.7207C100.032 17.4006 97.6021 13.9505 93.042 13.9505C88.4819 13.9505 85.5419 17.5206 85.5419 22.1407C85.5419 27.0008 88.6919 30.3309 93.192 30.3309ZM93.012 16.9806C95.2921 16.9806 96.3721 18.4806 96.4021 20.2206H89.1719C89.712 18.0906 91.152 16.9806 93.012 16.9806Z' fill='none' className={filledClassName} />
|
|
66
|
+
<path d='M102.734 30.0008H106.334V20.7606C106.334 18.5106 107.984 17.3106 109.604 17.3106C111.584 17.3106 112.364 18.7206 112.364 20.6706V30.0008H115.964V19.6206C115.964 16.2306 113.984 13.9505 110.684 13.9505C108.644 13.9505 107.234 14.8805 106.334 15.9305V14.2505H102.734V30.0008Z' fill='none' className={filledClassName} />
|
|
67
|
+
<path d='M126.508 8.46039L118.348 30.0009H122.158L123.988 25.0807H133.288L135.148 30.0009H139.018L130.858 8.46039H126.508ZM128.608 12.7205L132.028 21.7207H125.248L128.608 12.7205Z' fill='none' className={filledClassName} />
|
|
68
|
+
<path d='M145.198 8.52289H141.358V30.0634H145.198V8.52289Z' fill='none' className={filledClassName} />
|
|
69
|
+
<path d='M36.8671 16.3718C37.7746 13.648 37.4621 10.6642 36.0108 8.18661C33.8283 4.38653 29.4407 2.43149 25.1556 3.35151C23.2493 1.20396 20.5105 -0.0173148 17.6392 0.000185533C13.2591 -0.00981468 9.37273 2.81025 8.0252 6.97783C5.21139 7.5541 2.78259 9.31538 1.3613 11.8117C-0.837493 15.6018 -0.336232 20.3794 2.60133 23.6294C1.69381 26.3532 2.00632 29.3371 3.4576 31.8146C5.64015 35.6147 10.0277 37.5697 14.3128 36.6497C16.2179 38.7973 18.9579 40.0185 21.8292 39.9998C26.2118 40.011 30.0994 37.1885 31.447 33.0171C34.2608 32.4409 36.6896 30.6796 38.1108 28.1833C40.3071 24.3932 39.8046 19.6194 36.8683 16.3693V16.3718H36.8671ZM21.8305 37.386C20.0767 37.3885 18.3779 36.7747 17.0316 35.6509C17.0929 35.6184 17.1991 35.5597 17.2679 35.5172L25.2331 30.9171C25.6406 30.6858 25.8906 30.2521 25.8881 29.7833V18.5543L29.2544 20.4981C29.2907 20.5156 29.3144 20.5506 29.3194 20.5906V29.8896C29.3144 34.0247 25.9656 37.3772 21.8305 37.386ZM5.7264 30.5071C4.84763 28.9896 4.53137 27.2108 4.83263 25.4845C4.89138 25.5195 4.99513 25.5832 5.06888 25.6257L13.0341 30.2258C13.4378 30.4621 13.9378 30.4621 14.3428 30.2258L24.0668 24.6107V28.4983C24.0693 28.5383 24.0505 28.577 24.0193 28.602L15.9679 33.2509C12.3815 35.3159 7.80144 34.0884 5.72765 30.5071H5.7264ZM3.6301 13.1205C4.50512 11.6004 5.8864 10.4379 7.53144 9.83415C7.53144 9.9029 7.52769 10.0242 7.52769 10.1092V19.3106C7.52519 19.7781 7.77519 20.2119 8.18145 20.4431L17.9054 26.057L14.5391 28.0008C14.5053 28.0233 14.4628 28.027 14.4253 28.0108L6.37266 23.3582C2.79384 21.2856 1.56631 16.7068 3.62885 13.1217H3.6301V13.1205ZM31.2882 19.5556L21.5642 13.9405L24.9306 11.9979C24.9643 11.9754 25.0068 11.9717 25.0443 11.9879L33.097 16.6368C36.6821 18.7081 37.9108 23.2944 35.8395 26.8795C34.9633 28.397 33.5832 29.5596 31.9395 30.1646V20.6881C31.9432 20.2206 31.6945 19.7881 31.2894 19.5556H31.2882ZM34.6383 14.513C34.5795 14.4767 34.4758 14.4142 34.402 14.3717L26.4368 9.77164C26.0331 9.53539 25.5331 9.53539 25.1281 9.77164L15.4041 15.3868V11.4992C15.4016 11.4592 15.4204 11.4204 15.4516 11.3954L23.503 6.75033C27.0894 4.68154 31.6745 5.91281 33.742 9.50039C34.6158 11.0154 34.932 12.7892 34.6358 14.513H34.6383ZM13.5741 21.4419L10.2065 19.4981C10.1702 19.4806 10.1465 19.4456 10.1415 19.4056V10.1079C10.144 5.96781 13.5028 2.61274 17.6429 2.61524C19.3942 2.61524 21.0892 3.23025 22.4355 4.35028C22.3743 4.38278 22.2693 4.44153 22.1993 4.48403L14.2341 9.08413C13.8266 9.31538 13.5766 9.74789 13.5791 10.2167L13.5741 21.4406V21.4431V21.4419ZM15.4029 17.4993L19.7342 14.998L24.0655 17.4981V22.4994L19.7342 24.9995L15.4029 22.4994V17.4993Z' fill='none' className={filledClassName} />
|
|
70
|
+
</svg>
|
|
71
|
+
)
|
|
72
|
+
break
|
|
73
|
+
|
|
74
|
+
default:
|
|
75
|
+
break
|
|
76
|
+
}
|
|
77
|
+
return icon
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
OpenAIIcon.propTypes = {
|
|
81
|
+
/**
|
|
82
|
+
* color of text, icon and borders
|
|
83
|
+
*/
|
|
84
|
+
color: PropTypes.oneOf(COLORS_ICON),
|
|
85
|
+
/**
|
|
86
|
+
* Size
|
|
87
|
+
*/
|
|
88
|
+
size: PropTypes.oneOf(SIZES)
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
OpenAIIcon.defaultProps = {
|
|
92
|
+
color: MAIN_DARK_BLUE,
|
|
93
|
+
size: MEDIUM
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export default OpenAIIcon
|
|
@@ -62,6 +62,7 @@ import MetricsIcon from './MetricsIcon'
|
|
|
62
62
|
import MetricsLoadingIcon from './MetricsLoadingIcon'
|
|
63
63
|
import NameAppIcon from './NameAppIcon'
|
|
64
64
|
import OrganizationIcon from './OrganizationIcon'
|
|
65
|
+
import OpenAIIcon from './OpenAIIcon'
|
|
65
66
|
import PlayIcon from './PlayIcon'
|
|
66
67
|
import PullRequestIcon from './PullRequestIcon'
|
|
67
68
|
import PullRequestLoadingIcon from './PullRequestLoadingIcon'
|
|
@@ -160,6 +161,7 @@ export default {
|
|
|
160
161
|
MetricsLoadingIcon,
|
|
161
162
|
NameAppIcon,
|
|
162
163
|
OrganizationIcon,
|
|
164
|
+
OpenAIIcon,
|
|
163
165
|
PlayIcon,
|
|
164
166
|
PullRequestIcon,
|
|
165
167
|
PullRequestLoadingIcon,
|