It is now possible to set a fallback state that will apply its styling when the destination state is not detected. ```ts state("*", style({ ... })) ``` Closes #9013
- provide() is deprecated, - {} syntax is required by the offline compiler
Closes #8734