@stokr/components-library 3.0.26 → 3.0.28

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 (44) hide show
  1. package/README.md +33 -119
  2. package/dist/analytics/index.js +0 -1
  3. package/dist/components/2FA/login-with-otp-flow.js +4 -5
  4. package/dist/components/Footer/FooterLayout.js +1 -1
  5. package/dist/components/Header/Header.js +21 -21
  6. package/dist/components/MainMenu/MainMenu.js +7 -7
  7. package/dist/components/Modal/NewVentureModal/NewVentureModal.js +3 -3
  8. package/dist/components/VerifyEmailModal/VerifyEmailModal.js +1 -1
  9. package/dist/components/headerHo/HeaderHo.js +5 -5
  10. package/dist/components/icons/LinkIcon.js +2 -2
  11. package/dist/config.js +9 -4
  12. package/dist/constants/globalVariables.js +0 -6
  13. package/dist/context/AuthContext.js +91 -48
  14. package/dist/firebase-config.js +5 -4
  15. package/dist/index.js +3 -21
  16. package/dist/routing/navigate-app.js +0 -12
  17. package/dist/runtime-config.js +10 -6
  18. package/dist/static/country-list.json +251 -251
  19. package/dist/static/fonts/Ionicons/ionicons.min.css +2810 -2810
  20. package/dist/static/fonts/Ionicons/ionicons.min.css.js +1 -1
  21. package/dist/static/fonts/icomoon/selection.json +910 -910
  22. package/dist/static/fonts/icomoon/style.css +139 -139
  23. package/dist/static/images/copy_icon.svg +4 -4
  24. package/dist/static/images/download_icon.svg +3 -3
  25. package/dist/static/images/numbers/number_eight.svg +3 -3
  26. package/dist/static/images/numbers/number_five.svg +4 -4
  27. package/dist/static/images/numbers/number_four.svg +3 -3
  28. package/dist/static/images/numbers/number_nine.svg +4 -4
  29. package/dist/static/images/numbers/number_one.svg +4 -4
  30. package/dist/static/images/numbers/number_seven.svg +4 -4
  31. package/dist/static/images/numbers/number_six.svg +4 -4
  32. package/dist/static/images/numbers/number_three.svg +3 -3
  33. package/dist/static/images/numbers/number_two.svg +4 -4
  34. package/dist/static/images/numbers/number_zero.svg +3 -3
  35. package/dist/static/images/plus-icon.svg +4 -4
  36. package/dist/static/images/search-icon.svg +3 -3
  37. package/dist/static/images/transfer-icon.svg +10 -10
  38. package/dist/static/images/warning-filled.svg +3 -3
  39. package/dist/utils/app-urls.js +8 -26
  40. package/dist/utils/checklistGenerator.js +2 -3
  41. package/dist/utils/user-identity.js +7 -0
  42. package/package.json +1 -1
  43. package/dist/routing/app-routes.js +0 -22
  44. package/dist/routing/resolve-app-href.js +0 -149
@@ -1,139 +1,139 @@
1
- @font-face {
2
- font-family: 'icomoon';
3
- src: url('fonts/icomoon.eot?gffhrx');
4
- src:
5
- url('fonts/icomoon.eot?gffhrx#iefix') format('embedded-opentype'),
6
- url('fonts/icomoon.ttf?gffhrx') format('truetype'),
7
- url('fonts/icomoon.woff?gffhrx') format('woff'),
8
- url('fonts/icomoon.svg?gffhrx#icomoon') format('svg');
9
- font-weight: normal;
10
- font-style: normal;
11
- }
12
-
13
- [class^='icon-'],
14
- [class*=' icon-'] {
15
- /* use !important to prevent issues with browser extensions that change fonts */
16
- font-family: 'icomoon' !important;
17
- speak: none;
18
- font-style: normal;
19
- font-weight: normal;
20
- font-variant: normal;
21
- text-transform: none;
22
- line-height: 1;
23
-
24
- /* Better Font Rendering =========== */
25
- -webkit-font-smoothing: antialiased;
26
- -moz-osx-font-smoothing: grayscale;
27
- }
28
-
29
- .icon-expand:before {
30
- content: '\e923';
31
- }
32
- .icon-shrink:before {
33
- content: '\e924';
34
- }
35
- .icon-emoji:before {
36
- content: '\e922';
37
- }
38
- .icon-arrow-down:before {
39
- content: '\e900';
40
- }
41
- .icon-arrow-left:before {
42
- content: '\e901';
43
- }
44
- .icon-arrow-right:before {
45
- content: '\e902';
46
- }
47
- .icon-arrow-up:before {
48
- content: '\e903';
49
- }
50
- .icon-heart:before {
51
- content: '\e904';
52
- }
53
- .icon-heartFill:before {
54
- content: '\e921';
55
- }
56
- .icon-lock:before {
57
- content: '\e905';
58
- }
59
- .icon-menu:before {
60
- content: '\e906';
61
- }
62
- .icon-pen:before {
63
- content: '\e907';
64
- }
65
- .icon-star:before {
66
- content: '\e908';
67
- }
68
- .icon-trash:before {
69
- content: '\e909';
70
- }
71
- .icon-unread:before {
72
- content: '\e90a';
73
- }
74
- .icon-user:before {
75
- content: '\e90b';
76
- }
77
- .icon-edit:before {
78
- content: '\e90c';
79
- }
80
- .icon-check:before {
81
- content: '\e90d';
82
- }
83
- .icon-in-progress:before {
84
- content: '\e90e';
85
- }
86
- .icon-warning:before {
87
- content: '\e90f';
88
- }
89
- .icon-logout:before {
90
- content: '\e910';
91
- }
92
- .icon-token-holder:before {
93
- content: '\e911';
94
- }
95
- .icon-teams:before {
96
- content: '\e912';
97
- }
98
- .icon-token-sales:before {
99
- content: '\e913';
100
- }
101
- .icon-analytics:before {
102
- content: '\e914';
103
- }
104
- .icon-updates:before {
105
- content: '\e915';
106
- }
107
- .icon-overview:before {
108
- content: '\e916';
109
- }
110
- .icon-comments:before {
111
- content: '\e917';
112
- }
113
- .icon-hamburger:before {
114
- content: '\e918';
115
- }
116
- .icon-share:before {
117
- content: '\e919';
118
- }
119
- .icon-facebook:before {
120
- content: '\e91a';
121
- }
122
- .icon-linkedin:before {
123
- content: '\e91b';
124
- }
125
- .icon-medium:before {
126
- content: '\e91c';
127
- }
128
- .icon-reddit:before {
129
- content: '\e91d';
130
- }
131
- .icon-telegram:before {
132
- content: '\e91e';
133
- }
134
- .icon-twitter:before {
135
- content: '\e91f';
136
- }
137
- .icon-youtube:before {
138
- content: '\e920';
139
- }
1
+ @font-face {
2
+ font-family: 'icomoon';
3
+ src: url('fonts/icomoon.eot?gffhrx');
4
+ src:
5
+ url('fonts/icomoon.eot?gffhrx#iefix') format('embedded-opentype'),
6
+ url('fonts/icomoon.ttf?gffhrx') format('truetype'),
7
+ url('fonts/icomoon.woff?gffhrx') format('woff'),
8
+ url('fonts/icomoon.svg?gffhrx#icomoon') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
12
+
13
+ [class^='icon-'],
14
+ [class*=' icon-'] {
15
+ /* use !important to prevent issues with browser extensions that change fonts */
16
+ font-family: 'icomoon' !important;
17
+ speak: none;
18
+ font-style: normal;
19
+ font-weight: normal;
20
+ font-variant: normal;
21
+ text-transform: none;
22
+ line-height: 1;
23
+
24
+ /* Better Font Rendering =========== */
25
+ -webkit-font-smoothing: antialiased;
26
+ -moz-osx-font-smoothing: grayscale;
27
+ }
28
+
29
+ .icon-expand:before {
30
+ content: '\e923';
31
+ }
32
+ .icon-shrink:before {
33
+ content: '\e924';
34
+ }
35
+ .icon-emoji:before {
36
+ content: '\e922';
37
+ }
38
+ .icon-arrow-down:before {
39
+ content: '\e900';
40
+ }
41
+ .icon-arrow-left:before {
42
+ content: '\e901';
43
+ }
44
+ .icon-arrow-right:before {
45
+ content: '\e902';
46
+ }
47
+ .icon-arrow-up:before {
48
+ content: '\e903';
49
+ }
50
+ .icon-heart:before {
51
+ content: '\e904';
52
+ }
53
+ .icon-heartFill:before {
54
+ content: '\e921';
55
+ }
56
+ .icon-lock:before {
57
+ content: '\e905';
58
+ }
59
+ .icon-menu:before {
60
+ content: '\e906';
61
+ }
62
+ .icon-pen:before {
63
+ content: '\e907';
64
+ }
65
+ .icon-star:before {
66
+ content: '\e908';
67
+ }
68
+ .icon-trash:before {
69
+ content: '\e909';
70
+ }
71
+ .icon-unread:before {
72
+ content: '\e90a';
73
+ }
74
+ .icon-user:before {
75
+ content: '\e90b';
76
+ }
77
+ .icon-edit:before {
78
+ content: '\e90c';
79
+ }
80
+ .icon-check:before {
81
+ content: '\e90d';
82
+ }
83
+ .icon-in-progress:before {
84
+ content: '\e90e';
85
+ }
86
+ .icon-warning:before {
87
+ content: '\e90f';
88
+ }
89
+ .icon-logout:before {
90
+ content: '\e910';
91
+ }
92
+ .icon-token-holder:before {
93
+ content: '\e911';
94
+ }
95
+ .icon-teams:before {
96
+ content: '\e912';
97
+ }
98
+ .icon-token-sales:before {
99
+ content: '\e913';
100
+ }
101
+ .icon-analytics:before {
102
+ content: '\e914';
103
+ }
104
+ .icon-updates:before {
105
+ content: '\e915';
106
+ }
107
+ .icon-overview:before {
108
+ content: '\e916';
109
+ }
110
+ .icon-comments:before {
111
+ content: '\e917';
112
+ }
113
+ .icon-hamburger:before {
114
+ content: '\e918';
115
+ }
116
+ .icon-share:before {
117
+ content: '\e919';
118
+ }
119
+ .icon-facebook:before {
120
+ content: '\e91a';
121
+ }
122
+ .icon-linkedin:before {
123
+ content: '\e91b';
124
+ }
125
+ .icon-medium:before {
126
+ content: '\e91c';
127
+ }
128
+ .icon-reddit:before {
129
+ content: '\e91d';
130
+ }
131
+ .icon-telegram:before {
132
+ content: '\e91e';
133
+ }
134
+ .icon-twitter:before {
135
+ content: '\e91f';
136
+ }
137
+ .icon-youtube:before {
138
+ content: '\e920';
139
+ }
@@ -1,4 +1,4 @@
1
- <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.21053 7H3C2.44772 7 2 7.44772 2 8V17C2 17.5523 2.44772 18 3 18H11C11.5523 18 12 17.5523 12 17V15.6087" stroke="black" stroke-width="2"/>
3
- <path d="M7 13V3C7 1.89543 7.89543 1 9 1H13.3636L17 5V13C17 14.1046 16.1046 15 15 15H9C7.89543 15 7 14.1046 7 13Z" fill="black"/>
4
- </svg>
1
+ <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.21053 7H3C2.44772 7 2 7.44772 2 8V17C2 17.5523 2.44772 18 3 18H11C11.5523 18 12 17.5523 12 17V15.6087" stroke="black" stroke-width="2"/>
3
+ <path d="M7 13V3C7 1.89543 7.89543 1 9 1H13.3636L17 5V13C17 14.1046 16.1046 15 15 15H9C7.89543 15 7 14.1046 7 13Z" fill="black"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.5 7.5V9.5C10.5 9.76522 10.3946 10.0196 10.2071 10.2071C10.0196 10.3946 9.76522 10.5 9.5 10.5H2.5C2.23478 10.5 1.98043 10.3946 1.79289 10.2071C1.60536 10.0196 1.5 9.76522 1.5 9.5V7.5M3.5 5L6 7.5M6 7.5L8.5 5M6 7.5V1.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.5 7.5V9.5C10.5 9.76522 10.3946 10.0196 10.2071 10.2071C10.0196 10.3946 9.76522 10.5 9.5 10.5H2.5C2.23478 10.5 1.98043 10.3946 1.79289 10.2071C1.60536 10.0196 1.5 9.76522 1.5 9.5V7.5M3.5 5L6 7.5M6 7.5L8.5 5M6 7.5V1.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="78" height="115" viewBox="0 0 78 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M38.9237 17.25C34.9174 17.25 31.6874 18.2879 29.2292 20.3614C26.7709 22.435 25.5417 25.213 25.5417 28.6933C25.5417 31.7669 26.5175 34.5189 28.4691 36.9493C30.4207 39.3824 33.9556 41.8791 39.0763 44.4372C44.0442 42.0823 47.5158 39.6779 49.4932 37.219C51.4684 34.7601 52.4581 31.9182 52.4581 28.6933C52.4581 25.1609 51.1891 22.3711 48.6558 20.3235C46.1203 18.2761 42.8761 17.25 38.9237 17.25M21.7394 83.6587C21.7394 88.0516 23.2594 91.4728 26.3018 93.9222C29.3418 96.3739 33.4982 97.5987 38.7712 97.5987C44.6003 97.5987 48.9585 96.3361 51.8483 93.8087C54.7382 91.2812 56.1831 87.9499 56.1831 83.8125C56.1831 80.3912 54.7499 77.1875 51.8859 74.1991C49.0218 71.213 44.3703 68.0354 37.9338 64.6639C27.1368 69.6691 21.7394 76.0008 21.7394 83.6587M39.0763 0C49.7184 0 58.2965 2.43997 64.808 7.31748C71.3196 12.1951 74.5777 18.7703 74.5777 27.0453C74.5777 32.767 73.006 37.8621 69.8629 42.3306C66.7197 46.7991 61.6531 50.7972 54.6607 54.3199C62.9713 58.8169 68.9386 63.503 72.5627 68.3805C76.1868 73.2582 78 78.6086 78 84.4295C78 93.6242 74.4252 101.018 67.2804 106.611C60.1331 112.205 50.7317 115 39.0763 115C26.9116 115 17.3578 112.397 10.4147 107.186C3.47157 101.977 0 94.596 0 85.0442C0 78.6606 1.68422 72.991 5.0549 68.0354C8.42559 63.0822 13.837 58.7152 21.2868 54.9347C14.9512 50.9013 10.3889 46.5839 7.60217 41.9877C4.81561 37.3915 3.42233 32.358 3.42233 26.8917C3.42233 18.8742 6.71555 12.389 13.3045 7.43339C19.8911 2.4778 28.4832 0 39.0763 0" fill="black"/>
3
- </svg>
1
+ <svg width="78" height="115" viewBox="0 0 78 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38.9237 17.25C34.9174 17.25 31.6874 18.2879 29.2292 20.3614C26.7709 22.435 25.5417 25.213 25.5417 28.6933C25.5417 31.7669 26.5175 34.5189 28.4691 36.9493C30.4207 39.3824 33.9556 41.8791 39.0763 44.4372C44.0442 42.0823 47.5158 39.6779 49.4932 37.219C51.4684 34.7601 52.4581 31.9182 52.4581 28.6933C52.4581 25.1609 51.1891 22.3711 48.6558 20.3235C46.1203 18.2761 42.8761 17.25 38.9237 17.25M21.7394 83.6587C21.7394 88.0516 23.2594 91.4728 26.3018 93.9222C29.3418 96.3739 33.4982 97.5987 38.7712 97.5987C44.6003 97.5987 48.9585 96.3361 51.8483 93.8087C54.7382 91.2812 56.1831 87.9499 56.1831 83.8125C56.1831 80.3912 54.7499 77.1875 51.8859 74.1991C49.0218 71.213 44.3703 68.0354 37.9338 64.6639C27.1368 69.6691 21.7394 76.0008 21.7394 83.6587M39.0763 0C49.7184 0 58.2965 2.43997 64.808 7.31748C71.3196 12.1951 74.5777 18.7703 74.5777 27.0453C74.5777 32.767 73.006 37.8621 69.8629 42.3306C66.7197 46.7991 61.6531 50.7972 54.6607 54.3199C62.9713 58.8169 68.9386 63.503 72.5627 68.3805C76.1868 73.2582 78 78.6086 78 84.4295C78 93.6242 74.4252 101.018 67.2804 106.611C60.1331 112.205 50.7317 115 39.0763 115C26.9116 115 17.3578 112.397 10.4147 107.186C3.47157 101.977 0 94.596 0 85.0442C0 78.6606 1.68422 72.991 5.0549 68.0354C8.42559 63.0822 13.837 58.7152 21.2868 54.9347C14.9512 50.9013 10.3889 46.5839 7.60217 41.9877C4.81561 37.3915 3.42233 32.358 3.42233 26.8917C3.42233 18.8742 6.71555 12.389 13.3045 7.43339C19.8911 2.4778 28.4832 0 39.0763 0" fill="black"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="74" height="114" viewBox="0 0 74 114" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M67 18.9722V0H6.48228L5 19L67 18.9722Z" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M40.689 40.0299C40.1095 40.0109 39.5244 40 38.9315 40C38.1887 40 37.4678 40.0106 36.7644 40.0299H3.50761L3.30196 41.562L2.19682 56.8936L11.5143 62.0142C13.5334 61.3966 16.1577 60.8148 19.3898 60.2714C22.6218 59.7304 25.5757 59.4576 28.2516 59.4576C43.0469 59.4576 50.4457 65.1646 50.4457 76.5738C50.4457 88.5529 43.2993 94.5424 29.0111 94.5424C24.2624 94.5424 19.2379 93.8602 13.9377 92.4908C8.63517 91.1216 3.98922 89.3525 0 87.1835V107.876C7.57415 111.96 17.5225 114 29.843 114C44.0308 114 54.9374 110.589 62.5629 103.761C70.1861 96.9363 74 87.1884 74 74.5176C74 63.8144 70.831 55.3856 64.4932 49.2308C58.88 43.782 51.5533 40.7461 42.516 40.1227" fill="black"/>
4
- </svg>
1
+ <svg width="74" height="114" viewBox="0 0 74 114" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67 18.9722V0H6.48228L5 19L67 18.9722Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M40.689 40.0299C40.1095 40.0109 39.5244 40 38.9315 40C38.1887 40 37.4678 40.0106 36.7644 40.0299H3.50761L3.30196 41.562L2.19682 56.8936L11.5143 62.0142C13.5334 61.3966 16.1577 60.8148 19.3898 60.2714C22.6218 59.7304 25.5757 59.4576 28.2516 59.4576C43.0469 59.4576 50.4457 65.1646 50.4457 76.5738C50.4457 88.5529 43.2993 94.5424 29.0111 94.5424C24.2624 94.5424 19.2379 93.8602 13.9377 92.4908C8.63517 91.1216 3.98922 89.3525 0 87.1835V107.876C7.57415 111.96 17.5225 114 29.843 114C44.0308 114 54.9374 110.589 62.5629 103.761C70.1861 96.9363 74 87.1884 74 74.5176C74 63.8144 70.831 55.3856 64.4932 49.2308C58.88 43.782 51.5533 40.7461 42.516 40.1227" fill="black"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="85" height="112" viewBox="0 0 85 112" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M81.2381 70.3784L81.234 70.4079H41.1769V70.3784H20.9781L41.6516 39.3774C44.3242 35.3973 46.6135 31.3155 48.5174 27.1297H49.1338C48.9791 28.0993 48.7743 31.597 48.5174 37.6179C48.3276 42.0622 48.2084 45.7255 48.1587 48.6133H71.4208V0H49.4431L0 72.301V88.8432H48.1319V112H71.4208V88.8432H85V70.3784H81.2381Z" fill="black"/>
3
- </svg>
1
+ <svg width="85" height="112" viewBox="0 0 85 112" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M81.2381 70.3784L81.234 70.4079H41.1769V70.3784H20.9781L41.6516 39.3774C44.3242 35.3973 46.6135 31.3155 48.5174 27.1297H49.1338C48.9791 28.0993 48.7743 31.597 48.5174 37.6179C48.3276 42.0622 48.2084 45.7255 48.1587 48.6133H71.4208V0H49.4431L0 72.301V88.8432H48.1319V112H71.4208V88.8432H85V70.3784H81.2381Z" fill="black"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="80" height="115" viewBox="0 0 80 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M39.9394 92.9915C34.844 95.3182 28.348 96.4804 20.4516 96.4804C15.7642 96.4804 11.2795 95.9444 7 94.8676V113.923C10.4142 114.639 15.4317 115 22.0549 115C40.8519 115 54.8884 109.545 64.1619 98.6295C67.8371 94.3024 70.7813 89.0902 73 83H51.0764C48.4056 87.4892 44.6938 90.8216 39.9394 92.9915" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M51.0093 51.9627C47.546 55.1258 43.3842 56.7073 38.5266 56.7073C33.3556 56.7073 29.5049 55.1139 26.972 51.9245C24.4391 48.7352 23.1738 44.4145 23.1738 38.9601C23.1738 32.5814 24.5683 27.6963 27.3594 24.2997C30.1506 20.9056 34.0276 19.2073 38.9906 19.2073C44.0037 19.2073 48.1272 21.3177 51.3584 25.536C54.5874 29.7543 56.2043 34.9229 56.2043 41.0442C56.2043 45.1601 54.4726 48.7995 51.0093 51.9627M74.9605 22.8873C71.6024 15.4511 66.783 9.77759 60.5046 5.86646C54.2238 1.95549 46.8979 0 38.5266 0C26.6395 0 17.2471 3.5157 10.3491 10.5445C3.4489 17.5733 0 27.1389 0 39.2387C0 50.4645 2.84135 59.2322 8.52665 65.5393C14.2118 71.8463 21.9899 75 31.8607 75C37.7517 75 42.662 74.0235 46.5893 72.068C49.9344 70.4024 52.9412 67.687 55.613 63.9306C55.6356 63.9017 55.6586 63.8712 55.6823 63.8377C55.7196 63.7854 55.7535 63.7354 55.7893 63.6843C55.8208 63.6392 55.8524 63.5938 55.8837 63.5483C55.8981 63.5271 55.9122 63.5063 55.9264 63.4852C56.0778 63.2654 56.2289 63.0444 56.378 62.8178L56.3947 62.7422C56.6638 62.2828 56.8493 61.9015 56.9726 61.6151H79.4818C79.8263 57.7744 80 53.7293 80 49.4761C80 39.1863 78.3185 30.3235 74.9605 22.8873" fill="black"/>
4
- </svg>
1
+ <svg width="80" height="115" viewBox="0 0 80 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M39.9394 92.9915C34.844 95.3182 28.348 96.4804 20.4516 96.4804C15.7642 96.4804 11.2795 95.9444 7 94.8676V113.923C10.4142 114.639 15.4317 115 22.0549 115C40.8519 115 54.8884 109.545 64.1619 98.6295C67.8371 94.3024 70.7813 89.0902 73 83H51.0764C48.4056 87.4892 44.6938 90.8216 39.9394 92.9915" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M51.0093 51.9627C47.546 55.1258 43.3842 56.7073 38.5266 56.7073C33.3556 56.7073 29.5049 55.1139 26.972 51.9245C24.4391 48.7352 23.1738 44.4145 23.1738 38.9601C23.1738 32.5814 24.5683 27.6963 27.3594 24.2997C30.1506 20.9056 34.0276 19.2073 38.9906 19.2073C44.0037 19.2073 48.1272 21.3177 51.3584 25.536C54.5874 29.7543 56.2043 34.9229 56.2043 41.0442C56.2043 45.1601 54.4726 48.7995 51.0093 51.9627M74.9605 22.8873C71.6024 15.4511 66.783 9.77759 60.5046 5.86646C54.2238 1.95549 46.8979 0 38.5266 0C26.6395 0 17.2471 3.5157 10.3491 10.5445C3.4489 17.5733 0 27.1389 0 39.2387C0 50.4645 2.84135 59.2322 8.52665 65.5393C14.2118 71.8463 21.9899 75 31.8607 75C37.7517 75 42.662 74.0235 46.5893 72.068C49.9344 70.4024 52.9412 67.687 55.613 63.9306C55.6356 63.9017 55.6586 63.8712 55.6823 63.8377C55.7196 63.7854 55.7535 63.7354 55.7893 63.6843C55.8208 63.6392 55.8524 63.5938 55.8837 63.5483C55.8981 63.5271 55.9122 63.5063 55.9264 63.4852C56.0778 63.2654 56.2289 63.0444 56.378 62.8178L56.3947 62.7422C56.6638 62.2828 56.8493 61.9015 56.9726 61.6151H79.4818C79.8263 57.7744 80 53.7293 80 49.4761C80 39.1863 78.3185 30.3235 74.9605 22.8873" fill="black"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="50" height="112" viewBox="0 0 50 112" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M50 24V0H30.5793L0 24H50Z" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M25.021 46L25 47.0091V112H48V46H25.021Z" fill="black"/>
4
- </svg>
1
+ <svg width="50" height="112" viewBox="0 0 50 112" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M50 24V0H30.5793L0 24H50Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.021 46L25 47.0091V112H48V46H25.021Z" fill="black"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="81" height="111" viewBox="0 0 81 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M44.3961 40L12 111H37.074L68 40H44.3961Z" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M55.6605 19H78.7537L81 14.1571V0H0V18.972H55.6741L55.6605 19Z" fill="black"/>
4
- </svg>
1
+ <svg width="81" height="111" viewBox="0 0 81 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M44.3961 40L12 111H37.074L68 40H44.3961Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M55.6605 19H78.7537L81 14.1571V0H0V18.972H55.6741L55.6605 19Z" fill="black"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="80" height="115" viewBox="0 0 80 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M28.0155 31C30.5388 27.0774 34.0668 24.0509 38.6034 21.9254C43.7401 19.5196 50.3745 18.3146 58.5041 18.3146C62.95 18.3146 67.4478 18.8193 72 19.8244V1.13535C68.3706 0.379245 63.3593 0 56.971 0C38.2604 0 24.2132 5.32775 14.8319 15.9833C11.1732 20.139 8.23157 25.1472 6 31H28.0155Z" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M52.7138 90.7654C49.9728 94.1926 46.0453 95.9063 40.9293 95.9063C35.9685 95.9063 31.8713 93.7941 28.6423 89.5672C25.411 85.3403 23.7965 80.1588 23.7965 74.0249C23.7965 69.8506 25.5138 66.1918 28.9509 63.0461C32.388 59.9028 36.5353 58.3299 41.3955 58.3299C46.5619 58.3299 50.4248 59.9172 52.9842 63.0867C55.5433 66.2563 56.8231 70.6 56.8231 76.1133C56.8231 82.4524 55.4525 87.3381 52.7138 90.7654M71.3941 49.5111C65.6586 43.172 57.7247 40 47.5952 40C37.0529 40 27.6363 44.7652 23.8093 52.8609H23.7514H0.55552C0.187061 56.827 0 61.0122 0 65.4233C0 75.8914 1.69105 84.8367 5.07791 92.2619C8.46231 99.6869 13.2676 105.334 19.4959 109.2C25.7219 113.067 33.0217 115 41.3955 115C53.4887 115 62.9462 111.482 69.7676 104.446C76.5893 97.41 80 87.8607 80 75.7984C80 64.6142 77.1298 55.8502 71.3941 49.5111" fill="black"/>
4
- </svg>
1
+ <svg width="80" height="115" viewBox="0 0 80 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.0155 31C30.5388 27.0774 34.0668 24.0509 38.6034 21.9254C43.7401 19.5196 50.3745 18.3146 58.5041 18.3146C62.95 18.3146 67.4478 18.8193 72 19.8244V1.13535C68.3706 0.379245 63.3593 0 56.971 0C38.2604 0 24.2132 5.32775 14.8319 15.9833C11.1732 20.139 8.23157 25.1472 6 31H28.0155Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M52.7138 90.7654C49.9728 94.1926 46.0453 95.9063 40.9293 95.9063C35.9685 95.9063 31.8713 93.7941 28.6423 89.5672C25.411 85.3403 23.7965 80.1588 23.7965 74.0249C23.7965 69.8506 25.5138 66.1918 28.9509 63.0461C32.388 59.9028 36.5353 58.3299 41.3955 58.3299C46.5619 58.3299 50.4248 59.9172 52.9842 63.0867C55.5433 66.2563 56.8231 70.6 56.8231 76.1133C56.8231 82.4524 55.4525 87.3381 52.7138 90.7654M71.3941 49.5111C65.6586 43.172 57.7247 40 47.5952 40C37.0529 40 27.6363 44.7652 23.8093 52.8609H23.7514H0.55552C0.187061 56.827 0 61.0122 0 65.4233C0 75.8914 1.69105 84.8367 5.07791 92.2619C8.46231 99.6869 13.2676 105.334 19.4959 109.2C25.7219 113.067 33.0217 115 41.3955 115C53.4887 115 62.9462 111.482 69.7676 104.446C76.5893 97.41 80 87.8607 80 75.7984C80 64.6142 77.1298 55.8502 71.3941 49.5111" fill="black"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="78" height="115" viewBox="0 0 78 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M74.617 26.5989C74.617 33.581 72.4901 39.517 68.2388 44.4094C63.9873 49.3018 58.0193 52.6666 50.3369 54.4989V54.9594C59.404 56.0832 66.2683 58.827 70.9299 63.1906C75.5916 67.5563 77.9223 73.4405 77.9223 80.8428C77.9223 91.617 74.0029 100.004 66.164 106.001C58.3252 112.001 47.1287 115 32.5796 115C20.3874 115 9.57746 112.986 0.149933 108.958V88.8378C4.50336 91.0338 9.29536 92.8188 14.5212 94.1954C19.7472 95.5743 24.921 96.2614 30.0473 96.2614C37.8862 96.2614 43.6741 94.9345 47.4157 92.2757C51.155 89.6171 53.0257 85.3503 53.0257 79.471C53.0257 74.2055 50.8727 70.4748 46.5692 68.2765C42.2657 66.0807 35.4012 64.9802 25.9737 64.9802H17.4424V46.8462H26.1279C34.8369 46.8462 41.2034 45.7177 45.2248 43.4556C49.2462 41.1959 51.2592 37.3236 51.2592 31.8385C51.2592 23.409 45.929 19.1918 35.2732 19.1918C31.5838 19.1918 27.8304 19.8058 24.0128 21.0289C20.1953 22.2543 15.9559 24.3724 11.2942 27.3805L0.304112 11.0433C10.5497 3.68115 22.768 -6.10352e-05 36.9614 -6.10352e-05C48.5893 -6.10352e-05 57.7727 2.34467 64.5113 7.03171C71.2477 11.721 74.617 18.2426 74.617 26.5989" fill="black"/>
3
- </svg>
1
+ <svg width="78" height="115" viewBox="0 0 78 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M74.617 26.5989C74.617 33.581 72.4901 39.517 68.2388 44.4094C63.9873 49.3018 58.0193 52.6666 50.3369 54.4989V54.9594C59.404 56.0832 66.2683 58.827 70.9299 63.1906C75.5916 67.5563 77.9223 73.4405 77.9223 80.8428C77.9223 91.617 74.0029 100.004 66.164 106.001C58.3252 112.001 47.1287 115 32.5796 115C20.3874 115 9.57746 112.986 0.149933 108.958V88.8378C4.50336 91.0338 9.29536 92.8188 14.5212 94.1954C19.7472 95.5743 24.921 96.2614 30.0473 96.2614C37.8862 96.2614 43.6741 94.9345 47.4157 92.2757C51.155 89.6171 53.0257 85.3503 53.0257 79.471C53.0257 74.2055 50.8727 70.4748 46.5692 68.2765C42.2657 66.0807 35.4012 64.9802 25.9737 64.9802H17.4424V46.8462H26.1279C34.8369 46.8462 41.2034 45.7177 45.2248 43.4556C49.2462 41.1959 51.2592 37.3236 51.2592 31.8385C51.2592 23.409 45.929 19.1918 35.2732 19.1918C31.5838 19.1918 27.8304 19.8058 24.0128 21.0289C20.1953 22.2543 15.9559 24.3724 11.2942 27.3805L0.304112 11.0433C10.5497 3.68115 22.768 -6.10352e-05 36.9614 -6.10352e-05C48.5893 -6.10352e-05 57.7727 2.34467 64.5113 7.03171C71.2477 11.721 74.617 18.2426 74.617 26.5989" fill="black"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="78" height="113" viewBox="0 0 78 113" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M25.5075 23.2072C29.5673 21.1819 33.7562 20.1668 38.0722 20.1668C42.1835 20.1668 45.4705 21.2829 47.9326 23.5151C50.3948 25.7473 51.6258 29.1486 51.6258 33.714C51.6258 36.7784 51.0666 39.7371 49.9506 42.5923C48.8324 45.4475 47.0046 48.548 44.4672 51.8963C41.9299 55.2446 36.5239 61.2534 28.2492 69.9199L25.2696 73H51.6826C57.1826 67.5862 61.2631 63.182 63.9203 59.7909C67.7028 54.9656 70.4938 50.2558 72.2959 45.6615C74.0978 41.0673 75 36.1506 75 30.9069C75 24.8718 73.5269 19.5125 70.5831 14.8292C67.6393 10.1484 63.502 6.50664 58.1736 3.90389C52.8428 1.3013 46.7015 0 39.7472 0C34.4658 0 29.6942 0.534036 25.4299 1.60195C21.1658 2.67002 17.233 4.195 13.6289 6.17458C10.0249 8.15663 5.48129 11.5434 0 16.3374L12.7925 31.8594C17.2094 28.119 21.4478 25.235 25.5075 23.2072" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.52995 94L0 97.3832V113H78V94H3.52995Z" fill="black"/>
4
- </svg>
1
+ <svg width="78" height="113" viewBox="0 0 78 113" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M25.5075 23.2072C29.5673 21.1819 33.7562 20.1668 38.0722 20.1668C42.1835 20.1668 45.4705 21.2829 47.9326 23.5151C50.3948 25.7473 51.6258 29.1486 51.6258 33.714C51.6258 36.7784 51.0666 39.7371 49.9506 42.5923C48.8324 45.4475 47.0046 48.548 44.4672 51.8963C41.9299 55.2446 36.5239 61.2534 28.2492 69.9199L25.2696 73H51.6826C57.1826 67.5862 61.2631 63.182 63.9203 59.7909C67.7028 54.9656 70.4938 50.2558 72.2959 45.6615C74.0978 41.0673 75 36.1506 75 30.9069C75 24.8718 73.5269 19.5125 70.5831 14.8292C67.6393 10.1484 63.502 6.50664 58.1736 3.90389C52.8428 1.3013 46.7015 0 39.7472 0C34.4658 0 29.6942 0.534036 25.4299 1.60195C21.1658 2.67002 17.233 4.195 13.6289 6.17458C10.0249 8.15663 5.48129 11.5434 0 16.3374L12.7925 31.8594C17.2094 28.119 21.4478 25.235 25.5075 23.2072" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.52995 94L0 97.3832V113H78V94H3.52995Z" fill="black"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="78" height="115" viewBox="0 0 78 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M68.117 14.6722C61.5282 4.89067 51.7959 0 38.9246 0C25.6955 0 15.8995 4.6738 9.53927 14.0214C6.72769 18.1532 4.53898 23.3006 2.97043 29.459H26.5284C26.6846 29.0007 26.8461 28.5595 27.0142 28.1392C29.4066 22.1591 33.3767 19.1667 38.9246 19.1667C44.3689 19.1667 48.325 22.1591 50.7928 28.1392C53.2606 34.1218 54.4969 43.9597 54.4969 57.6509C54.4969 71.1936 53.2748 80.9678 50.8327 86.974C48.3886 92.9825 44.4208 95.9843 38.9246 95.9843C33.325 95.9843 29.343 93.0202 26.9765 87.0896C24.6099 81.1589 23.4278 71.3468 23.4278 57.6509C23.4278 55.392 23.4608 53.2403 23.5259 51.1913H0.121771C0.0420471 53.2688 0 55.408 0 57.6156C0 76.5135 3.26837 90.8035 9.80768 100.481C16.3446 110.161 26.051 115 38.9246 115C52.2033 115 62.0346 110.314 68.4208 100.941C74.807 91.5676 78 77.1265 78 57.6156C78 38.7672 74.7057 24.4536 68.117 14.6722" fill="black"/>
3
- </svg>
1
+ <svg width="78" height="115" viewBox="0 0 78 115" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M68.117 14.6722C61.5282 4.89067 51.7959 0 38.9246 0C25.6955 0 15.8995 4.6738 9.53927 14.0214C6.72769 18.1532 4.53898 23.3006 2.97043 29.459H26.5284C26.6846 29.0007 26.8461 28.5595 27.0142 28.1392C29.4066 22.1591 33.3767 19.1667 38.9246 19.1667C44.3689 19.1667 48.325 22.1591 50.7928 28.1392C53.2606 34.1218 54.4969 43.9597 54.4969 57.6509C54.4969 71.1936 53.2748 80.9678 50.8327 86.974C48.3886 92.9825 44.4208 95.9843 38.9246 95.9843C33.325 95.9843 29.343 93.0202 26.9765 87.0896C24.6099 81.1589 23.4278 71.3468 23.4278 57.6509C23.4278 55.392 23.4608 53.2403 23.5259 51.1913H0.121771C0.0420471 53.2688 0 55.408 0 57.6156C0 76.5135 3.26837 90.8035 9.80768 100.481C16.3446 110.161 26.051 115 38.9246 115C52.2033 115 62.0346 110.314 68.4208 100.941C74.807 91.5676 78 77.1265 78 57.6156C78 38.7672 74.7057 24.4536 68.117 14.6722" fill="black"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7 11.0827V2.91602" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M2.91797 7H11.0846" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 11.0827V2.91602" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M2.91797 7H11.0846" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.33333 4C9.17427 4 10.6667 5.49239 10.6667 7.33333M11.1059 11.1033L14 14M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z" stroke="#9B9B9B" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.33333 4C9.17427 4 10.6667 5.49239 10.6667 7.33333M11.1059 11.1033L14 14M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z" stroke="#9B9B9B" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,10 +1,10 @@
1
- <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5576_18558)">
3
- <path d="M4.10179 5.87885C4.29705 6.07415 4.29705 6.3907 4.10179 6.586L3.18757 7.5002H7.99822C8.27437 7.5002 8.49822 7.72404 8.49822 8.00019C8.49822 8.27634 8.27437 8.5002 7.99822 8.5002H3.18757L4.10179 9.41439C4.29705 9.60964 4.29705 9.92625 4.10179 10.1215C3.90653 10.3168 3.58994 10.3168 3.39468 10.1215L1.62691 8.35374C1.43165 8.15849 1.43165 7.84189 1.62691 7.64665L3.39468 5.87885C3.58994 5.6836 3.90653 5.6836 4.10179 5.87885ZM7.89462 1.87887C8.0749 1.69863 8.35849 1.68476 8.55462 1.83728L8.60172 1.87887L10.3695 3.64664C10.5498 3.82688 10.5636 4.11049 10.4111 4.30664L10.3695 4.35375L8.60172 6.1215C8.40647 6.3168 8.08992 6.3168 7.89462 6.1215C7.71439 5.94126 7.70052 5.65763 7.85303 5.4615L7.89462 5.4144L8.80887 4.50019H3.99817C3.72203 4.50019 3.49817 4.27633 3.49817 4.00019C3.49817 3.74377 3.69119 3.53244 3.93986 3.50355L3.99817 3.50019H8.80887L7.89462 2.58598C7.69937 2.39072 7.69937 2.07413 7.89462 1.87887Z" fill="#3D9626"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_5576_18558">
7
- <rect width="12" height="12" fill="white"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_5576_18558)">
3
+ <path d="M4.10179 5.87885C4.29705 6.07415 4.29705 6.3907 4.10179 6.586L3.18757 7.5002H7.99822C8.27437 7.5002 8.49822 7.72404 8.49822 8.00019C8.49822 8.27634 8.27437 8.5002 7.99822 8.5002H3.18757L4.10179 9.41439C4.29705 9.60964 4.29705 9.92625 4.10179 10.1215C3.90653 10.3168 3.58994 10.3168 3.39468 10.1215L1.62691 8.35374C1.43165 8.15849 1.43165 7.84189 1.62691 7.64665L3.39468 5.87885C3.58994 5.6836 3.90653 5.6836 4.10179 5.87885ZM7.89462 1.87887C8.0749 1.69863 8.35849 1.68476 8.55462 1.83728L8.60172 1.87887L10.3695 3.64664C10.5498 3.82688 10.5636 4.11049 10.4111 4.30664L10.3695 4.35375L8.60172 6.1215C8.40647 6.3168 8.08992 6.3168 7.89462 6.1215C7.71439 5.94126 7.70052 5.65763 7.85303 5.4615L7.89462 5.4144L8.80887 4.50019H3.99817C3.72203 4.50019 3.49817 4.27633 3.49817 4.00019C3.49817 3.74377 3.69119 3.53244 3.93986 3.50355L3.99817 3.50019H8.80887L7.89462 2.58598C7.69937 2.39072 7.69937 2.07413 7.89462 1.87887Z" fill="#3D9626"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_5576_18558">
7
+ <rect width="12" height="12" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.78444 1.69789C10.017 1.83078 10.2097 2.0235 10.3426 2.25605L16.7578 13.4827C17.1688 14.202 16.9189 15.1183 16.1997 15.5293C15.973 15.6588 15.7165 15.7269 15.4555 15.7269H2.625C1.79657 15.7269 1.125 15.0553 1.125 14.2269C1.125 13.9659 1.19312 13.7093 1.32264 13.4827L7.73787 2.25605C8.14888 1.53677 9.06516 1.28688 9.78444 1.69789ZM9 11.0625C8.46429 11.0625 8.0625 11.4585 8.0625 11.9865C8.0625 12.5385 8.45211 12.9345 9 12.9345C9.53571 12.9345 9.9375 12.5385 9.9375 11.9985C9.9375 11.4585 9.53571 11.0625 9 11.0625ZM9.75 5.25H8.25V9.75H9.75V5.25Z" fill="#F19112"/>
3
- </svg>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.78444 1.69789C10.017 1.83078 10.2097 2.0235 10.3426 2.25605L16.7578 13.4827C17.1688 14.202 16.9189 15.1183 16.1997 15.5293C15.973 15.6588 15.7165 15.7269 15.4555 15.7269H2.625C1.79657 15.7269 1.125 15.0553 1.125 14.2269C1.125 13.9659 1.19312 13.7093 1.32264 13.4827L7.73787 2.25605C8.14888 1.53677 9.06516 1.28688 9.78444 1.69789ZM9 11.0625C8.46429 11.0625 8.0625 11.4585 8.0625 11.9865C8.0625 12.5385 8.45211 12.9345 9 12.9345C9.53571 12.9345 9.9375 12.5385 9.9375 11.9985C9.9375 11.4585 9.53571 11.0625 9 11.0625ZM9.75 5.25H8.25V9.75H9.75V5.25Z" fill="#F19112"/>
3
+ </svg>
@@ -1,28 +1,10 @@
1
- import { AppSurface } from "../routing/app-routes.js";
2
- import { AppRoute } from "../routing/app-routes.js";
3
- import { resolveAppHref } from "../routing/resolve-app-href.js";
4
- import { SURFACE_ROUTING_PATH_KEYS, getAppPublicOrigin, isAlreadyOnOnboardingFlow, isPathBasedRouting, isPathForSurface } from "../routing/resolve-app-href.js";
5
- const getOnboardingAppBaseUrl = () => resolveAppHref(AppSurface.ONBOARDING, "");
6
- const buildOnboardingUrl = (path = "") => resolveAppHref(AppSurface.ONBOARDING, path);
7
- const getDashboardBaseUrl = () => resolveAppHref(AppSurface.DASHBOARD, "");
8
- const buildDashboardUrl = (path = "") => resolveAppHref(AppSurface.DASHBOARD, path);
9
- const getAdminAppUrl = () => resolveAppHref(AppSurface.ADMIN, "");
10
- const getInvestorAppOrigin = () => resolveAppHref(AppSurface.INVESTOR_ROOT, "");
11
- const getRegisterEntryUrl = () => resolveAppHref(AppSurface.REGISTER, "");
1
+ import { getConfig } from "../runtime-config.js";
2
+ function isAlreadyOnOnboardingFlow() {
3
+ if (typeof window === "undefined") return false;
4
+ const onboardingUrl = getConfig("onboardingUrl");
5
+ if (onboardingUrl) return window.location.href.startsWith(onboardingUrl);
6
+ return window.location.hostname.startsWith("signup.");
7
+ }
12
8
  export {
13
- AppRoute,
14
- AppSurface,
15
- SURFACE_ROUTING_PATH_KEYS,
16
- buildDashboardUrl,
17
- buildOnboardingUrl,
18
- getAdminAppUrl,
19
- getAppPublicOrigin,
20
- getDashboardBaseUrl,
21
- getInvestorAppOrigin,
22
- getOnboardingAppBaseUrl,
23
- getRegisterEntryUrl,
24
- isAlreadyOnOnboardingFlow,
25
- isPathBasedRouting,
26
- isPathForSurface,
27
- resolveAppHref
9
+ isAlreadyOnOnboardingFlow
28
10
  };
@@ -1,6 +1,5 @@
1
1
  import { walletTypes, UserTypes } from "../constants/globalVariables.js";
2
- import { AppSurface } from "../routing/app-routes.js";
3
- import { resolveAppHref } from "../routing/resolve-app-href.js";
2
+ import { getConfig } from "../runtime-config.js";
4
3
  const TASK_COPY = {
5
4
  country: {
6
5
  title: {
@@ -133,7 +132,7 @@ function generateCoreChecklistTasks(user) {
133
132
  const liquidWallets = wallets.filter((wallet2) => wallet2.type === walletTypes.LIQUID) || [];
134
133
  const hasWallet = liquidWallets.length > 0;
135
134
  const isEntity = user_type === UserTypes.investor_entity;
136
- const signupBase = resolveAppHref(AppSurface.ONBOARDING, "");
135
+ const signupBase = getConfig("onboardingUrl") || "";
137
136
  const countryStatus = !country ? "missing" : !isFromAllowedCountry ? "not_available" : "done";
138
137
  const countryTask = {
139
138
  key: "country",
@@ -0,0 +1,7 @@
1
+ function hasLoggedInSession(user) {
2
+ if (user == null || typeof user !== "object") return false;
3
+ return Boolean(user._id || user.uid);
4
+ }
5
+ export {
6
+ hasLoggedInSession
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "3.0.26",
3
+ "version": "3.0.28",
4
4
  "description": "STOKR - Components Library",
5
5
  "author": "Bilal Hodzic <bilal@stokr.io>",
6
6
  "license": "MIT",
@@ -1,22 +0,0 @@
1
- const AppSurface = Object.freeze({
2
- ONBOARDING: "onboarding",
3
- DASHBOARD: "dashboard",
4
- ADMIN: "admin",
5
- BACKOFFICE: "backoffice",
6
- /** Apex / public app origin (`https://{websiteDomain}`; path mode uses the same base as {@link getPlatformURL}). */
7
- INVESTOR_ROOT: "investorRoot",
8
- /** Register / sign-up entry from login flows. */
9
- REGISTER: "register",
10
- /** Default Mixpanel proxy host (subdomain or path). */
11
- ANALYTICS: "analytics"
12
- });
13
- const AppRoute = Object.freeze({
14
- WELCOME: "/welcome",
15
- RESEND_ACTIVATION: "/resend-activation-email",
16
- CHECKLIST: "/checklist",
17
- OVERVIEW: "/overview"
18
- });
19
- export {
20
- AppRoute,
21
- AppSurface
22
- };