@cnc-ti/layout-basic 8.3.1 → 8.3.2

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
@@ -9606,7 +9606,6 @@ var AnimatedCollapsibleContent = ({
9606
9606
  className,
9607
9607
  ...rest
9608
9608
  }) => {
9609
- const state = rest["data-state"];
9610
9609
  return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CollapsibleContent2, { className: "cnc-collapsible-content", ...rest });
9611
9610
  };
9612
9611