Could you please add a set of additional input arguments such that this component can support both the Text and HTML SweetAlert based arguments for the Body and Title cotnent.
The SweetAlertv2 developer made some content areas supported by a single attribute that accepts text or html values however there are other content areas that are supported by two seperate arguments, one for text content and one for HTMLcontent.
As it stands now, the Forge component's Title, CancelBtnText, and ConfirmBtnText input attributes map to a SweetAlert HTML or HTML/Text based arguments while the Text input attribute maps to the non HTML text argument.