@wix/bex-core 2.149.0 → 2.150.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.
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"cairo.customFields.fieldType.dropdownList": "Dropdown list",
|
|
294
294
|
"cairo.customFields.fieldType.dateAndTime": "Date and time",
|
|
295
295
|
"cairo.customFields.fieldType.dateAndTime.Name.placeholder": "e.g., Timestamp",
|
|
296
|
-
"cairo.customFields.fieldType.dateAndTime.invalid.value": "Enter a time that follows this format:
|
|
296
|
+
"cairo.customFields.fieldType.dateAndTime.invalid.value": "Enter a time that follows this format: hh:mm",
|
|
297
297
|
"cairo.customFields.fieldType.longText.placeholder": "Enter text here",
|
|
298
298
|
"cairo.customFields.fieldType.time.inputTitle": "Time",
|
|
299
299
|
"cairo.customFields.addCustomField.modal.advancedSettings.siteVisitors": "Site visitors",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"cairo.customFields.fieldType.dropdownList": "Dropdown list",
|
|
294
294
|
"cairo.customFields.fieldType.dateAndTime": "Date and time",
|
|
295
295
|
"cairo.customFields.fieldType.dateAndTime.Name.placeholder": "e.g., Timestamp",
|
|
296
|
-
"cairo.customFields.fieldType.dateAndTime.invalid.value": "Enter a time that follows this format:
|
|
296
|
+
"cairo.customFields.fieldType.dateAndTime.invalid.value": "Enter a time that follows this format: hh:mm",
|
|
297
297
|
"cairo.customFields.fieldType.longText.placeholder": "Enter text here",
|
|
298
298
|
"cairo.customFields.fieldType.time.inputTitle": "Time",
|
|
299
299
|
"cairo.customFields.addCustomField.modal.advancedSettings.siteVisitors": "Site visitors",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.150.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": "cfa8c4e2b8a8af894ad9c3bf119031aa92783271a3eedd6794639eb7"
|
|
165
165
|
}
|