@ndla/ui 34.3.6 → 34.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Article/Article.js +6 -7
- package/es/ContentTypeBadge/ContentTypeBadge.js +3 -6
- package/es/MyNdla/Resource/Folder.js +38 -29
- package/es/Resource/BlockResource.js +21 -13
- package/es/Resource/ListResource.js +12 -21
- package/es/Resource/resourceComponents.js +18 -22
- package/es/SearchTypeResult/ResultNavigation.js +7 -5
- package/es/SearchTypeResult/SearchItem.js +51 -89
- package/es/SearchTypeResult/SearchItems.js +14 -10
- package/es/SearchTypeResult/SearchTypeHeader.js +14 -12
- package/es/SearchTypeResult/SearchTypeResult.js +6 -4
- package/es/SearchTypeResult/components/ItemContexts.js +12 -14
- package/es/SearchTypeResult/components/ItemResourceHeader.js +35 -33
- package/es/SearchTypeResult/components/ItemTopicHeader.js +6 -6
- package/es/locale/messages-en.js +3 -3
- package/es/locale/messages-nb.js +3 -3
- package/es/locale/messages-nn.js +3 -3
- package/es/locale/messages-sma.js +7 -7
- package/lib/Article/Article.js +6 -7
- package/lib/ContentTypeBadge/ContentTypeBadge.d.ts +3 -8
- package/lib/ContentTypeBadge/ContentTypeBadge.js +3 -6
- package/lib/MyNdla/Resource/Folder.js +38 -29
- package/lib/Resource/BlockResource.js +20 -12
- package/lib/Resource/ListResource.js +12 -21
- package/lib/Resource/resourceComponents.d.ts +0 -4
- package/lib/Resource/resourceComponents.js +19 -24
- package/lib/SearchTypeResult/ResultNavigation.d.ts +4 -1
- package/lib/SearchTypeResult/ResultNavigation.js +7 -5
- package/lib/SearchTypeResult/SearchItem.d.ts +4 -4
- package/lib/SearchTypeResult/SearchItem.js +62 -88
- package/lib/SearchTypeResult/SearchItems.d.ts +2 -2
- package/lib/SearchTypeResult/SearchItems.js +14 -10
- package/lib/SearchTypeResult/SearchTypeHeader.js +14 -12
- package/lib/SearchTypeResult/SearchTypeResult.js +6 -4
- package/lib/SearchTypeResult/components/ItemContexts.js +12 -14
- package/lib/SearchTypeResult/components/ItemResourceHeader.d.ts +2 -2
- package/lib/SearchTypeResult/components/ItemResourceHeader.js +35 -33
- package/lib/SearchTypeResult/components/ItemTopicHeader.d.ts +2 -2
- package/lib/SearchTypeResult/components/ItemTopicHeader.js +6 -6
- package/lib/locale/messages-en.js +3 -3
- package/lib/locale/messages-nb.js +3 -3
- package/lib/locale/messages-nn.js +3 -3
- package/lib/locale/messages-sma.js +7 -7
- package/package.json +14 -14
- package/src/Article/Article.tsx +4 -3
- package/src/ContentTypeBadge/ContentTypeBadge.tsx +4 -9
- package/src/MyNdla/Resource/Folder.tsx +8 -12
- package/src/Resource/BlockResource.tsx +8 -8
- package/src/Resource/ListResource.tsx +15 -13
- package/src/Resource/resourceComponents.tsx +5 -6
- package/src/SearchTypeResult/ResultNavigation.tsx +6 -2
- package/src/SearchTypeResult/SearchItem.tsx +61 -77
- package/src/SearchTypeResult/SearchItems.tsx +25 -16
- package/src/SearchTypeResult/SearchTypeHeader.tsx +9 -3
- package/src/SearchTypeResult/SearchTypeResult.tsx +2 -2
- package/src/SearchTypeResult/components/ItemContexts.tsx +9 -9
- package/src/SearchTypeResult/components/ItemResourceHeader.tsx +33 -31
- package/src/SearchTypeResult/components/ItemTopicHeader.tsx +9 -15
- package/src/locale/messages-en.ts +3 -3
- package/src/locale/messages-nb.ts +3 -3
- package/src/locale/messages-nn.ts +3 -3
- package/src/locale/messages-sma.ts +7 -7
|
@@ -311,8 +311,8 @@ const messages = {
|
|
|
311
311
|
},
|
|
312
312
|
errorDescription: 'Gaatesjen, fiejlie sjïdti faage-veedtjemisnie.',
|
|
313
313
|
film: {
|
|
314
|
-
header: 'NDLA
|
|
315
|
-
text: 'NDLA
|
|
314
|
+
header: 'NDLA film',
|
|
315
|
+
text: 'NDLA film lea dïenesje laavenjostosne Norgesfilmine. Dïenesje baaja datnem gellie spïelefilmh, åenehks filmh, dokumentaarh jïh raajroeh vuejnedh. Maahtah aaj ööhpehtimmiefilmh jïh filmebietskieh vuejnedh. Buerie båeteme filmen veartenen sïjse!',
|
|
316
316
|
textShort: 'Buerie båeteme filmen veartenasse!',
|
|
317
317
|
linkLabel: 'Mïnnh NDLA filmese',
|
|
318
318
|
},
|
|
@@ -334,7 +334,7 @@ const messages = {
|
|
|
334
334
|
multidisciplinarySubjects: 'Tverrfaglege tema',
|
|
335
335
|
toolboxStudents: 'Verktøykassa - for elever',
|
|
336
336
|
toolboxTeachers: 'Verktøykassa - for lærere',
|
|
337
|
-
film: 'NDLA
|
|
337
|
+
film: 'NDLA film',
|
|
338
338
|
about: {
|
|
339
339
|
title: 'Om NDLA',
|
|
340
340
|
numbers: 'Tall og rapporter',
|
|
@@ -789,15 +789,15 @@ const messages = {
|
|
|
789
789
|
copyCode: 'Vaeltieh kopijem kodeste bietskiedimmietaavlese',
|
|
790
790
|
},
|
|
791
791
|
ndlaFilm: {
|
|
792
|
-
heading: 'NDLA
|
|
792
|
+
heading: 'NDLA filmen',
|
|
793
793
|
slideBackwardsLabel: 'Scroll bååstede',
|
|
794
794
|
slideForwardsLabel: 'Scroll åvtese',
|
|
795
795
|
movieMatchInCategory: 'Gaavnoeh',
|
|
796
796
|
loadingMovies: 'Filmh veedtjeminie...',
|
|
797
797
|
subjectsInMovies: 'Teemah filmesne',
|
|
798
798
|
about: {
|
|
799
|
-
heading: 'NDLA
|
|
800
|
-
more: 'Lohkh vielie NDLA
|
|
799
|
+
heading: 'NDLA filmen bïjre',
|
|
800
|
+
more: 'Lohkh vielie NDLA filmen bïjre',
|
|
801
801
|
text: 'Ndla Film lea filmedïenesje nedtesne learoehkidie jïh lohkehtæjjide jåarhkeskuvlesne. Daesnie spïelefilmh, åenehks filmh, dokumentaarefilmh jïh TV-raajroh gaavnh.',
|
|
802
802
|
},
|
|
803
803
|
search: {
|
|
@@ -838,7 +838,7 @@ const messages = {
|
|
|
838
838
|
},
|
|
839
839
|
allMovieGroupTitleLabel: 'Filmar som startar på {{letter}}',
|
|
840
840
|
moreAboutNdlaFilm: {
|
|
841
|
-
header: 'NDLA
|
|
841
|
+
header: 'NDLA film',
|
|
842
842
|
firstParagraph:
|
|
843
843
|
'Filmh, filmedïenesjisnie, leah nöörjen jïh gaskenasjonaale filme-aerpeste veedtjeme, jïh learoesoejkesjidie ektiedamme jieniebinie faagine. NDLA:n redaksjovnh jïh Norgesfilm AS leah dejtie ektesne veeljeme.',
|
|
844
844
|
secondParagraph:
|