Currently, when we pass a value to the $shadow parameter on some component themes, the variable generated by the css-vars mixin is --shadow, while components are configured to load their shadow from the --elevation variable.
We need to update the component themes so that the --elevation variable is generated from the passed $shadow value.