5htp 0.3.8 → 0.4.0

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/compiler/common/babel/routes/routes.ts +13 -2
  3. package/src/compiler/common/index.ts +3 -1
  4. package/src/compiler/common/plugins/indexage/icones-svg/index.ts +3 -3
  5. package/src/compiler/index.ts +34 -12
  6. package/skeleton/Dockerfile +0 -20
  7. package/skeleton/docker-compose.yml +0 -37
  8. package/skeleton/identity.yaml +0 -21
  9. package/skeleton/package.json +0 -48
  10. package/skeleton/src/client/assets/identity/logo.svg +0 -14
  11. package/skeleton/src/client/assets/identity/logoAndText.svg +0 -10
  12. package/skeleton/src/client/assets/identity/logoAndTextBlack.svg +0 -11
  13. package/skeleton/src/client/assets/illustration/landing/banner.webp +0 -0
  14. package/skeleton/src/client/assets/illustration/landing/candidate/employers.webp +0 -0
  15. package/skeleton/src/client/assets/illustration/landing/candidate/hero.webp +0 -0
  16. package/skeleton/src/client/assets/illustration/landing/candidate/mentors.webp +0 -0
  17. package/skeleton/src/client/assets/illustration/landing/headhunter/hero.webp +0 -0
  18. package/skeleton/src/client/assets/illustration/landing/hero.jpeg +0 -0
  19. package/skeleton/src/client/assets/illustration/landing/hero.webp +0 -0
  20. package/skeleton/src/client/assets/illustration/landing/hero.xcf +0 -0
  21. package/skeleton/src/client/assets/illustration/landing/recruiter/onboarding.webp +0 -0
  22. package/skeleton/src/client/assets/illustration/landing/team/andre.png +0 -0
  23. package/skeleton/src/client/assets/illustration/landing/team/emma.png +0 -0
  24. package/skeleton/src/client/assets/illustration/landing/team/fei.png +0 -0
  25. package/skeleton/src/client/assets/illustration/landing/team/gaetan.png +0 -0
  26. package/skeleton/src/client/assets/illustration/landing/team/jordan.png +0 -0
  27. package/skeleton/src/client/assets/illustration/landing/team/lery.png +0 -0
  28. package/skeleton/src/client/assets/illustration/landing/team/mehdi.png +0 -0
  29. package/skeleton/src/client/assets/illustration/landing/team/omkar.png +0 -0
  30. package/skeleton/src/client/assets/illustration/landing/team/thibaut.png +0 -0
  31. package/skeleton/src/client/assets/illustration/launch.jpg +0 -0
  32. package/skeleton/src/client/assets/img/background/header-blur.png +0 -0
  33. package/skeleton/src/client/assets/img/partners/citron.svg +0 -987
  34. package/skeleton/src/client/assets/logos/google-play-store.svg +0 -1
  35. package/skeleton/src/client/assets/logos/googleauth.svg +0 -9
  36. package/skeleton/src/client/assets/patterns/dots.png +0 -0
  37. package/skeleton/src/client/assets/patterns/interlaced.png +0 -0
  38. package/skeleton/src/client/assets/theme.less +0 -231
  39. package/skeleton/src/client/assets/vars.less +0 -54
  40. package/skeleton/src/client/context.ts +0 -23
  41. package/skeleton/src/client/index.ts +0 -59
  42. package/skeleton/src/client/pages/_messages/400.tsx +0 -45
  43. package/skeleton/src/client/pages/_messages/401.tsx +0 -39
  44. package/skeleton/src/client/pages/_messages/403.tsx +0 -43
  45. package/skeleton/src/client/pages/_messages/404.tsx +0 -42
  46. package/skeleton/src/client/pages/_messages/500.tsx +0 -42
  47. package/skeleton/src/client/pages/platform/Header.less +0 -12
  48. package/skeleton/src/client/pages/platform/Header.tsx +0 -119
  49. package/skeleton/src/client/pages/platform/_layout/index.less +0 -118
  50. package/skeleton/src/client/pages/platform/_layout/index.tsx +0 -131
  51. package/skeleton/src/client/pages/platform/_layout/mobile.less +0 -114
  52. package/skeleton/src/client/pages/platform/_page.tsx +0 -54
  53. package/skeleton/src/client/pages/platform/headhunters/index.tsx +0 -88
  54. package/skeleton/src/client/pages/platform/index.tsx +0 -58
  55. package/skeleton/src/client/pages/platform/missions/index.tsx +0 -149
  56. package/skeleton/src/client/pages/preload.json +0 -3
  57. package/skeleton/src/client/services/metrics/index.ts +0 -59
  58. package/skeleton/src/client/tsconfig.json +0 -31
  59. package/skeleton/src/common/config/router.ts +0 -16
  60. package/skeleton/src/common/forms/company/bookCall.ts +0 -25
  61. package/skeleton/src/common/forms/company/importJob.ts +0 -26
  62. package/skeleton/src/common/forms/company/signup.ts +0 -31
  63. package/skeleton/src/common/forms/headhunter/feedback.ts +0 -31
  64. package/skeleton/src/common/forms/headhunter/mission/cancel.ts +0 -26
  65. package/skeleton/src/common/forms/headhunter/mission/candidate/availability.ts +0 -31
  66. package/skeleton/src/common/forms/headhunter/mission/candidate/education.ts +0 -19
  67. package/skeleton/src/common/forms/headhunter/mission/candidate/identity.ts +0 -31
  68. package/skeleton/src/common/forms/headhunter/mission/candidate/others.ts +0 -19
  69. package/skeleton/src/common/forms/headhunter/mission/candidate/skills.ts +0 -21
  70. package/skeleton/src/common/forms/headhunter/mission/reject.ts +0 -23
  71. package/skeleton/src/common/forms/headhunter/mission/search.ts +0 -78
  72. package/skeleton/src/common/forms/headhunter/signup.ts +0 -34
  73. package/skeleton/src/common/libs/headhunter/candidate/index.ts +0 -155
  74. package/skeleton/src/common/libs/headhunter/mission/index.ts +0 -30
  75. package/skeleton/src/common/libs/hub/index.ts +0 -41
  76. package/skeleton/src/common/tsconfig.json +0 -10
  77. package/skeleton/src/server/config/communication.ts +0 -48
  78. package/skeleton/src/server/config/crosspath.ts +0 -9
  79. package/skeleton/src/server/config/data.ts +0 -34
  80. package/skeleton/src/server/config/database.ts +0 -26
  81. package/skeleton/src/server/config/internal.ts +0 -21
  82. package/skeleton/src/server/config/user.ts +0 -90
  83. package/skeleton/src/server/index.ts +0 -111
  84. package/skeleton/src/server/libs/utils/slug.ts +0 -11
  85. package/skeleton/src/server/routes/global.ts +0 -33
  86. package/skeleton/src/server/routes/headhunters.ts +0 -24
  87. package/skeleton/src/server/routes/missions.ts +0 -50
  88. package/skeleton/src/server/services/Headhunter/index.ts +0 -127
  89. package/skeleton/src/server/services/Headhunter/service.json +0 -6
  90. package/skeleton/src/server/services/Mission/index.ts +0 -174
  91. package/skeleton/src/server/services/Mission/service.json +0 -6
  92. package/skeleton/src/server/services/email/sendgrid/index.ts +0 -97
  93. package/skeleton/src/server/services/email/sendgrid/service.json +0 -6
  94. package/skeleton/src/server/services/slack/index.ts +0 -105
  95. package/skeleton/src/server/services/slack/service.json +0 -6
  96. package/skeleton/src/server/services/users/index.ts +0 -133
  97. package/skeleton/src/server/services/users/service.json +0 -6
  98. package/skeleton/src/server/tsconfig.json +0 -32
  99. package/skeleton/var/typings/routes.d.ts +0 -541
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "5htp",
3
3
  "description": "Convenient TypeScript framework designed for Performance and Productivity.",
4
- "version": "0.3.8",
4
+ "version": "0.4.0",
5
5
  "author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
6
6
  "repository": "git://github.com/gaetanlegac/5htp.git",
7
7
  "license": "MIT",
@@ -49,7 +49,18 @@ function Plugin(babel, { app, side, debug }: TOptions) {
49
49
  /*
50
50
  - Wrap route.get(...) with (app: Application) => { }
51
51
  - Inject chunk ID into client route options
52
- - Transform api.fetch calls
52
+ - Transform aoi.fetch:
53
+
54
+ Input:
55
+ const { stats } = api.fetch({
56
+ stats: api.get(...)
57
+ }):
58
+
59
+ Output:
60
+
61
+ Route.page('/', { data: { stats: api.get(...) } });
62
+ ...
63
+ const stats = page.data.stats;
53
64
  */
54
65
 
55
66
  const plugin: PluginObj<{
@@ -257,7 +268,7 @@ function Plugin(babel, { app, side, debug }: TOptions) {
257
268
  // Add data fetchers
258
269
  if (routeDef.dataFetchers.length !== 0) {
259
270
 
260
- // (contollerParams) => fetchers
271
+ // (contollerParams) => { stats: api.get(...) }
261
272
  const dataFetchersFunc = t.arrowFunctionExpression(
262
273
  renderer.params.map( param => t.cloneNode( param )),
263
274
  t.objectExpression(
@@ -44,6 +44,7 @@ export type TCompileMode = 'dev' | 'prod'
44
44
  export default function createCommonConfig( app: App, side: TAppSide, mode: TCompileMode ): webpack.Configuration {
45
45
 
46
46
  const dev = mode === 'dev';
47
+ const buildId = Date.now();
47
48
  const config: webpack.Configuration = {
48
49
 
49
50
  // Project root
@@ -78,13 +79,14 @@ export default function createCommonConfig( app: App, side: TAppSide, mode: TCom
78
79
 
79
80
  // Application
80
81
  BUILD_DATE: JSON.stringify(dayjs().format('YY.MM.DD-HH.mm')),
82
+ BUILD_ID: JSON.stringify(buildId),
81
83
  APP_PATH: JSON.stringify(app.paths.root),
82
84
  APP_NAME: JSON.stringify(app.identity.web.title),
83
85
 
84
86
  }),
85
87
 
86
88
  new PluginIndexage(side === 'client' ? {
87
- 'icones-svg': new IconesSvg(app),
89
+ 'icones-svg': new IconesSvg(app, buildId),
88
90
  } : {
89
91
  //'injection-dependances': new InjectDeps,
90
92
  }),
@@ -34,7 +34,7 @@ export default class IconesSVG extends Indexeur {
34
34
  private cacheTypes: string;
35
35
  private cacheIndex: string;
36
36
 
37
- public constructor( app: App, private debug?: boolean ) {
37
+ public constructor( app: App, private buildId: number, private debug?: boolean ) {
38
38
  super();
39
39
 
40
40
  this.formats = ['woff2'];
@@ -137,7 +137,7 @@ export default class IconesSVG extends Indexeur {
137
137
 
138
138
  const result = await webfont({
139
139
  files: Object.keys(cheminIcones),
140
- fontName: "icons",
140
+ fontName: "icons", // Force efresh icons woff on app update
141
141
  template: this.dossierIcones + 'template.css',
142
142
  // @ts-ignore
143
143
  formats: this.formats,
@@ -182,7 +182,7 @@ export default class IconesSVG extends Indexeur {
182
182
  // Enregistrement fichiers
183
183
  for (const format of this.formats)
184
184
  fs.outputFileSync(this.dossierSortie + 'icons.' + format, result[ format ]);
185
- fs.outputFileSync(this.dossierSortie + 'icons.css', result.template);
185
+ fs.outputFileSync(this.dossierSortie + 'icons.css', result.template?.replace('icons.woff2', 'icons.woff2?' + this.buildId));
186
186
 
187
187
  fs.outputFileSync(this.cacheTypes, 'export type TIcones = ' + typeIcones.join('|') );
188
188
 
@@ -19,6 +19,14 @@ import { TCompileMode } from './common';
19
19
 
20
20
  type TCompilerCallback = (compiler: webpack.Compiler) => void
21
21
 
22
+ type TServiceMetas = {
23
+ id: string,
24
+ name: string,
25
+ parent: string,
26
+ dependences: string,
27
+ importationPath: string
28
+ }
29
+
22
30
  /*----------------------------------
23
31
  - FONCTION
24
32
  ----------------------------------*/
@@ -93,7 +101,7 @@ export default class Compiler {
93
101
 
94
102
  private findServices( dir: string ) {
95
103
 
96
- const blacklist = ['node_modules', '5htp-core']
104
+ const blacklist = ['node_modules', '5htp-core', '5htp']
97
105
  const files: string[] = [];
98
106
  const dirents = fs.readdirSync(dir, { withFileTypes: true });
99
107
 
@@ -135,37 +143,51 @@ export default class Compiler {
135
143
 
136
144
  // Index services
137
145
  const searchDirs = {
146
+ // The less priority is the first
147
+ // The last override the first if there are duplicates
138
148
  '@server/services/': path.join(cli.paths.core.src, 'server', 'services'),
139
149
  '@/server/services/': path.join(app.paths.src, 'server', 'services'),
140
150
  '': path.join(app.paths.root, 'node_modules'),
141
151
  }
142
152
 
153
+ const servicesIndex: {[id: string]: TServiceMetas} = {};
143
154
  for (const importationPrefix in searchDirs) {
144
155
 
145
156
  const searchDir = searchDirs[ importationPrefix ];
146
157
  const services = this.findServices(searchDir);
147
158
 
148
159
  for (const serviceDir of services) {
149
-
150
160
  const metasFile = path.join( serviceDir, 'service.json');
151
- const { id, name, parent, dependences } = require(metasFile);
152
161
 
153
162
  // The +1 is to remove the slash
154
163
  const importationPath = importationPrefix + serviceDir.substring( searchDir.length + 1 );
155
-
156
- // Generate index & typings
157
- imported.push(`import type ${name} from "${importationPath}";`);
158
- exportedType.push(`'${id}': ${name},`);
159
- // NOTE: only import enabled packages to optimize memory
160
- // TODO: don't index non-setuped packages in the exported metas
161
- exportedMetas.push(`'${id}': {
164
+
165
+ const serviceMetas = require(metasFile);
166
+
167
+ servicesIndex[ metasFile ] = {
168
+ ...serviceMetas,
169
+ importationPath
170
+ };
171
+ }
172
+ }
173
+
174
+ // Create importation directives
175
+ for (const serviceId in servicesIndex) {
176
+
177
+ const { id, name, parent, dependences, importationPath } = servicesIndex[ serviceId ];
178
+
179
+ // Generate index & typings
180
+ imported.push(`import type ${name} from "${importationPath}";`);
181
+ exportedType.push(`'${id}': ${name},`);
182
+ // NOTE: only import enabled packages to optimize memory
183
+ // TODO: don't index non-setuped packages in the exported metas
184
+ exportedMetas.push(`'${id}': {
162
185
  class: () => require("${importationPath}"),
163
186
  id: "${id}",
164
187
  name: "${name}",
165
188
  parent: "${parent}",
166
189
  dependences: ${JSON.stringify(dependences)},
167
- },`);
168
- }
190
+ },`);
169
191
  }
170
192
 
171
193
  // Define the app class identifier
@@ -1,20 +0,0 @@
1
- # NOTE: Executed locally, **AND** from the github repo
2
- # Run after happy build
3
-
4
- # Image config
5
- FROM node:18-bullseye
6
- WORKDIR /app
7
-
8
- # Install deps
9
- COPY package.json .
10
- COPY package-lock.json .
11
- RUN npm ci
12
-
13
- # Config
14
- COPY identity.yaml .
15
- COPY ./public ./public
16
- # Source files
17
- COPY bin ./bin
18
-
19
- # Run
20
- CMD ["npm", "start"]
@@ -1,37 +0,0 @@
1
- version: '3'
2
- services:
3
- crosspath:
4
- # Launch
5
- image: crosspath
6
- container_name: crosspath
7
- build:
8
- context: .
9
- dockerfile: Dockerfile
10
- # Container config
11
- ports:
12
- - 3014:3014
13
- expose:
14
- - 3014
15
- depends_on:
16
- - mysqldb
17
- networks:
18
- - internalnet
19
- tty: true
20
-
21
- mysqldb:
22
- # Launch
23
- image: mysql:8.0
24
- container_name: mysqlcontainer
25
- command: --default-authentication-plugin=mysql_native_password
26
- restart: unless-stopped
27
- # Container config
28
- ports:
29
- - 3366:3306
30
- expose:
31
- - 3366
32
- networks:
33
- - internalnet
34
-
35
- networks:
36
- internalnet:
37
- driver: bridge
@@ -1,21 +0,0 @@
1
- name: CrossPath CSM
2
- identifier: CrossPathCSM
3
- description: "Cross Path is a marketplace to match candidates with companies via freelance headhunters. We open the door for all people to become headhunters on Cross Path and help the company clients source the best candidates from Cross Path’s own talent pool or external resources. "
4
-
5
- author:
6
- name: CrossPath
7
- url: csm.becrosspath.com
8
- email: team@becrosspath.com
9
-
10
- social:
11
-
12
- language: en
13
- maincolor: white
14
-
15
- web:
16
- title: "CrossPath"
17
- titleSuffix: CrossPath
18
- fullTitle: "The premier hiring platform for top-tier recruitment."
19
- description: "Revolutionise your recruitment process with CrossPath - the ultimate headhunter marketplace (hiring platform) for finding exceptional talent. Join us today and see the results!"
20
- version: 0.0.1
21
-
@@ -1,48 +0,0 @@
1
- {
2
- "name": "crosspath",
3
- "version": "0.0.3",
4
- "private": true,
5
- "engines": {
6
- "node": ">=16.1.0",
7
- "npm": ">=3.10.10"
8
- },
9
- "browserslist": [
10
- ">0.2%",
11
- "not dead",
12
- "not op_mini all",
13
- "safari >= 10"
14
- ],
15
- "scripts": {
16
- "dev": "export NODE_ENV=development && 5htp dev",
17
- "build": "5htp build",
18
- "deploy": "docker compose up --build",
19
- "start": "export NODE_ENV=production && node ./bin/server.js",
20
- "update-ecs-tasks": "aws ecs describe-task-definition --profile crosspath --task-definition CrossPathCSM --query taskDefinition > .github/workflows/ecs-task.json"
21
- },
22
- "dependencies": {
23
- "@sendgrid/mail": "^7.7.0",
24
- "@slack/web-api": "^6.8.0",
25
- "5htp": "^0.3.1",
26
- "5htp-airtable": "^0.0.5-1",
27
- "5htp-core": "^0.3.6-9",
28
- "aws-sdk": "^2.1334.0",
29
- "core-js": "^3.18.1",
30
- "dayjs": "^1.11.6",
31
- "fs-extra": "^11.1.1",
32
- "got": "^11.8.3",
33
- "ngrok": "^5.0.0-beta.2",
34
- "number-abbreviate": "^2.0.0",
35
- "sha1": "^1.1.1",
36
- "sharp": "^0.31.3",
37
- "short-unique-id": "^5.0.3",
38
- "tslog": "^4.9.1"
39
- },
40
- "devDependencies": {
41
- "@types/fs-extra": "^11.0.1",
42
- "@types/node-fetch": "^2.6.2",
43
- "@types/request": "^2.48.8",
44
- "@types/sharp": "^0.31.1",
45
- "csv-parser": "^3.0.0",
46
- "ts-node": "^10.9.1"
47
- }
48
- }
@@ -1,14 +0,0 @@
1
- <svg width="110" height="110" viewBox="0 0 110 110" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_b_1913_3113)">
3
- <rect width="108.683" height="108.683" rx="30" transform="matrix(-1 0 0 1 109.373 0.727417)" fill="black"/>
4
- </g>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M68.0412 58.6903L81.5064 58.6903C80.499 72.8905 73.8148 80.1099 57.114 80.4878V69.5095C64.8638 69.1714 67.4794 65.2534 68.0412 58.7102V58.6903ZM42.5242 53.9604C42.5242 62.2446 45.0938 67.219 50.8854 68.8445V79.9685C34.7955 78.0884 28.569 66.2398 28.569 53.9604C28.569 41.681 34.7559 29.852 50.8854 28.0698L50.8854 39.0762C44.995 40.6234 42.5242 45.6566 42.5242 53.9604ZM68.2987 49.8673L82.0254 49.8673C80.8522 34.9367 74.3213 28.4034 57.114 28.0698L57.114 38.841C64.916 39.2531 67.8099 43.0004 68.2987 49.8673Z" fill="white"/>
6
- <defs>
7
- <filter id="filter0_b_1913_3113" x="-63.3101" y="-63.2726" width="236.683" height="236.683" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
8
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
9
- <feGaussianBlur in="BackgroundImageFix" stdDeviation="32"/>
10
- <feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1913_3113"/>
11
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1913_3113" result="shape"/>
12
- </filter>
13
- </defs>
14
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="181" height="26" viewBox="0 0 181 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_1739_5023)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M181 14.3282V24.9451H174.939V15.3472C174.939 13.0455 173.984 11.79 171.872 11.79C169.438 11.79 168.033 13.3275 168.033 16.7482V24.9541H161.973V0.5H168.033V10.7256C169.2 8.42394 171.238 6.92285 174.379 6.92285C178.998 6.92285 181 9.75218 181 14.3282ZM116.24 17.3668C121.631 17.3668 123.78 13.9097 123.78 9.40645L123.789 9.39735C123.789 5.1761 121.64 1.71904 116.25 1.71904H103.136V24.945H109.408V17.3668H116.24ZM114.229 6.44065C116.452 6.44065 117.297 7.65972 117.297 9.44284C117.297 11.2532 116.415 12.6179 114.156 12.6179H109.399V6.44065H114.229ZM41.7191 16.2115C41.7191 11.5354 44.3271 6.92291 51.8022 6.92291C59.2773 6.92291 61.9129 11.5354 61.9129 16.2115C61.9129 20.8876 59.2681 25.5001 51.8022 25.5001C44.3363 25.5001 41.7191 20.924 41.7191 16.2115ZM51.8022 20.8239C54.6949 20.8239 55.8245 19.7049 55.8245 16.2115C55.8245 12.718 54.6949 11.599 51.8022 11.599C48.9095 11.599 47.78 12.718 47.78 16.2115C47.78 19.7049 48.9095 20.8239 51.8022 20.8239ZM40.0661 7.20487V13.0364H37.9173C34.997 13.0364 33.7573 14.4374 33.7573 17.9581V24.936H27.6964V7.4869H33.5828V11.044C34.2899 8.5695 35.7317 7.20487 38.5877 7.20487H40.0661ZM72.7582 21.8974C70.5083 21.8974 69.3053 20.7421 69.1676 19.3137H69.1492H63.6485C63.7954 22.5252 66.082 25.491 72.6388 25.491C79.1956 25.491 81.271 22.9164 81.271 19.5594C81.271 16.2024 79.5445 14.5284 75.3846 14.11L71.7572 13.7642C70.1043 13.5914 69.6818 12.9273 69.6818 12.1904C69.6818 11.2169 70.4532 10.48 72.5011 10.48C74.4387 10.48 75.3938 11.2806 75.5682 12.6453H81.069C80.72 8.56046 77.2028 6.92291 72.4735 6.92291C67.7442 6.92291 64.1536 8.59685 64.1536 12.7544C64.1536 15.793 65.9902 17.6125 69.4063 17.9946L73.1439 18.4131C75.1917 18.6587 75.504 19.3865 75.504 20.2599C75.504 21.2697 74.7326 21.8974 72.7582 21.8974ZM88.3328 19.3137C88.4706 20.7421 89.6736 21.8974 91.9234 21.8974C93.8978 21.8974 94.6692 21.2697 94.6692 20.2599C94.6692 19.3865 94.357 18.6587 92.3091 18.4131L88.5716 17.9946C85.1555 17.6125 83.3188 15.793 83.3188 12.7544C83.3188 8.59685 86.9094 6.92291 91.6388 6.92291C96.3681 6.92291 99.8852 8.56046 100.234 12.6453H94.7335C94.559 11.2806 93.604 10.48 91.6663 10.48C89.6185 10.48 88.8471 11.2169 88.8471 12.1904C88.8471 12.9273 89.2695 13.5914 90.9225 13.7642L94.5498 14.11C98.7098 14.5284 100.436 16.2024 100.436 19.5594C100.436 22.9164 98.3608 25.491 91.8041 25.491C85.2473 25.491 82.9607 22.5252 82.8138 19.3137H88.3145H88.3328ZM125.855 20.3327C125.855 17.5397 127.021 15.6929 131.879 14.8832L135.865 14.1827C137.481 13.9007 137.913 13.4822 137.913 12.5725C137.913 11.5263 137.279 10.8985 135.268 10.8985C133.156 10.8985 132.127 11.7355 132.1 13.273H126.213C126.388 9.57029 129.629 6.92291 135.204 6.92291C140.778 6.92291 143.524 9.18819 143.524 13.1729V20.1234C143.524 21.9702 143.634 23.5077 143.845 24.9451H138.629C138.454 23.9353 138.344 22.7435 138.344 21.3152C137.463 23.8625 135.277 25.4 131.723 25.4C128.169 25.4 125.874 23.4076 125.874 20.3418L125.855 20.3327ZM137.903 16.7391V16.075C137.059 16.7027 136.251 16.912 135.158 17.194L134.138 17.4396C132.449 17.8581 131.815 18.4495 131.815 19.6412C131.815 20.833 132.77 21.488 134.001 21.488C136.287 21.488 137.913 19.8778 137.913 16.7391H137.903ZM148.547 11.9811V18.0491C148.547 22.5524 150.236 24.9269 155.627 24.9269H158.832V20.178H154.608V11.972H159.401V7.46872H154.608V3.24747H151.54L149.043 7.61428L145.443 9.18816V11.9811H148.547ZM24.6752 11.1168H18.2929V11.1077C18.0266 8.11459 16.7868 6.32238 13.1136 6.16772V1.14589C21.0295 1.31874 24.1976 4.62114 24.6752 11.1168ZM6.48331 13.3457C6.48331 9.49742 7.67712 7.18665 10.3678 6.43156V1.26416C2.89269 2.13752 0 7.64153 0 13.3457C0 19.0498 2.87433 24.5447 10.3678 25.3726V20.2598C7.6312 19.5411 6.48331 17.203 6.48331 13.3457ZM18.3663 15.3744H24.8129C24.2619 22.2976 21.1947 25.3271 13.1136 25.4818V20.4872C16.7777 20.2962 18.1368 18.5586 18.3663 15.3744Z" fill="white"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_1739_5023">
7
- <rect width="181" height="25" fill="white" transform="translate(0 0.5)"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg fill="none" version="1.1" viewBox="0 0 181 26" xmlns="http://www.w3.org/2000/svg">
3
- <g clip-path="url(#a)" fill="#000">
4
- <path d="m181 14.328v10.617h-6.061v-9.5979c0-2.3017-0.955-3.5572-3.067-3.5572-2.434 0-3.839 1.5375-3.839 4.9582v8.2059h-6.06v-24.454h6.06v10.226c1.167-2.3017 3.205-3.8028 6.346-3.8028 4.619 0 6.621 2.8293 6.621 7.4054zm-64.76 3.0386c5.391 0 7.54-3.4571 7.54-7.9604l9e-3 -0.0091c0-4.2212-2.149-7.6783-7.539-7.6783h-13.114v23.226h6.272v-7.5782h6.832zm-2.011-10.926c2.223 0 3.068 1.2191 3.068 3.0022 0 1.8104-0.882 3.1751-3.141 3.1751h-4.757v-6.1772h4.83zm-72.51 9.7708c0-4.6761 2.608-9.2886 10.083-9.2886s10.111 4.6125 10.111 9.2886-2.6448 9.2886-10.111 9.2886-10.083-4.5761-10.083-9.2886zm10.083 4.6124c2.8927 0 4.0223-1.119 4.0223-4.6124 0-3.4935-1.1296-4.6125-4.0223-4.6125s-4.0222 1.119-4.0222 4.6125c0 3.4934 1.1295 4.6124 4.0222 4.6124zm-11.736-13.619v5.8315h-2.1488c-2.9203 0-4.16 1.401-4.16 4.9217v6.9779h-6.0609v-17.449h5.8864v3.5571c0.7071-2.4745 2.1489-3.8391 5.0049-3.8391h1.4784zm32.692 14.693c-2.2499 0-3.4529-1.1553-3.5906-2.5837h-5.5191c0.1469 3.2115 2.4335 6.1773 8.9903 6.1773s8.6322-2.5746 8.6322-5.9316-1.7265-5.031-5.8864-5.4494l-3.6274-0.3458c-1.6529-0.1728-2.0754-0.8369-2.0754-1.5738 0-0.9735 0.7714-1.7104 2.8193-1.7104 1.9376 0 2.8927 0.8006 3.0671 2.1653h5.5008c-0.349-4.0848-3.8662-5.7224-8.5955-5.7224s-8.3199 1.6739-8.3199 5.8315c0 3.0386 1.8366 4.8581 5.2527 5.2402l3.7376 0.4185c2.0478 0.2456 2.3601 0.9734 2.3601 1.8468 0 1.0098-0.7714 1.6375-2.7458 1.6375zm15.575-2.5837c0.1378 1.4284 1.3408 2.5837 3.5906 2.5837 1.9744 0 2.7458-0.6277 2.7458-1.6375 0-0.8734-0.3122-1.6012-2.3601-1.8468l-3.7375-0.4185c-3.4161-0.3821-5.2528-2.2016-5.2528-5.2402 0-4.1576 3.5906-5.8315 8.32-5.8315 4.7293 0 8.2464 1.6376 8.5952 5.7224h-5.5005c-0.1745-1.3647-1.1295-2.1653-3.0672-2.1653-2.0478 0-2.8192 0.7369-2.8192 1.7104 0 0.7369 0.4224 1.401 2.0754 1.5738l3.6273 0.3458c4.16 0.4184 5.8862 2.0924 5.8862 5.4494s-2.0752 5.9316-8.6319 5.9316c-6.5568 0-8.8434-2.9658-8.9903-6.1773h5.519zm37.522 1.019c0-2.793 1.166-4.6398 6.024-5.4495l3.986-0.7005c1.616-0.282 2.048-0.7005 2.048-1.6102 0-1.0462-0.634-1.674-2.645-1.674-2.112 0-3.141 0.837-3.168 2.3745h-5.887c0.175-3.7027 3.416-6.3501 8.991-6.3501 5.574 0 8.32 2.2653 8.32 6.25v6.9505c0 1.8468 0.11 3.3843 0.321 4.8217h-5.216c-0.175-1.0098-0.285-2.2016-0.285-3.6299-0.881 2.5473-3.067 4.0848-6.621 4.0848s-5.849-1.9924-5.849-5.0582l-0.019-0.0091zm12.048-3.5936v-0.6641c-0.844 0.6277-1.652 0.837-2.745 1.119l-1.02 0.2456c-1.689 0.4185-2.323 1.0099-2.323 2.2016 0 1.1918 0.955 1.8468 2.186 1.8468 2.286 0 3.912-1.6102 3.912-4.7489h-0.01zm10.644-4.758v6.068c0 4.5033 1.689 6.8778 7.08 6.8778h3.205v-4.7489h-4.224v-8.206h4.793v-4.5033h-4.793v-4.2212h-3.068l-2.497 4.3668-3.6 1.5739v2.7929h3.104zm-123.87-0.8643h-6.3823v-0.0091c-0.2663-2.9931-1.5061-4.7853-5.1793-4.94v-5.0218c7.9159 0.17285 11.084 3.4752 11.562 9.9709zm-18.192 2.2289c0-3.8483 1.1938-6.159 3.8845-6.9141v-5.1674c-7.4751 0.87336-10.368 6.3774-10.368 12.082 0 5.7041 2.8743 11.199 10.368 12.027v-5.1128c-2.7366-0.7187-3.8845-3.0568-3.8845-6.9141zm11.883 2.0287h6.4466c-0.551 6.9232-3.6182 9.9527-11.699 10.107v-4.9946c3.6641-0.191 5.0232-1.9286 5.2527-5.1128z" clip-rule="evenodd" fill="#000" fill-rule="evenodd"/>
5
- </g>
6
- <defs>
7
- <clipPath id="a">
8
- <rect transform="translate(0 .5)" width="181" height="25" fill="#fff"/>
9
- </clipPath>
10
- </defs>
11
- </svg>