@ndla/ui 30.0.2 → 30.0.6

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 (518) hide show
  1. package/es/Animation/DisplayOnPageYOffset.js +6 -4
  2. package/es/Animation/Fade.js +12 -6
  3. package/es/Article/Article.js +91 -68
  4. package/es/Article/ArticleAccessMessage.js +12 -8
  5. package/es/Article/ArticleByline.js +88 -70
  6. package/es/Article/ArticleContent.js +8 -3
  7. package/es/Article/ArticleFavoritesButton.js +18 -16
  8. package/es/Article/ArticleFootNotes.js +28 -20
  9. package/es/Article/ArticleHeaderWrapper.js +42 -29
  10. package/es/Article/ArticleNotions.js +58 -50
  11. package/es/Article/ArticleSideBar.js +53 -43
  12. package/es/Aside/Aside.js +13 -5
  13. package/es/AudioPlayer/AudioPlayer.js +99 -93
  14. package/es/AudioPlayer/Controls.js +181 -192
  15. package/es/AudioPlayer/SpeechControl.js +20 -18
  16. package/es/AudioPlayer/initAudioPlayers.js +4 -3
  17. package/es/AuthorInfo/AuthorInfo.js +23 -17
  18. package/es/BannerCard/BannerCard.js +27 -29
  19. package/es/BlogPosts/BlogPost.js +33 -28
  20. package/es/BlogPosts/BlogPostWrapper.js +6 -7
  21. package/es/Breadcrumb/ActionBreadcrumb.js +22 -34
  22. package/es/Breadcrumb/Breadcrumb.js +30 -33
  23. package/es/Breadcrumb/BreadcrumbItem.js +24 -28
  24. package/es/Breadcrumb/HeaderBreadcrumb.js +18 -29
  25. package/es/Breadcrumb/HomeBreadcrumb.js +28 -43
  26. package/es/Breadcrumblist/Breadcrumblist.js +62 -61
  27. package/es/CompetenceGoalTab/CompetenceGoalItem.js +33 -34
  28. package/es/CompetenceGoalTab/CompetenceGoalTab.js +44 -40
  29. package/es/CompetenceGoalTab/CompetenceItem.js +66 -63
  30. package/es/CompetenceGoalTab/SearchButton.js +20 -16
  31. package/es/CompetenceGoals/CompetenceGoalsDialog.js +41 -29
  32. package/es/ComponentCursor/ComponentCursor.js +19 -34
  33. package/es/ContentCard/ContentCard.js +38 -35
  34. package/es/ContentLoader/index.js +57 -43
  35. package/es/ContentPlaceholder/ContentPlaceholder.js +8 -11
  36. package/es/ContentTypeBadge/ContentTypeBadge.js +27 -20
  37. package/es/CopyParagraphButton/CopyParagraphButton.js +32 -30
  38. package/es/CopyParagraphButton/initCopyParagraphButtons.js +3 -2
  39. package/es/CreatedBy/CreatedBy.js +24 -23
  40. package/es/Dialog/Dialog.js +23 -12
  41. package/es/ErrorMessage/ErrorMessage.js +46 -34
  42. package/es/ErrorMessage/ErrorResourceAccessDenied.js +14 -13
  43. package/es/FactBox/FactBox.js +20 -11
  44. package/es/Figure/Figure.js +72 -34
  45. package/es/Figure/FigureBylineExpandButton.js +11 -8
  46. package/es/Figure/FigureExpandButton.js +11 -8
  47. package/es/Figure/FigureLicense.js +42 -24
  48. package/es/Figure/FigureLicenseDialog.js +27 -15
  49. package/es/Figure/FigureOpenDialogButton.js +29 -26
  50. package/es/FileList/File.js +24 -22
  51. package/es/FileList/FileList.js +17 -17
  52. package/es/Filter/FilterButtons.js +112 -87
  53. package/es/Filter/FilterCarousel.js +52 -48
  54. package/es/Filter/FilterList.js +74 -51
  55. package/es/Filter/FilterListPhone.js +152 -110
  56. package/es/Filter/ToggleItem.js +24 -13
  57. package/es/Footer/EditorName.js +8 -2
  58. package/es/Footer/Footer.js +40 -34
  59. package/es/Footer/FooterAuth.js +51 -54
  60. package/es/Footer/FooterLinks.js +43 -36
  61. package/es/Footer/FooterPrivacy.js +30 -24
  62. package/es/Footer/FooterText.js +5 -5
  63. package/es/Footer/privacy_en.js +36 -2
  64. package/es/Footer/privacy_nb.js +36 -2
  65. package/es/Footer/privacy_nn.js +34 -2
  66. package/es/Frontpage/FrontpageAllSubjects.js +75 -64
  67. package/es/Frontpage/FrontpageFilm.js +27 -27
  68. package/es/Frontpage/FrontpageHeader.js +20 -21
  69. package/es/Frontpage/FrontpageInfo.js +5 -5
  70. package/es/Frontpage/FrontpageMultidisciplinarySubject.js +41 -40
  71. package/es/Frontpage/FrontpageProgramMenu.js +53 -53
  72. package/es/Frontpage/FrontpageSearch.js +42 -41
  73. package/es/Frontpage/FrontpageToolbox.js +29 -27
  74. package/es/Frontpage/illustrations/Fellesfag.js +85 -81
  75. package/es/Frontpage/illustrations/FrontpageHeaderIllustration.js +100 -87
  76. package/es/Frontpage/illustrations/FrontpageIllustrations.js +2 -6
  77. package/es/Frontpage/illustrations/FrontpageSubjectIllustration.js +162 -155
  78. package/es/Frontpage/illustrations/MenuFellesfag.js +66 -61
  79. package/es/Frontpage/illustrations/MenuStudiespesialiserende.js +63 -59
  80. package/es/Frontpage/illustrations/MenuYrkesfag.js +93 -89
  81. package/es/Frontpage/illustrations/Studiespesialiserende.js +73 -69
  82. package/es/Frontpage/illustrations/Yrkesfag.js +104 -100
  83. package/es/Hero/Hero.js +17 -10
  84. package/es/Image/Image.js +35 -24
  85. package/es/Image/ImageLink.js +11 -7
  86. package/es/Image/LazyLoadImage.js +29 -21
  87. package/es/InfoBlock/InfoBlock.js +18 -17
  88. package/es/InfoBox/InfoBox.js +5 -5
  89. package/es/InfoWidget/InfoWidget.js +54 -58
  90. package/es/LanguageSelector/LanguageSelector.js +54 -67
  91. package/es/LanguageSelector/LanguageSelectorContent.js +30 -32
  92. package/es/Layout/Content.js +6 -4
  93. package/es/Layout/LayoutItem.js +18 -13
  94. package/es/Layout/OneColumn.js +6 -4
  95. package/es/Layout/PageContainer.js +12 -3
  96. package/es/LearningPaths/LearningPathContent.js +5 -5
  97. package/es/LearningPaths/LearningPathInformation.js +25 -25
  98. package/es/LearningPaths/LearningPathLastStepNavigation.js +32 -28
  99. package/es/LearningPaths/LearningPathMenu.js +48 -47
  100. package/es/LearningPaths/LearningPathMenuAside.js +30 -43
  101. package/es/LearningPaths/LearningPathMenuAsideCopyright.js +16 -15
  102. package/es/LearningPaths/LearningPathMenuContent.js +38 -39
  103. package/es/LearningPaths/LearningPathMenuIntro.js +25 -31
  104. package/es/LearningPaths/LearningPathMenuModalWrapper.js +29 -18
  105. package/es/LearningPaths/LearningPathMobileHeader.js +12 -19
  106. package/es/LearningPaths/LearningPathMobileStepInfo.js +8 -8
  107. package/es/LearningPaths/LearningPathSticky.js +22 -22
  108. package/es/LearningPaths/LearningPathWrapper.js +8 -13
  109. package/es/Logo/Logo.js +25 -12
  110. package/es/Logo/SvgLogo.js +25 -18
  111. package/es/Masthead/Masthead.js +34 -38
  112. package/es/Masthead/MastheadAuthModal.js +13 -9
  113. package/es/Masthead/MastheadSearchModal.js +31 -32
  114. package/es/Masthead/SkipToMainContent.js +6 -7
  115. package/es/MediaList/MediaList.js +58 -38
  116. package/es/Messages/MessageBanner.js +15 -19
  117. package/es/Messages/MessageBox.js +41 -50
  118. package/es/Messages/MessageBoxTag.js +5 -5
  119. package/es/MultidisciplinarySubject/Illustrations.js +7 -21
  120. package/es/MultidisciplinarySubject/List.js +19 -16
  121. package/es/MultidisciplinarySubject/ListItem.js +30 -32
  122. package/es/MultidisciplinarySubject/MultidisciplinarySubject.js +40 -34
  123. package/es/MultidisciplinarySubject/MultidisciplinarySubjectHeader.js +37 -33
  124. package/es/MyNdla/Resource/Folder.js +46 -63
  125. package/es/MyNdla/Resource/FolderInput.js +40 -38
  126. package/es/NDLAFilm/AboutNdlaFilm.js +38 -21
  127. package/es/NDLAFilm/AllMoviesAlphabetically.js +47 -55
  128. package/es/NDLAFilm/CategorySelect.js +64 -52
  129. package/es/NDLAFilm/FilmContentCard.js +25 -26
  130. package/es/NDLAFilm/FilmContentCardTags.js +10 -12
  131. package/es/NDLAFilm/FilmMovieList.js +28 -23
  132. package/es/NDLAFilm/FilmMovieSearch.js +33 -24
  133. package/es/NDLAFilm/FilmSlideshow.js +73 -59
  134. package/es/NDLAFilm/MovieGrid.js +26 -23
  135. package/es/NDLAFilm/NavigationArrow.js +19 -29
  136. package/es/NDLAFilm/SlideshowIndicator.js +15 -17
  137. package/es/NDLAFilm/VisualElement.js +4 -6
  138. package/es/NDLAFilm/filmStyles.js +2 -6
  139. package/es/Navigation/NavigationBox.js +90 -111
  140. package/es/Navigation/NavigationHeading.js +15 -15
  141. package/es/Navigation/NavigationTopicAbout.js +60 -57
  142. package/es/NoContentBox/NoContentBox.js +16 -5
  143. package/es/Notion/ConceptNotion.js +68 -55
  144. package/es/Notion/FigureNotion.js +40 -41
  145. package/es/Notion/Notion.js +23 -20
  146. package/es/Notion/NotionImage.js +18 -19
  147. package/es/Notion/NotionVisualElement.js +18 -17
  148. package/es/Portrait/Portrait.js +12 -21
  149. package/es/Programme/Programme.js +32 -27
  150. package/es/Programme/ProgrammeSubjects.js +27 -22
  151. package/es/RadioButtonGroup/RadioButtonGroup.js +31 -32
  152. package/es/RelatedArticleList/RelatedArticleList.js +42 -22
  153. package/es/Resource/BlockResource.js +85 -84
  154. package/es/Resource/ListResource.js +107 -108
  155. package/es/Resource/resourceComponents.js +56 -76
  156. package/es/ResourceBox/ResourceBox.js +28 -30
  157. package/es/ResourceGroup/ResourceGroup.js +21 -21
  158. package/es/ResourceGroup/ResourceItem.js +77 -79
  159. package/es/ResourceGroup/ResourceList.js +35 -32
  160. package/es/ResourcesWrapper/ResourcesTitle.js +17 -5
  161. package/es/ResourcesWrapper/ResourcesTopicTitle.js +76 -49
  162. package/es/ResourcesWrapper/ResourcesWrapper.js +15 -6
  163. package/es/Search/ActiveFilterContent.js +10 -10
  164. package/es/Search/ActiveFilters.js +33 -43
  165. package/es/Search/ContentTypeResult.js +96 -69
  166. package/es/Search/ContentTypeResultStyles.js +15 -59
  167. package/es/Search/LoadingWrapper.js +12 -7
  168. package/es/Search/SearchField.js +55 -50
  169. package/es/Search/SearchFieldForm.js +9 -18
  170. package/es/Search/SearchResult.js +101 -73
  171. package/es/Search/SearchResultSleeve.js +78 -64
  172. package/es/Search/ToggleSearchButton.js +15 -10
  173. package/es/SearchTypeResult/ActiveFilterContent.js +10 -10
  174. package/es/SearchTypeResult/ActiveFilters.js +50 -53
  175. package/es/SearchTypeResult/PopupFilter.js +68 -65
  176. package/es/SearchTypeResult/ResultNavigation.js +29 -28
  177. package/es/SearchTypeResult/SearchFieldHeader.js +53 -57
  178. package/es/SearchTypeResult/SearchFilterContent.js +19 -18
  179. package/es/SearchTypeResult/SearchHeader.js +60 -48
  180. package/es/SearchTypeResult/SearchItem.js +52 -45
  181. package/es/SearchTypeResult/SearchItemList.js +56 -54
  182. package/es/SearchTypeResult/SearchItems.js +16 -18
  183. package/es/SearchTypeResult/SearchNotionItem.js +86 -77
  184. package/es/SearchTypeResult/SearchNotionsResult.js +20 -19
  185. package/es/SearchTypeResult/SearchSubjectItem.js +19 -15
  186. package/es/SearchTypeResult/SearchSubjectResult.js +10 -12
  187. package/es/SearchTypeResult/SearchTypeHeader.js +53 -51
  188. package/es/SearchTypeResult/SearchTypeResult.js +24 -17
  189. package/es/SearchTypeResult/SearchViewType.js +42 -39
  190. package/es/SearchTypeResult/components/ItemContexts.js +65 -58
  191. package/es/SearchTypeResult/components/ItemResourceHeader.js +41 -38
  192. package/es/SearchTypeResult/components/ItemTopicHeader.js +24 -23
  193. package/es/SearchTypeResult/components/SubjectFilters.js +32 -21
  194. package/es/SectionHeading/SectionHeading.js +9 -16
  195. package/es/SnackBar/DefaultSnackbar.js +18 -18
  196. package/es/SnackBar/SnackbarProvider.js +24 -26
  197. package/es/Subject/Subject.js +52 -54
  198. package/es/Subject/SubjectAbout.js +27 -36
  199. package/es/Subject/SubjectArchive.js +64 -57
  200. package/es/Subject/SubjectBanner.js +3 -5
  201. package/es/Subject/SubjectCarousel.js +94 -93
  202. package/es/Subject/SubjectHeader.js +20 -25
  203. package/es/Subject/SubjectLinks.js +26 -15
  204. package/es/Subject/SubjectNewContent.js +37 -35
  205. package/es/Subject/SubjectShortcuts.js +32 -27
  206. package/es/Subject/SubjectSocial.js +12 -9
  207. package/es/Table/Table.js +39 -21
  208. package/es/TagSelector/Control.js +11 -14
  209. package/es/TagSelector/DropdownIndicator.js +15 -11
  210. package/es/TagSelector/Input.js +9 -8
  211. package/es/TagSelector/Menu.js +12 -9
  212. package/es/TagSelector/MenuList.js +11 -14
  213. package/es/TagSelector/Option.js +13 -10
  214. package/es/TagSelector/SelectContainer.js +11 -12
  215. package/es/TagSelector/TagSelector.js +49 -50
  216. package/es/TagSelector/ValueButton.js +15 -9
  217. package/es/ToolboxPage/ToolboxInfo.js +18 -14
  218. package/es/Topic/Loader.js +97 -95
  219. package/es/Topic/Topic.js +128 -121
  220. package/es/TopicIntroductionList/TopicIntroduction.js +51 -36
  221. package/es/TopicIntroductionList/TopicIntroductionList.js +29 -22
  222. package/es/TopicIntroductionList/TopicIntroductionShortcuts.js +29 -16
  223. package/es/TopicIntroductionList/TopicShortcutItem.js +22 -12
  224. package/es/TopicMenu/SubtopicLinkList.js +109 -101
  225. package/es/TopicMenu/TopicMenu.js +202 -139
  226. package/es/TopicMenu/TopicMenuButton.js +14 -10
  227. package/es/Translation/Translation.js +16 -2
  228. package/es/Translation/TranslationBox.js +10 -8
  229. package/es/Translation/TranslationLine.js +23 -7
  230. package/es/TreeStructure/AddFolderButton.js +33 -34
  231. package/es/TreeStructure/ComboboxButton.js +32 -32
  232. package/es/TreeStructure/FolderItem.js +55 -58
  233. package/es/TreeStructure/FolderItems.js +59 -51
  234. package/es/TreeStructure/NavigationLink.js +10 -17
  235. package/es/TreeStructure/TreeStructure.js +64 -75
  236. package/es/User/AuthModal.js +48 -45
  237. package/es/User/UserInfo.js +51 -40
  238. package/es/internal-icons/Book.js +8 -6
  239. package/es/internal-icons/Download.js +9 -7
  240. package/es/internal-icons/Embed.js +8 -6
  241. package/es/internal-icons/InsertTemplate.js +8 -6
  242. package/es/internal-icons/OpenWindow.js +8 -6
  243. package/es/locale/LocaleProvider.js +13 -7
  244. package/es/locale/messages-en.js +1 -1
  245. package/es/locale/messages-nb.js +1 -1
  246. package/es/locale/messages-nn.js +1 -1
  247. package/es/locale/messages-se.js +1 -1
  248. package/es/locale/messages-sma.js +1 -1
  249. package/es/model/SubjectTypes.js +1 -0
  250. package/es/utils/createUniversalPortal.js +6 -4
  251. package/lib/Animation/DisplayOnPageYOffset.js +6 -5
  252. package/lib/Animation/Fade.js +12 -7
  253. package/lib/Article/Article.js +91 -69
  254. package/lib/Article/ArticleAccessMessage.js +11 -9
  255. package/lib/Article/ArticleByline.js +87 -71
  256. package/lib/Article/ArticleContent.js +8 -4
  257. package/lib/Article/ArticleFavoritesButton.js +18 -17
  258. package/lib/Article/ArticleFootNotes.js +27 -21
  259. package/lib/Article/ArticleHeaderWrapper.js +42 -30
  260. package/lib/Article/ArticleNotions.js +58 -51
  261. package/lib/Article/ArticleSideBar.js +52 -44
  262. package/lib/Aside/Aside.js +13 -6
  263. package/lib/AudioPlayer/AudioPlayer.js +98 -94
  264. package/lib/AudioPlayer/Controls.js +181 -193
  265. package/lib/AudioPlayer/SpeechControl.js +20 -19
  266. package/lib/AudioPlayer/initAudioPlayers.js +4 -4
  267. package/lib/AuthorInfo/AuthorInfo.js +23 -18
  268. package/lib/BannerCard/BannerCard.js +27 -30
  269. package/lib/BlogPosts/BlogPost.js +32 -29
  270. package/lib/BlogPosts/BlogPostWrapper.js +7 -8
  271. package/lib/Breadcrumb/ActionBreadcrumb.js +23 -34
  272. package/lib/Breadcrumb/Breadcrumb.js +31 -34
  273. package/lib/Breadcrumb/BreadcrumbItem.js +24 -27
  274. package/lib/Breadcrumb/HeaderBreadcrumb.js +18 -29
  275. package/lib/Breadcrumb/HomeBreadcrumb.js +29 -37
  276. package/lib/Breadcrumblist/Breadcrumblist.js +61 -62
  277. package/lib/CompetenceGoalTab/CompetenceGoalItem.js +33 -35
  278. package/lib/CompetenceGoalTab/CompetenceGoalTab.js +44 -41
  279. package/lib/CompetenceGoalTab/CompetenceItem.js +65 -64
  280. package/lib/CompetenceGoalTab/SearchButton.js +20 -17
  281. package/lib/CompetenceGoals/CompetenceGoalsDialog.js +40 -30
  282. package/lib/ComponentCursor/ComponentCursor.js +19 -33
  283. package/lib/ContentCard/ContentCard.js +38 -36
  284. package/lib/ContentLoader/index.js +56 -44
  285. package/lib/ContentPlaceholder/ContentPlaceholder.js +8 -12
  286. package/lib/ContentTypeBadge/ContentTypeBadge.js +27 -21
  287. package/lib/CopyParagraphButton/CopyParagraphButton.js +32 -31
  288. package/lib/CopyParagraphButton/initCopyParagraphButtons.js +3 -3
  289. package/lib/CreatedBy/CreatedBy.js +24 -24
  290. package/lib/Dialog/Dialog.js +22 -13
  291. package/lib/ErrorMessage/ErrorMessage.js +46 -33
  292. package/lib/ErrorMessage/ErrorResourceAccessDenied.js +14 -14
  293. package/lib/FactBox/FactBox.js +19 -12
  294. package/lib/Figure/Figure.js +70 -35
  295. package/lib/Figure/FigureBylineExpandButton.js +10 -9
  296. package/lib/Figure/FigureExpandButton.js +10 -9
  297. package/lib/Figure/FigureLicense.js +40 -25
  298. package/lib/Figure/FigureLicenseDialog.js +26 -16
  299. package/lib/Figure/FigureOpenDialogButton.js +28 -27
  300. package/lib/FileList/File.js +24 -23
  301. package/lib/FileList/FileList.js +17 -18
  302. package/lib/Filter/FilterButtons.js +111 -88
  303. package/lib/Filter/FilterCarousel.js +52 -47
  304. package/lib/Filter/FilterList.js +73 -53
  305. package/lib/Filter/FilterListPhone.js +150 -111
  306. package/lib/Filter/ToggleItem.js +23 -14
  307. package/lib/Footer/EditorName.js +7 -3
  308. package/lib/Footer/Footer.js +39 -35
  309. package/lib/Footer/FooterAuth.js +50 -48
  310. package/lib/Footer/FooterLinks.js +42 -37
  311. package/lib/Footer/FooterPrivacy.js +30 -25
  312. package/lib/Footer/FooterText.js +6 -6
  313. package/lib/Footer/privacy_en.js +35 -3
  314. package/lib/Footer/privacy_nb.js +35 -3
  315. package/lib/Footer/privacy_nn.js +33 -3
  316. package/lib/Frontpage/FrontpageAllSubjects.d.ts +1 -0
  317. package/lib/Frontpage/FrontpageAllSubjects.js +74 -66
  318. package/lib/Frontpage/FrontpageFilm.js +27 -26
  319. package/lib/Frontpage/FrontpageHeader.js +20 -22
  320. package/lib/Frontpage/FrontpageInfo.js +6 -6
  321. package/lib/Frontpage/FrontpageMultidisciplinarySubject.js +41 -41
  322. package/lib/Frontpage/FrontpageProgramMenu.js +53 -54
  323. package/lib/Frontpage/FrontpageSearch.js +42 -42
  324. package/lib/Frontpage/FrontpageToolbox.js +29 -28
  325. package/lib/Frontpage/illustrations/Fellesfag.js +84 -82
  326. package/lib/Frontpage/illustrations/FrontpageHeaderIllustration.js +99 -88
  327. package/lib/Frontpage/illustrations/FrontpageIllustrations.js +2 -6
  328. package/lib/Frontpage/illustrations/FrontpageSubjectIllustration.js +161 -154
  329. package/lib/Frontpage/illustrations/MenuFellesfag.js +65 -62
  330. package/lib/Frontpage/illustrations/MenuStudiespesialiserende.js +62 -60
  331. package/lib/Frontpage/illustrations/MenuYrkesfag.js +92 -90
  332. package/lib/Frontpage/illustrations/Studiespesialiserende.js +72 -70
  333. package/lib/Frontpage/illustrations/Yrkesfag.js +103 -101
  334. package/lib/Hero/Hero.js +17 -11
  335. package/lib/Image/Image.js +35 -25
  336. package/lib/Image/ImageLink.js +12 -8
  337. package/lib/Image/LazyLoadImage.js +27 -22
  338. package/lib/InfoBlock/InfoBlock.js +18 -18
  339. package/lib/InfoBox/InfoBox.js +6 -6
  340. package/lib/InfoWidget/InfoWidget.js +56 -59
  341. package/lib/LanguageSelector/LanguageSelector.js +54 -66
  342. package/lib/LanguageSelector/LanguageSelectorContent.js +30 -32
  343. package/lib/Layout/Content.js +6 -5
  344. package/lib/Layout/LayoutItem.js +18 -14
  345. package/lib/Layout/OneColumn.js +6 -5
  346. package/lib/Layout/PageContainer.js +12 -11
  347. package/lib/LearningPaths/LearningPathContent.js +6 -6
  348. package/lib/LearningPaths/LearningPathInformation.js +25 -26
  349. package/lib/LearningPaths/LearningPathLastStepNavigation.js +32 -27
  350. package/lib/LearningPaths/LearningPathMenu.js +47 -46
  351. package/lib/LearningPaths/LearningPathMenuAside.js +30 -42
  352. package/lib/LearningPaths/LearningPathMenuAsideCopyright.js +16 -16
  353. package/lib/LearningPaths/LearningPathMenuContent.js +38 -38
  354. package/lib/LearningPaths/LearningPathMenuIntro.js +25 -30
  355. package/lib/LearningPaths/LearningPathMenuModalWrapper.js +27 -17
  356. package/lib/LearningPaths/LearningPathMobileHeader.js +12 -19
  357. package/lib/LearningPaths/LearningPathMobileStepInfo.js +9 -9
  358. package/lib/LearningPaths/LearningPathSticky.js +22 -21
  359. package/lib/LearningPaths/LearningPathWrapper.js +9 -12
  360. package/lib/Logo/Logo.js +23 -21
  361. package/lib/Logo/SvgLogo.js +24 -19
  362. package/lib/Masthead/Masthead.js +33 -37
  363. package/lib/Masthead/MastheadAuthModal.js +13 -10
  364. package/lib/Masthead/MastheadSearchModal.js +30 -31
  365. package/lib/Masthead/SkipToMainContent.js +7 -8
  366. package/lib/MediaList/MediaList.js +58 -40
  367. package/lib/Messages/MessageBanner.js +15 -20
  368. package/lib/Messages/MessageBox.js +41 -49
  369. package/lib/Messages/MessageBoxTag.js +6 -6
  370. package/lib/MultidisciplinarySubject/Illustrations.js +7 -21
  371. package/lib/MultidisciplinarySubject/List.js +19 -17
  372. package/lib/MultidisciplinarySubject/ListItem.js +30 -33
  373. package/lib/MultidisciplinarySubject/MultidisciplinarySubject.js +39 -35
  374. package/lib/MultidisciplinarySubject/MultidisciplinarySubjectHeader.js +36 -34
  375. package/lib/MyNdla/Resource/Folder.js +46 -61
  376. package/lib/MyNdla/Resource/FolderInput.js +39 -32
  377. package/lib/NDLAFilm/AboutNdlaFilm.js +38 -22
  378. package/lib/NDLAFilm/AllMoviesAlphabetically.js +47 -54
  379. package/lib/NDLAFilm/CategorySelect.js +64 -51
  380. package/lib/NDLAFilm/FilmContentCard.js +25 -27
  381. package/lib/NDLAFilm/FilmContentCardTags.js +11 -13
  382. package/lib/NDLAFilm/FilmMovieList.js +28 -24
  383. package/lib/NDLAFilm/FilmMovieSearch.js +33 -25
  384. package/lib/NDLAFilm/FilmSlideshow.js +72 -58
  385. package/lib/NDLAFilm/MovieGrid.js +26 -24
  386. package/lib/NDLAFilm/NavigationArrow.js +20 -28
  387. package/lib/NDLAFilm/SlideshowIndicator.js +16 -18
  388. package/lib/NDLAFilm/VisualElement.js +5 -7
  389. package/lib/NDLAFilm/filmStyles.js +2 -6
  390. package/lib/Navigation/NavigationBox.js +90 -110
  391. package/lib/Navigation/NavigationHeading.js +15 -14
  392. package/lib/Navigation/NavigationTopicAbout.js +59 -56
  393. package/lib/NoContentBox/NoContentBox.js +15 -6
  394. package/lib/Notion/ConceptNotion.js +67 -50
  395. package/lib/Notion/FigureNotion.js +40 -37
  396. package/lib/Notion/Notion.js +22 -21
  397. package/lib/Notion/NotionImage.js +19 -20
  398. package/lib/Notion/NotionVisualElement.js +19 -16
  399. package/lib/Portrait/Portrait.js +13 -21
  400. package/lib/Programme/Programme.js +32 -28
  401. package/lib/Programme/ProgrammeSubjects.js +26 -23
  402. package/lib/RadioButtonGroup/RadioButtonGroup.js +31 -33
  403. package/lib/RelatedArticleList/RelatedArticleList.js +41 -23
  404. package/lib/Resource/BlockResource.js +84 -78
  405. package/lib/Resource/ListResource.js +106 -102
  406. package/lib/Resource/resourceComponents.js +55 -70
  407. package/lib/ResourceBox/ResourceBox.js +28 -31
  408. package/lib/ResourceGroup/ResourceGroup.js +21 -22
  409. package/lib/ResourceGroup/ResourceItem.js +76 -78
  410. package/lib/ResourceGroup/ResourceList.js +35 -31
  411. package/lib/ResourcesWrapper/ResourcesTitle.js +16 -13
  412. package/lib/ResourcesWrapper/ResourcesTopicTitle.js +75 -48
  413. package/lib/ResourcesWrapper/ResourcesWrapper.js +14 -7
  414. package/lib/Search/ActiveFilterContent.js +10 -11
  415. package/lib/Search/ActiveFilters.js +34 -42
  416. package/lib/Search/ContentTypeResult.js +92 -68
  417. package/lib/Search/ContentTypeResultStyles.js +15 -59
  418. package/lib/Search/LoadingWrapper.js +12 -8
  419. package/lib/Search/SearchField.js +57 -51
  420. package/lib/Search/SearchFieldForm.js +10 -17
  421. package/lib/Search/SearchResult.js +101 -74
  422. package/lib/Search/SearchResultSleeve.js +78 -65
  423. package/lib/Search/ToggleSearchButton.js +15 -11
  424. package/lib/SearchTypeResult/ActiveFilterContent.js +10 -11
  425. package/lib/SearchTypeResult/ActiveFilters.js +50 -52
  426. package/lib/SearchTypeResult/PopupFilter.js +68 -66
  427. package/lib/SearchTypeResult/ResultNavigation.js +29 -29
  428. package/lib/SearchTypeResult/SearchFieldHeader.js +53 -58
  429. package/lib/SearchTypeResult/SearchFilterContent.js +19 -19
  430. package/lib/SearchTypeResult/SearchHeader.js +59 -49
  431. package/lib/SearchTypeResult/SearchItem.js +51 -46
  432. package/lib/SearchTypeResult/SearchItemList.js +55 -55
  433. package/lib/SearchTypeResult/SearchItems.js +17 -19
  434. package/lib/SearchTypeResult/SearchNotionItem.js +85 -78
  435. package/lib/SearchTypeResult/SearchNotionsResult.js +20 -20
  436. package/lib/SearchTypeResult/SearchSubjectItem.js +18 -16
  437. package/lib/SearchTypeResult/SearchSubjectResult.js +11 -13
  438. package/lib/SearchTypeResult/SearchTypeHeader.js +54 -53
  439. package/lib/SearchTypeResult/SearchTypeResult.js +24 -25
  440. package/lib/SearchTypeResult/SearchViewType.js +42 -40
  441. package/lib/SearchTypeResult/components/ItemContexts.js +64 -59
  442. package/lib/SearchTypeResult/components/ItemResourceHeader.js +40 -39
  443. package/lib/SearchTypeResult/components/ItemTopicHeader.js +23 -24
  444. package/lib/SearchTypeResult/components/SubjectFilters.js +31 -22
  445. package/lib/SectionHeading/SectionHeading.js +10 -15
  446. package/lib/SnackBar/DefaultSnackbar.js +18 -19
  447. package/lib/SnackBar/SnackbarProvider.js +24 -25
  448. package/lib/Subject/Subject.js +52 -53
  449. package/lib/Subject/SubjectAbout.js +27 -35
  450. package/lib/Subject/SubjectArchive.js +63 -58
  451. package/lib/Subject/SubjectBanner.js +4 -6
  452. package/lib/Subject/SubjectCarousel.js +96 -96
  453. package/lib/Subject/SubjectHeader.js +20 -24
  454. package/lib/Subject/SubjectLinks.js +26 -16
  455. package/lib/Subject/SubjectNewContent.js +37 -36
  456. package/lib/Subject/SubjectShortcuts.js +32 -28
  457. package/lib/Subject/SubjectSocial.js +12 -10
  458. package/lib/Table/Table.js +38 -22
  459. package/lib/TagSelector/Control.js +12 -8
  460. package/lib/TagSelector/DropdownIndicator.js +16 -12
  461. package/lib/TagSelector/Input.js +8 -6
  462. package/lib/TagSelector/Menu.js +12 -8
  463. package/lib/TagSelector/MenuList.js +12 -8
  464. package/lib/TagSelector/Option.js +13 -11
  465. package/lib/TagSelector/SelectContainer.js +12 -13
  466. package/lib/TagSelector/TagSelector.js +49 -51
  467. package/lib/TagSelector/ValueButton.js +15 -10
  468. package/lib/ToolboxPage/ToolboxInfo.js +17 -15
  469. package/lib/Topic/Loader.js +97 -96
  470. package/lib/Topic/Topic.js +127 -120
  471. package/lib/TopicIntroductionList/TopicIntroduction.js +50 -37
  472. package/lib/TopicIntroductionList/TopicIntroductionList.js +28 -23
  473. package/lib/TopicIntroductionList/TopicIntroductionShortcuts.js +33 -21
  474. package/lib/TopicIntroductionList/TopicShortcutItem.js +21 -13
  475. package/lib/TopicMenu/SubtopicLinkList.js +112 -104
  476. package/lib/TopicMenu/TopicMenu.js +207 -144
  477. package/lib/TopicMenu/TopicMenuButton.js +13 -9
  478. package/lib/Translation/Translation.js +15 -10
  479. package/lib/Translation/TranslationBox.js +11 -9
  480. package/lib/Translation/TranslationLine.js +21 -8
  481. package/lib/TreeStructure/AddFolderButton.js +35 -37
  482. package/lib/TreeStructure/ComboboxButton.js +32 -33
  483. package/lib/TreeStructure/FolderItem.js +55 -59
  484. package/lib/TreeStructure/FolderItems.js +58 -52
  485. package/lib/TreeStructure/NavigationLink.js +10 -11
  486. package/lib/TreeStructure/TreeStructure.js +64 -74
  487. package/lib/User/AuthModal.js +48 -46
  488. package/lib/User/UserInfo.js +52 -36
  489. package/lib/internal-icons/Book.js +8 -7
  490. package/lib/internal-icons/Download.js +9 -8
  491. package/lib/internal-icons/Embed.js +8 -7
  492. package/lib/internal-icons/InsertTemplate.js +8 -7
  493. package/lib/internal-icons/OpenWindow.js +8 -7
  494. package/lib/locale/LocaleProvider.js +12 -8
  495. package/lib/locale/messages-en.d.ts +1 -0
  496. package/lib/locale/messages-en.js +1 -1
  497. package/lib/locale/messages-nb.d.ts +1 -0
  498. package/lib/locale/messages-nb.js +1 -1
  499. package/lib/locale/messages-nn.d.ts +1 -0
  500. package/lib/locale/messages-nn.js +1 -1
  501. package/lib/locale/messages-se.d.ts +1 -0
  502. package/lib/locale/messages-se.js +1 -1
  503. package/lib/locale/messages-sma.d.ts +1 -0
  504. package/lib/locale/messages-sma.js +1 -1
  505. package/lib/model/SubjectTypes.d.ts +1 -0
  506. package/lib/model/SubjectTypes.js +3 -1
  507. package/lib/utils/createUniversalPortal.js +6 -5
  508. package/package.json +15 -15
  509. package/src/AudioPlayer/Controls.tsx +2 -2
  510. package/src/AudioPlayer/SpeechControl.tsx +2 -2
  511. package/src/Frontpage/FrontpageAllSubjects.tsx +8 -7
  512. package/src/locale/messages-en.ts +1 -0
  513. package/src/locale/messages-nb.ts +1 -0
  514. package/src/locale/messages-nn.ts +1 -0
  515. package/src/locale/messages-se.ts +1 -0
  516. package/src/locale/messages-sma.ts +1 -0
  517. package/src/model/SubjectTypes.ts +1 -0
  518. package/src/.DS_Store +0 -0
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
 
8
+ var _jsxRuntime = require("@emotion/react/jsx-runtime");
9
+
8
10
  var _react = _interopRequireDefault(require("react"));
9
11
 
10
12
  var _react2 = require("@emotion/react");
@@ -14,8 +16,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
14
16
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
15
17
 
16
18
  var cssStyle = process.env.NODE_ENV === "production" ? {
17
- name: "179t5g5",
18
- styles: "position:relative;z-index:1"
19
+ name: "16ynim7-cssStyle",
20
+ styles: "position:relative;z-index:1;label:cssStyle;"
19
21
  } : {
20
22
  name: "16ynim7-cssStyle",
21
23
  styles: "position:relative;z-index:1;label:cssStyle;",
@@ -24,161 +26,166 @@ var cssStyle = process.env.NODE_ENV === "production" ? {
24
26
  };
25
27
 
26
28
  var FrontpageSubjectIllustration = function FrontpageSubjectIllustration() {
27
- return (0, _react2.jsx)("svg", {
29
+ return (0, _jsxRuntime.jsx)("svg", {
28
30
  css: cssStyle,
29
31
  viewBox: "0 0 837 194",
30
32
  version: "1.1",
31
- xmlns: "http://www.w3.org/2000/svg"
32
- }, (0, _react2.jsx)("g", {
33
- stroke: "none",
34
- strokeWidth: "1",
35
- fill: "none",
36
- fillRule: "evenodd"
37
- }, (0, _react2.jsx)("g", {
38
- transform: "translate(12.000000, 22.000000)",
39
- stroke: "#000000"
40
- }, (0, _react2.jsx)("g", {
41
- transform: "translate(0.000000, 7.000000)"
42
- }, (0, _react2.jsx)("path", {
43
- d: "M68.5,0.9 C68.5,0.9 67.1,0.5 65.7,1.5 C64.3,2.5 62.8,4.8 62.8,10.2 C62.8,21.1 67.6,26.5 72,22 C76.4,17.5 76.2,9.8 70.7,3.6 C68.7,1.6 67.6,2.7 67.6,2.7",
44
- id: "Path",
45
- strokeLinecap: "round"
46
- }), (0, _react2.jsx)("path", {
47
- d: "M66.1,24.2 C66.1,24.2 59.1,37.8 59.5,51.2 C59.9,64.6 63.2,73.7 68,75.2 C65.8,74.5 85.1,85 75.2,52.7 C68,29.1 69.1,30.7 69.3,25.3",
48
- id: "Path",
49
- strokeLinecap: "round"
50
- }), (0, _react2.jsx)("path", {
51
- d: "M63.6,29.4 C63.6,29.4 55.6,35.4 50.3,38.6 C45.7,41.4 41.4,48 42.9,50.5 C44.4,53 56.2,53.7 57.5,58 C58.8,62.3 62.3,72.5 59.2,69.3 C56.1,66.1 56.8,65.2 56.1,61.6",
52
- id: "Path",
53
- strokeLinecap: "round"
54
- }), (0, _react2.jsx)("path", {
55
- d: "M0.7,77.1 C1.6,77.1 49.8,76.9 50.7,76.9 C51.6,76.9 35,50.9 46.3,53.5",
56
- id: "Path",
57
- strokeLinecap: "round"
58
- }), (0, _react2.jsx)("path", {
59
- d: "M69.3,31.8 C69.3,31.8 75.8,60.4 83.1,60.2",
60
- id: "Path",
61
- strokeLinecap: "round"
62
- }), (0, _react2.jsx)("path", {
63
- d: "M101.6,71.4 C98.3,67.9 96.5,60.2 92.7,55.6 C91.2,53.8 89.9,52.1 88.1,53.6 C86.5,54.9 81.4,60.1 74.3,75.6",
64
- id: "Path",
65
- strokeLinecap: "round"
66
- }), (0, _react2.jsx)("path", {
67
- d: "M89.9,51.9 C89.9,51.3 89.8,50.6 89.8,50 C89.4,44.9 89.1,40.1 89.3,38.1 L119.5,35.7 L119.9,51.4 C119.9,51.4 117,53.1 113.8,56.9 C110.5,60.6 107.7,65.4 105.3,66.9",
68
- id: "Path",
69
- strokeLinecap: "round"
70
- }), (0, _react2.jsx)("path", {
71
- d: "M97.7,77.5 C97.7,77.5 96.9,81.3 92.9,81.6 C81,82.6 86.7,73.9 91.8,72.6 C96.6,71.4 96.4,78.3 103.5,75.7 C110.6,73.1 130.4,60.2 131.2,54.9 C132,49.7 121.6,50.7 119.8,51.4",
72
- id: "Path",
73
- strokeLinecap: "round"
74
- }), (0, _react2.jsx)("path", {
75
- d: "M114.1,71.6 C114.1,71.6 109.9,77.5 114.9,78.2 C119.9,78.9 132.6,74 129.5,71.2 C126.4,68.4 122.4,71.6 116.6,72.7",
76
- id: "Path",
77
- strokeLinecap: "round"
78
- }), (0, _react2.jsx)("path", {
79
- d: "M412.9,75.3 C412.9,75.3 408.5,57.4 406.8,48.6 C406.6,47.4 369.7,47.7 366.6,48.2 C365.3,51 371,77 371,77",
80
- id: "Path",
81
- strokeLinecap: "round"
82
- }), (0, _react2.jsx)("path", {
83
- d: "M96.5,61.8 L111,60.2",
84
- id: "Path",
85
- strokeLinecap: "round"
86
- }), (0, _react2.jsx)("path", {
87
- d: "M126.7,62 C130.3,67.4 131.6,68.7 144.4,71.2 C147.4,71.8 158.1,71.3 157.5,73.6 C156.5,77.5 144.7,74.5 139.5,75.4 C134.2,76.3 129.5,78.4 124.9,80.4 C123.1,81.2 121.1,82.5 121.8,83.9 C122.4,85.1 124.6,85.5 126.4,85.5 C135.3,85.8 144.1,84.1 152.9,82.7 C189,76.7 202.3,79.8 238.6,85.2 C264.2,89 329.9,88.3 346.1,86.3 C365.9,83.9 318.4,75.2 370.3,75.8",
88
- id: "Path"
89
- })), (0, _react2.jsx)("g", {
90
- transform: "translate(69.000000, 0.000000)"
91
- }, (0, _react2.jsx)("path", {
92
- d: "M351.7,8.9 C351.7,8.9 343.2,9.1 346.4,19.4 C348.8,27.2 353.9,31 356.9,29.2 C357.9,28.6 358.7,27.4 359,25.6 C360.5,18.2 357.5,9.8 351.7,8.9 Z",
93
- id: "Path",
94
- strokeLinecap: "round"
95
- }), (0, _react2.jsx)("path", {
96
- d: "M358.4,29.6 C358.4,29.6 358.6,35.7 363.4,36.9 C368.2,38.1 376.1,31 381.5,49.8 C387,68.6 391.3,77.3 383.7,80.6 C376.1,83.9 360.5,81.8 357.3,79.7 C354,77.6 352.7,71.5 348.3,74.3 C343.9,77.1 340,83 352.5,80.2",
97
- id: "Path",
98
- strokeLinecap: "round"
99
- }), (0, _react2.jsx)("path", {
100
- d: "M354,30.1 C354.7,31 354.2,39.3 348.8,43.3 C343.3,47.3 340.7,57.6 342.5,66.8",
101
- id: "Path",
102
- strokeLinecap: "round"
103
- }), (0, _react2.jsx)("path", {
104
- d: "M375,50 C375,50 375.7,70.5 378.5,72.9 C381.3,75.3 385.7,75.3 384.8,77.5",
105
- id: "Path",
106
- strokeLinecap: "round"
107
- }), (0, _react2.jsx)("path", {
108
- d: "M377.8,72.8 C371.9,75.2 358.2,77.6 355.8,77.4",
109
- id: "Path",
110
- strokeLinecap: "round"
111
- }), (0, _react2.jsx)("path", {
112
- d: "M348,22.2 C349.4,21.2 354.6,21 354.4,21.3 C354.2,21.6 349.9,23.4 349.7,23.7",
113
- id: "Path",
114
- strokeLinecap: "round"
115
- }), (0, _react2.jsx)("path", {
116
- d: "M347.9,10.2 C348.4,9.9 356.5,3.2 359.2,9.9 C361.9,16.6 361.3,25.3 365.6,29.8 C369.9,34.3 368.6,35.9 363.7,35.9",
117
- id: "Path",
118
- strokeLinecap: "round"
119
- }), (0, _react2.jsx)("path", {
120
- d: "M654.3,19.8 C654.3,19.8 645.8,26.6 646.6,31.4 C647.5,36.2 652.8,39.7 656,33.8 C656.8,32.3 657.4,30.6 657.7,29 C658.8,24 657.6,19.2 654.3,19.8 Z",
121
- id: "Path"
122
- }), (0, _react2.jsx)("path", {
123
- d: "M652.5,28.5 C651.3,27.3 656.8,31.1 657.7,29",
124
- id: "Path"
125
- }), (0, _react2.jsx)("path", {
126
- d: "M635.5,75.2 C635.5,75.2 638.6,80.6 639.2,79.2 C639.7,78 638.8,74.7 638.6,73.7 C638.6,73.6 638.7,73.6 638.7,73.6 C640,75.2 641.7,78.6 646.4,78.6 C651.4,78.6 645,73.6 640.6,70.8 C636.2,68 622.9,71.6 619.1,72.8 C615.2,73.9 613.9,69.7 614.7,67.5 C615.5,65.3 616.9,61.4 622.4,53.8 C627.9,46.3 635.6,42.1 641.7,41 C647.8,39.9 647.5,35.4 647.5,35.4",
127
- id: "Path",
128
- strokeLinecap: "round"
129
- }), (0, _react2.jsx)("path", {
130
- d: "M653.8,37.4 C653.8,37.4 654.4,42.4 659.6,44.9 C664.8,47.4 670.4,52.4 669.8,57.4 C669.2,62.4 666.5,67.7 665.9,68.8",
131
- id: "Path"
132
- }), (0, _react2.jsx)("path", {
133
- d: "M651.6,69.4 C652.2,61 656.8,45.2 656.8,45.2",
134
- id: "Path",
135
- strokeLinecap: "round"
136
- }), (0, _react2.jsx)("path", {
137
- d: "M660.2,46.8 C659.6,47.6 655.8,61.3 654.4,67.4",
138
- id: "Path",
139
- strokeLinecap: "round"
140
- }), (0, _react2.jsx)("path", {
141
- d: "M638.7,42.6 C638.7,42.6 638.7,61.3 637.9,62.7",
142
- id: "Path",
143
- strokeLinecap: "round"
144
- }), (0, _react2.jsx)("path", {
145
- d: "M635.6,43.5 L635.7,69.7",
146
- id: "Path",
147
- strokeLinecap: "round"
148
- }), (0, _react2.jsx)("path", {
149
- d: "M642.8,78.3 L639.2,79.1 L630.6,81.6 L660.9,96.1 L700.3,78.5 L668.6,68.5 C667.2,68.8 647.6,76.3 647.6,76.3",
150
- id: "Path"
151
- }), (0, _react2.jsx)("path", {
152
- d: "M671.1,1.4 C669.9,1.9 669.7,18.1 677.7,18.3 C685.7,18.5 685.5,12.3 684.4,10 C683.2,7.7 680.8,-2.4 671.1,1.4 Z",
153
- id: "Path"
154
- }), (0, _react2.jsx)("path", {
155
- d: "M672.9,14.2 C673,15.3 677.6,11.5 677.6,11.5",
156
- id: "Path",
157
- strokeLinecap: "round"
158
- }), (0, _react2.jsx)("path", {
159
- d: "M684.5,15.7 C684.5,15.7 684.6,18.8 687.5,19.8 C691.7,21.3 698.5,22 701.3,31.2 C704.1,40.4 708.7,57.1 708.2,58.5 C707.7,59.9 701,70.2 698,72.7 C695,75.2 681.4,74.4 682.3,76 C683.1,77.7 687,76.6 687,76.6 C687,76.6 694.7,74.1 697.8,68 C697.8,68 692,71.3 687.6,63 C683.2,54.7 681.8,27.9 683.2,23.4 C684.6,18.9 680.7,17.9 680.7,17.9",
160
- id: "Path",
161
- strokeLinecap: "round"
162
- }), (0, _react2.jsx)("path", {
163
- d: "M684.7,53.2 C684.7,54 684.1,64.1 678.6,69.9",
164
- id: "Path",
165
- strokeLinecap: "round"
166
- }), (0, _react2.jsx)("path", {
167
- d: "M705.1,63.3 C705.4,64.1 707.3,76.7 707.3,76.7",
168
- id: "Path",
169
- strokeLinecap: "round"
170
- }), (0, _react2.jsx)("path", {
171
- d: "M697.7,68 C697.7,68 704.9,62.4 701.8,50.2 C698.6,37.2 693.8,32.9 692.1,28.7 C690.4,24.5 689.6,24 691.5,21.2",
172
- id: "Path"
173
- }), (0, _react2.jsx)("path", {
174
- d: "M4.5,20.6 C4.5,20.6 0.6,17.9 0.6,19.7 C0.6,21.5 4.5,24.2 4.5,24.2",
175
- id: "Path",
176
- strokeLinecap: "round"
177
- }), (0, _react2.jsx)("path", {
178
- d: "M384.5,81.2 L630.4,81.2",
179
- id: "Path",
180
- strokeLinecap: "round"
181
- })))));
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ children: (0, _jsxRuntime.jsx)("g", {
35
+ stroke: "none",
36
+ strokeWidth: "1",
37
+ fill: "none",
38
+ fillRule: "evenodd",
39
+ children: (0, _jsxRuntime.jsxs)("g", {
40
+ transform: "translate(12.000000, 22.000000)",
41
+ stroke: "#000000",
42
+ children: [(0, _jsxRuntime.jsxs)("g", {
43
+ transform: "translate(0.000000, 7.000000)",
44
+ children: [(0, _jsxRuntime.jsx)("path", {
45
+ d: "M68.5,0.9 C68.5,0.9 67.1,0.5 65.7,1.5 C64.3,2.5 62.8,4.8 62.8,10.2 C62.8,21.1 67.6,26.5 72,22 C76.4,17.5 76.2,9.8 70.7,3.6 C68.7,1.6 67.6,2.7 67.6,2.7",
46
+ id: "Path",
47
+ strokeLinecap: "round"
48
+ }), (0, _jsxRuntime.jsx)("path", {
49
+ d: "M66.1,24.2 C66.1,24.2 59.1,37.8 59.5,51.2 C59.9,64.6 63.2,73.7 68,75.2 C65.8,74.5 85.1,85 75.2,52.7 C68,29.1 69.1,30.7 69.3,25.3",
50
+ id: "Path",
51
+ strokeLinecap: "round"
52
+ }), (0, _jsxRuntime.jsx)("path", {
53
+ d: "M63.6,29.4 C63.6,29.4 55.6,35.4 50.3,38.6 C45.7,41.4 41.4,48 42.9,50.5 C44.4,53 56.2,53.7 57.5,58 C58.8,62.3 62.3,72.5 59.2,69.3 C56.1,66.1 56.8,65.2 56.1,61.6",
54
+ id: "Path",
55
+ strokeLinecap: "round"
56
+ }), (0, _jsxRuntime.jsx)("path", {
57
+ d: "M0.7,77.1 C1.6,77.1 49.8,76.9 50.7,76.9 C51.6,76.9 35,50.9 46.3,53.5",
58
+ id: "Path",
59
+ strokeLinecap: "round"
60
+ }), (0, _jsxRuntime.jsx)("path", {
61
+ d: "M69.3,31.8 C69.3,31.8 75.8,60.4 83.1,60.2",
62
+ id: "Path",
63
+ strokeLinecap: "round"
64
+ }), (0, _jsxRuntime.jsx)("path", {
65
+ d: "M101.6,71.4 C98.3,67.9 96.5,60.2 92.7,55.6 C91.2,53.8 89.9,52.1 88.1,53.6 C86.5,54.9 81.4,60.1 74.3,75.6",
66
+ id: "Path",
67
+ strokeLinecap: "round"
68
+ }), (0, _jsxRuntime.jsx)("path", {
69
+ d: "M89.9,51.9 C89.9,51.3 89.8,50.6 89.8,50 C89.4,44.9 89.1,40.1 89.3,38.1 L119.5,35.7 L119.9,51.4 C119.9,51.4 117,53.1 113.8,56.9 C110.5,60.6 107.7,65.4 105.3,66.9",
70
+ id: "Path",
71
+ strokeLinecap: "round"
72
+ }), (0, _jsxRuntime.jsx)("path", {
73
+ d: "M97.7,77.5 C97.7,77.5 96.9,81.3 92.9,81.6 C81,82.6 86.7,73.9 91.8,72.6 C96.6,71.4 96.4,78.3 103.5,75.7 C110.6,73.1 130.4,60.2 131.2,54.9 C132,49.7 121.6,50.7 119.8,51.4",
74
+ id: "Path",
75
+ strokeLinecap: "round"
76
+ }), (0, _jsxRuntime.jsx)("path", {
77
+ d: "M114.1,71.6 C114.1,71.6 109.9,77.5 114.9,78.2 C119.9,78.9 132.6,74 129.5,71.2 C126.4,68.4 122.4,71.6 116.6,72.7",
78
+ id: "Path",
79
+ strokeLinecap: "round"
80
+ }), (0, _jsxRuntime.jsx)("path", {
81
+ d: "M412.9,75.3 C412.9,75.3 408.5,57.4 406.8,48.6 C406.6,47.4 369.7,47.7 366.6,48.2 C365.3,51 371,77 371,77",
82
+ id: "Path",
83
+ strokeLinecap: "round"
84
+ }), (0, _jsxRuntime.jsx)("path", {
85
+ d: "M96.5,61.8 L111,60.2",
86
+ id: "Path",
87
+ strokeLinecap: "round"
88
+ }), (0, _jsxRuntime.jsx)("path", {
89
+ d: "M126.7,62 C130.3,67.4 131.6,68.7 144.4,71.2 C147.4,71.8 158.1,71.3 157.5,73.6 C156.5,77.5 144.7,74.5 139.5,75.4 C134.2,76.3 129.5,78.4 124.9,80.4 C123.1,81.2 121.1,82.5 121.8,83.9 C122.4,85.1 124.6,85.5 126.4,85.5 C135.3,85.8 144.1,84.1 152.9,82.7 C189,76.7 202.3,79.8 238.6,85.2 C264.2,89 329.9,88.3 346.1,86.3 C365.9,83.9 318.4,75.2 370.3,75.8",
90
+ id: "Path"
91
+ })]
92
+ }), (0, _jsxRuntime.jsxs)("g", {
93
+ transform: "translate(69.000000, 0.000000)",
94
+ children: [(0, _jsxRuntime.jsx)("path", {
95
+ d: "M351.7,8.9 C351.7,8.9 343.2,9.1 346.4,19.4 C348.8,27.2 353.9,31 356.9,29.2 C357.9,28.6 358.7,27.4 359,25.6 C360.5,18.2 357.5,9.8 351.7,8.9 Z",
96
+ id: "Path",
97
+ strokeLinecap: "round"
98
+ }), (0, _jsxRuntime.jsx)("path", {
99
+ d: "M358.4,29.6 C358.4,29.6 358.6,35.7 363.4,36.9 C368.2,38.1 376.1,31 381.5,49.8 C387,68.6 391.3,77.3 383.7,80.6 C376.1,83.9 360.5,81.8 357.3,79.7 C354,77.6 352.7,71.5 348.3,74.3 C343.9,77.1 340,83 352.5,80.2",
100
+ id: "Path",
101
+ strokeLinecap: "round"
102
+ }), (0, _jsxRuntime.jsx)("path", {
103
+ d: "M354,30.1 C354.7,31 354.2,39.3 348.8,43.3 C343.3,47.3 340.7,57.6 342.5,66.8",
104
+ id: "Path",
105
+ strokeLinecap: "round"
106
+ }), (0, _jsxRuntime.jsx)("path", {
107
+ d: "M375,50 C375,50 375.7,70.5 378.5,72.9 C381.3,75.3 385.7,75.3 384.8,77.5",
108
+ id: "Path",
109
+ strokeLinecap: "round"
110
+ }), (0, _jsxRuntime.jsx)("path", {
111
+ d: "M377.8,72.8 C371.9,75.2 358.2,77.6 355.8,77.4",
112
+ id: "Path",
113
+ strokeLinecap: "round"
114
+ }), (0, _jsxRuntime.jsx)("path", {
115
+ d: "M348,22.2 C349.4,21.2 354.6,21 354.4,21.3 C354.2,21.6 349.9,23.4 349.7,23.7",
116
+ id: "Path",
117
+ strokeLinecap: "round"
118
+ }), (0, _jsxRuntime.jsx)("path", {
119
+ d: "M347.9,10.2 C348.4,9.9 356.5,3.2 359.2,9.9 C361.9,16.6 361.3,25.3 365.6,29.8 C369.9,34.3 368.6,35.9 363.7,35.9",
120
+ id: "Path",
121
+ strokeLinecap: "round"
122
+ }), (0, _jsxRuntime.jsx)("path", {
123
+ d: "M654.3,19.8 C654.3,19.8 645.8,26.6 646.6,31.4 C647.5,36.2 652.8,39.7 656,33.8 C656.8,32.3 657.4,30.6 657.7,29 C658.8,24 657.6,19.2 654.3,19.8 Z",
124
+ id: "Path"
125
+ }), (0, _jsxRuntime.jsx)("path", {
126
+ d: "M652.5,28.5 C651.3,27.3 656.8,31.1 657.7,29",
127
+ id: "Path"
128
+ }), (0, _jsxRuntime.jsx)("path", {
129
+ d: "M635.5,75.2 C635.5,75.2 638.6,80.6 639.2,79.2 C639.7,78 638.8,74.7 638.6,73.7 C638.6,73.6 638.7,73.6 638.7,73.6 C640,75.2 641.7,78.6 646.4,78.6 C651.4,78.6 645,73.6 640.6,70.8 C636.2,68 622.9,71.6 619.1,72.8 C615.2,73.9 613.9,69.7 614.7,67.5 C615.5,65.3 616.9,61.4 622.4,53.8 C627.9,46.3 635.6,42.1 641.7,41 C647.8,39.9 647.5,35.4 647.5,35.4",
130
+ id: "Path",
131
+ strokeLinecap: "round"
132
+ }), (0, _jsxRuntime.jsx)("path", {
133
+ d: "M653.8,37.4 C653.8,37.4 654.4,42.4 659.6,44.9 C664.8,47.4 670.4,52.4 669.8,57.4 C669.2,62.4 666.5,67.7 665.9,68.8",
134
+ id: "Path"
135
+ }), (0, _jsxRuntime.jsx)("path", {
136
+ d: "M651.6,69.4 C652.2,61 656.8,45.2 656.8,45.2",
137
+ id: "Path",
138
+ strokeLinecap: "round"
139
+ }), (0, _jsxRuntime.jsx)("path", {
140
+ d: "M660.2,46.8 C659.6,47.6 655.8,61.3 654.4,67.4",
141
+ id: "Path",
142
+ strokeLinecap: "round"
143
+ }), (0, _jsxRuntime.jsx)("path", {
144
+ d: "M638.7,42.6 C638.7,42.6 638.7,61.3 637.9,62.7",
145
+ id: "Path",
146
+ strokeLinecap: "round"
147
+ }), (0, _jsxRuntime.jsx)("path", {
148
+ d: "M635.6,43.5 L635.7,69.7",
149
+ id: "Path",
150
+ strokeLinecap: "round"
151
+ }), (0, _jsxRuntime.jsx)("path", {
152
+ d: "M642.8,78.3 L639.2,79.1 L630.6,81.6 L660.9,96.1 L700.3,78.5 L668.6,68.5 C667.2,68.8 647.6,76.3 647.6,76.3",
153
+ id: "Path"
154
+ }), (0, _jsxRuntime.jsx)("path", {
155
+ d: "M671.1,1.4 C669.9,1.9 669.7,18.1 677.7,18.3 C685.7,18.5 685.5,12.3 684.4,10 C683.2,7.7 680.8,-2.4 671.1,1.4 Z",
156
+ id: "Path"
157
+ }), (0, _jsxRuntime.jsx)("path", {
158
+ d: "M672.9,14.2 C673,15.3 677.6,11.5 677.6,11.5",
159
+ id: "Path",
160
+ strokeLinecap: "round"
161
+ }), (0, _jsxRuntime.jsx)("path", {
162
+ d: "M684.5,15.7 C684.5,15.7 684.6,18.8 687.5,19.8 C691.7,21.3 698.5,22 701.3,31.2 C704.1,40.4 708.7,57.1 708.2,58.5 C707.7,59.9 701,70.2 698,72.7 C695,75.2 681.4,74.4 682.3,76 C683.1,77.7 687,76.6 687,76.6 C687,76.6 694.7,74.1 697.8,68 C697.8,68 692,71.3 687.6,63 C683.2,54.7 681.8,27.9 683.2,23.4 C684.6,18.9 680.7,17.9 680.7,17.9",
163
+ id: "Path",
164
+ strokeLinecap: "round"
165
+ }), (0, _jsxRuntime.jsx)("path", {
166
+ d: "M684.7,53.2 C684.7,54 684.1,64.1 678.6,69.9",
167
+ id: "Path",
168
+ strokeLinecap: "round"
169
+ }), (0, _jsxRuntime.jsx)("path", {
170
+ d: "M705.1,63.3 C705.4,64.1 707.3,76.7 707.3,76.7",
171
+ id: "Path",
172
+ strokeLinecap: "round"
173
+ }), (0, _jsxRuntime.jsx)("path", {
174
+ d: "M697.7,68 C697.7,68 704.9,62.4 701.8,50.2 C698.6,37.2 693.8,32.9 692.1,28.7 C690.4,24.5 689.6,24 691.5,21.2",
175
+ id: "Path"
176
+ }), (0, _jsxRuntime.jsx)("path", {
177
+ d: "M4.5,20.6 C4.5,20.6 0.6,17.9 0.6,19.7 C0.6,21.5 4.5,24.2 4.5,24.2",
178
+ id: "Path",
179
+ strokeLinecap: "round"
180
+ }), (0, _jsxRuntime.jsx)("path", {
181
+ d: "M384.5,81.2 L630.4,81.2",
182
+ id: "Path",
183
+ strokeLinecap: "round"
184
+ })]
185
+ })]
186
+ })
187
+ })
188
+ });
182
189
  };
183
190
 
184
191
  var _default = FrontpageSubjectIllustration;
@@ -5,9 +5,9 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
 
8
- var _react = _interopRequireDefault(require("react"));
8
+ var _jsxRuntime = require("@emotion/react/jsx-runtime");
9
9
 
10
- var _react2 = require("@emotion/react");
10
+ var _react = _interopRequireDefault(require("react"));
11
11
 
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
13
 
@@ -19,70 +19,73 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
19
19
  *
20
20
  */
21
21
  var Illustration = function Illustration() {
22
- return (0, _react2.jsx)("svg", {
22
+ return (0, _jsxRuntime.jsx)("svg", {
23
23
  width: "940px",
24
24
  height: "175px",
25
25
  viewBox: "0 0 940 175",
26
26
  version: "1.1",
27
- xmlns: "http://www.w3.org/2000/svg"
28
- }, (0, _react2.jsx)("g", {
29
- id: "MenuOpen3",
30
- stroke: "none",
31
- strokeWidth: "1",
32
- fill: "none",
33
- fillRule: "evenodd"
34
- }, (0, _react2.jsx)("g", {
35
- id: "Group",
36
- transform: "translate(-0.655172, 9.000000)",
37
- stroke: "#000000"
38
- }, (0, _react2.jsx)("path", {
39
- d: "M412.399678,0.138806159 C412.399678,0.138806159 410.006291,-0.56390002 407.612903,1.19286543 C405.219516,2.94963088 402.655172,6.99019141 402.655172,16.4767248 C402.655172,35.6254682 410.861072,45.1120016 418.383147,37.2065571 C425.905222,29.3011126 425.563309,15.7740186 416.160716,4.88207287 C412.741591,1.36854197 410.861072,3.30098397 410.861072,3.30098397",
40
- id: "Path",
41
- strokeLinecap: "round"
42
- }), (0, _react2.jsx)("path", {
43
- d: "M409.419099,40 C409.419099,40 396.973345,63.4974455 397.684531,86.6493404 C398.395717,109.801235 404.263001,125.523791 412.797232,128.115421 C408.88571,126.905993 443.200432,145.047404 425.598579,89.2409704 C412.797232,48.4659914 414.752994,51.2303968 415.108587,41.9005287",
44
- id: "Path",
45
- strokeLinecap: "round"
46
- }), (0, _react2.jsx)("path", {
47
- d: "M404.655172,49 C404.655172,49 390.943558,59.5156249 381.859613,65.1239581 C373.975435,70.0312497 366.605442,81.598437 369.17637,85.9799474 C371.747298,90.3614577 391.971929,91.5882806 394.200066,99.1244785 C396.428204,106.660676 402.427035,124.537239 397.113784,118.928905 C391.800534,113.320572 393.0003,111.743228 391.800534,105.433853",
48
- id: "Path",
49
- strokeLinecap: "round"
50
- }), (0, _react2.jsx)("path", {
51
- d: "M0.655172414,132 C57.6545214,132 94.9878547,132 112.655172,132 C139.156149,132 379.820892,131.646803 381.585514,131.646803 C383.350135,131.646803 350.802674,85.7312027 372.958476,90.3227627",
52
- id: "Path",
53
- strokeLinecap: "round"
54
- }), (0, _react2.jsx)("path", {
55
- d: "M413.655172,54 C413.655172,54 424.95952,103.343256 437.655172,102.998199",
56
- id: "Path",
57
- strokeLinecap: "round"
58
- }), (0, _react2.jsx)("path", {
59
- d: "M470.655172,122.558528 C464.973854,116.357301 461.874953,102.714603 455.332828,94.5644192 C452.750411,91.3752169 450.512315,88.3631926 447.413414,91.0208611 C444.658835,93.3241739 435.878616,102.537425 423.655172,130",
60
- id: "Path",
61
- strokeLinecap: "round"
62
- }), (0, _react2.jsx)("path", {
63
- d: "M448.823906,89.0384615 C448.823906,88 448.647801,86.7884615 448.647801,85.75 C447.943384,76.9230769 447.415072,68.6153846 447.76728,65.1538462 L500.950756,61 L501.655172,88.1730769 C501.655172,88.1730769 496.54815,91.1153846 490.912815,97.6923077 C485.101375,104.096154 480.170457,112.403846 475.943956,115",
64
- id: "Path",
65
- strokeLinecap: "round"
66
- }), (0, _react2.jsx)("path", {
67
- d: "M462.999954,133.683868 C462.999954,133.683868 461.624911,140.335156 454.749695,140.860257 C434.29593,142.610596 444.093112,127.382648 452.859011,125.107207 C461.10927,123.006801 460.765509,135.084139 472.969016,130.533258 C485.172523,125.982377 519.204838,103.403005 520.579881,94.1262089 C521.954924,85.0244466 504.079364,86.7747855 500.985517,88.0000227",
68
- id: "Path",
69
- strokeLinecap: "round"
70
- }), (0, _react2.jsx)("path", {
71
- d: "M492.573521,122.598694 C492.573521,122.598694 485.146952,132.68738 493.988106,133.884343 C502.82926,135.081306 525.28579,126.702566 519.804275,121.914715 C514.322759,117.126864 507.249836,122.598694 496.994098,124.479635",
72
- id: "Path",
73
- strokeLinecap: "round"
74
- }), (0, _react2.jsx)("path", {
75
- d: "M461.655172,106 L487.655172,103",
76
- id: "Path",
77
- strokeLinecap: "round"
78
- }), (0, _react2.jsx)("path", {
79
- d: "M514.399698,106 C520.641827,115.372251 522.89593,117.628534 545.090167,121.967539 C550.291941,123.0089 568.844936,122.141099 567.804581,126.132983 C566.070657,132.901831 545.610344,127.695025 536.593935,129.257067 C527.404134,130.819109 519.254687,134.463873 511.278633,137.935077 C508.157569,139.323559 504.689719,141.579842 505.903467,144.009684 C506.943822,146.092407 510.758456,146.786648 513.879521,146.786648 C529.311451,147.307328 544.569989,144.356805 559.828527,141.926962 C622.423212,131.51335 645.484411,136.893716 708.425881,146.265967 C752.814355,152.861255 866.733213,151.646333 894.822795,148.175129 C927.99132,144.150813 865.187438,129.920577 942.043908,129.899994 C944.739183,129.899272 947.606217,129.916026 950.655172,129.951308",
80
- id: "Path"
81
- }), (0, _react2.jsx)("path", {
82
- d: "M421.655172,21.6703297 C421.655172,21.6703297 414.655172,16.9230769 414.655172,20.0879121 C414.655172,23.2527473 421.655172,28 421.655172,28",
83
- id: "Path",
84
- strokeLinecap: "round"
85
- }))));
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ children: (0, _jsxRuntime.jsx)("g", {
29
+ id: "MenuOpen3",
30
+ stroke: "none",
31
+ strokeWidth: "1",
32
+ fill: "none",
33
+ fillRule: "evenodd",
34
+ children: (0, _jsxRuntime.jsxs)("g", {
35
+ id: "Group",
36
+ transform: "translate(-0.655172, 9.000000)",
37
+ stroke: "#000000",
38
+ children: [(0, _jsxRuntime.jsx)("path", {
39
+ d: "M412.399678,0.138806159 C412.399678,0.138806159 410.006291,-0.56390002 407.612903,1.19286543 C405.219516,2.94963088 402.655172,6.99019141 402.655172,16.4767248 C402.655172,35.6254682 410.861072,45.1120016 418.383147,37.2065571 C425.905222,29.3011126 425.563309,15.7740186 416.160716,4.88207287 C412.741591,1.36854197 410.861072,3.30098397 410.861072,3.30098397",
40
+ id: "Path",
41
+ strokeLinecap: "round"
42
+ }), (0, _jsxRuntime.jsx)("path", {
43
+ d: "M409.419099,40 C409.419099,40 396.973345,63.4974455 397.684531,86.6493404 C398.395717,109.801235 404.263001,125.523791 412.797232,128.115421 C408.88571,126.905993 443.200432,145.047404 425.598579,89.2409704 C412.797232,48.4659914 414.752994,51.2303968 415.108587,41.9005287",
44
+ id: "Path",
45
+ strokeLinecap: "round"
46
+ }), (0, _jsxRuntime.jsx)("path", {
47
+ d: "M404.655172,49 C404.655172,49 390.943558,59.5156249 381.859613,65.1239581 C373.975435,70.0312497 366.605442,81.598437 369.17637,85.9799474 C371.747298,90.3614577 391.971929,91.5882806 394.200066,99.1244785 C396.428204,106.660676 402.427035,124.537239 397.113784,118.928905 C391.800534,113.320572 393.0003,111.743228 391.800534,105.433853",
48
+ id: "Path",
49
+ strokeLinecap: "round"
50
+ }), (0, _jsxRuntime.jsx)("path", {
51
+ d: "M0.655172414,132 C57.6545214,132 94.9878547,132 112.655172,132 C139.156149,132 379.820892,131.646803 381.585514,131.646803 C383.350135,131.646803 350.802674,85.7312027 372.958476,90.3227627",
52
+ id: "Path",
53
+ strokeLinecap: "round"
54
+ }), (0, _jsxRuntime.jsx)("path", {
55
+ d: "M413.655172,54 C413.655172,54 424.95952,103.343256 437.655172,102.998199",
56
+ id: "Path",
57
+ strokeLinecap: "round"
58
+ }), (0, _jsxRuntime.jsx)("path", {
59
+ d: "M470.655172,122.558528 C464.973854,116.357301 461.874953,102.714603 455.332828,94.5644192 C452.750411,91.3752169 450.512315,88.3631926 447.413414,91.0208611 C444.658835,93.3241739 435.878616,102.537425 423.655172,130",
60
+ id: "Path",
61
+ strokeLinecap: "round"
62
+ }), (0, _jsxRuntime.jsx)("path", {
63
+ d: "M448.823906,89.0384615 C448.823906,88 448.647801,86.7884615 448.647801,85.75 C447.943384,76.9230769 447.415072,68.6153846 447.76728,65.1538462 L500.950756,61 L501.655172,88.1730769 C501.655172,88.1730769 496.54815,91.1153846 490.912815,97.6923077 C485.101375,104.096154 480.170457,112.403846 475.943956,115",
64
+ id: "Path",
65
+ strokeLinecap: "round"
66
+ }), (0, _jsxRuntime.jsx)("path", {
67
+ d: "M462.999954,133.683868 C462.999954,133.683868 461.624911,140.335156 454.749695,140.860257 C434.29593,142.610596 444.093112,127.382648 452.859011,125.107207 C461.10927,123.006801 460.765509,135.084139 472.969016,130.533258 C485.172523,125.982377 519.204838,103.403005 520.579881,94.1262089 C521.954924,85.0244466 504.079364,86.7747855 500.985517,88.0000227",
68
+ id: "Path",
69
+ strokeLinecap: "round"
70
+ }), (0, _jsxRuntime.jsx)("path", {
71
+ d: "M492.573521,122.598694 C492.573521,122.598694 485.146952,132.68738 493.988106,133.884343 C502.82926,135.081306 525.28579,126.702566 519.804275,121.914715 C514.322759,117.126864 507.249836,122.598694 496.994098,124.479635",
72
+ id: "Path",
73
+ strokeLinecap: "round"
74
+ }), (0, _jsxRuntime.jsx)("path", {
75
+ d: "M461.655172,106 L487.655172,103",
76
+ id: "Path",
77
+ strokeLinecap: "round"
78
+ }), (0, _jsxRuntime.jsx)("path", {
79
+ d: "M514.399698,106 C520.641827,115.372251 522.89593,117.628534 545.090167,121.967539 C550.291941,123.0089 568.844936,122.141099 567.804581,126.132983 C566.070657,132.901831 545.610344,127.695025 536.593935,129.257067 C527.404134,130.819109 519.254687,134.463873 511.278633,137.935077 C508.157569,139.323559 504.689719,141.579842 505.903467,144.009684 C506.943822,146.092407 510.758456,146.786648 513.879521,146.786648 C529.311451,147.307328 544.569989,144.356805 559.828527,141.926962 C622.423212,131.51335 645.484411,136.893716 708.425881,146.265967 C752.814355,152.861255 866.733213,151.646333 894.822795,148.175129 C927.99132,144.150813 865.187438,129.920577 942.043908,129.899994 C944.739183,129.899272 947.606217,129.916026 950.655172,129.951308",
80
+ id: "Path"
81
+ }), (0, _jsxRuntime.jsx)("path", {
82
+ d: "M421.655172,21.6703297 C421.655172,21.6703297 414.655172,16.9230769 414.655172,20.0879121 C414.655172,23.2527473 421.655172,28 421.655172,28",
83
+ id: "Path",
84
+ strokeLinecap: "round"
85
+ })]
86
+ })
87
+ })
88
+ });
86
89
  };
87
90
 
88
91
  var _default = Illustration;