Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-02-16 17:29:40 +03:00
parent 7edf87055e
commit 6f842043b2
6 changed files with 206 additions and 191 deletions

View File

@@ -3335,6 +3335,11 @@ export function normalizeBedenLabel(v) {
return s
}
// Backward-compatible alias kept for older call sites/bundles.
export function normalizeBeden(v) {
return normalizeBedenLabel(v)
}
/* ===========================================================
Size Group Detection
- Core logic aligned with backend detectBedenGroupGo