diff --git a/components/lib/toast/BaseToast.vue b/components/lib/toast/BaseToast.vue new file mode 100644 index 000000000..c7009041a --- /dev/null +++ b/components/lib/toast/BaseToast.vue @@ -0,0 +1,174 @@ + diff --git a/components/lib/toast/BaseToastMessage.vue b/components/lib/toast/BaseToastMessage.vue new file mode 100644 index 000000000..75a143ffe --- /dev/null +++ b/components/lib/toast/BaseToastMessage.vue @@ -0,0 +1,73 @@ + diff --git a/components/lib/toast/Toast.d.ts b/components/lib/toast/Toast.d.ts index ee6289c14..1eaa2d100 100755 --- a/components/lib/toast/Toast.d.ts +++ b/components/lib/toast/Toast.d.ts @@ -206,6 +206,11 @@ export interface ToastProps { * @type {ToastPassThroughOptions} */ pt?: ToastPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/toast/Toast.vue b/components/lib/toast/Toast.vue index 3077c7867..dea999347 100755 --- a/components/lib/toast/Toast.vue +++ b/components/lib/toast/Toast.vue @@ -1,6 +1,6 @@