@bigbinary/neeto-form-frontend 1.2.37 → 1.2.38

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.
@@ -83,7 +83,7 @@
83
83
  "addNewQuestion": "Add new question",
84
84
  "noQuestionLeft": "No more question fields to add"
85
85
  },
86
- "duplicateBtn": "Duplicate",
86
+ "cloneBtn": "Clone",
87
87
  "questionFields": {
88
88
  "field": {
89
89
  "question": "Question",
package/dist/index.cjs.js CHANGED
@@ -10080,8 +10080,7 @@ var Accordion = function Accordion(_ref) {
10080
10080
  }
10081
10081
  }, onDuplicate && /*#__PURE__*/React__default["default"].createElement("li", {
10082
10082
  onClick: onDuplicate
10083
- }, t("neetoForm.questions.common.duplicateBtn")), shouldShowDeleteOption && /*#__PURE__*/React__default["default"].createElement("li", {
10084
- className: "neeto-ui-btn--style-danger-text text-red-600",
10083
+ }, t("neetoForm.questions.common.cloneBtn")), shouldShowDeleteOption && /*#__PURE__*/React__default["default"].createElement("li", {
10085
10084
  onClick: onDelete
10086
10085
  }, t("neetoForm.common.delete"))))), isExpanded && /*#__PURE__*/React__default["default"].createElement("div", {
10087
10086
  className: classnames__default["default"]("neeto-form-engine-question-accordion__body neeto-ui-border-gray-800 neeto-ui-bg-white rounded-t-none border border-t-0", {