@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.
package/dist/index.js
CHANGED
|
@@ -10042,8 +10042,7 @@ var Accordion = function Accordion(_ref) {
|
|
|
10042
10042
|
}
|
|
10043
10043
|
}, onDuplicate && /*#__PURE__*/React__default.createElement("li", {
|
|
10044
10044
|
onClick: onDuplicate
|
|
10045
|
-
}, t("neetoForm.questions.common.
|
|
10046
|
-
className: "neeto-ui-btn--style-danger-text text-red-600",
|
|
10045
|
+
}, t("neetoForm.questions.common.cloneBtn")), shouldShowDeleteOption && /*#__PURE__*/React__default.createElement("li", {
|
|
10047
10046
|
onClick: onDelete
|
|
10048
10047
|
}, t("neetoForm.common.delete"))))), isExpanded && /*#__PURE__*/React__default.createElement("div", {
|
|
10049
10048
|
className: classnames("neeto-form-engine-question-accordion__body neeto-ui-border-gray-800 neeto-ui-bg-white rounded-t-none border border-t-0", {
|