In our company, we are currently utilizing Vue and SCSS for constructing our latest Progressive Web Application. Depending on specific conditions relating to the user's profile, we need to switch out the left drawer with a Bottom App Bar.
Although we are implementing Vue Material, our UX/UI designer has opted to incorporate the most recent version of the Bottom App Bar recently introduced by Google.
Unfortunately, the CSS styles for this particular component have not yet been released and are not included in the VueMaterial components library (which only supports the older version as of now). I am facing challenges in replicating the new bar according to the second version.
Due to restrictions, here is the link to refer to the image visually
I am struggling to comprehend how it would be possible to recreate the inset between the bar and the FAB using just CSS. My attempts involving clip-path and mask-image have not yielded satisfactory outcomes.
If anyone could provide assistance or guidance on this matter, it would be greatly appreciated.