@geops/rvf-mobility-web-component 0.1.39 → 0.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@geops/rvf-mobility-web-component",
3
3
  "license": "UNLICENSED",
4
4
  "description": "Web components for rvf in the domains of mobility and logistics.",
5
- "version": "0.1.39",
5
+ "version": "0.1.40",
6
6
  "homepage": "https://rvf-mobility-web-component-geops.vercel.app/",
7
7
  "type": "module",
8
8
  "main": "index.js",
@@ -702,7 +702,13 @@ function RvfMobilityMap({
702
702
 
703
703
  {!hasToolbar && hasPrint && isExportMenuOpen && (
704
704
  <Modal onClose={onExportMenuClose}>
705
- <RvfExportMenu className="relative flex h-full flex-col overflow-y-auto overflow-x-hidden p-2" />
705
+ <RvfOverlayHeader
706
+ onClose={() => {
707
+ setIsExportMenuOpen(false);
708
+ }}
709
+ title="Drucken"
710
+ ></RvfOverlayHeader>
711
+ <RvfExportMenu className="relative flex flex-col gap-4 overflow-y-auto overflow-x-hidden px-4 py-6" />
706
712
  </Modal>
707
713
  )}
708
714
  </div>