opus-toolkit-components 1.3.9 → 1.4.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.
@@ -901,7 +901,8 @@ const Accordion = _ref => {
901
901
  className: "accordion-item",
902
902
  key: index
903
903
  }, /*#__PURE__*/external_react_default().createElement("div", {
904
- className: "\n accordion-header\n flex \n justify-between \n items-center \n bg-[--color-accordion-header]\n rounded-t-lg\n ".concat(isActive || isPreview ? '' : 'rounded-b-lg', "\n ")
904
+ onClick: !isPreview && !isLocked ? toggle : null,
905
+ className: "\n accordion-header\n flex \n justify-between \n items-center \n bg-[--color-accordion-header]\n rounded-t-lg\n ".concat(isActive || isPreview ? '' : 'rounded-b-lg', "\n hover: ").concat(!isLocked ? 'cursor-pointer' : null, " \n ")
905
906
  }, /*#__PURE__*/external_react_default().createElement("div", {
906
907
  className: "flex items-center gap-2 justify-between"
907
908
  }, /*#__PURE__*/external_react_default().createElement(Text, {