@brightspace-ui/core 3.86.1 → 3.86.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/lang/haw.js +3 -3
- package/package.json +2 -2
package/lang/haw.js
CHANGED
@@ -54,16 +54,16 @@ export default {
|
|
54
54
|
"components.input-date-range.interactive-label": "Hoʻokomo ka laulā lā",
|
55
55
|
"components.input-date-range.startDate": "lā hoʻomaka",
|
56
56
|
"components.input-date-time-range-to.to": "i",
|
57
|
-
"components.input-date-time-range.endDate": "
|
57
|
+
"components.input-date-time-range.endDate": "Lā Hoʻopau",
|
58
58
|
"components.input-date-time-range.errorBadInput": "Pono ʻo {startLabel} ma mua o {endLabel}",
|
59
|
-
"components.input-date-time-range.startDate": "
|
59
|
+
"components.input-date-time-range.startDate": "Lā hoʻomaka",
|
60
60
|
"components.input-date-time.date": "Lā",
|
61
61
|
"components.input-date-time.errorMaxDateOnly": "Pono ka lā ma mua a ma {maxDate}",
|
62
62
|
"components.input-date-time.errorMinDateOnly": "Pono ka lā ma a ma hope paha o {minDate}",
|
63
63
|
"components.input-date-time.errorOutsideRange": "Pono ka lā ma waena o {minDate} a me {maxDate}",
|
64
64
|
"components.input-date-time.time": "Manawa",
|
65
65
|
"components.input-date-time-range.interactive-label": "Hoʻokomo ʻia ka lā a me ka manawa",
|
66
|
-
"components.input-date.clear": "
|
66
|
+
"components.input-date.clear": "Akaka",
|
67
67
|
"components.input-date.errorMaxDateOnly": "Pono ka lā ma mua a ma {maxDate}",
|
68
68
|
"components.input-date.errorMinDateOnly": "Pono ka lā ma a ma hope paha o {minDate}",
|
69
69
|
"components.input-date.errorOutsideRange": "Pono ka lā ma waena o {minDate} a me {maxDate}",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.86.
|
3
|
+
"version": "3.86.2",
|
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",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"messageformat-validator": "^2",
|
59
59
|
"rollup": "^4",
|
60
60
|
"rollup-plugin-copy": "^3",
|
61
|
-
"rollup-plugin-delete": "^
|
61
|
+
"rollup-plugin-delete": "^3",
|
62
62
|
"sass": "^1",
|
63
63
|
"sinon": "^19",
|
64
64
|
"stylelint": "^16",
|