@theroutingcompany/components 0.0.32-alpha.3 → 0.0.32-alpha.4

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.
@@ -31170,7 +31170,7 @@ const AK = A(N5)`
31170
31170
  `, K5 = (e, t) => K.Children.map(e, (r) => {
31171
31171
  var n;
31172
31172
  if (K.isValidElement(r)) {
31173
- if (r.type.displayName === "TabList.Trigger")
31173
+ if (r.type.displayName === "Trigger" || r.type.displayName === "TabList.Trigger")
31174
31174
  return K.cloneElement(r, { variant: t });
31175
31175
  if ((n = r.props) != null && n.children) {
31176
31176
  const o = K5(r.props.children, t);