@expofp/floorplan 3.0.0-alpha.9 → 3.0.0
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/dist/browser/Debug-Yknbb09q.js +40 -0
- package/dist/browser/Demo-CaOFZa6L.js +47 -0
- package/dist/browser/Free-DTL80JI4.js +51 -0
- package/dist/browser/Gallery-Du04PQQo.js +71 -0
- package/dist/browser/GpsLoader-Cvn6RlOm.js +140 -0
- package/dist/browser/KioskStore-De5ViEMC.js +225 -0
- package/dist/browser/Mapbox-DwX3p3Kb.js +118 -0
- package/dist/browser/{SetKioskMode-C3fGoJPj.js → SetKioskMode-DY8Ihzh_.js} +92 -83
- package/dist/browser/{ShowKiosk-D-477yKH.js → ShowKiosk-fqRB_BUN.js} +28 -19
- package/dist/browser/{ThreeComponent-Z1K-qX4i.js → ThreeComponent-CrAcuY6n.js} +181 -172
- package/dist/browser/ViewerMenuPanel-CdiEJm9h.js +77 -0
- package/dist/browser/boolean-editor-BCIboJVq.js +157 -0
- package/dist/browser/bundle.json +34 -31
- package/dist/browser/{client-D6zJdOh6.js → client-BU0UzF6H.js} +848 -839
- package/dist/browser/compat-helper.js +5 -0
- package/dist/browser/{data-C6uYuLvP.js → data-DU1RvfMj.js} +278 -269
- package/dist/browser/{debug-overlay-BcmbSeG3.js → debug-overlay-DMGwYhOT.js} +100 -91
- package/dist/browser/debug-ui-BZSH53uY.js +67 -0
- package/dist/browser/{favicon-DalyEhbd.js → favicon-ZTHZQvuM.js} +11 -2
- package/dist/browser/fetch-retry.umd-CFhXCSM1.js +123 -0
- package/dist/browser/{flex-DA2yhKLl.js → flex-D0XnC5Mw.js} +76 -67
- package/dist/browser/{floorplan.ready-DEdtWjzo.js → floorplan.ready-DwzYk5s3.js} +20977 -22749
- package/dist/browser/fonts/efp-symbols.woff +0 -0
- package/dist/browser/{index-DSULYUX0.js → index-BZDxL6gh.js} +46 -37
- package/dist/browser/{index-BAvspl75.js → index-BpZSlPvc.js} +333 -324
- package/dist/browser/index-BxFqdKuM.js +57 -0
- package/dist/browser/index-fEI_0iId.js +882 -0
- package/dist/browser/index-h3LFHvKr.js +92 -0
- package/dist/browser/index-xQ7Ip4HB.js +54 -0
- package/dist/browser/index.html +1 -0
- package/dist/browser/index.js +12495 -2
- package/dist/browser/jsx-runtime-SRODV826.js +40 -0
- package/dist/browser/locales/ar.json +56 -5
- package/dist/browser/locales/de.json +56 -5
- package/dist/browser/locales/es.json +56 -5
- package/dist/browser/locales/fr.json +56 -5
- package/dist/browser/locales/he.json +56 -5
- package/dist/browser/locales/it.json +56 -5
- package/dist/browser/locales/kk.json +56 -5
- package/dist/browser/locales/ko.json +56 -5
- package/dist/browser/locales/mn.json +56 -5
- package/dist/browser/locales/nl.json +56 -5
- package/dist/browser/locales/pl.json +57 -6
- package/dist/browser/locales/pt.json +55 -4
- package/dist/browser/locales/ru.json +57 -6
- package/dist/browser/locales/sv.json +56 -5
- package/dist/browser/locales/th.json +56 -5
- package/dist/browser/locales/tr.json +56 -5
- package/dist/browser/locales/uk.json +56 -5
- package/dist/browser/locales/vi.json +56 -5
- package/dist/browser/locales/zh.json +56 -5
- package/dist/browser/{main-CD9JioNt.js → main-CcaoXWR4.js} +24 -15
- package/dist/browser/{particles.min-DcpKrPn3.js → particles.min-Ds_4ex2r.js} +40 -31
- package/dist/esm/RouteCutIn.d.ts +0 -1
- package/dist/esm/RouteCutIn.js +1 -1
- package/dist/esm/_misc_to_move/manifest.d.ts +13 -0
- package/dist/esm/_misc_to_move/ref.d.ts +6 -0
- package/dist/esm/_misc_to_move/ref.js +1 -0
- package/dist/esm/components/Alert.d.ts +2 -0
- package/dist/esm/components/Alert.js +1 -1
- package/dist/esm/components/Badge.d.ts +3 -2
- package/dist/esm/components/Badge.js +1 -1
- package/dist/esm/components/Bookmarks.js +1 -1
- package/dist/esm/components/Booth/BoothOnHold.d.ts +2 -2
- package/dist/esm/components/Booth/BoothOnHold.js +1 -1
- package/dist/esm/components/Booth/BoothReserved.d.ts +2 -1
- package/dist/esm/components/Booth/BoothReserved.js +1 -1
- package/dist/esm/components/Booth/BoothWithoutExhibitor.d.ts +2 -2
- package/dist/esm/components/Booth/BoothWithoutExhibitor.js +1 -1
- package/dist/esm/components/CookieConsent.js +1 -1
- package/dist/esm/components/Exhibitor.js +1 -1
- package/dist/esm/components/Gallery/GalleryControls/GalleryControls.d.ts +2 -2
- package/dist/esm/components/Gallery/GalleryControls/GalleryControls.js +1 -1
- package/dist/esm/components/Gallery/GalleryModal/GalleryModal.d.ts +2 -2
- package/dist/esm/components/Gallery/GalleryModal/GalleryModal.js +1 -1
- package/dist/esm/components/Kiosk/KioskStore.d.ts +3 -3
- package/dist/esm/components/Kiosk/KioskStore.js +1 -1
- package/dist/esm/components/Kiosk/SetKiosk/storage.d.ts +1 -1
- package/dist/esm/components/Kiosk/SetKiosk/storage.js +1 -1
- package/dist/esm/components/Kiosk/ShowKiosk.js +1 -1
- package/dist/esm/components/Kiosk/integrateKiosk.js +1 -1
- package/dist/esm/components/Language.js +1 -1
- package/dist/esm/components/LanguageRow.d.ts +0 -1
- package/dist/esm/components/LanguageRow.js +1 -1
- package/dist/esm/components/Layout.js +1 -1
- package/dist/esm/components/List.js +1 -1
- package/dist/esm/components/LogoOverlay.js +1 -1
- package/dist/esm/components/Map/Map.d.ts +0 -23
- package/dist/esm/components/Map/Map.js +1 -1
- package/dist/esm/components/Map/booth-by-xy.js +1 -1
- package/dist/esm/components/Map/drawing/config/TextFitter.d.ts +1 -1
- package/dist/esm/components/Map/drawing/config/config-all.d.ts +2 -3
- package/dist/esm/components/Map/drawing/config/config-all.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-bg.d.ts +1 -1
- package/dist/esm/components/Map/drawing/config/config-bg.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-booth-badge.d.ts +9 -0
- package/dist/esm/components/Map/drawing/config/config-booth-badge.js +1 -0
- package/dist/esm/components/Map/drawing/config/config-booth-bg.d.ts +5 -5
- package/dist/esm/components/Map/drawing/config/config-booth-bg.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-booth-bookmark.d.ts +5 -5
- package/dist/esm/components/Map/drawing/config/config-booth-bookmark.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-booth-border.d.ts +3 -3
- package/dist/esm/components/Map/drawing/config/config-booth-border.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-booth-labels-special.d.ts +6 -6
- package/dist/esm/components/Map/drawing/config/config-booth-labels-special.js +2 -2
- package/dist/esm/components/Map/drawing/config/config-booth-labels.d.ts +5 -5
- package/dist/esm/components/Map/drawing/config/config-booth-labels.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-booth-scaled.d.ts +3 -3
- package/dist/esm/components/Map/drawing/config/config-booth-scaled.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-booths.d.ts +2 -2
- package/dist/esm/components/Map/drawing/config/config-booths.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-load-layer.d.ts +2 -2
- package/dist/esm/components/Map/drawing/config/config-load-layer.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-markers.d.ts +2 -3
- package/dist/esm/components/Map/drawing/config/config-markers.js +1 -1
- package/dist/esm/components/Map/drawing/config/config-wf.d.ts +2 -5
- package/dist/esm/components/Map/drawing/config/config-wf.js +1 -1
- package/dist/esm/components/Map/drawing/config/loadBoothsImages.d.ts +2 -3
- package/dist/esm/components/Map/drawing/config/loadBoothsImages.js +1 -1
- package/dist/esm/components/Map/drawing/config/route-snapping/snapPositionToRoute.d.ts +1 -1
- package/dist/esm/components/Map/drawing/config/route-snapping/snapPositionToRoute.js +1 -1
- package/dist/esm/components/Map/drawing/config/route-snapping/splitRouteByPoint.d.ts +1 -1
- package/dist/esm/components/Map/drawing/config/route-snapping/splitRouteByPoint.js +1 -1
- package/dist/esm/components/Map/drawing/config/route-snapping/types.d.ts +1 -1
- package/dist/esm/components/Map/drawing/config/route-snapping/utils.d.ts +1 -1
- package/dist/esm/components/Map/traffic/useBuildRoute.d.ts +3 -5
- package/dist/esm/components/Map/traffic/useBuildRoute.js +6 -6
- package/dist/esm/components/Map/traffic/useManageTraffic.d.ts +3 -5
- package/dist/esm/components/Map/traffic/useManageTraffic.js +1 -1
- package/dist/esm/components/MarketMaterialList.d.ts +3 -3
- package/dist/esm/components/MarketMaterialList.js +1 -1
- package/dist/esm/components/Menu.js +1 -2
- package/dist/esm/components/MobileToggleButton.js +1 -1
- package/dist/esm/components/MultiSelectGroups.d.ts +2 -2
- package/dist/esm/components/MultiSelectGroups.js +1 -1
- package/dist/esm/components/Overlay.d.ts +2 -0
- package/dist/esm/components/Overlay.js +1 -1
- package/dist/esm/components/OverlayContainer.js +1 -1
- package/dist/esm/components/QrCode.d.ts +46 -0
- package/dist/esm/components/QrCode.js +1 -0
- package/dist/esm/components/RebookingNotes.d.ts +2 -2
- package/dist/esm/components/RebookingNotes.js +1 -1
- package/dist/esm/components/RebookingRadioGroup.d.ts +2 -2
- package/dist/esm/components/RebookingRadioGroup.js +1 -1
- package/dist/esm/components/RoutePlanner/RoutePlanner.d.ts +4 -0
- package/dist/esm/components/RoutePlanner/RoutePlanner.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerHeader.d.ts +4 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerHeader.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStartPoint.d.ts +9 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStartPoint.js +1 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStopItem.d.ts +9 -0
- package/dist/esm/components/RoutePlanner/RoutePlannerStopItem.js +1 -0
- package/dist/esm/components/RouteQR.d.ts +2 -2
- package/dist/esm/components/RouteQR.js +1 -1
- package/dist/esm/components/Schedule.js +1 -1
- package/dist/esm/components/SearchBox.js +1 -1
- package/dist/esm/components/Sessions.js +1 -1
- package/dist/esm/components/Share.d.ts +2 -2
- package/dist/esm/components/Share.js +1 -1
- package/dist/esm/components/SidebarActions.d.ts +3 -0
- package/dist/esm/components/SidebarActions.js +1 -1
- package/dist/esm/components/SpeakersFiltersModal.js +1 -1
- package/dist/esm/components/ViewerMenuPanel.d.ts +5 -0
- package/dist/esm/components/ViewerMenuPanel.js +1 -0
- package/dist/esm/components/Wayfinding.d.ts +2 -2
- package/dist/esm/components/Wayfinding.js +1 -1
- package/dist/esm/components/WayfindingTemplate.d.ts +2 -2
- package/dist/esm/components/WayfindingTemplate.js +1 -1
- package/dist/esm/components/gps/GpsPermissionRequest.d.ts +4 -2
- package/dist/esm/components/gps/GpsPermissionRequest.js +1 -1
- package/dist/esm/components/index.d.ts +1 -3
- package/dist/esm/components/index.js +1 -1
- package/dist/esm/constants.d.ts +7 -0
- package/dist/esm/constants.js +1 -1
- package/dist/esm/data/tours.json +114 -0
- package/dist/esm/floorplan.loader.d.ts +5 -0
- package/dist/esm/floorplan.loader.js +1 -1
- package/dist/esm/floorplan.ready.d.ts +6 -3
- package/dist/esm/floorplan.ready.js +1 -1
- package/dist/esm/index.d.ts +0 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/load.d.ts +4 -1
- package/dist/esm/load.js +2 -2
- package/dist/esm/offline/offlineManager.js +1 -1
- package/dist/esm/renderer/HandlerRegistry.d.ts +18 -0
- package/dist/esm/renderer/HandlerRegistry.js +1 -0
- package/dist/esm/renderer/RendererService.d.ts +26 -0
- package/dist/esm/renderer/RendererService.js +1 -0
- package/dist/esm/renderer/engine-core/animation.d.ts +7 -0
- package/dist/esm/renderer/engine-core/animation.js +1 -0
- package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/canvases.d.ts +1 -1
- package/dist/esm/renderer/engine-core/canvases.js +1 -0
- package/dist/esm/renderer/engine-core/fonts.js +1 -0
- package/dist/esm/renderer/engine-core/types.js +1 -0
- package/dist/esm/{components/Map/drawing/config/engine-core → renderer}/index.d.ts +10 -10
- package/dist/esm/renderer/index.js +1 -0
- package/dist/esm/services/routing.js +1 -1
- package/dist/esm/store/BookmarksStore.d.ts +12 -0
- package/dist/esm/store/BookmarksStore.js +2 -0
- package/dist/esm/store/FuzzySearchEngineStore.d.ts +7 -3
- package/dist/esm/store/FuzzySearchEngineStore.js +1 -1
- package/dist/esm/store/LayerStore.d.ts +1 -0
- package/dist/esm/store/LayerStore.js +1 -1
- package/dist/esm/store/RootStore.d.ts +10 -10
- package/dist/esm/store/RootStore.js +1 -1
- package/dist/esm/store/RoutePlannerStore.d.ts +58 -0
- package/dist/esm/store/RoutePlannerStore.js +1 -0
- package/dist/esm/store/RouteStore.d.ts +1 -1
- package/dist/esm/store/RouteStore.js +1 -1
- package/dist/esm/store/SearchStore.d.ts +2 -0
- package/dist/esm/store/SearchStore.js +1 -1
- package/dist/esm/store/ToursStore.js +1 -1
- package/dist/esm/store/UIState.d.ts +10 -7
- package/dist/esm/store/UIState.js +1 -1
- package/dist/esm/store/init/index.js +1 -1
- package/dist/esm/store/init/init-bookmarks.d.ts +7 -0
- package/dist/esm/store/init/init-bookmarks.js +1 -0
- package/dist/esm/store/init/init-events.d.ts +1 -1
- package/dist/esm/store/init/init-events.js +1 -1
- package/dist/esm/store/init/init-exhibitors.d.ts +1 -1
- package/dist/esm/store/init/init-exhibitors.js +1 -1
- package/dist/esm/store/init/init-layers.js +1 -1
- package/dist/esm/store/init/init-speakers.d.ts +1 -1
- package/dist/esm/store/init/init-speakers.js +1 -1
- package/dist/esm/store/search-buttons/SearchButtonsStore.d.ts +1 -1
- package/dist/esm/store/search-buttons/SearchButtonsStore.js +1 -1
- package/dist/esm/store/types.d.ts +11 -3
- package/dist/esm/tools/base-runtime-url.js +1 -1
- package/dist/esm/tools/sentry.js +1 -1
- package/dist/esm/tools/telemetry.d.ts +35 -0
- package/dist/esm/tools/telemetry.js +1 -0
- package/dist/esm/tools/track-event.d.ts +3 -1
- package/dist/esm/tools/track-event.js +1 -1
- package/dist/esm/utils/buildOptimizedRoute.d.ts +11 -0
- package/dist/esm/utils/buildOptimizedRoute.js +1 -0
- package/dist/esm/utils/geometry.d.ts +2 -0
- package/dist/esm/utils/geometry.js +1 -0
- package/dist/esm/utils/i18n.d.ts +6 -4
- package/dist/esm/utils/i18n.js +1 -1
- package/dist/esm/utils/loadCustomCss.d.ts +1 -1
- package/dist/esm/utils/loadCustomCss.js +1 -1
- package/dist/esm/utils/mapEntity.js +1 -1
- package/dist/esm/utils/math.d.ts +7 -0
- package/dist/esm/utils/math.js +1 -0
- package/dist/esm/utils/shortenName.js +1 -1
- package/dist/esm/utils/use-shadow.d.ts +1 -1
- package/dist/esm/utils/use-shadow.js +1 -1
- package/dist/esm/utils/useRenderTarget.js +1 -1
- package/dist/esm/wayfinding/_PLAN-public-api.d.ts +220 -0
- package/dist/esm/wayfinding/_PLAN-public-api.js +1 -0
- package/dist/esm/{utils/wayfinding.d.ts → wayfinding/__integration__/legacy/legacyWayfinding.d.ts} +5 -15
- package/dist/esm/wayfinding/__integration__/legacy/legacyWayfinding.js +1 -0
- package/dist/esm/wayfinding/__tests__/helpers.d.ts +21 -0
- package/dist/esm/wayfinding/__tests__/helpers.js +1 -0
- package/dist/esm/wayfinding/adapters/boothToWaypoint.d.ts +12 -0
- package/dist/esm/wayfinding/adapters/boothToWaypoint.js +1 -0
- package/dist/esm/wayfinding/adapters/graphDataSource.d.ts +3 -0
- package/dist/esm/wayfinding/adapters/graphDataSource.js +1 -0
- package/dist/esm/wayfinding/graph/buildGraph.d.ts +3 -0
- package/dist/esm/wayfinding/graph/buildGraph.js +1 -0
- package/dist/esm/wayfinding/graph/buildNGraph.d.ts +9 -0
- package/dist/esm/wayfinding/graph/buildNGraph.js +1 -0
- package/dist/esm/wayfinding/graph/constants.d.ts +3 -0
- package/dist/esm/wayfinding/graph/constants.js +1 -0
- package/dist/esm/wayfinding/graph/findShortestPath.d.ts +14 -0
- package/dist/esm/wayfinding/graph/findShortestPath.js +1 -0
- package/dist/esm/wayfinding/graph/graphCache.d.ts +6 -0
- package/dist/esm/wayfinding/graph/graphCache.js +1 -0
- package/dist/esm/wayfinding/graph/graphHelpers.d.ts +8 -0
- package/dist/esm/wayfinding/graph/graphHelpers.js +1 -0
- package/dist/esm/wayfinding/graph/linkCost.d.ts +4 -0
- package/dist/esm/wayfinding/graph/linkCost.js +1 -0
- package/dist/esm/wayfinding/graph/pathfinder/aStarPathFinder.d.ts +3 -0
- package/dist/esm/wayfinding/graph/pathfinder/aStarPathFinder.js +1 -0
- package/dist/esm/wayfinding/graph/pathfinder/parseNodeId.d.ts +9 -0
- package/dist/esm/wayfinding/graph/pathfinder/parseNodeId.js +1 -0
- package/dist/esm/wayfinding/index.d.ts +18 -0
- package/dist/esm/wayfinding/index.js +1 -0
- package/dist/esm/wayfinding/rendering/computeTransitionPoints.d.ts +31 -0
- package/dist/esm/wayfinding/rendering/computeTransitionPoints.js +1 -0
- package/dist/esm/wayfinding/rendering/normalizeRouteDirection.d.ts +19 -0
- package/dist/esm/wayfinding/rendering/normalizeRouteDirection.js +1 -0
- package/dist/esm/wayfinding/rendering/routeGeometry.d.ts +16 -0
- package/dist/esm/wayfinding/rendering/routeGeometry.js +1 -0
- package/dist/esm/wayfinding/routing/buildMultiPointRoute.d.ts +11 -0
- package/dist/esm/wayfinding/routing/buildMultiPointRoute.js +1 -0
- package/dist/esm/wayfinding/routing/buildRoute.d.ts +9 -0
- package/dist/esm/wayfinding/routing/buildRoute.js +1 -0
- package/dist/esm/wayfinding/routing/findNearestGraphPoint.d.ts +21 -0
- package/dist/esm/wayfinding/routing/findNearestGraphPoint.js +1 -0
- package/dist/esm/wayfinding/routing/getGraphLines.d.ts +14 -0
- package/dist/esm/wayfinding/routing/getGraphLines.js +1 -0
- package/dist/esm/wayfinding/routing/getRouteLength.d.ts +3 -0
- package/dist/esm/wayfinding/routing/getRouteLength.js +1 -0
- package/dist/esm/wayfinding/routing/routeResult.d.ts +4 -0
- package/dist/esm/wayfinding/routing/routeResult.js +1 -0
- package/dist/esm/wayfinding/types.d.ts +76 -0
- package/dist/esm/wayfinding/types.js +1 -0
- package/package.json +4 -8
- package/dist/browser/Debug-k5RKtjZM.js +0 -31
- package/dist/browser/Demo-CgMWCXus.js +0 -38
- package/dist/browser/Free-D7jT727E.js +0 -42
- package/dist/browser/Gallery-xjcSyY62.js +0 -279
- package/dist/browser/GpsLoader-_4iMtlKj.js +0 -131
- package/dist/browser/KioskStore-P8qIruSD.js +0 -216
- package/dist/browser/Mapbox-C7QZjYtQ.js +0 -109
- package/dist/browser/boolean-editor-C56suuE-.js +0 -148
- package/dist/browser/debug-ui-xTxa_Css.js +0 -58
- package/dist/browser/fetch-retry.umd-D12eSIuK.js +0 -114
- package/dist/browser/index-04R_J8Na.js +0 -45
- package/dist/browser/index-1HPoYB-N.js +0 -12526
- package/dist/browser/index-D1Nh_Rku.js +0 -48
- package/dist/browser/index-DmIJrF5Z.js +0 -83
- package/dist/browser/jsx-runtime-jIxVPx5o.js +0 -31
- package/dist/browser/sw.js +0 -2
- package/dist/esm/components/BoothRow.d.ts +0 -8
- package/dist/esm/components/BoothRow.js +0 -1
- package/dist/esm/components/ExhibitorRow.d.ts +0 -9
- package/dist/esm/components/ExhibitorRow.js +0 -1
- package/dist/esm/components/Map/drawing/config/engine-core/animation.d.ts +0 -3
- package/dist/esm/components/Map/drawing/config/engine-core/animation.js +0 -1
- package/dist/esm/components/Map/drawing/config/engine-core/canvases.js +0 -1
- package/dist/esm/components/Map/drawing/config/engine-core/fonts.js +0 -1
- package/dist/esm/components/Map/drawing/config/engine-core/index.js +0 -1
- package/dist/esm/components/Map/drawing/config/engine-core/renderer.d.ts +0 -4
- package/dist/esm/components/Map/drawing/config/engine-core/renderer.js +0 -1
- package/dist/esm/components/ScheduleRow.d.ts +0 -8
- package/dist/esm/components/ScheduleRow.js +0 -1
- package/dist/esm/expofp-debug.d.ts +0 -5
- package/dist/esm/expofp-debug.js +0 -1
- package/dist/esm/offline/sw.d.ts +0 -2
- package/dist/esm/offline/sw.js +0 -1
- package/dist/esm/store/LanguageStore.d.ts +0 -19
- package/dist/esm/store/LanguageStore.js +0 -1
- package/dist/esm/store/init/init-language.d.ts +0 -3
- package/dist/esm/store/init/init-language.js +0 -1
- package/dist/esm/utils/toRadians.d.ts +0 -3
- package/dist/esm/utils/toRadians.js +0 -1
- package/dist/esm/utils/wayfinding.js +0 -1
- package/dist/stats.html +0 -4950
- /package/dist/esm/{components/Map/drawing/config/engine-core/types.js → _misc_to_move/manifest.js} +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/defs.d.ts +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/defs.js +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/fonts.d.ts +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/settings.d.ts +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/settings.js +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/types.d.ts +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/update-def.d.ts +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/update-def.js +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/utils/rotation.d.ts +0 -0
- /package/dist/esm/{components/Map/drawing/config → renderer}/engine-core/utils/rotation.js +0 -0
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
import { r as l,
|
|
2
|
-
import { r as
|
|
3
|
-
import { j as g } from "./jsx-runtime-
|
|
1
|
+
import { r as l, ay as Y } from "./index.js";
|
|
2
|
+
import { r as H, y } from "./index-xQ7Ip4HB.js";
|
|
3
|
+
import { j as g } from "./jsx-runtime-SRODV826.js";
|
|
4
|
+
(function() {
|
|
5
|
+
try {
|
|
6
|
+
var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
7
|
+
e.SENTRY_RELEASE = { id: "3.0.0" };
|
|
8
|
+
var t = new e.Error().stack;
|
|
9
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "ce2f4712-ede0-4c4e-b79e-00f4daba3ce6", e._sentryDebugIdIdentifier = "sentry-dbid-ce2f4712-ede0-4c4e-b79e-00f4daba3ce6");
|
|
10
|
+
} catch {
|
|
11
|
+
}
|
|
12
|
+
})();
|
|
4
13
|
function V(e, t) {
|
|
5
14
|
if (typeof e == "function")
|
|
6
15
|
return e(t);
|
|
@@ -22,13 +31,13 @@ function k(...e) {
|
|
|
22
31
|
};
|
|
23
32
|
};
|
|
24
33
|
}
|
|
25
|
-
function
|
|
34
|
+
function Ue(...e) {
|
|
26
35
|
return l.useCallback(k(...e), e);
|
|
27
36
|
}
|
|
28
37
|
// @__NO_SIDE_EFFECTS__
|
|
29
|
-
function
|
|
30
|
-
const t = /* @__PURE__ */
|
|
31
|
-
const { children: o, ...u } = a, n = l.Children.toArray(o), i = n.find(
|
|
38
|
+
function z(e) {
|
|
39
|
+
const t = /* @__PURE__ */ U(e), r = l.forwardRef((a, s) => {
|
|
40
|
+
const { children: o, ...u } = a, n = l.Children.toArray(o), i = n.find(X);
|
|
32
41
|
if (i) {
|
|
33
42
|
const c = i.props.children, p = n.map((m) => m === i ? l.Children.count(c) > 1 ? l.Children.only(null) : l.isValidElement(c) ? c.props.children : null : m);
|
|
34
43
|
return /* @__PURE__ */ g.jsx(t, { ...u, ref: s, children: l.isValidElement(c) ? l.cloneElement(c, void 0, p) : null });
|
|
@@ -37,9 +46,9 @@ function A(e) {
|
|
|
37
46
|
});
|
|
38
47
|
return r.displayName = `${e}.Slot`, r;
|
|
39
48
|
}
|
|
40
|
-
var
|
|
49
|
+
var A = /* @__PURE__ */ z("Slot");
|
|
41
50
|
// @__NO_SIDE_EFFECTS__
|
|
42
|
-
function
|
|
51
|
+
function U(e) {
|
|
43
52
|
const t = l.forwardRef((r, a) => {
|
|
44
53
|
const { children: s, ...o } = r;
|
|
45
54
|
if (l.isValidElement(s)) {
|
|
@@ -50,14 +59,14 @@ function X(e) {
|
|
|
50
59
|
});
|
|
51
60
|
return t.displayName = `${e}.SlotClone`, t;
|
|
52
61
|
}
|
|
53
|
-
var
|
|
62
|
+
var I = /* @__PURE__ */ Symbol("radix.slottable");
|
|
54
63
|
// @__NO_SIDE_EFFECTS__
|
|
55
|
-
function
|
|
64
|
+
function Xe(e) {
|
|
56
65
|
const t = ({ children: r }) => /* @__PURE__ */ g.jsx(g.Fragment, { children: r });
|
|
57
|
-
return t.displayName = `${e}.Slottable`, t.__radixId =
|
|
66
|
+
return t.displayName = `${e}.Slottable`, t.__radixId = I, t;
|
|
58
67
|
}
|
|
59
|
-
function
|
|
60
|
-
return l.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId ===
|
|
68
|
+
function X(e) {
|
|
69
|
+
return l.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === I;
|
|
61
70
|
}
|
|
62
71
|
function q(e, t) {
|
|
63
72
|
const r = { ...t };
|
|
@@ -94,14 +103,14 @@ var Z = [
|
|
|
94
103
|
"svg",
|
|
95
104
|
"ul"
|
|
96
105
|
], qe = Z.reduce((e, t) => {
|
|
97
|
-
const r = /* @__PURE__ */
|
|
106
|
+
const r = /* @__PURE__ */ z(`Primitive.${t}`), a = l.forwardRef((s, o) => {
|
|
98
107
|
const { asChild: u, ...n } = s, i = u ? r : t;
|
|
99
108
|
return typeof window < "u" && (window[/* @__PURE__ */ Symbol.for("radix-ui")] = !0), /* @__PURE__ */ g.jsx(i, { ...n, ref: o });
|
|
100
109
|
});
|
|
101
110
|
return a.displayName = `Primitive.${t}`, { ...e, [t]: a };
|
|
102
111
|
}, {});
|
|
103
112
|
function Ge(e, t) {
|
|
104
|
-
e &&
|
|
113
|
+
e && H.flushSync(() => e.dispatchEvent(t));
|
|
105
114
|
}
|
|
106
115
|
function Ze(e, t) {
|
|
107
116
|
const r = l.createContext(t), a = (o) => {
|
|
@@ -124,13 +133,13 @@ function Je(e, t = []) {
|
|
|
124
133
|
r = [...r, u];
|
|
125
134
|
const c = (m) => {
|
|
126
135
|
var R;
|
|
127
|
-
const { scope: f, children:
|
|
128
|
-
return /* @__PURE__ */ g.jsx(
|
|
136
|
+
const { scope: f, children: w, ...h } = m, $ = ((R = f == null ? void 0 : f[e]) == null ? void 0 : R[i]) || n, M = l.useMemo(() => h, Object.values(h));
|
|
137
|
+
return /* @__PURE__ */ g.jsx($.Provider, { value: M, children: w });
|
|
129
138
|
};
|
|
130
139
|
c.displayName = o + "Provider";
|
|
131
140
|
function p(m, f) {
|
|
132
|
-
var
|
|
133
|
-
const
|
|
141
|
+
var $;
|
|
142
|
+
const w = (($ = f == null ? void 0 : f[e]) == null ? void 0 : $[i]) || n, h = l.useContext(w);
|
|
134
143
|
if (h) return h;
|
|
135
144
|
if (u !== void 0) return u;
|
|
136
145
|
throw new Error(`\`${m}\` must be used within \`${o}\``);
|
|
@@ -173,8 +182,8 @@ function Ke(e, t, { checkForDefaultPrevented: r = !0 } = {}) {
|
|
|
173
182
|
return t == null ? void 0 : t(s);
|
|
174
183
|
};
|
|
175
184
|
}
|
|
176
|
-
var
|
|
177
|
-
}, K =
|
|
185
|
+
var D = globalThis != null && globalThis.document ? l.useLayoutEffect : () => {
|
|
186
|
+
}, K = Y[" useInsertionEffect ".trim().toString()] || D;
|
|
178
187
|
function Qe({
|
|
179
188
|
prop: e,
|
|
180
189
|
defaultProp: t,
|
|
@@ -225,7 +234,7 @@ function ee(e) {
|
|
|
225
234
|
}
|
|
226
235
|
function et(e) {
|
|
227
236
|
const [t, r] = l.useState(void 0);
|
|
228
|
-
return
|
|
237
|
+
return D(() => {
|
|
229
238
|
if (e) {
|
|
230
239
|
r({ width: e.offsetWidth, height: e.offsetHeight });
|
|
231
240
|
const a = new ResizeObserver((s) => {
|
|
@@ -245,29 +254,29 @@ function et(e) {
|
|
|
245
254
|
r(void 0);
|
|
246
255
|
}, [e]), t;
|
|
247
256
|
}
|
|
248
|
-
const S = { asChild: { type: "boolean" } }, te = { width: { type: "string", className: "rt-r-w", customProperties: ["--width"], responsive: !0 }, minWidth: { type: "string", className: "rt-r-min-w", customProperties: ["--min-width"], responsive: !0 }, maxWidth: { type: "string", className: "rt-r-max-w", customProperties: ["--max-width"], responsive: !0 } }, se = { height: { type: "string", className: "rt-r-h", customProperties: ["--height"], responsive: !0 }, minHeight: { type: "string", className: "rt-r-min-h", customProperties: ["--min-height"], responsive: !0 }, maxHeight: { type: "string", className: "rt-r-max-h", customProperties: ["--max-height"], responsive: !0 } },
|
|
249
|
-
function
|
|
257
|
+
const S = { asChild: { type: "boolean" } }, te = { width: { type: "string", className: "rt-r-w", customProperties: ["--width"], responsive: !0 }, minWidth: { type: "string", className: "rt-r-min-w", customProperties: ["--min-width"], responsive: !0 }, maxWidth: { type: "string", className: "rt-r-max-w", customProperties: ["--max-width"], responsive: !0 } }, se = { height: { type: "string", className: "rt-r-h", customProperties: ["--height"], responsive: !0 }, minHeight: { type: "string", className: "rt-r-min-h", customProperties: ["--min-height"], responsive: !0 }, maxHeight: { type: "string", className: "rt-r-max-h", customProperties: ["--max-height"], responsive: !0 } }, W = ["gray", "gold", "bronze", "brown", "yellow", "amber", "orange", "tomato", "red", "ruby", "crimson", "pink", "plum", "purple", "violet", "iris", "indigo", "blue", "cyan", "teal", "jade", "green", "grass", "lime", "mint", "sky"], re = { color: { type: "enum", values: W, default: void 0 } }, tt = { color: { type: "enum", values: W, default: "" } }, ne = { highContrast: { type: "boolean", className: "rt-high-contrast", default: void 0 } }, oe = ["normal", "start", "end", "both"], ie = { trim: { type: "enum", className: "rt-r-lt", values: oe, responsive: !0 } }, ae = ["left", "center", "right"], ue = { align: { type: "enum", className: "rt-r-ta", values: ae, responsive: !0 } }, le = ["wrap", "nowrap", "pretty", "balance"], ce = { wrap: { type: "enum", className: "rt-r-tw", values: le, responsive: !0 } }, pe = { truncate: { type: "boolean", className: "rt-truncate" } }, me = ["light", "regular", "medium", "bold"], fe = { weight: { type: "enum", className: "rt-r-weight", values: me, responsive: !0 } }, de = ["h1", "h2", "h3", "h4", "h5", "h6"], ve = ["1", "2", "3", "4", "5", "6", "7", "8", "9"], ye = { as: { type: "enum", values: de, default: "h1" }, ...S, size: { type: "enum", className: "rt-r-size", values: ve, default: "6", responsive: !0 }, ...fe, ...ue, ...ie, ...pe, ...ce, ...re, ...ne }, ge = ["initial", "xs", "sm", "md", "lg", "xl"], C = new Set(ge);
|
|
258
|
+
function B(e, t) {
|
|
250
259
|
return Object.prototype.hasOwnProperty.call(e, t);
|
|
251
260
|
}
|
|
252
|
-
function
|
|
261
|
+
function N(e) {
|
|
253
262
|
return typeof e == "object" && e !== null && Object.keys(e).some((t) => C.has(t));
|
|
254
263
|
}
|
|
255
264
|
function he({ className: e, customProperties: t, ...r }) {
|
|
256
|
-
const a =
|
|
265
|
+
const a = T({ allowArbitraryValues: !0, className: e, ...r }), s = be({ customProperties: t, ...r });
|
|
257
266
|
return [a, s];
|
|
258
267
|
}
|
|
259
|
-
function
|
|
268
|
+
function T({ allowArbitraryValues: e, value: t, className: r, propValues: a, parseValue: s = (o) => o }) {
|
|
260
269
|
const o = [];
|
|
261
270
|
if (t) {
|
|
262
|
-
if (typeof t == "string" && a.includes(t)) return
|
|
263
|
-
if (
|
|
271
|
+
if (typeof t == "string" && a.includes(t)) return _(r, t, s);
|
|
272
|
+
if (N(t)) {
|
|
264
273
|
const u = t;
|
|
265
274
|
for (const n in u) {
|
|
266
|
-
if (!
|
|
275
|
+
if (!B(u, n) || !C.has(n)) continue;
|
|
267
276
|
const i = u[n];
|
|
268
277
|
if (i !== void 0) {
|
|
269
278
|
if (a.includes(i)) {
|
|
270
|
-
const c =
|
|
279
|
+
const c = _(r, i, s), p = n === "initial" ? c : `${n}:${c}`;
|
|
271
280
|
o.push(p);
|
|
272
281
|
} else if (e) {
|
|
273
282
|
const c = n === "initial" ? r : `${n}:${r}`;
|
|
@@ -280,17 +289,17 @@ function F({ allowArbitraryValues: e, value: t, className: r, propValues: a, par
|
|
|
280
289
|
if (e) return r;
|
|
281
290
|
}
|
|
282
291
|
}
|
|
283
|
-
function
|
|
292
|
+
function _(e, t, r) {
|
|
284
293
|
const a = e ? "-" : "", s = r(t), o = s == null ? void 0 : s.startsWith("-"), u = o ? "-" : "", n = o ? s == null ? void 0 : s.substring(1) : s;
|
|
285
294
|
return `${u}${e}${a}${n}`;
|
|
286
295
|
}
|
|
287
|
-
function
|
|
296
|
+
function be({ customProperties: e, value: t, propValues: r, parseValue: a = (s) => s }) {
|
|
288
297
|
let s = {};
|
|
289
298
|
if (!(!t || typeof t == "string" && r.includes(t))) {
|
|
290
|
-
if (typeof t == "string" && (s = Object.fromEntries(e.map((o) => [o, t]))),
|
|
299
|
+
if (typeof t == "string" && (s = Object.fromEntries(e.map((o) => [o, t]))), N(t)) {
|
|
291
300
|
const o = t;
|
|
292
301
|
for (const u in o) {
|
|
293
|
-
if (!
|
|
302
|
+
if (!B(o, u) || !C.has(u)) continue;
|
|
294
303
|
const n = o[u];
|
|
295
304
|
if (!r.includes(n)) for (const i of e) s = { [u === "initial" ? i : `${i}-${u}`]: n, ...s };
|
|
296
305
|
}
|
|
@@ -302,32 +311,32 @@ function Ne({ customProperties: e, value: t, propValues: r, parseValue: a = (s)
|
|
|
302
311
|
return s;
|
|
303
312
|
}
|
|
304
313
|
}
|
|
305
|
-
function
|
|
314
|
+
function O(...e) {
|
|
306
315
|
let t = {};
|
|
307
316
|
for (const r of e) r && (t = { ...t, ...r });
|
|
308
317
|
return Object.keys(t).length ? t : void 0;
|
|
309
318
|
}
|
|
310
|
-
function
|
|
319
|
+
function Ne(...e) {
|
|
311
320
|
return Object.assign({}, ...e);
|
|
312
321
|
}
|
|
313
322
|
function E(e, ...t) {
|
|
314
323
|
let r, a;
|
|
315
|
-
const s = { ...e }, o =
|
|
324
|
+
const s = { ...e }, o = Ne(...t);
|
|
316
325
|
for (const u in o) {
|
|
317
326
|
let n = s[u];
|
|
318
327
|
const i = o[u];
|
|
319
|
-
if (i.default !== void 0 && n === void 0 && (n = i.default), i.type === "enum" && ![i.default, ...i.values].includes(n) && !
|
|
328
|
+
if (i.default !== void 0 && n === void 0 && (n = i.default), i.type === "enum" && ![i.default, ...i.values].includes(n) && !N(n) && (n = i.default), s[u] = n, "className" in i && i.className) {
|
|
320
329
|
delete s[u];
|
|
321
330
|
const c = "responsive" in i;
|
|
322
|
-
if (!n ||
|
|
323
|
-
if (
|
|
324
|
-
const p =
|
|
331
|
+
if (!n || N(n) && !c) continue;
|
|
332
|
+
if (N(n) && (i.default !== void 0 && n.initial === void 0 && (n.initial = i.default), i.type === "enum" && ([i.default, ...i.values].includes(n.initial) || (n.initial = i.default))), i.type === "enum") {
|
|
333
|
+
const p = T({ allowArbitraryValues: !1, value: n, className: i.className, propValues: i.values, parseValue: i.parseValue });
|
|
325
334
|
r = y(r, p);
|
|
326
335
|
continue;
|
|
327
336
|
}
|
|
328
337
|
if (i.type === "string" || i.type === "enum | string") {
|
|
329
338
|
const p = i.type === "string" ? [] : i.values, [m, f] = he({ className: i.className, customProperties: i.customProperties, propValues: p, parseValue: i.parseValue, value: n });
|
|
330
|
-
a =
|
|
339
|
+
a = O(a, f), r = y(r, m);
|
|
331
340
|
continue;
|
|
332
341
|
}
|
|
333
342
|
if (i.type === "boolean" && n) {
|
|
@@ -336,53 +345,53 @@ function E(e, ...t) {
|
|
|
336
345
|
}
|
|
337
346
|
}
|
|
338
347
|
}
|
|
339
|
-
return s.className = y(r, e.className), s.style =
|
|
348
|
+
return s.className = y(r, e.className), s.style = O(a, e.style), s;
|
|
340
349
|
}
|
|
341
|
-
const d = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "-1", "-2", "-3", "-4", "-5", "-6", "-7", "-8", "-9"], j = { m: { type: "enum | string", values: d, responsive: !0, className: "rt-r-m", customProperties: ["--m"] }, mx: { type: "enum | string", values: d, responsive: !0, className: "rt-r-mx", customProperties: ["--ml", "--mr"] }, my: { type: "enum | string", values: d, responsive: !0, className: "rt-r-my", customProperties: ["--mt", "--mb"] }, mt: { type: "enum | string", values: d, responsive: !0, className: "rt-r-mt", customProperties: ["--mt"] }, mr: { type: "enum | string", values: d, responsive: !0, className: "rt-r-mr", customProperties: ["--mr"] }, mb: { type: "enum | string", values: d, responsive: !0, className: "rt-r-mb", customProperties: ["--mb"] }, ml: { type: "enum | string", values: d, responsive: !0, className: "rt-r-ml", customProperties: ["--ml"] } },
|
|
350
|
+
const d = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "-1", "-2", "-3", "-4", "-5", "-6", "-7", "-8", "-9"], j = { m: { type: "enum | string", values: d, responsive: !0, className: "rt-r-m", customProperties: ["--m"] }, mx: { type: "enum | string", values: d, responsive: !0, className: "rt-r-mx", customProperties: ["--ml", "--mr"] }, my: { type: "enum | string", values: d, responsive: !0, className: "rt-r-my", customProperties: ["--mt", "--mb"] }, mt: { type: "enum | string", values: d, responsive: !0, className: "rt-r-mt", customProperties: ["--mt"] }, mr: { type: "enum | string", values: d, responsive: !0, className: "rt-r-mr", customProperties: ["--mr"] }, mb: { type: "enum | string", values: d, responsive: !0, className: "rt-r-mb", customProperties: ["--mb"] }, ml: { type: "enum | string", values: d, responsive: !0, className: "rt-r-ml", customProperties: ["--ml"] } }, we = l.forwardRef((e, t) => {
|
|
342
351
|
const { children: r, className: a, asChild: s, as: o = "h1", color: u, ...n } = E(e, ye, j);
|
|
343
|
-
return l.createElement(
|
|
352
|
+
return l.createElement(A, { "data-accent-color": u, ...n, ref: t, className: y("rt-Heading", a) }, s ? r : l.createElement(o, null, r));
|
|
344
353
|
});
|
|
345
|
-
|
|
346
|
-
const
|
|
347
|
-
const { className: r, asChild: a, as: s = "div", ...o } = E(e, Se,
|
|
348
|
-
return l.createElement(a ?
|
|
354
|
+
we.displayName = "Heading";
|
|
355
|
+
const $e = ["none", "small", "medium", "large", "full"], st = { radius: { type: "enum", values: $e, default: void 0 } }, F = A, Pe = ["div", "span"], xe = ["none", "inline", "inline-block", "block", "contents"], Se = { as: { type: "enum", values: Pe, default: "div" }, ...S, display: { type: "enum", className: "rt-r-display", values: xe, responsive: !0 } }, v = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], Ce = { p: { type: "enum | string", className: "rt-r-p", customProperties: ["--p"], values: v, responsive: !0 }, px: { type: "enum | string", className: "rt-r-px", customProperties: ["--pl", "--pr"], values: v, responsive: !0 }, py: { type: "enum | string", className: "rt-r-py", customProperties: ["--pt", "--pb"], values: v, responsive: !0 }, pt: { type: "enum | string", className: "rt-r-pt", customProperties: ["--pt"], values: v, responsive: !0 }, pr: { type: "enum | string", className: "rt-r-pr", customProperties: ["--pr"], values: v, responsive: !0 }, pb: { type: "enum | string", className: "rt-r-pb", customProperties: ["--pb"], values: v, responsive: !0 }, pl: { type: "enum | string", className: "rt-r-pl", customProperties: ["--pl"], values: v, responsive: !0 } }, P = ["visible", "hidden", "clip", "scroll", "auto"], Ee = ["static", "relative", "absolute", "fixed", "sticky"], b = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "-1", "-2", "-3", "-4", "-5", "-6", "-7", "-8", "-9"], je = ["0", "1"], Re = ["0", "1"], Ve = ["start", "center", "end", "baseline", "stretch"], _e = ["start", "center", "end", "baseline", "stretch"], L = { ...Ce, ...te, ...se, position: { type: "enum", className: "rt-r-position", values: Ee, responsive: !0 }, inset: { type: "enum | string", className: "rt-r-inset", customProperties: ["--inset"], values: b, responsive: !0 }, top: { type: "enum | string", className: "rt-r-top", customProperties: ["--top"], values: b, responsive: !0 }, right: { type: "enum | string", className: "rt-r-right", customProperties: ["--right"], values: b, responsive: !0 }, bottom: { type: "enum | string", className: "rt-r-bottom", customProperties: ["--bottom"], values: b, responsive: !0 }, left: { type: "enum | string", className: "rt-r-left", customProperties: ["--left"], values: b, responsive: !0 }, overflow: { type: "enum", className: "rt-r-overflow", values: P, responsive: !0 }, overflowX: { type: "enum", className: "rt-r-ox", values: P, responsive: !0 }, overflowY: { type: "enum", className: "rt-r-oy", values: P, responsive: !0 }, flexBasis: { type: "string", className: "rt-r-fb", customProperties: ["--flex-basis"], responsive: !0 }, flexShrink: { type: "enum | string", className: "rt-r-fs", customProperties: ["--flex-shrink"], values: je, responsive: !0 }, flexGrow: { type: "enum | string", className: "rt-r-fg", customProperties: ["--flex-grow"], values: Re, responsive: !0 }, gridArea: { type: "string", className: "rt-r-ga", customProperties: ["--grid-area"], responsive: !0 }, gridColumn: { type: "string", className: "rt-r-gc", customProperties: ["--grid-column"], responsive: !0 }, gridColumnStart: { type: "string", className: "rt-r-gcs", customProperties: ["--grid-column-start"], responsive: !0 }, gridColumnEnd: { type: "string", className: "rt-r-gce", customProperties: ["--grid-column-end"], responsive: !0 }, gridRow: { type: "string", className: "rt-r-gr", customProperties: ["--grid-row"], responsive: !0 }, gridRowStart: { type: "string", className: "rt-r-grs", customProperties: ["--grid-row-start"], responsive: !0 }, gridRowEnd: { type: "string", className: "rt-r-gre", customProperties: ["--grid-row-end"], responsive: !0 }, alignSelf: { type: "enum", className: "rt-r-as", values: Ve, responsive: !0 }, justifySelf: { type: "enum", className: "rt-r-js", values: _e, responsive: !0 } }, Oe = l.forwardRef((e, t) => {
|
|
356
|
+
const { className: r, asChild: a, as: s = "div", ...o } = E(e, Se, L, j);
|
|
357
|
+
return l.createElement(a ? F : s, { ...o, ref: t, className: y("rt-Box", r) });
|
|
349
358
|
});
|
|
350
|
-
|
|
351
|
-
const x = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], ke = { gap: { type: "enum | string", className: "rt-r-gap", customProperties: ["--gap"], values: x, responsive: !0 }, gapX: { type: "enum | string", className: "rt-r-cg", customProperties: ["--column-gap"], values: x, responsive: !0 }, gapY: { type: "enum | string", className: "rt-r-rg", customProperties: ["--row-gap"], values: x, responsive: !0 } },
|
|
352
|
-
function
|
|
359
|
+
Oe.displayName = "Box";
|
|
360
|
+
const x = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], ke = { gap: { type: "enum | string", className: "rt-r-gap", customProperties: ["--gap"], values: x, responsive: !0 }, gapX: { type: "enum | string", className: "rt-r-cg", customProperties: ["--column-gap"], values: x, responsive: !0 }, gapY: { type: "enum | string", className: "rt-r-rg", customProperties: ["--row-gap"], values: x, responsive: !0 } }, ze = ["div", "span"], Ae = ["none", "inline-flex", "flex"], Ie = ["row", "column", "row-reverse", "column-reverse"], De = ["start", "center", "end", "baseline", "stretch"], We = ["start", "center", "end", "between"], Be = ["nowrap", "wrap", "wrap-reverse"], Te = { as: { type: "enum", values: ze, default: "div" }, ...S, display: { type: "enum", className: "rt-r-display", values: Ae, responsive: !0 }, direction: { type: "enum", className: "rt-r-fd", values: Ie, responsive: !0 }, align: { type: "enum", className: "rt-r-ai", values: De, responsive: !0 }, justify: { type: "enum", className: "rt-r-jc", values: We, parseValue: Fe, responsive: !0 }, wrap: { type: "enum", className: "rt-r-fw", values: Be, responsive: !0 }, ...ke };
|
|
361
|
+
function Fe(e) {
|
|
353
362
|
return e === "between" ? "space-between" : e;
|
|
354
363
|
}
|
|
355
|
-
const
|
|
356
|
-
const { className: r, asChild: a, as: s = "div", ...o } = E(e,
|
|
357
|
-
return l.createElement(a ?
|
|
364
|
+
const Le = l.forwardRef((e, t) => {
|
|
365
|
+
const { className: r, asChild: a, as: s = "div", ...o } = E(e, Te, L, j);
|
|
366
|
+
return l.createElement(a ? F : s, { ...o, ref: t, className: y("rt-Flex", r) });
|
|
358
367
|
});
|
|
359
|
-
|
|
368
|
+
Le.displayName = "Flex";
|
|
360
369
|
export {
|
|
361
370
|
tt as A,
|
|
362
|
-
|
|
371
|
+
L as B,
|
|
363
372
|
qe as P,
|
|
364
|
-
|
|
373
|
+
A as S,
|
|
365
374
|
Qe as a,
|
|
366
375
|
et as b,
|
|
367
376
|
Ke as c,
|
|
368
377
|
Je as d,
|
|
369
378
|
j as e,
|
|
370
379
|
st as f,
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
380
|
+
we as g,
|
|
381
|
+
Le as h,
|
|
382
|
+
z as i,
|
|
383
|
+
D as j,
|
|
375
384
|
Ge as k,
|
|
376
385
|
Ze as l,
|
|
377
|
-
|
|
386
|
+
Xe as m,
|
|
378
387
|
se as n,
|
|
379
388
|
ne as o,
|
|
380
|
-
|
|
389
|
+
Oe as p,
|
|
381
390
|
S as q,
|
|
382
391
|
re as r,
|
|
383
392
|
ce as s,
|
|
384
393
|
te as t,
|
|
385
|
-
|
|
394
|
+
Ue as u,
|
|
386
395
|
E as v,
|
|
387
396
|
pe as w,
|
|
388
397
|
ie as x,
|