@wix/bex-core 2.177.0 → 2.178.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.
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"cairo.errorHandler.requestID.tooltip.description": "If you report this error to Customer Care, share this request ID so they can investigate.",
|
|
555
555
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
556
556
|
"cairo.errorHandler.requestID.tooltip.cta.copied-success": "Copied!",
|
|
557
|
-
"cairo.fieldValidation.requiredField": "
|
|
557
|
+
"cairo.fieldValidation.requiredField": "This field is required. ",
|
|
558
558
|
"cairo.fieldValidation.maxCharacter": "Enter up to {charMax, plural, one {1 character} other {# characters}} including spaces.",
|
|
559
559
|
"cairo.fieldValidation.minCharacter": "Enter a minimum of {charMin, plural, one {1 character} other {# characters}} including spaces.",
|
|
560
560
|
"cairo.fieldValidation.minNumber": "Enter a value of {minAmount, plural, one {1 or more.} other {# or more.}}",
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"cairo.errorHandler.requestID.tooltip.description": "If you report this error to Customer Care, share this request ID so they can investigate.",
|
|
555
555
|
"cairo.errorHandler.requestID.tooltip.cta": "Copy ID",
|
|
556
556
|
"cairo.errorHandler.requestID.tooltip.cta.copied-success": "Copied!",
|
|
557
|
-
"cairo.fieldValidation.requiredField": "
|
|
557
|
+
"cairo.fieldValidation.requiredField": "This field is required. ",
|
|
558
558
|
"cairo.fieldValidation.maxCharacter": "Enter up to {charMax, plural, one {1 character} other {# characters}} including spaces.",
|
|
559
559
|
"cairo.fieldValidation.minCharacter": "Enter a minimum of {charMin, plural, one {1 character} other {# characters}} including spaces.",
|
|
560
560
|
"cairo.fieldValidation.minNumber": "Enter a value of {minAmount, plural, one {1 or more.} other {# or more.}}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.178.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kobi",
|
|
@@ -161,5 +161,5 @@
|
|
|
161
161
|
"wallaby": {
|
|
162
162
|
"autoDetect": true
|
|
163
163
|
},
|
|
164
|
-
"falconPackageHash": "
|
|
164
|
+
"falconPackageHash": "22cd31615270e1e935478e6d4770b3fac6cfe7ae80a3e95c753eb903"
|
|
165
165
|
}
|