@expofp/floorplan
Version:
Interactive floor plan library for expos and events
43 lines • 2.51 kB
TypeScript
export declare const VISIBILITY_STORAGE_KEY = "___visibility";
export declare const PREVIEW_MODE_ATTRIBUTE = "data-preview-mode";
export declare const BOOTHS_PAINTER_MARKER = "booths";
export declare const SEPARATOR = ":";
export declare const OUTDOOR_LAYER_PREFIX = "Outdoor";
export declare const POI_CLUSTER_RADIUS_PX = 50;
export declare const POI_CLUSTER_MIN_POINTS = 3;
export declare const POI_MARKER_PIN_WIDTH_PX = 42;
export declare const POI_SELECTED_PIN_WIDTH_PX = 36;
export declare const POI_PIN_DEFAULT_COLOR = "#ea4236";
export declare const POI_CLUSTER_SIZE_PX = 36;
export declare const POI_CLUSTER_COLOR = "rgba(234, 66, 54, 0.85)";
export declare const POI_CLUSTER_STROKE_COLOR = "#ffffff";
export declare const POI_CLUSTER_STROKE_WIDTH_PX = 2;
export declare const POI_CLUSTER_TEXT_SIZE_PX = 14;
export declare const LAYER_LOGOS_MARKER = "logos";
export declare const LAYER_ICONS_MARKER = "icons";
export declare const STRING_META_DELIMITER = "$$";
export declare const KIOSK_ENABLE_KEY = "kiosk";
export declare const SET_KIOSK_KEY = "setkiosk";
export declare const BOOKMARK_PAINTER_MARKER = "booth-bookmark";
export declare const DEBUG_KEY = "debug";
export declare const DEBUG_STORAGE_KEY = "efp-debugMode";
export declare const DEFAULT_UNITS = "ft";
export declare const PATHWAY_KEY = "pathway";
export declare const CACHE_DURATION = 1000;
export declare const MOBILE_BREAKPOINT = 768;
export declare const LANGUAGE_TYPE = "language";
export declare const MAX_ROUTE_WAYPOINTS = 8;
export declare const VIEWER_MODE_STORAGE_KEY = "efp-viewerMode";
export declare const LEGACY_VIEWER_MODE_STORAGE_KEY = "___viewer_mode";
export declare const PREVIEW_MODE_STORAGE_KEY = "efp-previewMode";
export declare const LEGACY_PREVIEW_MODE_STORAGE_KEY = "___preview_mode";
export declare const UI_SCALE_STORAGE_KEY = "efp-uiScale";
export declare const LEGACY_UI_SCALE_STORAGE_KEY = "___ui-scale";
export declare const FONT_FACE = "--expofp-font-face";
export declare const FONT_WEIGHT_PRIMARY_BOOTH = "--expofp-booth-main-weight";
export declare const FONT_WEIGHT_SECONDARY_BOOTH = "--expofp-booth-details-weight";
export declare const FONT_WEIGHT_PRIMARY_EXHIBITOR = "--expofp-exhibitor-main-weight";
export declare const FONT_WEIGHT_SECONDARY_EXHIBITOR = "--expofp-exhibitor-details-weight";
export declare const FONT_WEIGHT_PRIMARY_SPECIAL = "--expofp-booth-special-weight";
export declare const ORIENTATION_GRANTED_KEY = "efp-compass-permission-granted";
//# sourceMappingURL=constants.d.ts.map