@wix/bex-core 2.173.0 → 2.174.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.
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"cairo.tags.tagsField.readOnly.emptyState": "There aren’t any tags assigned yet. ",
|
|
528
528
|
"cairo.tags.tagsField.readOnly.emptyState.asLabels": "There aren’t any labels assigned yet.",
|
|
529
529
|
"cairo.customFields.maxLimit.modal.title": "You've reached the limit of custom fields",
|
|
530
|
-
"cairo.customFields.maxLimit.modal.description": "You
|
|
530
|
+
"cairo.customFields.maxLimit.modal.description": "You've reached the limit of 50 custom fields.",
|
|
531
531
|
"cairo.customFields.maxLimit.modal.cta": "Got It",
|
|
532
532
|
"cairo.customFields.tpaSection.tooltip": "These are fields created by an app installed on your site.",
|
|
533
533
|
"cairo.tags.popover.bulkItemUpdate.tooltip": "Changes can’t be made until tags are finished updating.",
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"cairo.tags.tagsField.readOnly.emptyState": "There aren’t any tags assigned yet. ",
|
|
528
528
|
"cairo.tags.tagsField.readOnly.emptyState.asLabels": "There aren’t any labels assigned yet.",
|
|
529
529
|
"cairo.customFields.maxLimit.modal.title": "You've reached the limit of custom fields",
|
|
530
|
-
"cairo.customFields.maxLimit.modal.description": "You
|
|
530
|
+
"cairo.customFields.maxLimit.modal.description": "You've reached the limit of 50 custom fields.",
|
|
531
531
|
"cairo.customFields.maxLimit.modal.cta": "Got It",
|
|
532
532
|
"cairo.customFields.tpaSection.tooltip": "These are fields created by an app installed on your site.",
|
|
533
533
|
"cairo.tags.popover.bulkItemUpdate.tooltip": "Changes can’t be made until tags are finished updating.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.174.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": "9b09ee5f4512a56584689034739d3c824b6eb6d1ac23c7e5003ea9aa"
|
|
165
165
|
}
|