@ndla/ui 4.3.1 → 4.3.2
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/locale/messages-en.js
CHANGED
|
@@ -417,7 +417,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
417
417
|
heading: 'How to use other content from the article',
|
|
418
418
|
description: 'You will find guidelines for use of other content in the asset',
|
|
419
419
|
itemImage: {
|
|
420
|
-
ariaLabel: 'Open
|
|
420
|
+
ariaLabel: 'Open in new window'
|
|
421
421
|
}
|
|
422
422
|
},
|
|
423
423
|
h5p: {
|
|
@@ -422,7 +422,7 @@ var messages = _objectSpread(_objectSpread({
|
|
|
422
422
|
heading: 'How to use other content from the article',
|
|
423
423
|
description: 'You will find guidelines for use of other content in the asset',
|
|
424
424
|
itemImage: {
|
|
425
|
-
ariaLabel: 'Open
|
|
425
|
+
ariaLabel: 'Open in new window'
|
|
426
426
|
}
|
|
427
427
|
},
|
|
428
428
|
h5p: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndla/ui",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "UI component library for NDLA.",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@ndla/core": "^1.0.0",
|
|
37
37
|
"@ndla/hooks": "^1.1.0",
|
|
38
38
|
"@ndla/icons": "^1.6.0",
|
|
39
|
-
"@ndla/licenses": "^3.0.
|
|
39
|
+
"@ndla/licenses": "^3.0.1",
|
|
40
40
|
"@ndla/modal": "^1.2.0",
|
|
41
41
|
"@ndla/safelink": "^1.1.0",
|
|
42
42
|
"@ndla/switch": "^0.1.0",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "cc3aa331757eac96c57b90c0638e3ceb2fac2416"
|
|
85
85
|
}
|
|
@@ -454,7 +454,7 @@ const messages = {
|
|
|
454
454
|
heading: 'How to use other content from the article',
|
|
455
455
|
description: 'You will find guidelines for use of other content in the asset',
|
|
456
456
|
itemImage: {
|
|
457
|
-
ariaLabel: 'Open
|
|
457
|
+
ariaLabel: 'Open in new window',
|
|
458
458
|
},
|
|
459
459
|
},
|
|
460
460
|
h5p: {
|