Versions
Added Shadow Dom Support in Notification and Video Component
We have now added Shadow DOM support in both the notification (for notification panel and notification tool) and video components.
<VeltNotificationsTool shadowDom={false} panelShadowDom={false} />
<VeltNotificationsPanel shadowDom={false} />
<VeltVideoPlayer shadowDom={false} />
<VeltCommentPlayerTimeline shadowDom={false} />
<VeltNotificationsTool shadowDom={false} panelShadowDom={false} />
<VeltNotificationsPanel shadowDom={false} />
<VeltVideoPlayer shadowDom={false} />
<VeltCommentPlayerTimeline shadowDom={false} />
<velt-video-player shadow-dom="false"></velt-video-player>
<velt-comment-player-timeline shadow-dom="false"></velt-comment-player-timeline>
<velt-notifications-tool shadow-dom="false" panel-shadow-dom="false"></velt-notifications-tool>
<velt-notifications-panel shadow-dom="false"></velt-notifications-panel>