@bigbinary/neeto-fields-frontend 2.3.14 → 2.3.15

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.
@@ -18,7 +18,8 @@
18
18
  "dropdownOptions": "Dropdown options",
19
19
  "regexOptions": "Regex options",
20
20
  "reorderFields": "Reorder fields",
21
- "filters": "Filters"
21
+ "filters": "Filters",
22
+ "reorder": "Reorder"
22
23
  },
23
24
  "labels": {
24
25
  "addField": "Add new field",
@@ -4827,8 +4827,8 @@ var Subheader = function Subheader(_ref) {
4827
4827
  }),
4828
4828
  rightActionBlock: reorderable && /*#__PURE__*/jsx(Button, {
4829
4829
  "data-cy": "neeto-fields-reorder-button",
4830
- icon: Reorder,
4831
- style: "text",
4830
+ label: t("neetoFields.titles.reorder"),
4831
+ style: "secondary",
4832
4832
  onClick: function onClick() {
4833
4833
  return setIsReorderPaneOpen(true);
4834
4834
  }