@brightspace-ui/intl 3.21.3 → 3.22.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.
Files changed (2) hide show
  1. package/lang/haw.js +15 -0
  2. package/package.json +1 -1
package/lang/haw.js ADDED
@@ -0,0 +1,15 @@
1
+ export default {
2
+ "intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
3
+ "intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
4
+ "intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
5
+ "intl-common:characters:backslash": "backslash", // short name or description of the "\" character
6
+ "intl-common:characters:colon": "colon", // short name or description of the ":" character
7
+ "intl-common:characters:comma": "comma", // short name or description of the "," character
8
+ "intl-common:characters:greaterThan": "greater-than sign", // short name or description of the ">" character
9
+ "intl-common:characters:lessThan": "less-than sign", // short name or description of the "<" character
10
+ "intl-common:characters:numberSign": "number sign", // short name or description of the "#" character
11
+ "intl-common:characters:percentSign": "percent sign", // short name or description of the "%" character
12
+ "intl-common:characters:pipe": "pipe", // short name or description of the "|" character
13
+ "intl-common:characters:questionMark": "question mark", // short name or description of the "?" character
14
+ "intl-common:characters:quotationMark": "quotation mark", // short name or description of the '"' character
15
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/intl",
3
- "version": "3.21.3",
3
+ "version": "3.22.0",
4
4
  "description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.",
5
5
  "main": "lib/number.js",
6
6
  "type": "module",