Since we moved Adaptive Cards to full bundle, we should also move related styleSet.
Note:
- When user loading full bundle, they call
window.WebChat.createStyleSet, this should produce a style set that include Adaptive Cards stuff
- When user loading minimal bundle, they call
window.WebChat.createStyleSet, this should not produce a style set with Adaptive Cards specific stuff
- Please write a simple unit test to make sure we capture the notes above. No need visual regression test
Since we moved Adaptive Cards to full bundle, we should also move related
styleSet.Note:
window.WebChat.createStyleSet, this should produce a style set that include Adaptive Cards stuffwindow.WebChat.createStyleSet, this should not produce a style set with Adaptive Cards specific stuff