Immutable
release. Only release title and notes can be modified.
- Add
getConcentricBorderRadius(parentRadiusPx, insetPx)in@dg/ui/helpers/concentricBorderRadius. It returns a clamped CSS pixel radius. - Add
theme.shape.cardBorderRadiusas the 32px card-radius source of truth and use it for MUI cards and glass containers. - Compute the side-project row radius from the card radius and its 13px inset.
- Cover subtraction, oversized insets, square parents, and negative insets with unit tests.
Visual comparison against the current production homepage kept the card and side-project rows unchanged.