@spscommerce/i18n 8.19.7 → 8.19.8
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.
|
@@ -99,7 +99,8 @@
|
|
|
99
99
|
"preventativeErrors": {
|
|
100
100
|
"maxLength": "This field accepts a maximum number of characters.",
|
|
101
101
|
"alpha": "This field accepts only alphabetic values.",
|
|
102
|
-
"numeric": "This field accepts only numerical values.",
|
|
102
|
+
"numeric": "This field accepts only numerical values (zero or greater).",
|
|
103
|
+
"positiveOrNegativeNumber": "This field accepts only numerical values.",
|
|
103
104
|
"nonNumeric": "This field accepts only non-numerical values."
|
|
104
105
|
},
|
|
105
106
|
"stronglySuggested": "This field is strongly suggested."
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spscommerce/i18n",
|
|
3
3
|
"description": "SPS Design System React components",
|
|
4
|
-
"version": "8.19.
|
|
4
|
+
"version": "8.19.8",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/i18n",
|