opus-toolkit-components 0.6.7 → 0.6.8
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.
|
@@ -646,8 +646,10 @@ const Accordion = _ref => {
|
|
|
646
646
|
}
|
|
647
647
|
}, /*#__PURE__*/external_react_default().createElement("h2", {
|
|
648
648
|
className: "text-1xl text-[--color-text-strong]"
|
|
649
|
-
}, title), /*#__PURE__*/external_react_default().createElement("div",
|
|
650
|
-
className: "
|
|
649
|
+
}, title), /*#__PURE__*/external_react_default().createElement("div", {
|
|
650
|
+
className: "text-[--color-text-strong]"
|
|
651
|
+
}, isActive ? "-" : "+"))), isActive && /*#__PURE__*/external_react_default().createElement("div", {
|
|
652
|
+
className: "accordion-body text-[--color-text-weak] border-0 border-t-2 border-solid border-[--color-stroke] p-3"
|
|
651
653
|
}, children));
|
|
652
654
|
};
|
|
653
655
|
/* harmony default export */ const Accordions_Accordion = (Accordion);
|
|
@@ -12341,4 +12343,4 @@ function Loader(_ref) {
|
|
|
12341
12343
|
/******/ })()
|
|
12342
12344
|
;
|
|
12343
12345
|
});
|
|
12344
|
-
//# sourceMappingURL=main.
|
|
12346
|
+
//# sourceMappingURL=main.f37f23b50e28b868a025.js.map
|