@wix/bex-core 2.300.0 → 2.301.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.
|
@@ -278,6 +278,10 @@
|
|
|
278
278
|
"cairo.tags.collectionPage.add.CTA": "Assign Tags",
|
|
279
279
|
"cairo.tags.popover.bulkItemLimit.tooltip": "Tags can only be assigned to 100 items at a time.",
|
|
280
280
|
"cairo.table.custom-columns.button.cta": "Customize",
|
|
281
|
+
"cairo.table.manage-fields.title": "Manage fields",
|
|
282
|
+
"cairo.table.manage-fields.button.cta": "Manage Fields",
|
|
283
|
+
"cairo.table.manage-fields.subtitle": "Choose which fields to show.",
|
|
284
|
+
"cairo.table.manage-fields.dragAndDrop.subtitle": "Choose which fields to show, and drag and drop to change their order.",
|
|
281
285
|
"cairo.tags.manageTags.modal.title": "Manage tags: {EntityName}",
|
|
282
286
|
"cairo.tags.manageTags.modal.subtitle": "Edit, remove and create tags.",
|
|
283
287
|
"cairo.tags.manageTags.modal.search.placeholder": "Search tags...",
|
|
@@ -278,6 +278,10 @@
|
|
|
278
278
|
"cairo.tags.collectionPage.add.CTA": "Assign Tags",
|
|
279
279
|
"cairo.tags.popover.bulkItemLimit.tooltip": "Tags can only be assigned to 100 items at a time.",
|
|
280
280
|
"cairo.table.custom-columns.button.cta": "Customize",
|
|
281
|
+
"cairo.table.manage-fields.title": "Manage fields",
|
|
282
|
+
"cairo.table.manage-fields.button.cta": "Manage Fields",
|
|
283
|
+
"cairo.table.manage-fields.subtitle": "Choose which fields to show.",
|
|
284
|
+
"cairo.table.manage-fields.dragAndDrop.subtitle": "Choose which fields to show, and drag and drop to change their order.",
|
|
281
285
|
"cairo.tags.manageTags.modal.title": "Manage tags: {EntityName}",
|
|
282
286
|
"cairo.tags.manageTags.modal.subtitle": "Edit, remove and create tags.",
|
|
283
287
|
"cairo.tags.manageTags.modal.search.placeholder": "Search tags...",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.301.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kobi",
|
|
@@ -169,5 +169,5 @@
|
|
|
169
169
|
"wallaby": {
|
|
170
170
|
"autoDetect": true
|
|
171
171
|
},
|
|
172
|
-
"falconPackageHash": "
|
|
172
|
+
"falconPackageHash": "96ac50eeac3d5a1d07145d657bb7dd77a4a5cbf0ebb223d07c5cd9e2"
|
|
173
173
|
}
|