@bikiran/utils 1.18.2 → 2.0.2

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.
Files changed (53) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +168 -172
  3. package/dist/components/Profile/authTypes.ts +21 -21
  4. package/dist/components/Profile/style/LoginBtn.module.css +6 -6
  5. package/dist/components/Profile/style/ProfileManage.module.css +6 -6
  6. package/dist/components/Profile/style/ProfileMenuList.module.css +50 -50
  7. package/dist/components/Profile/style/ProfileMenuPopup.module.css +30 -30
  8. package/dist/components/Profile/style/ProfileUserInformation.module.css +26 -26
  9. package/dist/components/Profile/style/ProfileView.module.css +12 -12
  10. package/dist/components/button-wrapper/style/style.module.css +18 -18
  11. package/dist/components/cookie-accept-popup/style/CookieAcceptPopup.module.css +12 -12
  12. package/dist/components/currency-selector/style/CurrencySelector.module.css +28 -28
  13. package/dist/components/custom-sidebar/style/CustomSidebar.module.css +21 -21
  14. package/dist/components/filter-wrapper/style/FilterBarWrapper.module.css +41 -41
  15. package/dist/components/header/header.css +61 -61
  16. package/dist/components/header/headerType.ts +15 -15
  17. package/dist/components/header/icons/icon-about-us-submenu.svg +6 -6
  18. package/dist/components/header/icons/icon-about-us.svg +5 -5
  19. package/dist/components/header/icons/icon-all-service.svg +11 -11
  20. package/dist/components/header/icons/icon-arrow-v2.svg +3 -3
  21. package/dist/components/header/icons/icon-bell-fill.svg +3 -3
  22. package/dist/components/header/icons/icon-bik-logo.svg +13 -13
  23. package/dist/components/header/icons/icon-contacts.svg +6 -6
  24. package/dist/components/header/icons/icon-domain.svg +4 -4
  25. package/dist/components/header/icons/icon-hosting.svg +5 -5
  26. package/dist/components/header/icons/icon-our-clients.svg +4 -4
  27. package/dist/components/header/sidebar/SidebarConstants.ts +55 -55
  28. package/dist/components/header/sidebar/sidebarStyle.css +32 -32
  29. package/dist/components/information-tooltip/icons.js +4 -4
  30. package/dist/components/information-tooltip/style/InfoTooltip.module.css +62 -62
  31. package/dist/components/loading-comp/style/LoadingComp.module.css +3 -3
  32. package/dist/components/pageLoading/style/PageLoading.module.css +7 -7
  33. package/dist/components/pagination2/style/Pagination.module.css +27 -27
  34. package/dist/components/project-selector/projectConstants.ts +23 -23
  35. package/dist/components/project-selector/projectTypes.ts +22 -22
  36. package/dist/components/project-selector/selector-icons/icon-arrow-down.svg +3 -3
  37. package/dist/components/project-selector/selector-icons/icon-default-app.svg +9 -9
  38. package/dist/components/services-popup/ServiceAppType.ts +10 -10
  39. package/dist/components/services-popup/icons/icon-account.svg +7 -7
  40. package/dist/components/services-popup/icons/icon-cross.svg +3 -3
  41. package/dist/components/services-popup/icons/icon-default-app.svg +9 -9
  42. package/dist/components/user-info/style/ToolTipUserInfo.module.css +28 -28
  43. package/dist/declaration.d.ts +9 -9
  44. package/dist/index.ts +15 -15
  45. package/dist/lib/types/GlobalType.ts +17 -17
  46. package/dist/lib/utils/Cookie.ts +58 -58
  47. package/dist/lib/utils/Copy.ts +37 -37
  48. package/dist/lib/utils/Env.ts +235 -235
  49. package/dist/lib/utils/capitalizeFirstLetter.ts +7 -7
  50. package/dist/lib/utils/cn.ts +4 -4
  51. package/dist/lib/utils/option.ts +7 -7
  52. package/dist/package.json +1 -1
  53. package/package.json +60 -60
@@ -1,26 +1,26 @@
1
- .userInformation {
2
- @apply flex justify-between items-center;
3
- }
4
- .userInformationContainer {
5
- @apply flex items-center gap-[14px];
6
- }
7
- .userImageContainer {
8
- @apply size-[70px] overflow-hidden;
9
- }
10
- .userImage {
11
- @apply rounded-full size-full;
12
- }
13
- .detailsContainer {
14
- @apply flex flex-col;
15
- }
16
- .username {
17
- @apply text-primary text-xl font-medium;
18
- }
19
-
20
- .userEmail {
21
- @apply text-primary-700 text-base font-normal;
22
- }
23
-
24
- .logoutBtn {
25
- @apply size-10 p-2 bg-primary-100 sm:bg-transparent sm:hover:bg-primary-100 rounded-full transition-colors;
26
- }
1
+ .userInformation {
2
+ @apply flex justify-between items-center;
3
+ }
4
+ .userInformationContainer {
5
+ @apply flex items-center gap-[14px];
6
+ }
7
+ .userImageContainer {
8
+ @apply size-[70px] overflow-hidden;
9
+ }
10
+ .userImage {
11
+ @apply rounded-full size-full;
12
+ }
13
+ .detailsContainer {
14
+ @apply flex flex-col;
15
+ }
16
+ .username {
17
+ @apply text-primary text-xl font-medium;
18
+ }
19
+
20
+ .userEmail {
21
+ @apply text-primary-700 text-base font-normal;
22
+ }
23
+
24
+ .logoutBtn {
25
+ @apply size-10 p-2 bg-primary-100 sm:bg-transparent sm:hover:bg-primary-100 rounded-full transition-colors;
26
+ }
@@ -1,12 +1,12 @@
1
- .profileContainer {
2
- @apply w-auto lg:w-full h-8 sm:h-10 flex items-center;
3
- }
4
- .imageUserContainer {
5
- @apply size-8 sm:size-10 rounded-full border border-[#AE00B9] relative;
6
- }
7
- .imageUser {
8
- @apply rounded-full size-full;
9
- }
10
- .linkBtn {
11
- @apply size-10;
12
- }
1
+ .profileContainer {
2
+ @apply w-auto lg:w-full h-8 sm:h-10 flex items-center;
3
+ }
4
+ .imageUserContainer {
5
+ @apply size-8 sm:size-10 rounded-full border border-[#AE00B9] relative;
6
+ }
7
+ .imageUser {
8
+ @apply rounded-full size-full;
9
+ }
10
+ .linkBtn {
11
+ @apply size-10;
12
+ }
@@ -1,18 +1,18 @@
1
- .btnClass {
2
- @apply relative px-3 py-2 flex justify-center items-center !bg-secondary-50 hover:!bg-secondary;
3
- }
4
- .blockIcon {
5
- @apply size-7 block;
6
- }
7
- .hoverIcon {
8
- @apply size-7 hidden;
9
- }
10
- .btnLoading {
11
- @apply absolute top-0 left-0 size-full text-primary;
12
- }
13
- .btnLoadingWrapper {
14
- @apply size-full bg-primary-50 opacity-50 absolute top-0 left-0;
15
- }
16
- .btnContent {
17
- @apply absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2;
18
- }
1
+ .btnClass {
2
+ @apply relative px-3 py-2 flex justify-center items-center !bg-secondary-50 hover:!bg-secondary;
3
+ }
4
+ .blockIcon {
5
+ @apply size-7 block;
6
+ }
7
+ .hoverIcon {
8
+ @apply size-7 hidden;
9
+ }
10
+ .btnLoading {
11
+ @apply absolute top-0 left-0 size-full text-primary;
12
+ }
13
+ .btnLoadingWrapper {
14
+ @apply size-full bg-primary-50 opacity-50 absolute top-0 left-0;
15
+ }
16
+ .btnContent {
17
+ @apply absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2;
18
+ }
@@ -1,12 +1,12 @@
1
- .container {
2
- @apply fixed bottom-7 z-[9999999] sm:bottom-16 left-5 w-[320px] sm:w-[405px] bg-white shadow-[0px_3px_50px_0px_rgba(19,15,64,0.08)] rounded-15 p-5 sm:px-5 sm:py-[25px];
3
- }
4
- .text {
5
- @apply text-primary-700 text-sm sm:text-base font-normal leading-[25px] mb-4 sm:mb-[18px];
6
- }
7
- .a {
8
- @apply text-secondary;
9
- }
10
- .btn {
11
- @apply h-10 bg-secondary text-white text-sm sm:text-base font-medium px-4 sm:px-5 rounded-[8px];
12
- }
1
+ .container {
2
+ @apply fixed bottom-7 z-[9999999] sm:bottom-16 left-5 w-[320px] sm:w-[405px] bg-white shadow-[0px_3px_50px_0px_rgba(19,15,64,0.08)] rounded-15 p-5 sm:px-5 sm:py-[25px];
3
+ }
4
+ .text {
5
+ @apply text-primary-700 text-sm sm:text-base font-normal leading-[25px] mb-4 sm:mb-[18px];
6
+ }
7
+ .a {
8
+ @apply text-secondary;
9
+ }
10
+ .btn {
11
+ @apply h-10 bg-secondary text-white text-sm sm:text-base font-medium px-4 sm:px-5 rounded-[8px];
12
+ }
@@ -1,28 +1,28 @@
1
- .container {
2
- @apply size-full rounded-[25px] cursor-pointer relative;
3
- }
4
- .btn {
5
- @apply w-full flex items-center justify-between;
6
- }
7
- .currency {
8
- @apply text-primary text-sm font-medium;
9
- }
10
- .iconArrow {
11
- @apply text-primary rotate-0;
12
- }
13
- .iconArrowOpen {
14
- @apply rotate-180;
15
- }
16
- .dropDown {
17
- @apply w-[80px] bg-white shadow-lg absolute -left-2.5 rounded-[7px] top-8 z-10 visible transition-all;
18
- }
19
- .dropDownOpen {
20
- @apply top-0 -z-10 invisible;
21
- }
22
- .option {
23
- @apply w-full flex items-center justify-between text-sm py-[7px] px-3 border-b border-secondary-100 last:border-0 first:rounded-tl-[7px] first:rounded-tr-[7px] last:rounded-bl-[7px] last:rounded-br-[7px] hover:text-secondary text-primary;
24
- }
25
-
26
- .isCurrent {
27
- @apply text-secondary;
28
- }
1
+ .container {
2
+ @apply size-full rounded-[25px] cursor-pointer relative;
3
+ }
4
+ .btn {
5
+ @apply w-full flex items-center justify-between;
6
+ }
7
+ .currency {
8
+ @apply text-primary text-sm font-medium;
9
+ }
10
+ .iconArrow {
11
+ @apply text-primary rotate-0;
12
+ }
13
+ .iconArrowOpen {
14
+ @apply rotate-180;
15
+ }
16
+ .dropDown {
17
+ @apply w-[80px] bg-white shadow-lg absolute -left-2.5 rounded-[7px] top-8 z-10 visible transition-all;
18
+ }
19
+ .dropDownOpen {
20
+ @apply top-0 -z-10 invisible;
21
+ }
22
+ .option {
23
+ @apply w-full flex items-center justify-between text-sm py-[7px] px-3 border-b border-secondary-100 last:border-0 first:rounded-tl-[7px] first:rounded-tr-[7px] last:rounded-bl-[7px] last:rounded-br-[7px] hover:text-secondary text-primary;
24
+ }
25
+
26
+ .isCurrent {
27
+ @apply text-secondary;
28
+ }
@@ -1,21 +1,21 @@
1
- .container {
2
- @apply max-w-[800px] w-full h-full fixed top-[50px] right-0 z-[1] transition-[transform_right] transform translate-x-full;
3
- }
4
- .type {
5
- @apply translate-x-0;
6
- }
7
- .sidebarBody {
8
- @apply w-0 h-full bg-primary-100 flex flex-col items-center py-3;
9
- }
10
- .sidebarBodyOpen {
11
- @apply w-16;
12
- }
13
- .notOpen {
14
- @apply bg-transparent border-0;
15
- }
16
- .btnClose {
17
- @apply border border-primary-300 rounded-full bg-primary-300 size-7.5 flex justify-center items-center;
18
- }
19
- .content {
20
- @apply flex-1 bg-white p-5 pb-20 overflow-auto;
21
- }
1
+ .container {
2
+ @apply max-w-[800px] w-full h-full fixed top-[50px] right-0 z-[1] transition-[transform_right] transform translate-x-full;
3
+ }
4
+ .type {
5
+ @apply translate-x-0;
6
+ }
7
+ .sidebarBody {
8
+ @apply w-0 h-full bg-primary-100 flex flex-col items-center py-3;
9
+ }
10
+ .sidebarBodyOpen {
11
+ @apply w-16;
12
+ }
13
+ .notOpen {
14
+ @apply bg-transparent border-0;
15
+ }
16
+ .btnClose {
17
+ @apply border border-primary-300 rounded-full bg-primary-300 size-7.5 flex justify-center items-center;
18
+ }
19
+ .content {
20
+ @apply flex-1 bg-white p-5 pb-20 overflow-auto;
21
+ }
@@ -1,41 +1,41 @@
1
- .filterBarContainer {
2
- @apply bg-white shadow-[0_7px_20px_rgb(174_0_185/5%)] rounded-10 relative z-[1];
3
- }
4
- .filterBarContainerDisabled {
5
- @apply [&_input]:bg-primary-50 [&>div]:!border-primary-100 bg-primary-50 pointer-events-none;
6
- }
7
- .expandSection {
8
- @apply w-full bg-white shadow-[0_7px_20px_rgb(174_0_185/5%)] absolute top-8 left-0 z-30 max-h-0 overflow-hidden transition-[max-height];
9
- }
10
- .isExpanded {
11
- @apply max-h-[600px] rounded-bl-10 rounded-br-10 overflow-visible;
12
- }
13
- .form {
14
- @apply pt-8 px-4 pb-4 space-y-4 border border-secondary-100 border-t-transparent rounded-bl-10 rounded-br-10;
15
- }
16
- .buttonContainer {
17
- @apply flex justify-end gap-2.5;
18
- }
19
- .resetBtn {
20
- @apply rounded-[8px] bg-secondary-100 hover:bg-secondary p-1.5 transition-colors size-[34px];
21
- }
22
- .searchBtn {
23
- @apply relative px-3 h-[34px] text-base font-medium rounded-[8px] transition-colors disabled:bg-primary-100 disabled:pointer-events-none disabled:text-primary-500 w-36 bg-[#AE00B9] text-white;
24
- }
25
-
26
- .searchBar {
27
- @apply flex items-center h-10 overflow-hidden border border-secondary-100 rounded-10 relative z-50;
28
- }
29
-
30
- .searchBarIsOpen {
31
- @apply rounded-[10px_10px_0_0];
32
- }
33
- .searchBarInput {
34
- @apply flex-1 rounded-10 py-2 px-4 focus:outline-none text-xs;
35
- }
36
- .hasSearchValue {
37
- @apply absolute top-1/2 left-4 -translate-y-1/2 text-primary-500;
38
- }
39
- .icon {
40
- @apply w-10 h-[80%] mx-1 px-3 rounded-[5px] hover:bg-primary-100 transition-colors flex justify-center items-center;
41
- }
1
+ .filterBarContainer {
2
+ @apply bg-white shadow-[0_7px_20px_rgb(174_0_185/5%)] rounded-10 relative z-[1];
3
+ }
4
+ .filterBarContainerDisabled {
5
+ @apply [&_input]:bg-primary-50 [&>div]:!border-primary-100 bg-primary-50 pointer-events-none;
6
+ }
7
+ .expandSection {
8
+ @apply w-full bg-white shadow-[0_7px_20px_rgb(174_0_185/5%)] absolute top-8 left-0 z-30 max-h-0 overflow-hidden transition-[max-height];
9
+ }
10
+ .isExpanded {
11
+ @apply max-h-[600px] rounded-bl-10 rounded-br-10 overflow-visible;
12
+ }
13
+ .form {
14
+ @apply pt-8 px-4 pb-4 space-y-4 border border-secondary-100 border-t-transparent rounded-bl-10 rounded-br-10;
15
+ }
16
+ .buttonContainer {
17
+ @apply flex justify-end gap-2.5;
18
+ }
19
+ .resetBtn {
20
+ @apply rounded-[8px] bg-secondary-100 hover:bg-secondary p-1.5 transition-colors size-[34px];
21
+ }
22
+ .searchBtn {
23
+ @apply relative px-3 h-[34px] text-base font-medium rounded-[8px] transition-colors disabled:bg-primary-100 disabled:pointer-events-none disabled:text-primary-500 w-36 bg-[#AE00B9] text-white;
24
+ }
25
+
26
+ .searchBar {
27
+ @apply flex items-center h-10 overflow-hidden border border-secondary-100 rounded-10 relative z-50;
28
+ }
29
+
30
+ .searchBarIsOpen {
31
+ @apply rounded-[10px_10px_0_0];
32
+ }
33
+ .searchBarInput {
34
+ @apply flex-1 rounded-10 py-2 px-4 focus:outline-none text-xs;
35
+ }
36
+ .hasSearchValue {
37
+ @apply absolute top-1/2 left-4 -translate-y-1/2 text-primary-500;
38
+ }
39
+ .icon {
40
+ @apply w-10 h-[80%] mx-1 px-3 rounded-[5px] hover:bg-primary-100 transition-colors flex justify-center items-center;
41
+ }
@@ -1,61 +1,61 @@
1
- .header_container {
2
- @apply w-full lg:justify-center h-20 bg-white flex;
3
- }
4
-
5
- .web-header {
6
- @apply fixed top-0 w-full z-50 flex justify-center items-center;
7
- }
8
-
9
- .web-header-gap {
10
- @apply h-[70px];
11
- }
12
-
13
- .web-header.position-high .header_container {
14
- @apply shadow-[8px_10px_80px_rgb(0_15_55_/_10%)];
15
- }
16
- .header_menu_item {
17
- @apply rounded-10 transition-colors text-sm xl:text-base font-normal;
18
- }
19
-
20
- .header_search_button,
21
- .header_notification_button,
22
- .header_cart_button {
23
- @apply sm:w-auto h-5 flex items-center;
24
- }
25
-
26
- .header_cart_button .cart_counter {
27
- @apply absolute -top-2.5 sm:-top-[9px] -right-2.5 sm:-right-[9px] size-[18px] sm:size-5 flex justify-center items-center border-[3px] border-[#fdfdfd] bg-secondary text-white text-[9px] rounded-full;
28
- }
29
-
30
- .header_searchbar_cont {
31
- @apply w-[calc(100%_-_40px)] sm:w-[calc(100%_-_100px)] md:w-[450px] lg:w-[630px] h-[50px] absolute top-1/2 transform -translate-y-1/2 left-0 sm:left-10 md:left-9 transition-all;
32
- }
33
-
34
- /* navbar service menu */
35
- .service_menu_wrapper {
36
- @apply relative;
37
- }
38
-
39
- .service_menu_wrapper .popover_container {
40
- @apply !p-3.5 !gap-0 !top-[60px] !right-0;
41
- }
42
- .service_menu_wrapper .popover_container::before {
43
- @apply left-[30px] right-auto;
44
- }
45
-
46
- .service_menu {
47
- @apply flex items-center gap-2.5 w-full p-2.5 hover:bg-secondary-100 rounded-10 cursor-default;
48
- }
49
- .service_menu_title {
50
- @apply text-primary leading-6 text-lg font-medium whitespace-nowrap;
51
- }
52
- .service_menu_submenu {
53
- @apply text-primary-500 hover:text-secondary text-sm font-normal;
54
- }
55
-
56
- .service-popover {
57
- @apply max-h-[520px] overflow-auto;
58
- }
59
- .sub_menu_container {
60
- @apply w-full max-w-[838px] bg-white shadow-xl absolute top-[82px] left-1/2 -translate-x-1/2 rounded-bl-20 rounded-br-20 rounded-t-none max-h-0 transition-all overflow-hidden;
61
- }
1
+ .header_container {
2
+ @apply w-full lg:justify-center h-20 bg-white flex;
3
+ }
4
+
5
+ .web-header {
6
+ @apply fixed top-0 w-full z-50 flex justify-center items-center;
7
+ }
8
+
9
+ .web-header-gap {
10
+ @apply h-[70px];
11
+ }
12
+
13
+ .web-header.position-high .header_container {
14
+ @apply shadow-[8px_10px_80px_rgb(0_15_55_/_10%)];
15
+ }
16
+ .header_menu_item {
17
+ @apply rounded-10 transition-colors text-sm xl:text-base font-normal;
18
+ }
19
+
20
+ .header_search_button,
21
+ .header_notification_button,
22
+ .header_cart_button {
23
+ @apply sm:w-auto h-5 flex items-center;
24
+ }
25
+
26
+ .header_cart_button .cart_counter {
27
+ @apply absolute -top-2.5 sm:-top-[9px] -right-2.5 sm:-right-[9px] size-[18px] sm:size-5 flex justify-center items-center border-[3px] border-[#fdfdfd] bg-secondary text-white text-[9px] rounded-full;
28
+ }
29
+
30
+ .header_searchbar_cont {
31
+ @apply w-[calc(100%_-_40px)] sm:w-[calc(100%_-_100px)] md:w-[450px] lg:w-[630px] h-[50px] absolute top-1/2 transform -translate-y-1/2 left-0 sm:left-10 md:left-9 transition-all;
32
+ }
33
+
34
+ /* navbar service menu */
35
+ .service_menu_wrapper {
36
+ @apply relative;
37
+ }
38
+
39
+ .service_menu_wrapper .popover_container {
40
+ @apply !p-3.5 !gap-0 !top-[60px] !right-0;
41
+ }
42
+ .service_menu_wrapper .popover_container::before {
43
+ @apply left-[30px] right-auto;
44
+ }
45
+
46
+ .service_menu {
47
+ @apply flex items-center gap-2.5 w-full p-2.5 hover:bg-secondary-100 rounded-10 cursor-default;
48
+ }
49
+ .service_menu_title {
50
+ @apply text-primary leading-6 text-lg font-medium whitespace-nowrap;
51
+ }
52
+ .service_menu_submenu {
53
+ @apply text-primary-500 hover:text-secondary text-sm font-normal;
54
+ }
55
+
56
+ .service-popover {
57
+ @apply max-h-[520px] overflow-auto;
58
+ }
59
+ .sub_menu_container {
60
+ @apply w-full max-w-[838px] bg-white shadow-xl absolute top-[82px] left-1/2 -translate-x-1/2 rounded-bl-20 rounded-br-20 rounded-t-none max-h-0 transition-all overflow-hidden;
61
+ }
@@ -1,15 +1,15 @@
1
- export type TNavSubMenu = {
2
- id: string;
3
- title: string;
4
- details: string;
5
- path: string;
6
- icon: string;
7
- };
8
-
9
- export type TNavMenu = {
10
- id: string;
11
- title: string;
12
- path: string | string[];
13
- icon: string;
14
- subMenu?: TNavSubMenu[];
15
- };
1
+ export type TNavSubMenu = {
2
+ id: string;
3
+ title: string;
4
+ details: string;
5
+ path: string;
6
+ icon: string;
7
+ };
8
+
9
+ export type TNavMenu = {
10
+ id: string;
11
+ title: string;
12
+ path: string | string[];
13
+ icon: string;
14
+ subMenu?: TNavSubMenu[];
15
+ };
@@ -1,6 +1,6 @@
1
- <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="58" height="58" rx="10" fill="#489CFF"/>
3
- <path d="M25.9781 28.2644C26.0416 28.0103 26.0925 27.7843 26.1575 27.5622C26.1721 27.5133 26.2283 27.4585 26.2778 27.441C27.1831 27.119 28.0725 26.7403 29.0699 26.8004C29.9195 26.8514 30.6997 27.3595 30.8332 28.1175C30.916 28.5908 30.886 29.114 30.7773 29.5848C30.5315 30.6492 30.1964 31.6933 29.9166 32.7504C29.8376 33.0501 29.8022 33.3657 29.7857 33.676C29.7619 34.1231 29.9549 34.3525 30.3991 34.4365C30.8618 34.5238 31.3136 34.4646 31.754 34.3022C31.7836 34.2911 31.8161 34.288 31.8883 34.2721C31.8257 34.5156 31.7759 34.7328 31.7109 34.9452C31.6968 34.9918 31.6357 35.0397 31.5862 35.0567C31.0383 35.2464 30.4985 35.4801 29.9355 35.6041C29.1344 35.7806 28.3304 35.7778 27.6084 35.2797C27.0827 34.917 26.8568 34.4151 26.8907 33.7837C26.9518 32.6486 27.4057 31.6093 27.6748 30.5246C27.8082 29.9873 27.9444 29.4442 28.0007 28.8953C28.0633 28.2862 27.7422 28.003 27.1157 28.0249C26.9261 28.0316 26.736 28.0622 26.5498 28.101C26.3675 28.1398 26.19 28.2028 25.9781 28.2644Z" fill="white"/>
4
- <path d="M29.6936 22.3184C30.6222 22.3159 31.3175 23.022 31.3011 23.9273C31.2889 24.5902 30.8331 25.1649 30.1625 25.3632C29.4245 25.5809 28.5996 25.2177 28.28 24.5345C27.8291 23.5695 28.4619 22.4459 29.5229 22.329C29.5864 22.3227 29.6509 22.3213 29.6936 22.3184Z" fill="white"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M29.0004 15.2858C21.4383 15.2858 15.2861 21.438 15.2861 29.0001C15.2861 36.5627 21.4383 42.7143 29.0004 42.7143C36.563 42.7143 42.7147 36.5627 42.7147 29.0001C42.7147 21.438 36.563 15.2858 29.0004 15.2858ZM20.7544 20.754C22.9571 18.5509 25.8848 17.3385 29.0004 17.3385C32.116 17.3385 35.0432 18.5513 37.2464 20.754C39.4497 22.9567 40.6619 25.8849 40.6619 29.0001C40.6619 32.1152 39.4492 35.0429 37.2464 37.246C35.0438 39.4493 32.1156 40.6616 29.0004 40.6616C25.8853 40.6616 22.9576 39.4488 20.7544 37.246C18.5512 35.0434 17.3388 32.1157 17.3388 29.0001C17.3388 25.8845 18.5517 22.9567 20.7544 20.754Z" fill="white"/>
6
- </svg>
1
+ <svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="58" height="58" rx="10" fill="#489CFF"/>
3
+ <path d="M25.9781 28.2644C26.0416 28.0103 26.0925 27.7843 26.1575 27.5622C26.1721 27.5133 26.2283 27.4585 26.2778 27.441C27.1831 27.119 28.0725 26.7403 29.0699 26.8004C29.9195 26.8514 30.6997 27.3595 30.8332 28.1175C30.916 28.5908 30.886 29.114 30.7773 29.5848C30.5315 30.6492 30.1964 31.6933 29.9166 32.7504C29.8376 33.0501 29.8022 33.3657 29.7857 33.676C29.7619 34.1231 29.9549 34.3525 30.3991 34.4365C30.8618 34.5238 31.3136 34.4646 31.754 34.3022C31.7836 34.2911 31.8161 34.288 31.8883 34.2721C31.8257 34.5156 31.7759 34.7328 31.7109 34.9452C31.6968 34.9918 31.6357 35.0397 31.5862 35.0567C31.0383 35.2464 30.4985 35.4801 29.9355 35.6041C29.1344 35.7806 28.3304 35.7778 27.6084 35.2797C27.0827 34.917 26.8568 34.4151 26.8907 33.7837C26.9518 32.6486 27.4057 31.6093 27.6748 30.5246C27.8082 29.9873 27.9444 29.4442 28.0007 28.8953C28.0633 28.2862 27.7422 28.003 27.1157 28.0249C26.9261 28.0316 26.736 28.0622 26.5498 28.101C26.3675 28.1398 26.19 28.2028 25.9781 28.2644Z" fill="white"/>
4
+ <path d="M29.6936 22.3184C30.6222 22.3159 31.3175 23.022 31.3011 23.9273C31.2889 24.5902 30.8331 25.1649 30.1625 25.3632C29.4245 25.5809 28.5996 25.2177 28.28 24.5345C27.8291 23.5695 28.4619 22.4459 29.5229 22.329C29.5864 22.3227 29.6509 22.3213 29.6936 22.3184Z" fill="white"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.0004 15.2858C21.4383 15.2858 15.2861 21.438 15.2861 29.0001C15.2861 36.5627 21.4383 42.7143 29.0004 42.7143C36.563 42.7143 42.7147 36.5627 42.7147 29.0001C42.7147 21.438 36.563 15.2858 29.0004 15.2858ZM20.7544 20.754C22.9571 18.5509 25.8848 17.3385 29.0004 17.3385C32.116 17.3385 35.0432 18.5513 37.2464 20.754C39.4497 22.9567 40.6619 25.8849 40.6619 29.0001C40.6619 32.1152 39.4492 35.0429 37.2464 37.246C35.0438 39.4493 32.1156 40.6616 29.0004 40.6616C25.8853 40.6616 22.9576 39.4488 20.7544 37.246C18.5512 35.0434 17.3388 32.1157 17.3388 29.0001C17.3388 25.8845 18.5517 22.9567 20.7544 20.754Z" fill="white"/>
6
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="38" height="38" rx="10" fill="#20AE60"/>
3
- <path d="M19.005 14.6191C20.2674 14.6191 21.2907 13.681 21.2907 12.5238C21.2907 11.3667 20.2674 10.4286 19.005 10.4286C17.7427 10.4286 16.7193 11.3667 16.7193 12.5238C16.7193 13.681 17.7427 14.6191 19.005 14.6191Z" fill="#E5FFEC"/>
4
- <path d="M23.1954 26.5049C23.1954 27.0942 22.7266 27.5715 22.1478 27.5715H15.8621C15.2833 27.5715 14.8145 27.0942 14.8145 26.5049C14.8145 25.9155 15.2833 25.4382 15.8621 25.4382H16.9097V19.0382H15.8621C15.2833 19.0382 14.8145 18.5609 14.8145 17.9715C14.8145 17.3822 15.2833 16.9049 15.8621 16.9049H20.0525C20.6314 16.9049 21.1002 17.3822 21.1002 17.9715V25.4382H22.1478C22.7266 25.4382 23.1954 25.9155 23.1954 26.5049Z" fill="#E5FFEC"/>
5
- </svg>
1
+ <svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="38" height="38" rx="10" fill="#20AE60"/>
3
+ <path d="M19.005 14.6191C20.2674 14.6191 21.2907 13.681 21.2907 12.5238C21.2907 11.3667 20.2674 10.4286 19.005 10.4286C17.7427 10.4286 16.7193 11.3667 16.7193 12.5238C16.7193 13.681 17.7427 14.6191 19.005 14.6191Z" fill="#E5FFEC"/>
4
+ <path d="M23.1954 26.5049C23.1954 27.0942 22.7266 27.5715 22.1478 27.5715H15.8621C15.2833 27.5715 14.8145 27.0942 14.8145 26.5049C14.8145 25.9155 15.2833 25.4382 15.8621 25.4382H16.9097V19.0382H15.8621C15.2833 19.0382 14.8145 18.5609 14.8145 17.9715C14.8145 17.3822 15.2833 16.9049 15.8621 16.9049H20.0525C20.6314 16.9049 21.1002 17.3822 21.1002 17.9715V25.4382H22.1478C22.7266 25.4382 23.1954 25.9155 23.1954 26.5049Z" fill="#E5FFEC"/>
5
+ </svg>
@@ -1,11 +1,11 @@
1
- <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.133 2.56698C5.133 3.98398 3.984 5.13298 2.567 5.13298C1.15 5.13298 0.000999451 3.98398 0.000999451 2.56698C0.000999451 1.14998 1.15 0.000976562 2.567 0.000976562C3.984 0.000976562 5.133 1.14898 5.133 2.56698Z" fill="#5A577A"/>
3
- <path d="M5.133 10.266C5.133 11.683 3.984 12.832 2.567 12.832C1.15 12.832 0 11.683 0 10.266C0 8.84895 1.149 7.69995 2.566 7.69995C3.983 7.69995 5.133 8.84895 5.133 10.266Z" fill="#5A577A"/>
4
- <path d="M5.133 17.9649C5.133 19.3819 3.984 20.5309 2.567 20.5309C1.15 20.5309 0.000999451 19.3819 0.000999451 17.9649C0.000999451 16.5479 1.15 15.3989 2.567 15.3989C3.984 15.3989 5.133 16.5479 5.133 17.9649Z" fill="#5A577A"/>
5
- <path d="M12.832 2.567C12.832 3.984 11.683 5.133 10.266 5.133C8.849 5.133 7.7 3.984 7.7 2.567C7.7 1.15 8.849 0 10.266 0C11.683 0 12.832 1.149 12.832 2.567Z" fill="#5A577A"/>
6
- <path d="M12.832 10.266C12.832 11.683 11.683 12.832 10.266 12.832C8.849 12.832 7.7 11.683 7.7 10.266C7.7 8.84895 8.849 7.69995 10.266 7.69995C11.683 7.69995 12.832 8.84895 12.832 10.266Z" fill="#5A577A"/>
7
- <path d="M12.832 17.9649C12.832 19.3819 11.683 20.5309 10.266 20.5309C8.849 20.5309 7.7 19.3819 7.7 17.9649C7.7 16.5479 8.849 15.3989 10.266 15.3989C11.683 15.3989 12.832 16.5479 12.832 17.9649Z" fill="#5A577A"/>
8
- <path d="M20.532 2.56698C20.532 3.98398 19.383 5.13298 17.966 5.13298C16.549 5.13298 15.4 3.98398 15.4 2.56698C15.4 1.14998 16.549 0.000977215 17.966 0.000977215C19.383 -2.27853e-05 20.532 1.14898 20.532 2.56698Z" fill="#5A577A"/>
9
- <path d="M20.532 10.266C20.532 11.683 19.383 12.832 17.966 12.832C16.549 12.832 15.4 11.683 15.4 10.266C15.4 8.84895 16.549 7.69995 17.966 7.69995C19.383 7.69995 20.532 8.84895 20.532 10.266Z" fill="#5A577A"/>
10
- <path d="M20.532 17.9649C20.532 19.3819 19.383 20.5309 17.966 20.5309C16.549 20.5309 15.4 19.3819 15.4 17.9649C15.4 16.5479 16.549 15.3989 17.966 15.3989C19.383 15.3989 20.532 16.5479 20.532 17.9649Z" fill="#5A577A"/>
11
- </svg>
1
+ <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.133 2.56698C5.133 3.98398 3.984 5.13298 2.567 5.13298C1.15 5.13298 0.000999451 3.98398 0.000999451 2.56698C0.000999451 1.14998 1.15 0.000976562 2.567 0.000976562C3.984 0.000976562 5.133 1.14898 5.133 2.56698Z" fill="#5A577A"/>
3
+ <path d="M5.133 10.266C5.133 11.683 3.984 12.832 2.567 12.832C1.15 12.832 0 11.683 0 10.266C0 8.84895 1.149 7.69995 2.566 7.69995C3.983 7.69995 5.133 8.84895 5.133 10.266Z" fill="#5A577A"/>
4
+ <path d="M5.133 17.9649C5.133 19.3819 3.984 20.5309 2.567 20.5309C1.15 20.5309 0.000999451 19.3819 0.000999451 17.9649C0.000999451 16.5479 1.15 15.3989 2.567 15.3989C3.984 15.3989 5.133 16.5479 5.133 17.9649Z" fill="#5A577A"/>
5
+ <path d="M12.832 2.567C12.832 3.984 11.683 5.133 10.266 5.133C8.849 5.133 7.7 3.984 7.7 2.567C7.7 1.15 8.849 0 10.266 0C11.683 0 12.832 1.149 12.832 2.567Z" fill="#5A577A"/>
6
+ <path d="M12.832 10.266C12.832 11.683 11.683 12.832 10.266 12.832C8.849 12.832 7.7 11.683 7.7 10.266C7.7 8.84895 8.849 7.69995 10.266 7.69995C11.683 7.69995 12.832 8.84895 12.832 10.266Z" fill="#5A577A"/>
7
+ <path d="M12.832 17.9649C12.832 19.3819 11.683 20.5309 10.266 20.5309C8.849 20.5309 7.7 19.3819 7.7 17.9649C7.7 16.5479 8.849 15.3989 10.266 15.3989C11.683 15.3989 12.832 16.5479 12.832 17.9649Z" fill="#5A577A"/>
8
+ <path d="M20.532 2.56698C20.532 3.98398 19.383 5.13298 17.966 5.13298C16.549 5.13298 15.4 3.98398 15.4 2.56698C15.4 1.14998 16.549 0.000977215 17.966 0.000977215C19.383 -2.27853e-05 20.532 1.14898 20.532 2.56698Z" fill="#5A577A"/>
9
+ <path d="M20.532 10.266C20.532 11.683 19.383 12.832 17.966 12.832C16.549 12.832 15.4 11.683 15.4 10.266C15.4 8.84895 16.549 7.69995 17.966 7.69995C19.383 7.69995 20.532 8.84895 20.532 10.266Z" fill="#5A577A"/>
10
+ <path d="M20.532 17.9649C20.532 19.3819 19.383 20.5309 17.966 20.5309C16.549 20.5309 15.4 19.3819 15.4 17.9649C15.4 16.5479 16.549 15.3989 17.966 15.3989C19.383 15.3989 20.532 16.5479 20.532 17.9649Z" fill="#5A577A"/>
11
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.5823 7.04708C17.0158 6.62614 17.2326 6.41567 17.2386 6.15251C17.2388 6.14272 17.2388 6.13293 17.2386 6.12315C17.2326 5.85999 17.0158 5.64952 16.5823 5.22858C16.1715 4.82967 15.9661 4.63022 15.7136 4.62467C15.7041 4.62446 15.6947 4.62446 15.6853 4.62467C15.4328 4.63023 15.2274 4.82968 14.8166 5.2286L10.7001 9.2257C10.2768 9.6367 10.0652 9.8422 9.80444 9.8422C9.54368 9.8422 9.33205 9.6367 8.90877 9.2257L4.79233 5.22859C4.38151 4.82968 4.1761 4.63023 3.9236 4.62467C3.91418 4.62446 3.90475 4.62446 3.89532 4.62467C3.64282 4.63022 3.43741 4.82967 3.02658 5.22858C2.59306 5.64952 2.3763 5.85999 2.37028 6.12314C2.37006 6.13293 2.37006 6.14272 2.37028 6.15251C2.37629 6.41567 2.59305 6.62614 3.02656 7.04708L8.90877 12.7588C9.33205 13.1698 9.54368 13.3753 9.80444 13.3753C10.0652 13.3753 10.2768 13.1698 10.7001 12.7588L16.5823 7.04708Z" fill="#130F40"/>
3
- </svg>
1
+ <svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.5823 7.04708C17.0158 6.62614 17.2326 6.41567 17.2386 6.15251C17.2388 6.14272 17.2388 6.13293 17.2386 6.12315C17.2326 5.85999 17.0158 5.64952 16.5823 5.22858C16.1715 4.82967 15.9661 4.63022 15.7136 4.62467C15.7041 4.62446 15.6947 4.62446 15.6853 4.62467C15.4328 4.63023 15.2274 4.82968 14.8166 5.2286L10.7001 9.2257C10.2768 9.6367 10.0652 9.8422 9.80444 9.8422C9.54368 9.8422 9.33205 9.6367 8.90877 9.2257L4.79233 5.22859C4.38151 4.82968 4.1761 4.63023 3.9236 4.62467C3.91418 4.62446 3.90475 4.62446 3.89532 4.62467C3.64282 4.63022 3.43741 4.82967 3.02658 5.22858C2.59306 5.64952 2.3763 5.85999 2.37028 6.12314C2.37006 6.13293 2.37006 6.14272 2.37028 6.15251C2.37629 6.41567 2.59305 6.62614 3.02656 7.04708L8.90877 12.7588C9.33205 13.1698 9.54368 13.3753 9.80444 13.3753C10.0652 13.3753 10.2768 13.1698 10.7001 12.7588L16.5823 7.04708Z" fill="#130F40"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.66696 17.0051C9.11688 16.9099 11.8584 16.9099 12.3084 17.0051C12.693 17.094 13.1089 17.3015 13.1089 17.7548C13.0866 18.1862 12.8334 18.5687 12.4837 18.8117C12.0302 19.1652 11.498 19.3891 10.9416 19.4697C10.6339 19.5096 10.3316 19.5105 10.0346 19.4697C9.47735 19.3891 8.94514 19.1652 8.49254 18.8108C8.1419 18.5687 7.88877 18.1862 7.8664 17.7548C7.8664 17.3015 8.28234 17.094 8.66696 17.0051ZM10.5408 1.5C12.4129 1.5 14.3253 2.38832 15.4613 3.8622C16.1984 4.81125 16.5365 5.75939 16.5365 7.23327V7.6167C16.5365 8.74704 16.8352 9.41327 17.4927 10.181C17.9909 10.7467 18.1501 11.4727 18.1501 12.2604C18.1501 13.0472 17.8916 13.7941 17.3737 14.4005C16.6957 15.1275 15.7395 15.5916 14.7636 15.6723C13.3494 15.7928 11.9344 15.8944 10.5005 15.8944C9.06581 15.8944 7.65164 15.8336 6.23748 15.6723C5.26071 15.5916 4.30451 15.1275 3.6274 14.4005C3.1095 13.7941 2.8501 13.0472 2.8501 12.2604C2.8501 11.4727 3.01021 10.7467 3.50754 10.181C4.18555 9.41327 4.46463 8.74704 4.46463 7.6167V7.23327C4.46463 5.71951 4.84209 4.72967 5.61939 3.76068C6.77506 2.34753 8.62751 1.5 10.4603 1.5H10.5408Z" fill="#5A577A"/>
3
- </svg>
1
+ <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.66696 17.0051C9.11688 16.9099 11.8584 16.9099 12.3084 17.0051C12.693 17.094 13.1089 17.3015 13.1089 17.7548C13.0866 18.1862 12.8334 18.5687 12.4837 18.8117C12.0302 19.1652 11.498 19.3891 10.9416 19.4697C10.6339 19.5096 10.3316 19.5105 10.0346 19.4697C9.47735 19.3891 8.94514 19.1652 8.49254 18.8108C8.1419 18.5687 7.88877 18.1862 7.8664 17.7548C7.8664 17.3015 8.28234 17.094 8.66696 17.0051ZM10.5408 1.5C12.4129 1.5 14.3253 2.38832 15.4613 3.8622C16.1984 4.81125 16.5365 5.75939 16.5365 7.23327V7.6167C16.5365 8.74704 16.8352 9.41327 17.4927 10.181C17.9909 10.7467 18.1501 11.4727 18.1501 12.2604C18.1501 13.0472 17.8916 13.7941 17.3737 14.4005C16.6957 15.1275 15.7395 15.5916 14.7636 15.6723C13.3494 15.7928 11.9344 15.8944 10.5005 15.8944C9.06581 15.8944 7.65164 15.8336 6.23748 15.6723C5.26071 15.5916 4.30451 15.1275 3.6274 14.4005C3.1095 13.7941 2.8501 13.0472 2.8501 12.2604C2.8501 11.4727 3.01021 10.7467 3.50754 10.181C4.18555 9.41327 4.46463 8.74704 4.46463 7.6167V7.23327C4.46463 5.71951 4.84209 4.72967 5.61939 3.76068C6.77506 2.34753 8.62751 1.5 10.4603 1.5H10.5408Z" fill="#5A577A"/>
3
+ </svg>