@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
@@ -1,3 +1,6 @@
1
+ import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
2
+ import { jsx as _jsx } from "@emotion/react/jsx-runtime";
3
+
1
4
  /**
2
5
  * Copyright (c) 2019-present, NDLA.
3
6
  *
@@ -6,93 +9,94 @@
6
9
  *
7
10
  */
8
11
  import React from 'react';
9
- import { jsx as ___EmotionJSX } from "@emotion/react";
10
12
 
11
13
  var Illustration = function Illustration() {
12
- return ___EmotionJSX("svg", {
14
+ return _jsx("svg", {
13
15
  width: "90px",
14
16
  height: "90px",
15
17
  viewBox: "0 0 90 90",
16
18
  version: "1.1",
17
- xmlns: "http://www.w3.org/2000/svg"
18
- }, ___EmotionJSX("g", {
19
- id: "Artboard",
20
- stroke: "none",
21
- strokeWidth: "1",
22
- fill: "none",
23
- fillRule: "evenodd"
24
- }, ___EmotionJSX("path", {
25
- d: "M31.3185399,22.0435347 C31.3185399,22.0435347 30.4844807,21.8231404 29.6504214,22.374126 C28.8163622,22.9251115 27.9227273,24.1923782 27.9227273,27.1677001 C27.9227273,33.1734423 30.782359,36.1487641 33.4036881,33.6693293 C36.0250171,31.1898944 35.9058658,26.9473059 32.6292044,23.5311956 C31.4376912,22.4292245 30.782359,23.0353086 30.782359,23.0353086",
26
- id: "Path",
27
- stroke: "#000000",
28
- strokeWidth: "0.5",
29
- strokeLinecap: "round"
30
- }), ___EmotionJSX("path", {
31
- d: "M30.2314501,34.5454545 C30.2314501,34.5454545 26.6828674,41.6421578 26.8856435,48.6344977 C27.0884196,55.6268377 28.761323,60.3753671 31.1946369,61.1580917 C30.0793679,60.7928203 39.8633177,66.2718926 34.8446078,49.4172224 C31.1946369,37.102355 31.7522712,37.9372613 31.8536594,35.1194525",
32
- id: "Path",
33
- stroke: "#000000",
34
- strokeWidth: "0.5",
35
- strokeLinecap: "round"
36
- }), ___EmotionJSX("path", {
37
- d: "M28.9681818,37.6818182 C28.9681818,37.6818182 24.5880827,40.9334487 21.6862672,42.6676515 C19.1677101,44.1850791 16.8134069,47.7618727 17.6346755,49.1167187 C18.455944,50.4715647 24.9165901,50.8509216 25.6283563,53.1812568 C26.3401224,55.5115919 28.2564158,61.0393638 26.5591273,59.3051608 C24.861839,57.5709579 25.2450976,57.0832134 24.861839,55.1322351",
38
- id: "Path",
39
- stroke: "#000000",
40
- strokeWidth: "0.5",
41
- strokeLinecap: "round"
42
- }), ___EmotionJSX("path", {
43
- d: "M9.10454545,63.8181818 C9.59312386,63.8181818 22.1875895,63.7126814 22.6761678,63.7126814 C23.1647463,63.7126814 14.153189,49.997632 20.2875623,51.3691369",
44
- id: "Path",
45
- stroke: "#000000",
46
- strokeWidth: "0.5",
47
- strokeLinecap: "round"
48
- }), ___EmotionJSX("path", {
49
- d: "M33.15,39.7727273 C33.15,39.7727273 36.5969697,54.511622 40.4681818,54.4085528",
50
- id: "Path",
51
- stroke: "#000000",
52
- strokeWidth: "0.5",
53
- strokeLinecap: "round"
54
- }), ___EmotionJSX("path", {
55
- d: "M49.8772727,59.5878495 C48.1080419,57.8049968 47.143007,53.882721 45.105711,51.5395433 C44.3015151,50.6226476 43.6045454,49.7566906 42.6395105,50.5207703 C41.7817016,51.1829728 39.0474359,53.8317824 35.2409091,61.7272727",
56
- id: "Path",
57
- stroke: "#000000",
58
- strokeWidth: "0.5",
59
- strokeLinecap: "round"
60
- }), ___EmotionJSX("path", {
61
- d: "M43.9665773,50.0463286 C43.9665773,49.7045455 43.9120265,49.3057983 43.9120265,48.9640152 C43.6938232,46.0588578 43.5301709,43.3245921 43.6392725,42.1853147 L60.1136149,40.8181818 L60.3318182,49.7615093 C60.3318182,49.7615093 58.7498449,50.7298951 57.0042192,52.8945222 C55.2040427,55.0021853 53.6766202,57.7364511 52.3674009,58.5909091",
62
- id: "Path",
63
- stroke: "#000000",
64
- strokeWidth: "0.5",
65
- strokeLinecap: "round"
66
- }), ___EmotionJSX("path", {
67
- d: "M48.8308796,63.501172 C48.8308796,63.501172 48.4069881,65.6902743 46.2875307,65.8630982 C39.9821451,66.4391778 43.0023719,61.4272856 45.70468,60.6783822 C48.2480288,59.9870868 48.1420559,63.9620357 51.9040927,62.4642288 C55.6661296,60.966422 66.1574435,53.5349958 66.5813349,50.4817742 C67.0052264,47.4861605 61.4946373,48.06224 60.5408815,48.4654957",
68
- id: "Path",
69
- stroke: "#000000",
70
- strokeWidth: "0.5",
71
- strokeLinecap: "round"
72
- }), ___EmotionJSX("path", {
73
- d: "M57.0357745,59.3671424 C57.0357745,59.3671424 54.7816692,62.3806461 57.4651279,62.7381804 C60.1485865,63.0957148 66.9645716,60.5929744 65.3008272,59.1628369 C63.6370828,57.7326996 61.4903158,59.3671424 58.3775038,59.928982",
74
- id: "Path",
75
- stroke: "#000000",
76
- strokeWidth: "0.5",
77
- strokeLinecap: "round"
78
- }), ___EmotionJSX("path", {
79
- d: "M47.7863636,55.4545455 L55.1045455,54.4090909",
80
- id: "Path",
81
- stroke: "#000000",
82
- strokeWidth: "0.5",
83
- strokeLinecap: "round"
84
- }), ___EmotionJSX("path", {
85
- d: "M63.1247744,55.4545455 C65.1184783,58.3330694 65.8384269,59.0260474 72.9271516,60.3586974 C74.5885714,60.6785334 80.5143021,60.4120034 80.1820182,61.6380414 C79.6282116,63.7169753 73.0932935,62.1177954 70.2134991,62.5975494 C67.2783241,63.0773033 64.675433,64.1967294 62.1279225,65.2628494 C61.1310707,65.6892973 60.0234574,66.3822754 60.4111221,67.1285593 C60.743406,67.7682313 61.9617806,67.9814553 62.9586325,67.9814553 C67.8875114,68.1413734 72.7610096,67.2351714 77.6345078,66.4888873",
86
- id: "Path",
87
- stroke: "#000000",
88
- strokeWidth: "0.5"
89
- }), ___EmotionJSX("path", {
90
- d: "M34.1954545,29.2032967 C34.1954545,29.2032967 32.1045455,27.5489511 32.1045455,28.6518481 C32.1045455,29.7547453 34.1954545,31.4090909 34.1954545,31.4090909",
91
- id: "Path",
92
- stroke: "#000000",
93
- strokeWidth: "0.5",
94
- strokeLinecap: "round"
95
- })));
19
+ xmlns: "http://www.w3.org/2000/svg",
20
+ children: _jsxs("g", {
21
+ id: "Artboard",
22
+ stroke: "none",
23
+ strokeWidth: "1",
24
+ fill: "none",
25
+ fillRule: "evenodd",
26
+ children: [_jsx("path", {
27
+ d: "M31.3185399,22.0435347 C31.3185399,22.0435347 30.4844807,21.8231404 29.6504214,22.374126 C28.8163622,22.9251115 27.9227273,24.1923782 27.9227273,27.1677001 C27.9227273,33.1734423 30.782359,36.1487641 33.4036881,33.6693293 C36.0250171,31.1898944 35.9058658,26.9473059 32.6292044,23.5311956 C31.4376912,22.4292245 30.782359,23.0353086 30.782359,23.0353086",
28
+ id: "Path",
29
+ stroke: "#000000",
30
+ strokeWidth: "0.5",
31
+ strokeLinecap: "round"
32
+ }), _jsx("path", {
33
+ d: "M30.2314501,34.5454545 C30.2314501,34.5454545 26.6828674,41.6421578 26.8856435,48.6344977 C27.0884196,55.6268377 28.761323,60.3753671 31.1946369,61.1580917 C30.0793679,60.7928203 39.8633177,66.2718926 34.8446078,49.4172224 C31.1946369,37.102355 31.7522712,37.9372613 31.8536594,35.1194525",
34
+ id: "Path",
35
+ stroke: "#000000",
36
+ strokeWidth: "0.5",
37
+ strokeLinecap: "round"
38
+ }), _jsx("path", {
39
+ d: "M28.9681818,37.6818182 C28.9681818,37.6818182 24.5880827,40.9334487 21.6862672,42.6676515 C19.1677101,44.1850791 16.8134069,47.7618727 17.6346755,49.1167187 C18.455944,50.4715647 24.9165901,50.8509216 25.6283563,53.1812568 C26.3401224,55.5115919 28.2564158,61.0393638 26.5591273,59.3051608 C24.861839,57.5709579 25.2450976,57.0832134 24.861839,55.1322351",
40
+ id: "Path",
41
+ stroke: "#000000",
42
+ strokeWidth: "0.5",
43
+ strokeLinecap: "round"
44
+ }), _jsx("path", {
45
+ d: "M9.10454545,63.8181818 C9.59312386,63.8181818 22.1875895,63.7126814 22.6761678,63.7126814 C23.1647463,63.7126814 14.153189,49.997632 20.2875623,51.3691369",
46
+ id: "Path",
47
+ stroke: "#000000",
48
+ strokeWidth: "0.5",
49
+ strokeLinecap: "round"
50
+ }), _jsx("path", {
51
+ d: "M33.15,39.7727273 C33.15,39.7727273 36.5969697,54.511622 40.4681818,54.4085528",
52
+ id: "Path",
53
+ stroke: "#000000",
54
+ strokeWidth: "0.5",
55
+ strokeLinecap: "round"
56
+ }), _jsx("path", {
57
+ d: "M49.8772727,59.5878495 C48.1080419,57.8049968 47.143007,53.882721 45.105711,51.5395433 C44.3015151,50.6226476 43.6045454,49.7566906 42.6395105,50.5207703 C41.7817016,51.1829728 39.0474359,53.8317824 35.2409091,61.7272727",
58
+ id: "Path",
59
+ stroke: "#000000",
60
+ strokeWidth: "0.5",
61
+ strokeLinecap: "round"
62
+ }), _jsx("path", {
63
+ d: "M43.9665773,50.0463286 C43.9665773,49.7045455 43.9120265,49.3057983 43.9120265,48.9640152 C43.6938232,46.0588578 43.5301709,43.3245921 43.6392725,42.1853147 L60.1136149,40.8181818 L60.3318182,49.7615093 C60.3318182,49.7615093 58.7498449,50.7298951 57.0042192,52.8945222 C55.2040427,55.0021853 53.6766202,57.7364511 52.3674009,58.5909091",
64
+ id: "Path",
65
+ stroke: "#000000",
66
+ strokeWidth: "0.5",
67
+ strokeLinecap: "round"
68
+ }), _jsx("path", {
69
+ d: "M48.8308796,63.501172 C48.8308796,63.501172 48.4069881,65.6902743 46.2875307,65.8630982 C39.9821451,66.4391778 43.0023719,61.4272856 45.70468,60.6783822 C48.2480288,59.9870868 48.1420559,63.9620357 51.9040927,62.4642288 C55.6661296,60.966422 66.1574435,53.5349958 66.5813349,50.4817742 C67.0052264,47.4861605 61.4946373,48.06224 60.5408815,48.4654957",
70
+ id: "Path",
71
+ stroke: "#000000",
72
+ strokeWidth: "0.5",
73
+ strokeLinecap: "round"
74
+ }), _jsx("path", {
75
+ d: "M57.0357745,59.3671424 C57.0357745,59.3671424 54.7816692,62.3806461 57.4651279,62.7381804 C60.1485865,63.0957148 66.9645716,60.5929744 65.3008272,59.1628369 C63.6370828,57.7326996 61.4903158,59.3671424 58.3775038,59.928982",
76
+ id: "Path",
77
+ stroke: "#000000",
78
+ strokeWidth: "0.5",
79
+ strokeLinecap: "round"
80
+ }), _jsx("path", {
81
+ d: "M47.7863636,55.4545455 L55.1045455,54.4090909",
82
+ id: "Path",
83
+ stroke: "#000000",
84
+ strokeWidth: "0.5",
85
+ strokeLinecap: "round"
86
+ }), _jsx("path", {
87
+ d: "M63.1247744,55.4545455 C65.1184783,58.3330694 65.8384269,59.0260474 72.9271516,60.3586974 C74.5885714,60.6785334 80.5143021,60.4120034 80.1820182,61.6380414 C79.6282116,63.7169753 73.0932935,62.1177954 70.2134991,62.5975494 C67.2783241,63.0773033 64.675433,64.1967294 62.1279225,65.2628494 C61.1310707,65.6892973 60.0234574,66.3822754 60.4111221,67.1285593 C60.743406,67.7682313 61.9617806,67.9814553 62.9586325,67.9814553 C67.8875114,68.1413734 72.7610096,67.2351714 77.6345078,66.4888873",
88
+ id: "Path",
89
+ stroke: "#000000",
90
+ strokeWidth: "0.5"
91
+ }), _jsx("path", {
92
+ d: "M34.1954545,29.2032967 C34.1954545,29.2032967 32.1045455,27.5489511 32.1045455,28.6518481 C32.1045455,29.7547453 34.1954545,31.4090909 34.1954545,31.4090909",
93
+ id: "Path",
94
+ stroke: "#000000",
95
+ strokeWidth: "0.5",
96
+ strokeLinecap: "round"
97
+ })]
98
+ })
99
+ });
96
100
  };
97
101
 
98
102
  export default Illustration;
@@ -1,3 +1,6 @@
1
+ import { jsx as _jsx } from "@emotion/react/jsx-runtime";
2
+ import { jsxs as _jsxs } from "@emotion/react/jsx-runtime";
3
+
1
4
  /**
2
5
  * Copyright (c) 2019-present, NDLA.
3
6
  *
@@ -6,98 +9,108 @@
6
9
  *
7
10
  */
8
11
  import React from 'react';
9
- import { jsx as ___EmotionJSX } from "@emotion/react";
10
12
 
11
13
  var FrontpageHeaderIllustration = function FrontpageHeaderIllustration() {
12
- return ___EmotionJSX("svg", {
14
+ return _jsxs("svg", {
13
15
  width: "482",
14
16
  height: "68",
15
17
  viewBox: "68 48 779 100",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, ___EmotionJSX("style", null, '.frontpage_header_illustration1{display:none}.frontpage_header_illustration2{display:inline}.frontpage_header_illustration3,.frontpage_header_illustration4,.frontpage_header_illustration5,.frontpage_header_illustration6,.frontpage_header_illustration7{fill:none;stroke:#000}.frontpage_header_illustration4{stroke-linecap:round}.frontpage_header_illustration5,.frontpage_header_illustration6,.frontpage_header_illustration7{stroke-miterlimit:10}.frontpage_header_illustration6,.frontpage_header_illustration7{stroke:#020202}.frontpage_header_illustration7{stroke:#000;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round}'), ___EmotionJSX("g", {
18
- className: "frontpage_header_illustration1"
19
- }, ___EmotionJSX("g", {
20
- className: "frontpage_header_illustration2"
21
- }, ___EmotionJSX("path", {
22
- className: "frontpage_header_illustration3",
23
- d: "M164.3 67s-5 10.6 3.1 9.2 15.3-6.7 12-9.8c-3.4-3.1-8.7-5.6-15.1.6z"
24
- }), ___EmotionJSX("path", {
25
- className: "frontpage_header_illustration4",
26
- d: "M163.3 75.4c-.9.4-23.7 11.3-23.1 24.9 1.7 7.5 2.2 4.6 7.5 5.4s18.1 3.9 17.6 10.3c-.4 4.8-3 10.2-4.2 13.3-.4 1.1-.6 1.9-.6 2.3.3 1.7 10.9 2.5 12.6 1.1 1.7-1.4-6.1-3.6-9.8-3.1"
27
- }), ___EmotionJSX("path", {
28
- className: "frontpage_header_illustration4",
29
- d: "M141.4 103.8c2 20.4.9 24.4-1.7 27.6-1.8 2.2-8.2.6-11.7-.5s-5-5-6.7-5.6-3.3 6.4-2.5 8.4 2.5.8 4.2-.3-.3-4.2-.3-4.2M163 77.8c-.8.4-16.3 16-18.8 24.6-.2.8-.6 2.8-.6 2.8"
30
- }), ___EmotionJSX("path", {
31
- className: "frontpage_header_illustration4",
32
- d: "M155.5 81.2s1.9 15.8 5.2 16.9 11.9-7.1 13.6-7.1c1.7 0 4.8 2.2 4.7 3.2-.2.9-3.7 0-4.5-.9s-.7-.9-.7-.9"
33
- }), ___EmotionJSX("path", {
34
- className: "frontpage_header_illustration3",
35
- d: "M157.9 83.1s2.2 11.5 3.7 11.9 8.7-7.1 9.3-7.3c.6-.2 5 3.3 5 3.3M181 93.1c.6 0 7.6 5.4 7.6 5.4s5-2.4 4.8-3.3-10.6-5.8-10.6-5.8l-3.9 4.8"
36
- }), ___EmotionJSX("path", {
37
- className: "frontpage_header_illustration3",
38
- d: "M171 87.7l5.7-6.3 7.5 5.9-1.3 2.1M172.6 70.4s-2.1 2.3-.8 2.9 1.7.3 1.8-.1c.1-.5.8-2.3-1-2.8z"
39
- }), ___EmotionJSX("path", {
40
- className: "frontpage_header_illustration5",
41
- d: "M457.3 53.1c-1.4 1.9-2 4.3-1.9 6.6.2 4 2.5 7.8 6.5 7.8 9 0 5.5-12.8 3.2-14.2-2.6-1.5-6.9-1.3-10.4-.7"
42
- }), ___EmotionJSX("path", {
43
- className: "frontpage_header_illustration5",
44
- d: "M455.6 59.5h3.9s.5-1.3 1.4-1.1.7 1.8.7 1.8-1.1.3-1.6 0c-.9-.5-.8-.4-.6-.3"
45
- }), ___EmotionJSX("path", {
46
- className: "frontpage_header_illustration6",
47
- d: "M461.7 67.8s4 31.2 9.4 34.8c5.4 3.6 7.9-9.9 7.9-9.9s1.7-23.1-4.8-32.6c-3.5-.8-6.4.2-6.4.2"
48
- }), ___EmotionJSX("path", {
49
- className: "frontpage_header_illustration6",
50
- d: "M474.1 59.9s8.2 15.6 13.1 15.3c1.1-.3-.3-11.4-5.9-24.2-1.1-4.9.7-5.5 1-5.4.2.1 2.9 4.2 1 6.2M461.6 68s-1 19.8-1.8 20.9-8.7 1-8.7 1l-.7-.8s-2.1-.3-2.7.3c-.7.7-.8 1-.4 1.8.4.7.9.9 1.8.3s1.4-1.5 1.4-1.5M470.2 102.1c.1.3-.6 28.8-.6 28.8l-3.1 1s-5.1.4-6.7 1.1c-.8.5-1.6 1.9-.7 2.4 1.1.7 2.3.3 3 0s3.6-2.2 4.2-2.5c.7-.4 3.4-1.9 3.4-1.9M473.6 103.2s-1.4 29.7-1.2 29.6c.2-.1 4.1-4.1 6.8-3.7s6.2 3.7 5.9 4.3c-.3.7-1.7 1.6-2.7 1.5s-5.5-1.2-6.5-2.3"
51
- }), ___EmotionJSX("path", {
52
- className: "frontpage_header_illustration6",
53
- d: "M483.9 50s14.7 24.6 18.7 48.6c3.5 21 5.5 28.8 14.3 32 2.8 1.1 7.3 2.8 35.1 2.9 1.8 0 240.8 1 248.2 1M446.8 88.7l7.7 43.7M444.5 88.9l.5 44.9M441.8 88.9s-3.1 37.9-7.2 43.1c-3.4 4.3-11.3 3-261.8 1.9M440.8 74.4l.2 14.2 7.2-.4.1-14zM435.8 84.1l5 .3-.5-6.8h-4.6zM77.9 133.8l40.9-.1"
54
- }))), ___EmotionJSX("g", {
55
- className: "frontpage_header_illustration1"
56
- }, ___EmotionJSX("g", {
57
- className: "frontpage_header_illustration2"
58
- }, ___EmotionJSX("path", {
59
- className: "frontpage_header_illustration6",
60
- d: "M808.5 47.5s-9.1-.4-8.4 5.8c.7 6.1 7.4 10.4 9.7 9.3s7.3-6.2-1.3-15.1zM807.2 56.6s-1.3 2-3.9 1.9M812.4 61.3c.6 0 9.9 10.4 10.6 17.9.7 7.4.2 18.6-2.6 18-.8-.2-1.5-.8-2.1-1.9-1.4-2.7-2.3-8.3-3.7-17.2-2-12.7-5-15.3-4.8-15.4"
61
- }), ___EmotionJSX("path", {
62
- className: "frontpage_header_illustration6",
63
- d: "M810 133.1c-5.4-1.1-6.7-.6-6.9-.6-1.6 0-2.6 2.8.6 2.6s6.1.2 6.9-1.9c.7-2 1.9-20.1 1.9-23.1s5.9-15 5.9-15M831.4 131.8s-8.2.4-7.4 2c.7 1.7 8 1.3 8.7 0s-9.5-15.3-10.4-16.7c-.9-1.5-4.3-3.2-3.9-6.1s2-13.8 2-13.8"
64
- }), ___EmotionJSX("path", {
65
- className: "frontpage_header_illustration6",
66
- d: "M833.8 133.5s17.3 1.3 18.4-3.9c1.1-5.2-5-12.2-14.5-15.3-14.3-4.7-43.2-6.5-49.3-6.7-14.1-.4-50.4.4-57.9 6-3.5 2.6 5.9 5.4 11.9 6.5 5.6 1 21.9 2.7 30.7 1.9 6.1-.6 16.9-.6 20.1-4.5 2.3-2.9 8.7-15.4 3.5-45.8-.6-2.4.6-2 .6-2-1.1.6-2.6.2-3.3-1.1-.7-1.3 2.4-1.1 3.9-.4s5.8 14.3 8.2 13.8c2.4-.6 5.2-15.3 5.2-15.8M814.9 63.3s16.7 8.2 19 14.3c.4 8-.4 9.5-.4 9.5s-3.3-.6-3 1.7c.4 2.2 2.2 2.6 3.2 0"
67
- }))), ___EmotionJSX("g", null, ___EmotionJSX("path", {
68
- className: "frontpage_header_illustration7",
69
- d: "M136.5 50.9s-1.4-.4-2.8.6-2.9 3.3-2.9 8.7c0 10.9 4.8 16.3 9.2 11.8s4.2-12.2-1.3-18.4c-2-2-3.1-.9-3.1-.9M134.1 74.2s-7 13.6-6.6 27 3.7 22.5 8.5 24c-2.2-.7 17.1 9.8 7.2-22.5-7.2-23.6-6.1-22-5.9-27.4"
70
- }), ___EmotionJSX("path", {
71
- className: "frontpage_header_illustration7",
72
- d: "M131.6 79.4s-8 6-13.3 9.2c-4.6 2.8-8.9 9.4-7.4 11.9s13.3 3.2 14.6 7.5c1.3 4.3 4.8 14.5 1.7 11.3-3.1-3.2-2.4-4.1-3.1-7.7"
73
- }), ___EmotionJSX("path", {
74
- className: "frontpage_header_illustration7",
75
- d: "M68.7 127.1c.9 0 49.1-.2 50-.2s-15.7-26-4.4-23.4M137.3 81.8s6.5 28.6 13.8 28.4"
76
- }), ___EmotionJSX("path", {
77
- className: "frontpage_header_illustration7",
78
- d: "M169.6 121.4c-3.3-3.5-5.1-11.2-8.9-15.8-1.5-1.8-2.8-3.5-4.6-2-1.6 1.3-6.7 6.5-13.8 22M157.9 101.9c0-.6-.1-1.3-.1-1.9-.4-5.1-.7-9.9-.5-11.9l30.2-2.4.4 15.7s-2.9 1.7-6.1 5.5c-3.3 3.7-6.1 8.5-8.5 10"
79
- }), ___EmotionJSX("path", {
80
- className: "frontpage_header_illustration7",
81
- d: "M165.7 127.5s-.8 3.8-4.8 4.1c-11.9 1-6.2-7.7-1.1-9 4.8-1.2 4.6 5.7 11.7 3.1s26.9-15.5 27.7-20.8c.8-5.2-9.6-4.2-11.4-3.5M182.1 121.6s-4.2 5.9.8 6.6c5 .7 17.7-4.2 14.6-7-3.1-2.8-7.1.4-12.9 1.5M480.9 125.3s-4.4-17.9-6.1-26.7c-.2-1.2-37.1-.9-40.2-.4-1.3 2.8 4.4 28.8 4.4 28.8M164.5 111.8l14.5-1.6"
82
- }), ___EmotionJSX("path", {
83
- className: "frontpage_header_illustration7",
84
- d: "M194.7 112c3.6 5.4 4.9 6.7 17.7 9.2 3 .6 13.7.1 13.1 2.4-1 3.9-12.8.9-18 1.8-5.3.9-10 3-14.6 5-1.8.8-3.8 2.1-3.1 3.5.6 1.2 2.8 1.6 4.6 1.6 8.9.3 17.7-1.4 26.5-2.8 36.1-6 53.6 1.7 85.2 6.9 37.2 5.2 91.8-1.3 108-3.3 19.8-2.4-27.7-11.1 24.2-10.5"
85
- })), ___EmotionJSX("g", null, ___EmotionJSX("path", {
86
- className: "frontpage_header_illustration7",
87
- d: "M488.4 55.3s-8.2.2-5.1 10.4c2.3 7.8 7.3 11.5 10.2 9.7 1-.6 1.7-1.8 2-3.6 1.4-7.2-1.5-15.6-7.1-16.5zM494.9 75.9s.2 6.1 4.9 7.3c4.7 1.2 12.3-5.9 17.6 12.8 5.3 18.7 9.5 27.3 2.1 30.6s-22.5 1.2-25.6-.9c-3.2-2.1-4.5-8.2-8.7-5.4s-8.1 8.7 4.1 5.9M490.6 76.4c.7.9.2 9.1-5 13.1-5.3 4-7.9 14.2-6.1 23.4"
88
- }), ___EmotionJSX("path", {
89
- className: "frontpage_header_illustration7",
90
- d: "M511 96.2s.7 20.4 3.4 22.8 7 2.4 6.1 4.6M513.7 118.9c-5.7 2.4-19 4.8-21.3 4.6M484.8 68.5c1.4-1 6.4-1.2 6.2-.9s-4.4 2.1-4.6 2.4M484.7 56.6c.5-.3 8.3-7 11-.3 2.6 6.7 2 15.3 6.2 19.8s2.9 6.1-1.8 6.1M792.1 68.9s-10.4 7.3-9.4 12.4c1.1 5.2 7.6 8.9 11.5 2.6 1-1.6 1.7-3.4 2.1-5.2 1.3-5.3-.2-10.4-4.2-9.8zM789.5 78.5c-1.2-1.2 4.3 2.6 5.2.5M772.5 125.2s3.1 5.4 3.7 4c.5-1.2-.4-4.5-.6-5.5 0-.1.1-.1.1-.1 1.3 1.6 3 5 7.7 5 5 0-1.4-5-5.8-7.8s-17.7.8-21.5 2c-3.9 1.1-5.2-3.1-4.4-5.3.8-2.2 2.2-6.1 7.7-13.7 5.5-7.5 13.2-11.7 19.3-12.8s5.8-5.6 5.8-5.6"
91
- }), ___EmotionJSX("path", {
92
- className: "frontpage_header_illustration7",
93
- d: "M790.8 87.4s.6 5 5.8 7.5 10.8 7.5 10.2 12.5-3.3 10.3-3.9 11.4M788.6 119.4c.6-8.4 5.2-24.2 5.2-24.2M797.2 96.8c-.6.8-4.4 14.5-5.8 20.6M775.7 92.6s0 18.7-.8 20.1M772.6 93.5l.1 26.2M779.8 128.3l-3.6.8-8.6 2.5 30.3 14.5 39.4-17.6-31.7-10c-1.4.3-21 7.8-21 7.8M809.2 51c-.9.3-1.5 1-1.7 1.8-1.1 4.3.4 15.3 7.3 15.4 8 .2 7.8-6 6.7-8.3-1.3-2.1-3.5-11.6-12.3-8.9zM809.2 63.8c.1 1.1 5.4-2.3 5.4-2.3"
94
- }), ___EmotionJSX("path", {
95
- className: "frontpage_header_illustration7",
96
- d: "M821.5 65.7s.1 3.1 3 4.1c4.2 1.5 11 2.2 13.8 11.4s7.4 25.9 6.9 27.3-7.2 11.7-10.2 14.2-16.6 1.7-15.7 3.3c.8 1.7 4.7.6 4.7.6s7.7-2.5 10.8-8.6c0 0-5.8 3.3-10.2-5s-5.8-35.1-4.4-39.6c1.4-4.5-2.5-5.5-2.5-5.5M821.7 103.2c0 .8-.6 10.9-6.1 16.7M842.1 113.3c.3.8 2.2 13.4 2.2 13.4"
97
- }), ___EmotionJSX("path", {
98
- className: "frontpage_header_illustration7",
99
- d: "M834.7 118s7.2-5.6 4.1-17.8c-3.2-13-8-17.3-9.7-21.5s-2.5-4.7-.6-7.5M141.5 63.6s-3.9-2.7-3.9-.9 3.9 4.5 3.9 4.5M521.5 127.2h245.9"
100
- })));
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ children: [_jsx("style", {
20
+ children: '.frontpage_header_illustration1{display:none}.frontpage_header_illustration2{display:inline}.frontpage_header_illustration3,.frontpage_header_illustration4,.frontpage_header_illustration5,.frontpage_header_illustration6,.frontpage_header_illustration7{fill:none;stroke:#000}.frontpage_header_illustration4{stroke-linecap:round}.frontpage_header_illustration5,.frontpage_header_illustration6,.frontpage_header_illustration7{stroke-miterlimit:10}.frontpage_header_illustration6,.frontpage_header_illustration7{stroke:#020202}.frontpage_header_illustration7{stroke:#000;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round}'
21
+ }), _jsx("g", {
22
+ className: "frontpage_header_illustration1",
23
+ children: _jsxs("g", {
24
+ className: "frontpage_header_illustration2",
25
+ children: [_jsx("path", {
26
+ className: "frontpage_header_illustration3",
27
+ d: "M164.3 67s-5 10.6 3.1 9.2 15.3-6.7 12-9.8c-3.4-3.1-8.7-5.6-15.1.6z"
28
+ }), _jsx("path", {
29
+ className: "frontpage_header_illustration4",
30
+ d: "M163.3 75.4c-.9.4-23.7 11.3-23.1 24.9 1.7 7.5 2.2 4.6 7.5 5.4s18.1 3.9 17.6 10.3c-.4 4.8-3 10.2-4.2 13.3-.4 1.1-.6 1.9-.6 2.3.3 1.7 10.9 2.5 12.6 1.1 1.7-1.4-6.1-3.6-9.8-3.1"
31
+ }), _jsx("path", {
32
+ className: "frontpage_header_illustration4",
33
+ d: "M141.4 103.8c2 20.4.9 24.4-1.7 27.6-1.8 2.2-8.2.6-11.7-.5s-5-5-6.7-5.6-3.3 6.4-2.5 8.4 2.5.8 4.2-.3-.3-4.2-.3-4.2M163 77.8c-.8.4-16.3 16-18.8 24.6-.2.8-.6 2.8-.6 2.8"
34
+ }), _jsx("path", {
35
+ className: "frontpage_header_illustration4",
36
+ d: "M155.5 81.2s1.9 15.8 5.2 16.9 11.9-7.1 13.6-7.1c1.7 0 4.8 2.2 4.7 3.2-.2.9-3.7 0-4.5-.9s-.7-.9-.7-.9"
37
+ }), _jsx("path", {
38
+ className: "frontpage_header_illustration3",
39
+ d: "M157.9 83.1s2.2 11.5 3.7 11.9 8.7-7.1 9.3-7.3c.6-.2 5 3.3 5 3.3M181 93.1c.6 0 7.6 5.4 7.6 5.4s5-2.4 4.8-3.3-10.6-5.8-10.6-5.8l-3.9 4.8"
40
+ }), _jsx("path", {
41
+ className: "frontpage_header_illustration3",
42
+ d: "M171 87.7l5.7-6.3 7.5 5.9-1.3 2.1M172.6 70.4s-2.1 2.3-.8 2.9 1.7.3 1.8-.1c.1-.5.8-2.3-1-2.8z"
43
+ }), _jsx("path", {
44
+ className: "frontpage_header_illustration5",
45
+ d: "M457.3 53.1c-1.4 1.9-2 4.3-1.9 6.6.2 4 2.5 7.8 6.5 7.8 9 0 5.5-12.8 3.2-14.2-2.6-1.5-6.9-1.3-10.4-.7"
46
+ }), _jsx("path", {
47
+ className: "frontpage_header_illustration5",
48
+ d: "M455.6 59.5h3.9s.5-1.3 1.4-1.1.7 1.8.7 1.8-1.1.3-1.6 0c-.9-.5-.8-.4-.6-.3"
49
+ }), _jsx("path", {
50
+ className: "frontpage_header_illustration6",
51
+ d: "M461.7 67.8s4 31.2 9.4 34.8c5.4 3.6 7.9-9.9 7.9-9.9s1.7-23.1-4.8-32.6c-3.5-.8-6.4.2-6.4.2"
52
+ }), _jsx("path", {
53
+ className: "frontpage_header_illustration6",
54
+ d: "M474.1 59.9s8.2 15.6 13.1 15.3c1.1-.3-.3-11.4-5.9-24.2-1.1-4.9.7-5.5 1-5.4.2.1 2.9 4.2 1 6.2M461.6 68s-1 19.8-1.8 20.9-8.7 1-8.7 1l-.7-.8s-2.1-.3-2.7.3c-.7.7-.8 1-.4 1.8.4.7.9.9 1.8.3s1.4-1.5 1.4-1.5M470.2 102.1c.1.3-.6 28.8-.6 28.8l-3.1 1s-5.1.4-6.7 1.1c-.8.5-1.6 1.9-.7 2.4 1.1.7 2.3.3 3 0s3.6-2.2 4.2-2.5c.7-.4 3.4-1.9 3.4-1.9M473.6 103.2s-1.4 29.7-1.2 29.6c.2-.1 4.1-4.1 6.8-3.7s6.2 3.7 5.9 4.3c-.3.7-1.7 1.6-2.7 1.5s-5.5-1.2-6.5-2.3"
55
+ }), _jsx("path", {
56
+ className: "frontpage_header_illustration6",
57
+ d: "M483.9 50s14.7 24.6 18.7 48.6c3.5 21 5.5 28.8 14.3 32 2.8 1.1 7.3 2.8 35.1 2.9 1.8 0 240.8 1 248.2 1M446.8 88.7l7.7 43.7M444.5 88.9l.5 44.9M441.8 88.9s-3.1 37.9-7.2 43.1c-3.4 4.3-11.3 3-261.8 1.9M440.8 74.4l.2 14.2 7.2-.4.1-14zM435.8 84.1l5 .3-.5-6.8h-4.6zM77.9 133.8l40.9-.1"
58
+ })]
59
+ })
60
+ }), _jsx("g", {
61
+ className: "frontpage_header_illustration1",
62
+ children: _jsxs("g", {
63
+ className: "frontpage_header_illustration2",
64
+ children: [_jsx("path", {
65
+ className: "frontpage_header_illustration6",
66
+ d: "M808.5 47.5s-9.1-.4-8.4 5.8c.7 6.1 7.4 10.4 9.7 9.3s7.3-6.2-1.3-15.1zM807.2 56.6s-1.3 2-3.9 1.9M812.4 61.3c.6 0 9.9 10.4 10.6 17.9.7 7.4.2 18.6-2.6 18-.8-.2-1.5-.8-2.1-1.9-1.4-2.7-2.3-8.3-3.7-17.2-2-12.7-5-15.3-4.8-15.4"
67
+ }), _jsx("path", {
68
+ className: "frontpage_header_illustration6",
69
+ d: "M810 133.1c-5.4-1.1-6.7-.6-6.9-.6-1.6 0-2.6 2.8.6 2.6s6.1.2 6.9-1.9c.7-2 1.9-20.1 1.9-23.1s5.9-15 5.9-15M831.4 131.8s-8.2.4-7.4 2c.7 1.7 8 1.3 8.7 0s-9.5-15.3-10.4-16.7c-.9-1.5-4.3-3.2-3.9-6.1s2-13.8 2-13.8"
70
+ }), _jsx("path", {
71
+ className: "frontpage_header_illustration6",
72
+ d: "M833.8 133.5s17.3 1.3 18.4-3.9c1.1-5.2-5-12.2-14.5-15.3-14.3-4.7-43.2-6.5-49.3-6.7-14.1-.4-50.4.4-57.9 6-3.5 2.6 5.9 5.4 11.9 6.5 5.6 1 21.9 2.7 30.7 1.9 6.1-.6 16.9-.6 20.1-4.5 2.3-2.9 8.7-15.4 3.5-45.8-.6-2.4.6-2 .6-2-1.1.6-2.6.2-3.3-1.1-.7-1.3 2.4-1.1 3.9-.4s5.8 14.3 8.2 13.8c2.4-.6 5.2-15.3 5.2-15.8M814.9 63.3s16.7 8.2 19 14.3c.4 8-.4 9.5-.4 9.5s-3.3-.6-3 1.7c.4 2.2 2.2 2.6 3.2 0"
73
+ })]
74
+ })
75
+ }), _jsxs("g", {
76
+ children: [_jsx("path", {
77
+ className: "frontpage_header_illustration7",
78
+ d: "M136.5 50.9s-1.4-.4-2.8.6-2.9 3.3-2.9 8.7c0 10.9 4.8 16.3 9.2 11.8s4.2-12.2-1.3-18.4c-2-2-3.1-.9-3.1-.9M134.1 74.2s-7 13.6-6.6 27 3.7 22.5 8.5 24c-2.2-.7 17.1 9.8 7.2-22.5-7.2-23.6-6.1-22-5.9-27.4"
79
+ }), _jsx("path", {
80
+ className: "frontpage_header_illustration7",
81
+ d: "M131.6 79.4s-8 6-13.3 9.2c-4.6 2.8-8.9 9.4-7.4 11.9s13.3 3.2 14.6 7.5c1.3 4.3 4.8 14.5 1.7 11.3-3.1-3.2-2.4-4.1-3.1-7.7"
82
+ }), _jsx("path", {
83
+ className: "frontpage_header_illustration7",
84
+ d: "M68.7 127.1c.9 0 49.1-.2 50-.2s-15.7-26-4.4-23.4M137.3 81.8s6.5 28.6 13.8 28.4"
85
+ }), _jsx("path", {
86
+ className: "frontpage_header_illustration7",
87
+ d: "M169.6 121.4c-3.3-3.5-5.1-11.2-8.9-15.8-1.5-1.8-2.8-3.5-4.6-2-1.6 1.3-6.7 6.5-13.8 22M157.9 101.9c0-.6-.1-1.3-.1-1.9-.4-5.1-.7-9.9-.5-11.9l30.2-2.4.4 15.7s-2.9 1.7-6.1 5.5c-3.3 3.7-6.1 8.5-8.5 10"
88
+ }), _jsx("path", {
89
+ className: "frontpage_header_illustration7",
90
+ d: "M165.7 127.5s-.8 3.8-4.8 4.1c-11.9 1-6.2-7.7-1.1-9 4.8-1.2 4.6 5.7 11.7 3.1s26.9-15.5 27.7-20.8c.8-5.2-9.6-4.2-11.4-3.5M182.1 121.6s-4.2 5.9.8 6.6c5 .7 17.7-4.2 14.6-7-3.1-2.8-7.1.4-12.9 1.5M480.9 125.3s-4.4-17.9-6.1-26.7c-.2-1.2-37.1-.9-40.2-.4-1.3 2.8 4.4 28.8 4.4 28.8M164.5 111.8l14.5-1.6"
91
+ }), _jsx("path", {
92
+ className: "frontpage_header_illustration7",
93
+ d: "M194.7 112c3.6 5.4 4.9 6.7 17.7 9.2 3 .6 13.7.1 13.1 2.4-1 3.9-12.8.9-18 1.8-5.3.9-10 3-14.6 5-1.8.8-3.8 2.1-3.1 3.5.6 1.2 2.8 1.6 4.6 1.6 8.9.3 17.7-1.4 26.5-2.8 36.1-6 53.6 1.7 85.2 6.9 37.2 5.2 91.8-1.3 108-3.3 19.8-2.4-27.7-11.1 24.2-10.5"
94
+ })]
95
+ }), _jsxs("g", {
96
+ children: [_jsx("path", {
97
+ className: "frontpage_header_illustration7",
98
+ d: "M488.4 55.3s-8.2.2-5.1 10.4c2.3 7.8 7.3 11.5 10.2 9.7 1-.6 1.7-1.8 2-3.6 1.4-7.2-1.5-15.6-7.1-16.5zM494.9 75.9s.2 6.1 4.9 7.3c4.7 1.2 12.3-5.9 17.6 12.8 5.3 18.7 9.5 27.3 2.1 30.6s-22.5 1.2-25.6-.9c-3.2-2.1-4.5-8.2-8.7-5.4s-8.1 8.7 4.1 5.9M490.6 76.4c.7.9.2 9.1-5 13.1-5.3 4-7.9 14.2-6.1 23.4"
99
+ }), _jsx("path", {
100
+ className: "frontpage_header_illustration7",
101
+ d: "M511 96.2s.7 20.4 3.4 22.8 7 2.4 6.1 4.6M513.7 118.9c-5.7 2.4-19 4.8-21.3 4.6M484.8 68.5c1.4-1 6.4-1.2 6.2-.9s-4.4 2.1-4.6 2.4M484.7 56.6c.5-.3 8.3-7 11-.3 2.6 6.7 2 15.3 6.2 19.8s2.9 6.1-1.8 6.1M792.1 68.9s-10.4 7.3-9.4 12.4c1.1 5.2 7.6 8.9 11.5 2.6 1-1.6 1.7-3.4 2.1-5.2 1.3-5.3-.2-10.4-4.2-9.8zM789.5 78.5c-1.2-1.2 4.3 2.6 5.2.5M772.5 125.2s3.1 5.4 3.7 4c.5-1.2-.4-4.5-.6-5.5 0-.1.1-.1.1-.1 1.3 1.6 3 5 7.7 5 5 0-1.4-5-5.8-7.8s-17.7.8-21.5 2c-3.9 1.1-5.2-3.1-4.4-5.3.8-2.2 2.2-6.1 7.7-13.7 5.5-7.5 13.2-11.7 19.3-12.8s5.8-5.6 5.8-5.6"
102
+ }), _jsx("path", {
103
+ className: "frontpage_header_illustration7",
104
+ d: "M790.8 87.4s.6 5 5.8 7.5 10.8 7.5 10.2 12.5-3.3 10.3-3.9 11.4M788.6 119.4c.6-8.4 5.2-24.2 5.2-24.2M797.2 96.8c-.6.8-4.4 14.5-5.8 20.6M775.7 92.6s0 18.7-.8 20.1M772.6 93.5l.1 26.2M779.8 128.3l-3.6.8-8.6 2.5 30.3 14.5 39.4-17.6-31.7-10c-1.4.3-21 7.8-21 7.8M809.2 51c-.9.3-1.5 1-1.7 1.8-1.1 4.3.4 15.3 7.3 15.4 8 .2 7.8-6 6.7-8.3-1.3-2.1-3.5-11.6-12.3-8.9zM809.2 63.8c.1 1.1 5.4-2.3 5.4-2.3"
105
+ }), _jsx("path", {
106
+ className: "frontpage_header_illustration7",
107
+ d: "M821.5 65.7s.1 3.1 3 4.1c4.2 1.5 11 2.2 13.8 11.4s7.4 25.9 6.9 27.3-7.2 11.7-10.2 14.2-16.6 1.7-15.7 3.3c.8 1.7 4.7.6 4.7.6s7.7-2.5 10.8-8.6c0 0-5.8 3.3-10.2-5s-5.8-35.1-4.4-39.6c1.4-4.5-2.5-5.5-2.5-5.5M821.7 103.2c0 .8-.6 10.9-6.1 16.7M842.1 113.3c.3.8 2.2 13.4 2.2 13.4"
108
+ }), _jsx("path", {
109
+ className: "frontpage_header_illustration7",
110
+ d: "M834.7 118s7.2-5.6 4.1-17.8c-3.2-13-8-17.3-9.7-21.5s-2.5-4.7-.6-7.5M141.5 63.6s-3.9-2.7-3.9-.9 3.9 4.5 3.9 4.5M521.5 127.2h245.9"
111
+ })]
112
+ })]
113
+ });
101
114
  };
102
115
 
103
116
  export default FrontpageHeaderIllustration;