Add grouped metric health cards with variant pills, hover tooltips, and info panel to compliance page

This commit is contained in:
root
2026-04-22 18:30:59 +00:00
parent aa3ce3bae9
commit 0bea387ac9
10 changed files with 2923 additions and 31 deletions

View File

@@ -41,5 +41,16 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(fast-check)/)"
],
"moduleNameMapper": {
"^pure-rand/(.*)$": "<rootDir>/node_modules/pure-rand/lib/$1.js"
}
},
"devDependencies": {
"fast-check": "^4.7.0"
}
}