@ndla/ui 47.3.0 → 47.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/CampaignBlock/CampaignBlock.js +8 -6
- package/es/ContactBlock/ContactBlock.js +17 -14
- package/es/CopyParagraphButton/CopyParagraphButtonV2.js +5 -3
- package/es/Embed/ConceptEmbed.js +22 -13
- package/es/Embed/ConceptListEmbed.js +6 -3
- package/es/Embed/ImageEmbed.js +5 -3
- package/es/Embed/conceptComponents.js +19 -13
- package/es/Footer/Footer.js +11 -9
- package/es/Footer/FooterLinks.js +19 -34
- package/es/FrontpageArticle/FrontpageArticle.js +5 -2
- package/es/Gloss/Gloss.js +8 -8
- package/es/Image/Image.js +8 -5
- package/es/KeyFigure/KeyFigure.js +8 -5
- package/es/Notion/Notion.js +7 -5
- package/es/Table/Table.js +6 -6
- package/es/locale/messages-en.js +1 -0
- package/es/locale/messages-nb.js +1 -0
- package/es/locale/messages-nn.js +2 -1
- package/es/locale/messages-se.js +1 -0
- package/es/locale/messages-sma.js +1 -0
- package/lib/CampaignBlock/CampaignBlock.js +8 -6
- package/lib/ContactBlock/ContactBlock.d.ts +2 -1
- package/lib/ContactBlock/ContactBlock.js +17 -14
- package/lib/CopyParagraphButton/CopyParagraphButtonV2.d.ts +2 -1
- package/lib/CopyParagraphButton/CopyParagraphButtonV2.js +5 -3
- package/lib/Embed/ConceptEmbed.d.ts +4 -3
- package/lib/Embed/ConceptEmbed.js +22 -13
- package/lib/Embed/ConceptListEmbed.d.ts +2 -1
- package/lib/Embed/ConceptListEmbed.js +6 -3
- package/lib/Embed/ImageEmbed.d.ts +2 -1
- package/lib/Embed/ImageEmbed.js +5 -3
- package/lib/Embed/conceptComponents.d.ts +1 -0
- package/lib/Embed/conceptComponents.js +19 -13
- package/lib/Footer/Footer.d.ts +6 -1
- package/lib/Footer/Footer.js +11 -9
- package/lib/Footer/FooterLinks.d.ts +7 -2
- package/lib/Footer/FooterLinks.js +19 -34
- package/lib/FrontpageArticle/FrontpageArticle.d.ts +2 -1
- package/lib/FrontpageArticle/FrontpageArticle.js +5 -2
- package/lib/Gloss/Gloss.js +8 -8
- package/lib/Image/Image.d.ts +2 -1
- package/lib/Image/Image.js +8 -5
- package/lib/KeyFigure/KeyFigure.d.ts +2 -1
- package/lib/KeyFigure/KeyFigure.js +8 -5
- package/lib/Notion/Notion.d.ts +2 -1
- package/lib/Notion/Notion.js +7 -5
- package/lib/Table/Table.d.ts +1 -0
- package/lib/Table/Table.js +6 -6
- package/lib/locale/messages-en.d.ts +1 -0
- package/lib/locale/messages-en.js +1 -0
- package/lib/locale/messages-nb.d.ts +1 -0
- package/lib/locale/messages-nb.js +1 -0
- package/lib/locale/messages-nn.d.ts +1 -0
- package/lib/locale/messages-nn.js +2 -1
- package/lib/locale/messages-se.d.ts +1 -0
- package/lib/locale/messages-se.js +1 -0
- package/lib/locale/messages-sma.d.ts +1 -0
- package/lib/locale/messages-sma.js +1 -0
- package/package.json +17 -17
- package/src/CampaignBlock/CampaignBlock.tsx +4 -2
- package/src/ContactBlock/ContactBlock.tsx +13 -3
- package/src/CopyParagraphButton/CopyParagraphButtonV2.tsx +3 -2
- package/src/Embed/ConceptEmbed.tsx +10 -1
- package/src/Embed/ConceptListEmbed.tsx +4 -3
- package/src/Embed/ImageEmbed.tsx +3 -1
- package/src/Embed/conceptComponents.tsx +14 -9
- package/src/Footer/Footer.stories.tsx +22 -0
- package/src/Footer/Footer.tsx +24 -18
- package/src/Footer/FooterLinks.tsx +17 -24
- package/src/FrontpageArticle/FrontpageArticle.tsx +4 -3
- package/src/Gloss/Gloss.tsx +1 -0
- package/src/Image/Image.tsx +11 -2
- package/src/KeyFigure/KeyFigure.tsx +4 -3
- package/src/Notion/Notion.tsx +3 -2
- package/src/Table/Table.tsx +1 -0
- package/src/locale/messages-en.ts +1 -0
- package/src/locale/messages-nb.ts +1 -0
- package/src/locale/messages-nn.ts +2 -1
- package/src/locale/messages-se.ts +1 -0
- package/src/locale/messages-sma.ts +1 -0
|
@@ -1209,6 +1209,7 @@ const messages = {
|
|
|
1209
1209
|
listView: 'List view',
|
|
1210
1210
|
detailView: 'Detailed listview',
|
|
1211
1211
|
shortView: 'Card view',
|
|
1212
|
+
userPictureAltText: 'Profile picture',
|
|
1212
1213
|
sharedFolder: {
|
|
1213
1214
|
folderCopied: 'The folder was copied.',
|
|
1214
1215
|
info: 'This folder contains learning resources and tasks from NDLA, gathered by a teacher.',
|
|
@@ -1206,6 +1206,7 @@ const messages = {
|
|
|
1206
1206
|
listView: 'Listevisning',
|
|
1207
1207
|
detailView: 'Detaljert listevisning',
|
|
1208
1208
|
shortView: 'Kort visning',
|
|
1209
|
+
userPictureAltText: 'Profilbilde',
|
|
1209
1210
|
sharedFolder: {
|
|
1210
1211
|
folderCopied: 'Mappen har blitt kopiert.',
|
|
1211
1212
|
info: 'Denne mappa inneholder fagstoff og oppgaver fra NDLA, samlet av en lærer. ',
|
|
@@ -516,7 +516,7 @@ const messages = {
|
|
|
516
516
|
associatedTopics: 'Tilhøyrande emne',
|
|
517
517
|
},
|
|
518
518
|
subjectFrontPage: {
|
|
519
|
-
buildsOn: '
|
|
519
|
+
buildsOn: 'Bygger på',
|
|
520
520
|
connectedTo: 'Felles programfag saman med',
|
|
521
521
|
leadsTo: 'Leier til',
|
|
522
522
|
},
|
|
@@ -1206,6 +1206,7 @@ const messages = {
|
|
|
1206
1206
|
listView: 'Listevisning',
|
|
1207
1207
|
detailView: 'Detaljert listevisning',
|
|
1208
1208
|
shortView: 'Kortvisning',
|
|
1209
|
+
userPictureAltText: 'Profilbilete',
|
|
1209
1210
|
sharedFolder: {
|
|
1210
1211
|
folderCopied: 'Mappa vart kopiert.',
|
|
1211
1212
|
info: 'Denne mappa inneheld fagstoff og oppgåver frå NDLA, samla av ein lærar.',
|
|
@@ -1206,6 +1206,7 @@ const messages = {
|
|
|
1206
1206
|
listView: 'Oppalašlistu',
|
|
1207
1207
|
detailView: 'Bienalaš oppalašlistu',
|
|
1208
1208
|
shortView: 'Oanehis listu',
|
|
1209
|
+
userPictureAltText: 'Profiilagova',
|
|
1209
1210
|
sharedFolder: {
|
|
1210
1211
|
folderCopied: 'Máŋgejuvvon máhppa.',
|
|
1211
1212
|
info: 'Dán máhpas lea NDLA fágasisdoallu ja bargobihtát, čohkkejuvvon oahpaheaddjis.',
|
|
@@ -1211,6 +1211,7 @@ const messages = {
|
|
|
1211
1211
|
listView: 'Listevisning',
|
|
1212
1212
|
detailView: 'Detaljert listevisning',
|
|
1213
1213
|
shortView: 'Kort visning',
|
|
1214
|
+
userPictureAltText: 'Profijleguvviem',
|
|
1214
1215
|
sharedFolder: {
|
|
1215
1216
|
folderCopied: 'Mappen har blitt kopiert.',
|
|
1216
1217
|
info: 'Denne mappa inneheld fagstoff og oppgåver frå NDLA, samla av ein lærar.',
|