opus-toolkit-components 0.7.0 → 0.7.1
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.
|
@@ -695,10 +695,10 @@ const Accordion = _ref => {
|
|
|
695
695
|
className: "accordion-item rounded-lg",
|
|
696
696
|
key: index
|
|
697
697
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
698
|
-
className: "accordion-header flex justify-between items-center
|
|
698
|
+
className: "accordion-header flex justify-between items-center py-2 px-4 cursor-pointer",
|
|
699
699
|
onClick: toggle
|
|
700
700
|
}, /*#__PURE__*/external_react_default().createElement("h2", {
|
|
701
|
-
className: "text-
|
|
701
|
+
className: "text-h4 text-[--color-text-strong]"
|
|
702
702
|
}, title), isPreview ? /*#__PURE__*/external_react_default().createElement(esm_PencilSquareIcon, {
|
|
703
703
|
className: "w-5 h-5 text-[--color-text-strong]"
|
|
704
704
|
}) : /*#__PURE__*/external_react_default().createElement(esm_ChevronDownIcon, {
|
|
@@ -12400,4 +12400,4 @@ function Loader(_ref) {
|
|
|
12400
12400
|
/******/ })()
|
|
12401
12401
|
;
|
|
12402
12402
|
});
|
|
12403
|
-
//# sourceMappingURL=main.
|
|
12403
|
+
//# sourceMappingURL=main.9756d83ef5ec8bb54c1e.js.map
|