@brightspace-ui/core 3.158.0 → 3.158.1
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/lang/haw.js +3 -3
- package/lang/mi.js +3 -3
- package/package.json +1 -1
package/lang/haw.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} hou aku",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Papa inoa me 0 mau mea}
|
215
|
+
one {Papa inoa me {count} mau mea}
|
216
|
+
other {Papa inoa me {count} mau mea}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Hōʻike liʻiliʻi",
|
219
219
|
"components.tag-list.show-more-description": "E koho e hōʻike i nā mea papa inoa inoa huna",
|
package/lang/mi.js
CHANGED
@@ -211,9 +211,9 @@ export default {
|
|
211
211
|
"components.tag-list.num-hidden": "+ {count} anō",
|
212
212
|
"components.tag-list.role-description":
|
213
213
|
`{count, plural,
|
214
|
-
=0 {
|
215
|
-
one {
|
216
|
-
other {
|
214
|
+
=0 {Rarangi Tohu me nga mea 0}
|
215
|
+
one {Rarangi Tohu me nga mea {count}}
|
216
|
+
other {Rarangi Tohu me nga mea {count}}
|
217
217
|
}`,
|
218
218
|
"components.tag-list.show-less": "Whakaaturia mai kia iti iho",
|
219
219
|
"components.tag-list.show-more-description": "Tīpakohia hei whakaatu i ngā tūemi rārangi tūtohu hunahuna",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.158.
|
3
|
+
"version": "3.158.1",
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|