@theroutingcompany/components 0.0.61-alpha.1 → 0.0.61-alpha.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.
@@ -3050,7 +3050,7 @@ const jP = O(HS)`
3050
3050
  animation: ${OP} 300ms cubic-bezier(0.87, 0, 0.13, 1); // todo: use tokens
3051
3051
  transform: translateZ(0);
3052
3052
  }
3053
- `, UP = () => /* @__PURE__ */ x(rb, { children: /* @__PURE__ */ x(nb, {}) }), so = ({ children: e, type: t, ...r }) => /* @__PURE__ */ x(MP, { type: t, ...r, children: e });
3053
+ `, UP = ({ children: e }) => /* @__PURE__ */ x(rb, { children: /* @__PURE__ */ x(nb, { children: e }) }), so = ({ children: e, type: t, ...r }) => /* @__PURE__ */ x(MP, { type: t, ...r, children: e });
3054
3054
  so.displayName = "Accordion";
3055
3055
  so.Item = BP;
3056
3056
  so.Header = VP;