@memori.ai/memori-react 8.8.5 → 8.9.1

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 (176) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +28 -0
  3. package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js +0 -1
  4. package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js.map +1 -1
  5. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +0 -10
  6. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -1
  7. package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js +0 -9
  8. package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js.map +1 -1
  9. package/dist/components/Chat/Chat.css +31 -0
  10. package/dist/components/Chat/Chat.js +17 -3
  11. package/dist/components/Chat/Chat.js.map +1 -1
  12. package/dist/components/ChatBubble/ChatBubble.js +1 -2
  13. package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
  14. package/dist/components/ChatInputs/ChatInputs.css +23 -0
  15. package/dist/components/ChatInputs/ChatInputs.d.ts +1 -0
  16. package/dist/components/ChatInputs/ChatInputs.js +37 -21
  17. package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
  18. package/dist/components/ChatTextArea/ChatTextArea.css +31 -0
  19. package/dist/components/ChatTextArea/ChatTextArea.d.ts +1 -0
  20. package/dist/components/ChatTextArea/ChatTextArea.js +9 -2
  21. package/dist/components/ChatTextArea/ChatTextArea.js.map +1 -1
  22. package/dist/components/FilePreview/FilePreview.css +39 -0
  23. package/dist/components/Header/Header.js +3 -16
  24. package/dist/components/Header/Header.js.map +1 -1
  25. package/dist/components/MediaWidget/LinkItemWidget.js +1 -1
  26. package/dist/components/MediaWidget/LinkItemWidget.js.map +1 -1
  27. package/dist/components/MediaWidget/MediaItemWidget.js +5 -9
  28. package/dist/components/MediaWidget/MediaItemWidget.js.map +1 -1
  29. package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +65 -51
  30. package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -1
  31. package/dist/components/MemoriArtifactSystem/utils/ArtifactAPI.d.ts +5 -0
  32. package/dist/components/MemoriArtifactSystem/utils/ArtifactAPI.js +287 -0
  33. package/dist/components/MemoriArtifactSystem/utils/ArtifactAPI.js.map +1 -0
  34. package/dist/components/MemoriWidget/MemoriWidget.d.ts +12 -0
  35. package/dist/components/MemoriWidget/MemoriWidget.js +12 -3
  36. package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
  37. package/dist/components/Snippet/Snippet.js +4 -3
  38. package/dist/components/Snippet/Snippet.js.map +1 -1
  39. package/dist/components/StartPanel/StartPanel.css +14 -0
  40. package/dist/components/StartPanel/StartPanel.js +2 -2
  41. package/dist/components/StartPanel/StartPanel.js.map +1 -1
  42. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +0 -21
  43. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  44. package/dist/components/VenueWidget/VenueWidget.js +0 -1
  45. package/dist/components/VenueWidget/VenueWidget.js.map +1 -1
  46. package/dist/components/layouts/HiddenChat.js +0 -15
  47. package/dist/components/layouts/HiddenChat.js.map +1 -1
  48. package/dist/components/layouts/chat.css +2 -2
  49. package/dist/context/visemeContext.js +0 -6
  50. package/dist/context/visemeContext.js.map +1 -1
  51. package/dist/helpers/constants.d.ts +11 -0
  52. package/dist/helpers/constants.js +24 -2
  53. package/dist/helpers/constants.js.map +1 -1
  54. package/dist/helpers/tts/useTTS.js +0 -3
  55. package/dist/helpers/tts/useTTS.js.map +1 -1
  56. package/dist/helpers/utils.d.ts +1 -0
  57. package/dist/helpers/utils.js +6 -1
  58. package/dist/helpers/utils.js.map +1 -1
  59. package/dist/index.js.map +1 -1
  60. package/dist/locales/de.json +2 -0
  61. package/dist/locales/en.json +2 -0
  62. package/dist/locales/es.json +2 -0
  63. package/dist/locales/fr.json +2 -0
  64. package/dist/locales/it.json +2 -0
  65. package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js +0 -1
  66. package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js.map +1 -1
  67. package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +0 -10
  68. package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -1
  69. package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js +0 -9
  70. package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js.map +1 -1
  71. package/esm/components/Chat/Chat.css +31 -0
  72. package/esm/components/Chat/Chat.js +18 -4
  73. package/esm/components/Chat/Chat.js.map +1 -1
  74. package/esm/components/ChatBubble/ChatBubble.js +1 -2
  75. package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
  76. package/esm/components/ChatInputs/ChatInputs.css +23 -0
  77. package/esm/components/ChatInputs/ChatInputs.d.ts +1 -0
  78. package/esm/components/ChatInputs/ChatInputs.js +37 -21
  79. package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
  80. package/esm/components/ChatTextArea/ChatTextArea.css +31 -0
  81. package/esm/components/ChatTextArea/ChatTextArea.d.ts +1 -0
  82. package/esm/components/ChatTextArea/ChatTextArea.js +9 -2
  83. package/esm/components/ChatTextArea/ChatTextArea.js.map +1 -1
  84. package/esm/components/FilePreview/FilePreview.css +39 -0
  85. package/esm/components/Header/Header.js +3 -16
  86. package/esm/components/Header/Header.js.map +1 -1
  87. package/esm/components/MediaWidget/LinkItemWidget.js +1 -1
  88. package/esm/components/MediaWidget/LinkItemWidget.js.map +1 -1
  89. package/esm/components/MediaWidget/MediaItemWidget.js +5 -9
  90. package/esm/components/MediaWidget/MediaItemWidget.js.map +1 -1
  91. package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +65 -51
  92. package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -1
  93. package/esm/components/MemoriArtifactSystem/utils/ArtifactAPI.d.ts +5 -0
  94. package/esm/components/MemoriArtifactSystem/utils/ArtifactAPI.js +282 -0
  95. package/esm/components/MemoriArtifactSystem/utils/ArtifactAPI.js.map +1 -0
  96. package/esm/components/MemoriWidget/MemoriWidget.d.ts +12 -0
  97. package/esm/components/MemoriWidget/MemoriWidget.js +12 -3
  98. package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
  99. package/esm/components/Snippet/Snippet.js +4 -3
  100. package/esm/components/Snippet/Snippet.js.map +1 -1
  101. package/esm/components/StartPanel/StartPanel.css +14 -0
  102. package/esm/components/StartPanel/StartPanel.js +3 -3
  103. package/esm/components/StartPanel/StartPanel.js.map +1 -1
  104. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +0 -21
  105. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  106. package/esm/components/VenueWidget/VenueWidget.js +0 -1
  107. package/esm/components/VenueWidget/VenueWidget.js.map +1 -1
  108. package/esm/components/layouts/HiddenChat.js +0 -15
  109. package/esm/components/layouts/HiddenChat.js.map +1 -1
  110. package/esm/components/layouts/chat.css +2 -2
  111. package/esm/context/visemeContext.js +0 -6
  112. package/esm/context/visemeContext.js.map +1 -1
  113. package/esm/helpers/constants.d.ts +11 -0
  114. package/esm/helpers/constants.js +22 -1
  115. package/esm/helpers/constants.js.map +1 -1
  116. package/esm/helpers/tts/useTTS.js +0 -3
  117. package/esm/helpers/tts/useTTS.js.map +1 -1
  118. package/esm/helpers/utils.d.ts +1 -0
  119. package/esm/helpers/utils.js +4 -0
  120. package/esm/helpers/utils.js.map +1 -1
  121. package/esm/index.js.map +1 -1
  122. package/esm/locales/de.json +2 -0
  123. package/esm/locales/en.json +2 -0
  124. package/esm/locales/es.json +2 -0
  125. package/esm/locales/fr.json +2 -0
  126. package/esm/locales/it.json +2 -0
  127. package/package.json +1 -1
  128. package/src/components/Avatar/AvatarView/AvatarComponent/avatarComponent.tsx +0 -1
  129. package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.tsx +0 -17
  130. package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.ts +0 -20
  131. package/src/components/Chat/Chat.css +31 -0
  132. package/src/components/Chat/Chat.stories.tsx +503 -9
  133. package/src/components/Chat/Chat.tsx +22 -2
  134. package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +73 -73
  135. package/src/components/ChatBubble/ChatBubble.tsx +1 -2
  136. package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +25 -25
  137. package/src/components/ChatInputs/ChatInputs.css +23 -0
  138. package/src/components/ChatInputs/ChatInputs.tsx +36 -14
  139. package/src/components/ChatTextArea/ChatTextArea.css +31 -0
  140. package/src/components/ChatTextArea/ChatTextArea.tsx +11 -1
  141. package/src/components/FilePreview/FilePreview.css +39 -0
  142. package/src/components/Header/Header.tsx +0 -13
  143. package/src/components/MediaWidget/LinkItemWidget.tsx +1 -1
  144. package/src/components/MediaWidget/MediaItemWidget.stories.tsx +33 -0
  145. package/src/components/MediaWidget/MediaItemWidget.tsx +7 -10
  146. package/src/components/MediaWidget/__snapshots__/LinkItemWidget.test.tsx.snap +4 -4
  147. package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +6 -6
  148. package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +2 -2
  149. package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +766 -2
  150. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +103 -89
  151. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.test.tsx +307 -0
  152. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.tsx +373 -0
  153. package/src/components/MemoriWidget/MemoriWidget.tsx +26 -4
  154. package/src/components/Snippet/Snippet.tsx +3 -2
  155. package/src/components/StartPanel/StartPanel.css +14 -0
  156. package/src/components/StartPanel/StartPanel.tsx +23 -10
  157. package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +206 -84
  158. package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +0 -23
  159. package/src/components/VenueWidget/VenueWidget.tsx +0 -1
  160. package/src/components/layouts/HiddenChat.tsx +0 -16
  161. package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +204 -82
  162. package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +408 -164
  163. package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +204 -82
  164. package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +204 -82
  165. package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +204 -82
  166. package/src/components/layouts/chat.css +2 -2
  167. package/src/context/visemeContext.tsx +0 -7
  168. package/src/helpers/constants.ts +28 -3
  169. package/src/helpers/tts/useTTS.ts +0 -2
  170. package/src/helpers/utils.ts +5 -0
  171. package/src/index.tsx +0 -1
  172. package/src/locales/de.json +2 -0
  173. package/src/locales/en.json +2 -0
  174. package/src/locales/es.json +2 -0
  175. package/src/locales/fr.json +2 -0
  176. package/src/locales/it.json +2 -0
@@ -248,90 +248,212 @@ exports[`renders HIDDEN_CHAT layout unchanged 1`] = `
248
248
  class="memori-select--button"
249
249
  id="user-lang-pref"
250
250
  >
251
- <option
252
- aria-label="Italiano"
253
- value="IT"
251
+ <optgroup
252
+ label="Popolari"
254
253
  >
255
- Italiano
256
- </option>
257
- <option
258
- aria-label="English"
259
- value="EN"
260
- >
261
- English
262
- </option>
263
- <option
264
- aria-label="Deutsch"
265
- value="DE"
266
- >
267
- Deutsch
268
- </option>
269
- <option
270
- aria-label="Español"
271
- value="ES"
272
- >
273
- Español
274
- </option>
275
- <option
276
- aria-label="Français"
277
- value="FR"
278
- >
279
- Français
280
- </option>
281
- <option
282
- aria-label="Português"
283
- value="PT"
284
- >
285
- Português
286
- </option>
287
- <option
288
- aria-label="Українська"
289
- value="UK"
290
- >
291
- Українська
292
- </option>
293
- <option
294
- aria-label="Русский"
295
- value="RU"
296
- >
297
- Русский
298
- </option>
299
- <option
300
- aria-label="Polski"
301
- value="PL"
302
- >
303
- Polski
304
- </option>
305
- <option
306
- aria-label="Suomi"
307
- value="FI"
308
- >
309
- Suomi
310
- </option>
311
- <option
312
- aria-label="Ελληνικά"
313
- value="EL"
314
- >
315
- Ελληνικά
316
- </option>
317
- <option
318
- aria-label="العربية"
319
- value="AR"
320
- >
321
- العربية
322
- </option>
323
- <option
324
- aria-label="中文"
325
- value="ZH"
326
- >
327
- 中文
328
- </option>
329
- <option
330
- aria-label="日本語"
331
- value="JA"
254
+ <option
255
+ aria-label="Italiano"
256
+ value="IT"
257
+ >
258
+ Italiano
259
+ </option>
260
+ <option
261
+ aria-label="English"
262
+ value="EN"
263
+ >
264
+ English
265
+ </option>
266
+ <option
267
+ aria-label="Deutsch"
268
+ value="DE"
269
+ >
270
+ Deutsch
271
+ </option>
272
+ <option
273
+ aria-label="Español"
274
+ value="ES"
275
+ >
276
+ Español
277
+ </option>
278
+ <option
279
+ aria-label="Français"
280
+ value="FR"
281
+ >
282
+ Français
283
+ </option>
284
+ <option
285
+ aria-label="Português"
286
+ value="PT"
287
+ >
288
+ Português
289
+ </option>
290
+ </optgroup>
291
+ <optgroup
292
+ label="Tutte le lingue"
332
293
  >
333
- 日本語
334
- </option>
294
+ <option
295
+ aria-label="Italiano"
296
+ value="IT"
297
+ >
298
+ Italiano
299
+ </option>
300
+ <option
301
+ aria-label="English"
302
+ value="EN"
303
+ >
304
+ English
305
+ </option>
306
+ <option
307
+ aria-label="Deutsch"
308
+ value="DE"
309
+ >
310
+ Deutsch
311
+ </option>
312
+ <option
313
+ aria-label="Español"
314
+ value="ES"
315
+ >
316
+ Español
317
+ </option>
318
+ <option
319
+ aria-label="Français"
320
+ value="FR"
321
+ >
322
+ Français
323
+ </option>
324
+ <option
325
+ aria-label="Português"
326
+ value="PT"
327
+ >
328
+ Português
329
+ </option>
330
+ <option
331
+ aria-label="Nederlands"
332
+ value="NL"
333
+ >
334
+ Nederlands
335
+ </option>
336
+ <option
337
+ aria-label="Svenska"
338
+ value="SV"
339
+ >
340
+ Svenska
341
+ </option>
342
+ <option
343
+ aria-label="Dansk"
344
+ value="DA"
345
+ >
346
+ Dansk
347
+ </option>
348
+ <option
349
+ aria-label="Suomi"
350
+ value="FI"
351
+ >
352
+ Suomi
353
+ </option>
354
+ <option
355
+ aria-label="Eesti keel"
356
+ value="ET"
357
+ >
358
+ Eesti keel
359
+ </option>
360
+ <option
361
+ aria-label="Lietuvių kalba"
362
+ value="LT"
363
+ >
364
+ Lietuvių kalba
365
+ </option>
366
+ <option
367
+ aria-label="Magyar"
368
+ value="HU"
369
+ >
370
+ Magyar
371
+ </option>
372
+ <option
373
+ aria-label="Română"
374
+ value="RO"
375
+ >
376
+ Română
377
+ </option>
378
+ <option
379
+ aria-label="български"
380
+ value="BG"
381
+ >
382
+ български
383
+ </option>
384
+ <option
385
+ aria-label="Hrvatski"
386
+ value="HR"
387
+ >
388
+ Hrvatski
389
+ </option>
390
+ <option
391
+ aria-label="Čeština / český jazyk"
392
+ value="CS"
393
+ >
394
+ Čeština / český jazyk
395
+ </option>
396
+ <option
397
+ aria-label="Slovenčina"
398
+ value="SK"
399
+ >
400
+ Slovenčina
401
+ </option>
402
+ <option
403
+ aria-label="Slovenščina"
404
+ value="SL"
405
+ >
406
+ Slovenščina
407
+ </option>
408
+ <option
409
+ aria-label="Latvian"
410
+ value="LV"
411
+ >
412
+ Latvian
413
+ </option>
414
+ <option
415
+ aria-label="Українська"
416
+ value="UK"
417
+ >
418
+ Українська
419
+ </option>
420
+ <option
421
+ aria-label="Русский"
422
+ value="RU"
423
+ >
424
+ Русский
425
+ </option>
426
+ <option
427
+ aria-label="Polski"
428
+ value="PL"
429
+ >
430
+ Polski
431
+ </option>
432
+ <option
433
+ aria-label="Ελληνικά"
434
+ value="EL"
435
+ >
436
+ Ελληνικά
437
+ </option>
438
+ <option
439
+ aria-label="العربية"
440
+ value="AR"
441
+ >
442
+ العربية
443
+ </option>
444
+ <option
445
+ aria-label="中文"
446
+ value="ZH"
447
+ >
448
+ 中文
449
+ </option>
450
+ <option
451
+ aria-label="日本語"
452
+ value="JA"
453
+ >
454
+ 日本語
455
+ </option>
456
+ </optgroup>
335
457
  </select>
336
458
  </div>
337
459
  <div
@@ -340,90 +340,212 @@ exports[`renders Totem layout unchanged 1`] = `
340
340
  class="memori-select--button"
341
341
  id="user-lang-pref"
342
342
  >
343
- <option
344
- aria-label="Italiano"
345
- value="IT"
343
+ <optgroup
344
+ label="Popolari"
346
345
  >
347
- Italiano
348
- </option>
349
- <option
350
- aria-label="English"
351
- value="EN"
352
- >
353
- English
354
- </option>
355
- <option
356
- aria-label="Deutsch"
357
- value="DE"
358
- >
359
- Deutsch
360
- </option>
361
- <option
362
- aria-label="Español"
363
- value="ES"
364
- >
365
- Español
366
- </option>
367
- <option
368
- aria-label="Français"
369
- value="FR"
370
- >
371
- Français
372
- </option>
373
- <option
374
- aria-label="Português"
375
- value="PT"
376
- >
377
- Português
378
- </option>
379
- <option
380
- aria-label="Українська"
381
- value="UK"
382
- >
383
- Українська
384
- </option>
385
- <option
386
- aria-label="Русский"
387
- value="RU"
388
- >
389
- Русский
390
- </option>
391
- <option
392
- aria-label="Polski"
393
- value="PL"
394
- >
395
- Polski
396
- </option>
397
- <option
398
- aria-label="Suomi"
399
- value="FI"
400
- >
401
- Suomi
402
- </option>
403
- <option
404
- aria-label="Ελληνικά"
405
- value="EL"
406
- >
407
- Ελληνικά
408
- </option>
409
- <option
410
- aria-label="العربية"
411
- value="AR"
412
- >
413
- العربية
414
- </option>
415
- <option
416
- aria-label="中文"
417
- value="ZH"
418
- >
419
- 中文
420
- </option>
421
- <option
422
- aria-label="日本語"
423
- value="JA"
346
+ <option
347
+ aria-label="Italiano"
348
+ value="IT"
349
+ >
350
+ Italiano
351
+ </option>
352
+ <option
353
+ aria-label="English"
354
+ value="EN"
355
+ >
356
+ English
357
+ </option>
358
+ <option
359
+ aria-label="Deutsch"
360
+ value="DE"
361
+ >
362
+ Deutsch
363
+ </option>
364
+ <option
365
+ aria-label="Español"
366
+ value="ES"
367
+ >
368
+ Español
369
+ </option>
370
+ <option
371
+ aria-label="Français"
372
+ value="FR"
373
+ >
374
+ Français
375
+ </option>
376
+ <option
377
+ aria-label="Português"
378
+ value="PT"
379
+ >
380
+ Português
381
+ </option>
382
+ </optgroup>
383
+ <optgroup
384
+ label="Tutte le lingue"
424
385
  >
425
- 日本語
426
- </option>
386
+ <option
387
+ aria-label="Italiano"
388
+ value="IT"
389
+ >
390
+ Italiano
391
+ </option>
392
+ <option
393
+ aria-label="English"
394
+ value="EN"
395
+ >
396
+ English
397
+ </option>
398
+ <option
399
+ aria-label="Deutsch"
400
+ value="DE"
401
+ >
402
+ Deutsch
403
+ </option>
404
+ <option
405
+ aria-label="Español"
406
+ value="ES"
407
+ >
408
+ Español
409
+ </option>
410
+ <option
411
+ aria-label="Français"
412
+ value="FR"
413
+ >
414
+ Français
415
+ </option>
416
+ <option
417
+ aria-label="Português"
418
+ value="PT"
419
+ >
420
+ Português
421
+ </option>
422
+ <option
423
+ aria-label="Nederlands"
424
+ value="NL"
425
+ >
426
+ Nederlands
427
+ </option>
428
+ <option
429
+ aria-label="Svenska"
430
+ value="SV"
431
+ >
432
+ Svenska
433
+ </option>
434
+ <option
435
+ aria-label="Dansk"
436
+ value="DA"
437
+ >
438
+ Dansk
439
+ </option>
440
+ <option
441
+ aria-label="Suomi"
442
+ value="FI"
443
+ >
444
+ Suomi
445
+ </option>
446
+ <option
447
+ aria-label="Eesti keel"
448
+ value="ET"
449
+ >
450
+ Eesti keel
451
+ </option>
452
+ <option
453
+ aria-label="Lietuvių kalba"
454
+ value="LT"
455
+ >
456
+ Lietuvių kalba
457
+ </option>
458
+ <option
459
+ aria-label="Magyar"
460
+ value="HU"
461
+ >
462
+ Magyar
463
+ </option>
464
+ <option
465
+ aria-label="Română"
466
+ value="RO"
467
+ >
468
+ Română
469
+ </option>
470
+ <option
471
+ aria-label="български"
472
+ value="BG"
473
+ >
474
+ български
475
+ </option>
476
+ <option
477
+ aria-label="Hrvatski"
478
+ value="HR"
479
+ >
480
+ Hrvatski
481
+ </option>
482
+ <option
483
+ aria-label="Čeština / český jazyk"
484
+ value="CS"
485
+ >
486
+ Čeština / český jazyk
487
+ </option>
488
+ <option
489
+ aria-label="Slovenčina"
490
+ value="SK"
491
+ >
492
+ Slovenčina
493
+ </option>
494
+ <option
495
+ aria-label="Slovenščina"
496
+ value="SL"
497
+ >
498
+ Slovenščina
499
+ </option>
500
+ <option
501
+ aria-label="Latvian"
502
+ value="LV"
503
+ >
504
+ Latvian
505
+ </option>
506
+ <option
507
+ aria-label="Українська"
508
+ value="UK"
509
+ >
510
+ Українська
511
+ </option>
512
+ <option
513
+ aria-label="Русский"
514
+ value="RU"
515
+ >
516
+ Русский
517
+ </option>
518
+ <option
519
+ aria-label="Polski"
520
+ value="PL"
521
+ >
522
+ Polski
523
+ </option>
524
+ <option
525
+ aria-label="Ελληνικά"
526
+ value="EL"
527
+ >
528
+ Ελληνικά
529
+ </option>
530
+ <option
531
+ aria-label="العربية"
532
+ value="AR"
533
+ >
534
+ العربية
535
+ </option>
536
+ <option
537
+ aria-label="中文"
538
+ value="ZH"
539
+ >
540
+ 中文
541
+ </option>
542
+ <option
543
+ aria-label="日本語"
544
+ value="JA"
545
+ >
546
+ 日本語
547
+ </option>
548
+ </optgroup>
427
549
  </select>
428
550
  </div>
429
551
  <div