@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.mjs CHANGED
@@ -9508,7 +9508,6 @@ var AnimatedCollapsibleContent = ({
9508
9508
  className,
9509
9509
  ...rest
9510
9510
  }) => {
9511
- const state = rest["data-state"];
9512
9511
  return /* @__PURE__ */ jsx28(CollapsibleContent2, { className: "cnc-collapsible-content", ...rest });
9513
9512
  };
9514
9513