projects/common/interactive/breadcrumb/breadcrumb-responsive.ts
import { CngxBreadcrumbWidthTier } from '@cngx/common/interactive'
One width breakpoint for the responsive breadcrumb collapse: at minWidth pixels and above, show at most maxVisible crumbs before the middle folds into the overflow menu. A tier list is resolved by resolveBreadcrumbTier.
minWidth
maxVisible
number
Crumb cap once this tier is the active one. Fed to the count-based collapse.
Lower bound (inclusive, px) at which this tier's maxVisible applies.