Builds an Ant Design v5 ConfigProvidertheme config from ComponentStyles:
maps the MJ color/typography tokens onto antd seed/map tokens and selects antd's
dark algorithm when the theme's background is dark. antdLib is the loaded antd
module (used only to read its theme algorithm namespace). Unmapped tokens are
omitted so antd falls back to its own defaults.
Builds an Ant Design v5
ConfigProviderthemeconfig from ComponentStyles: maps the MJ color/typography tokens onto antd seed/map tokens and selects antd's dark algorithm when the theme's background is dark.antdLibis the loaded antd module (used only to read itsthemealgorithm namespace). Unmapped tokens are omitted so antd falls back to its own defaults.