@apia/components 4.0.64 → 4.0.68

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
@@ -5042,7 +5042,6 @@ const DefaultAccordionItemButton = (props) => {
5042
5042
  }
5043
5043
  ),
5044
5044
  (props.label ?? props.title ?? props.ariaLabel).split(" | ").map((content, i) => {
5045
- console.log(props, content, i);
5046
5045
  if (typeof props.isHtml === "boolean" && props.isHtml || Array.isArray(props.isHtml) && props.isHtml[i]) {
5047
5046
  return /* @__PURE__ */ jsx(
5048
5047
  Box,