@partbot/stockist-map 0.1.6 → 0.1.8

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.
@@ -1,7 +1,10 @@
1
+ import * as React from "react";
1
2
  import type { Coordinate, StockistHit, StockistSearchProps } from "./types";
2
3
  declare const RESULT_LIMIT = 3;
3
4
  declare const CANDIDATE_LIMIT = 100;
4
5
  declare const SEARCH_RADIUS_KM = 50;
6
+ declare function hitCategories(hit: StockistHit): string[];
7
+ declare function categoryBadgeStyle(category: string, colors: Record<string, string> | undefined): React.CSSProperties | undefined;
5
8
  declare function resultsWithDistance(hits: StockistHit[], center: Coordinate | null): StockistHit[];
6
9
  export declare function StockistSearch({ token, configUrl, config: providedConfig, theme, initialQuery, viewAllUrl, className, }: StockistSearchProps): import("react/jsx-runtime").JSX.Element;
7
- export { CANDIDATE_LIMIT, RESULT_LIMIT, SEARCH_RADIUS_KM, resultsWithDistance };
10
+ export { CANDIDATE_LIMIT, RESULT_LIMIT, SEARCH_RADIUS_KM, categoryBadgeStyle, hitCategories, resultsWithDistance, };
@@ -31075,7 +31075,7 @@ function Kg({
31075
31075
  }
31076
31076
  );
31077
31077
  }
31078
- const M_ = ':host{display:block;height:var(--pbsm-height, 720px);min-height:0}[data-partbot-stockist-map-root]{display:block;height:100%;min-height:0}.pbsm-root,.pbsm-root *,.pbsm-root *:before,.pbsm-root *:after{box-sizing:border-box}.pbsm-root{--pbsm-primary: #111111;--pbsm-primary-contrast: #ffffff;--pbsm-marker: #111111;--pbsm-marker-contrast: #ffffff;--pbsm-action-color: var(--pbsm-primary);--pbsm-surface: #fdfcfa;--pbsm-control-surface: #fffefd;--pbsm-control-border: #d6d3d1;--pbsm-muted-surface: #f5f3f0;--pbsm-border: #e7e5e4;--pbsm-text: #1c1917;--pbsm-muted-text: #78716c;--pbsm-placeholder-text: #57534e;--pbsm-danger-surface: #fff1f2;--pbsm-danger-border: #fecdd3;--pbsm-danger-text: #9f1239;--pbsm-elevation: 0 14px 34px rgb(28 25 23 / .18), 0 2px 8px rgb(28 25 23 / .08);color:var(--pbsm-text);container-type:inline-size;display:flex;flex-direction:column;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;height:var(--pbsm-height, 720px);line-height:1.5;min-height:0;overflow:hidden;width:100%}.pbsm-preview{height:100%}.pbsm-toolbar{align-items:center;background:var(--pbsm-surface);border:1px solid var(--pbsm-border);border-bottom:0;border-radius:var(--pbsm-radius) var(--pbsm-radius) 0 0;display:grid;gap:8px;grid-template-areas:"search radius location";grid-template-columns:minmax(220px,1fr) 104px auto;padding:10px 12px}.pbsm-toolbar.has-categories{grid-template-areas:"search category radius location";grid-template-columns:minmax(220px,1fr) minmax(132px,180px) 104px auto}.pbsm-toolbar>.pbsm-input{grid-area:search}.pbsm-radius-listbox{grid-area:radius}.pbsm-toolbar>.pbsm-native-select-wrapper{grid-area:category}.pbsm-category-select{min-width:0;text-overflow:ellipsis}.pbsm-location-button{grid-area:location}.pbsm-input,.pbsm-native-select,.pbsm-radius-trigger{background:var(--pbsm-control-surface, #fffefd);border:1px solid var(--pbsm-control-border);border-radius:6px;color:var(--pbsm-text);font:inherit;min-height:38px;padding:7px 10px;transition:border-color .16s ease,box-shadow .16s ease}.pbsm-input:focus,.pbsm-native-select:focus-visible,.pbsm-radius-trigger:focus{border-color:color-mix(in srgb,var(--pbsm-primary) 55%,#d6d3d1);box-shadow:0 0 0 3px color-mix(in srgb,var(--pbsm-primary) 16%,transparent);outline:none}.pbsm-input::placeholder{color:var(--pbsm-placeholder-text);opacity:1}.pbsm-native-select-wrapper{min-width:0;position:relative;width:100%}.pbsm-native-select-wrapper:has(select:disabled){opacity:.5}.pbsm-native-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:0 1px 2px #1c19170d;cursor:pointer;padding-right:34px;width:100%}.pbsm-native-select:disabled{cursor:not-allowed;pointer-events:none}.pbsm-native-select-icon{color:var(--pbsm-muted-text);height:16px;opacity:.55;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px}.pbsm-native-select-option{background:Canvas;color:CanvasText}.pbsm-button{align-items:center;border:1px solid var(--pbsm-control-border);border-radius:6px;cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:8px;justify-content:center;min-height:38px;padding:7px 12px;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;white-space:nowrap}.pbsm-button [data-slot=icon]{height:16px;flex:0 0 auto;width:16px}.pbsm-radius-listbox{position:relative}.pbsm-radius-trigger{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between;width:100%}.pbsm-radius-caret{border-color:var(--pbsm-muted-text) transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;width:0}.pbsm-radius-options{background:var(--pbsm-control-surface, #fffefd);border:1px solid var(--pbsm-control-border);border-radius:6px;box-shadow:var(--pbsm-elevation);display:grid;left:0;min-width:100%;overflow:hidden;padding:4px;position:absolute;top:calc(100% + 6px);z-index:10}.pbsm-radius-option{background:transparent;border:0;border-radius:4px;color:var(--pbsm-text);cursor:pointer;font:inherit;padding:7px 8px;text-align:left;white-space:nowrap}.pbsm-radius-option:hover,.pbsm-radius-option[aria-selected=true]{background:color-mix(in srgb,var(--pbsm-primary) 8%,var(--pbsm-control-surface, #fff))}.pbsm-button[data-variant=default]{background:var(--pbsm-primary);border-color:var(--pbsm-primary);color:var(--pbsm-primary-contrast)}.pbsm-button[data-variant=secondary],.pbsm-button[data-variant=outline]{background:var(--pbsm-control-surface, #fffefd);color:var(--pbsm-text)}.pbsm-button:not(:disabled):hover{box-shadow:0 1px 2px #1c191714;transform:translateY(-1px)}.pbsm-button:not(:disabled):active{box-shadow:none;transform:translateY(0)}.pbsm-button:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--pbsm-primary) 18%,transparent);outline:none}.pbsm-button[data-variant=ghost]{background:transparent;border-color:transparent;color:var(--pbsm-text)}.pbsm-button:disabled{cursor:not-allowed;opacity:.6}.pbsm-card-shell{background:var(--pbsm-surface);border:1px solid var(--pbsm-control-border);display:flex;flex-direction:column;min-height:0}.pbsm-card-header{align-items:center;border-bottom:1px solid var(--pbsm-border);display:flex;gap:12px;justify-content:space-between;padding:16px}.pbsm-card-title{font-size:14px;font-weight:700;line-height:1.2}.pbsm-card-description{color:var(--pbsm-muted-text);font-size:12px;line-height:1.35;margin-top:2px}.pbsm-card-content{min-height:0}.pbsm-badge{align-items:center;border:1px solid transparent;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;min-width:28px;padding:2px 8px;white-space:nowrap}.pbsm-badge[data-variant=default],.pbsm-badge[data-variant=secondary]{background:color-mix(in srgb,var(--pbsm-action-color) 10%,var(--pbsm-control-surface));color:var(--pbsm-action-color)}.pbsm-badge[data-variant=outline]{background:var(--pbsm-control-surface, #fffefd);border-color:var(--pbsm-control-border);color:var(--pbsm-muted-text)}.pbsm-alert{background:var(--pbsm-danger-surface);border:1px solid var(--pbsm-danger-border);border-radius:6px;color:var(--pbsm-danger-text);margin-bottom:12px;padding:8px 10px}.pbsm-alert-title{font-weight:700}.pbsm-alert-description{font-size:13px;line-height:1.45;margin-top:2px}.pbsm-skeleton{animation:pbsm-pulse 1.4s ease-in-out infinite;background:#e7e5e4;border-radius:6px}.pbsm-layout{display:grid;flex:1;gap:0;grid-template-areas:"list map";grid-template-columns:minmax(340px,400px) minmax(0,1fr);grid-template-rows:minmax(0,1fr);min-height:0;overflow:hidden;border-radius:0 0 var(--pbsm-radius) var(--pbsm-radius)}.pbsm-map-card{border-radius:0 0 var(--pbsm-radius) 0;grid-area:map;min-height:0;overflow:hidden}.pbsm-map-content{flex:1}.pbsm-map{background:var(--pbsm-border);height:100%;min-height:360px;overflow:hidden;position:relative}.pbsm-map-canvas{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.pbsm-map-shade{background:linear-gradient(to top,rgb(28 25 23 / .12),transparent 42%),radial-gradient(circle at 70% 20%,color-mix(in srgb,var(--pbsm-primary) 10%,transparent),transparent 34%);top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.pbsm-map-skeleton{top:16px;right:16px;bottom:16px;left:16px;opacity:.55;position:absolute;z-index:1}.pbsm-marker{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--pbsm-marker);border:2px solid #fff;border-radius:999px;box-shadow:0 6px 16px #1c191747;cursor:pointer;height:18px;padding:0;transition:box-shadow .18s ease,height .18s ease,transform .18s ease,width .18s ease;width:18px}.pbsm-marker:hover{transform:scale(1.14)}.pbsm-marker:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb,var(--pbsm-marker) 22%,transparent),0 8px 22px #1c191747;outline:none}.pbsm-marker.is-selected{box-shadow:0 0 0 5px color-mix(in srgb,var(--pbsm-marker) 18%,transparent),0 8px 22px #1c191752;height:26px;width:26px}.pbsm-marker.has-custom-marker{align-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;display:inline-flex;height:36px;justify-content:center;width:36px}.pbsm-marker.has-custom-marker:focus-visible{border-radius:6px;box-shadow:0 0 0 4px color-mix(in srgb,var(--pbsm-primary) 28%,transparent)}.pbsm-marker.has-custom-marker.is-selected{box-shadow:none;height:44px;width:44px}.pbsm-marker.has-custom-marker.is-selected:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb,var(--pbsm-primary) 28%,transparent),0 8px 22px #1c191747}.pbsm-marker-image{filter:drop-shadow(0 5px 6px rgb(28 25 23 / .32));height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.pbsm-root .maplibregl-popup-content{background:var(--pbsm-control-surface, #fffefd);border:1px solid color-mix(in srgb,var(--pbsm-action-color) 14%,var(--pbsm-border));border-radius:var(--pbsm-radius);box-shadow:var(--pbsm-elevation);padding:0}.pbsm-root .maplibregl-popup-tip{filter:drop-shadow(0 2px 2px rgb(28 25 23 / .08))}.pbsm-root .maplibregl-popup-close-button{align-items:center;border-radius:999px;color:#78716c;display:inline-flex;font-size:18px;height:26px;justify-content:center;line-height:1;right:7px;top:7px;transition:background-color .14s ease,color .14s ease;width:26px}.pbsm-root .maplibregl-popup-close-button:hover{background:var(--pbsm-muted-surface);color:var(--pbsm-text)}.pbsm-root .maplibregl-ctrl-attrib{font-size:10px}.pbsm-root .maplibregl-ctrl-attrib:not(.maplibregl-compact){max-width:260px}.pbsm-popup{color:var(--pbsm-text);display:grid;font:12px/1.4 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:8px;max-width:260px;min-width:220px;padding:14px 38px 14px 14px}.pbsm-popup-title{color:var(--pbsm-text);font-size:13px;font-weight:700;line-height:1.2}.pbsm-popup-address{color:var(--pbsm-muted-text);line-height:1.35}.pbsm-popup-category,.pbsm-result-category{background:var( --pbsm-category-color, color-mix(in srgb, var(--pbsm-action-color) 10%, var(--pbsm-control-surface, #fff)) );border-radius:999px;color:var(--pbsm-category-contrast, var(--pbsm-action-color));font-size:11px;font-weight:700;line-height:1.2;padding:3px 7px;width:fit-content}.pbsm-popup-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.pbsm-popup-action{align-items:center;background:var(--pbsm-muted-surface);border:1px solid var(--pbsm-border);border-radius:999px;color:var(--pbsm-action-color);display:inline-flex;font-size:11px;font-weight:700;line-height:1.2;padding:6px 9px;text-decoration:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.pbsm-popup-action:hover{background:var(--pbsm-control-surface, #fff);border-color:color-mix(in srgb,var(--pbsm-action-color) 28%,var(--pbsm-control-border));transform:translateY(-1px)}.pbsm-popup-action-primary{background:color-mix(in srgb,var(--pbsm-action-color) 12%,var(--pbsm-control-surface, #fff));border-color:color-mix(in srgb,var(--pbsm-action-color) 24%,var(--pbsm-control-border))}.pbsm-list-card{border-radius:0 0 0 var(--pbsm-radius);grid-area:list;min-height:0;overflow:hidden}.pbsm-list{-ms-overflow-style:none;flex:1;max-height:none;min-height:0;overflow:auto;scrollbar-width:none}.pbsm-list::-webkit-scrollbar{display:none}.pbsm-result-card{background:var(--pbsm-surface);border:0;border-bottom:1px solid var(--pbsm-border);color:inherit;display:grid;gap:10px;padding:18px 16px;text-align:left;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease;width:100%}.pbsm-result-main{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;display:grid;gap:10px;padding:0;text-align:left;width:100%}.pbsm-result-card:hover{background:color-mix(in srgb,var(--pbsm-primary) 5%,var(--pbsm-surface))}.pbsm-result-card:has(.pbsm-result-main:active){transform:scale(.998)}.pbsm-result-card:focus-within{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--pbsm-primary) 48%,transparent);outline:none}.pbsm-result-main:focus-visible{outline:none}.pbsm-result-card.is-selected{background:color-mix(in srgb,var(--pbsm-primary) 8%,var(--pbsm-surface));box-shadow:inset 4px 0 0 var(--pbsm-primary)}.pbsm-result-heading{align-items:start;display:flex;gap:14px;justify-content:space-between}.pbsm-result-title{flex:1 1 auto;font-size:13px;font-weight:600;line-height:1.3;min-width:0}.pbsm-result-categories{align-items:flex-start;display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end;max-width:58%}.pbsm-result-address{color:var(--pbsm-muted-text);font-size:12px;line-height:1.45}.pbsm-distance{background:color-mix(in srgb,var(--pbsm-action-color) 10%,var(--pbsm-control-surface, #fff));border-radius:999px;color:var(--pbsm-action-color);flex:0 0 auto;font-size:11px;font-weight:700;line-height:1.2;padding:3px 7px}.pbsm-result-skeleton{height:88px;margin:12px}.pbsm-card-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.pbsm-card-actions a{color:var(--pbsm-action-color);font-size:12px;font-weight:600;text-decoration:none}.pbsm-card-actions a:hover{text-decoration:underline;text-underline-offset:3px}.pbsm-empty{color:var(--pbsm-muted-text);line-height:1.4;padding:28px 18px;text-align:center}@keyframes pbsm-pulse{0%,to{opacity:.55}50%{opacity:1}}@container (max-width: 760px){.pbsm-toolbar{grid-template-areas:"search radius location";grid-template-columns:minmax(0,1fr) 88px 38px;gap:6px;padding:6px}.pbsm-toolbar.has-categories{grid-template-areas:"search radius location" "category category category"}.pbsm-layout{grid-template-columns:1fr}.pbsm-layout{grid-template-areas:"map" "list";grid-template-rows:minmax(300px,3fr) minmax(0,2fr);overflow:hidden}.pbsm-map{min-height:300px}.pbsm-button{min-height:38px;padding-inline:0}.pbsm-location-button{aspect-ratio:1;width:38px}.pbsm-button-label{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pbsm-map-card{border-radius:0}.pbsm-list-card{border-radius:0 0 var(--pbsm-radius) var(--pbsm-radius)}.pbsm-list{max-height:none}}.pbsm-root.pbsm-preview-mobile .pbsm-toolbar{grid-template-areas:"search radius location";grid-template-columns:minmax(0,1fr) 88px 38px;gap:6px;padding:6px}.pbsm-root.pbsm-preview-mobile .pbsm-toolbar.has-categories{grid-template-areas:"search radius location" "category category category"}.pbsm-root.pbsm-preview-mobile .pbsm-layout{grid-template-areas:"map" "list";grid-template-columns:1fr;grid-template-rows:minmax(300px,3fr) minmax(0,2fr);overflow:hidden}.pbsm-root.pbsm-preview-mobile .pbsm-map{min-height:300px}.pbsm-root.pbsm-preview-mobile .pbsm-button{min-height:38px;padding-inline:0}.pbsm-root.pbsm-preview-mobile .pbsm-location-button{aspect-ratio:1;width:38px}.pbsm-root.pbsm-preview-mobile .pbsm-button-label{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pbsm-root.pbsm-preview-mobile .pbsm-map-card{border-radius:0}.pbsm-root.pbsm-preview-mobile .pbsm-list-card{border-radius:0 0 var(--pbsm-radius) var(--pbsm-radius)}.pbsm-root.pbsm-preview-mobile .pbsm-list{max-height:none}.pbsm-root.pbsm-preview-mobile .pbsm-result-heading{flex-direction:column;gap:7px}.pbsm-root.pbsm-preview-mobile .pbsm-result-categories{justify-content:flex-start;max-width:none}@container (max-width: 480px){.pbsm-toolbar{grid-template-columns:minmax(0,1fr) 82px 38px}.pbsm-result-heading{flex-direction:column;gap:7px}.pbsm-result-categories{justify-content:flex-start;max-width:none}}.pbsm-root.pbsm-preview-mobile .pbsm-toolbar{grid-template-columns:minmax(0,1fr) 88px 38px}:where(.dark) .pbsm-root,.pbsm-root.is-dark{--pbsm-action-color: #f5f3f0;--pbsm-surface: #1c1917;--pbsm-control-surface: #292524;--pbsm-control-border: rgb(255 255 255 / .12);--pbsm-muted-surface: #292524;--pbsm-border: rgb(255 255 255 / .1);--pbsm-text: #f5f3f0;--pbsm-muted-text: #a8a29e;--pbsm-placeholder-text: #d6d3d1;--pbsm-danger-surface: rgb(127 29 29 / .28);--pbsm-danger-border: rgb(244 63 94 / .28);--pbsm-danger-text: #fecdd3;--pbsm-elevation: 0 18px 42px rgb(0 0 0 / .42), 0 2px 10px rgb(0 0 0 / .22)}:where(.dark) .pbsm-input,:where(.dark) .pbsm-native-select,.pbsm-root.is-dark .pbsm-input,.pbsm-root.is-dark .pbsm-native-select{color-scheme:dark}:where(.dark) .pbsm-marker,.pbsm-root.is-dark .pbsm-marker{border-color:#f5f3f0}:where(.dark) .pbsm-map-shade,.pbsm-root.is-dark .pbsm-map-shade{background:linear-gradient(to top,rgb(0 0 0 / .2),transparent 42%),radial-gradient(circle at 70% 20%,rgb(255 255 255 / .06),transparent 34%)}@media(prefers-color-scheme:dark){.pbsm-root{--pbsm-action-color: #f5f3f0;--pbsm-surface: #1c1917;--pbsm-control-surface: #292524;--pbsm-control-border: rgb(255 255 255 / .12);--pbsm-muted-surface: #292524;--pbsm-border: rgb(255 255 255 / .1);--pbsm-text: #f5f3f0;--pbsm-muted-text: #a8a29e;--pbsm-placeholder-text: #d6d3d1;--pbsm-danger-surface: rgb(127 29 29 / .28);--pbsm-danger-border: rgb(244 63 94 / .28);--pbsm-danger-text: #fecdd3;--pbsm-elevation: 0 18px 42px rgb(0 0 0 / .42), 0 2px 10px rgb(0 0 0 / .22)}.pbsm-input,.pbsm-native-select{color-scheme:dark}.pbsm-marker{border-color:#f5f3f0}.pbsm-map-shade{background:linear-gradient(to top,rgb(0 0 0 / .2),transparent 42%),radial-gradient(circle at 70% 20%,rgb(255 255 255 / .06),transparent 34%)}}@media(prefers-reduced-motion:reduce){.pbsm-button,.pbsm-input,.pbsm-marker,.pbsm-popup-action,.pbsm-result-card,.pbsm-native-select{transition:none}.pbsm-button:not(:disabled):hover,.pbsm-marker:hover,.pbsm-popup-action:hover,.pbsm-result-card:active{transform:none}}';
31078
+ const M_ = ':host{display:block;height:var(--pbsm-height, 720px);max-width:100%;min-height:0;min-width:0;width:100%}[data-partbot-stockist-map-root]{display:block;height:100%;min-height:0}.pbsm-root,.pbsm-root *,.pbsm-root *:before,.pbsm-root *:after{box-sizing:border-box}.pbsm-root{--pbsm-primary: #111111;--pbsm-primary-contrast: #ffffff;--pbsm-marker: #111111;--pbsm-marker-contrast: #ffffff;--pbsm-action-color: var(--pbsm-primary);--pbsm-surface: #fdfcfa;--pbsm-control-surface: #fffefd;--pbsm-control-border: #d6d3d1;--pbsm-muted-surface: #f5f3f0;--pbsm-border: #e7e5e4;--pbsm-text: #1c1917;--pbsm-muted-text: #78716c;--pbsm-placeholder-text: #57534e;--pbsm-danger-surface: #fff1f2;--pbsm-danger-border: #fecdd3;--pbsm-danger-text: #9f1239;--pbsm-elevation: 0 14px 34px rgb(28 25 23 / .18), 0 2px 8px rgb(28 25 23 / .08);color:var(--pbsm-text);container-type:inline-size;display:flex;flex-direction:column;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;height:var(--pbsm-height, 720px);line-height:1.5;min-height:0;min-width:0;overflow:hidden;max-width:100%;width:100%}.pbsm-preview{height:100%}.pbsm-toolbar{align-items:center;background:var(--pbsm-surface);border:1px solid var(--pbsm-border);border-bottom:0;border-radius:var(--pbsm-radius) var(--pbsm-radius) 0 0;display:grid;gap:8px;grid-template-areas:"search radius location";grid-template-columns:minmax(220px,1fr) 104px auto;max-width:100%;min-width:0;padding:10px 12px;width:100%}.pbsm-toolbar>*{max-width:100%;min-width:0}.pbsm-toolbar.has-categories{grid-template-areas:"search category radius location";grid-template-columns:minmax(220px,1fr) minmax(132px,180px) 104px auto}.pbsm-toolbar>.pbsm-input{grid-area:search}.pbsm-radius-listbox{grid-area:radius}.pbsm-toolbar>.pbsm-native-select-wrapper{grid-area:category}.pbsm-category-select{min-width:0;text-overflow:ellipsis}.pbsm-location-button{grid-area:location}.pbsm-input,.pbsm-native-select,.pbsm-radius-trigger{background:var(--pbsm-control-surface, #fffefd);border:1px solid var(--pbsm-control-border);border-radius:6px;color:var(--pbsm-text);font:inherit;min-height:38px;padding:7px 10px;transition:border-color .16s ease,box-shadow .16s ease}.pbsm-input:focus,.pbsm-native-select:focus-visible,.pbsm-radius-trigger:focus{border-color:color-mix(in srgb,var(--pbsm-primary) 55%,#d6d3d1);box-shadow:0 0 0 3px color-mix(in srgb,var(--pbsm-primary) 16%,transparent);outline:none}.pbsm-input::placeholder{color:var(--pbsm-placeholder-text);opacity:1}.pbsm-native-select-wrapper{max-width:100%;min-width:0;position:relative;width:100%}.pbsm-native-select-wrapper:has(select:disabled){opacity:.5}.pbsm-native-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:0 1px 2px #1c19170d;cursor:pointer;display:block;max-width:100%;min-width:0;padding-right:34px;text-overflow:ellipsis;width:100%}.pbsm-native-select:disabled{cursor:not-allowed;pointer-events:none}.pbsm-native-select-icon{color:var(--pbsm-muted-text);height:16px;opacity:.55;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px}.pbsm-native-select-option{background:Canvas;color:CanvasText}.pbsm-button{align-items:center;border:1px solid var(--pbsm-control-border);border-radius:6px;cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:8px;justify-content:center;min-height:38px;padding:7px 12px;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;white-space:nowrap}.pbsm-button [data-slot=icon]{height:16px;flex:0 0 auto;width:16px}.pbsm-radius-listbox{position:relative}.pbsm-radius-trigger{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:space-between;width:100%}.pbsm-radius-caret{border-color:var(--pbsm-muted-text) transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;width:0}.pbsm-radius-options{background:var(--pbsm-control-surface, #fffefd);border:1px solid var(--pbsm-control-border);border-radius:6px;box-shadow:var(--pbsm-elevation);display:grid;left:0;min-width:100%;overflow:hidden;padding:4px;position:absolute;top:calc(100% + 6px);z-index:10}.pbsm-radius-option{background:transparent;border:0;border-radius:4px;color:var(--pbsm-text);cursor:pointer;font:inherit;padding:7px 8px;text-align:left;white-space:nowrap}.pbsm-radius-option:hover,.pbsm-radius-option[aria-selected=true]{background:color-mix(in srgb,var(--pbsm-primary) 8%,var(--pbsm-control-surface, #fff))}.pbsm-button[data-variant=default]{background:var(--pbsm-primary);border-color:var(--pbsm-primary);color:var(--pbsm-primary-contrast)}.pbsm-button[data-variant=secondary],.pbsm-button[data-variant=outline]{background:var(--pbsm-control-surface, #fffefd);color:var(--pbsm-text)}.pbsm-button:not(:disabled):hover{box-shadow:0 1px 2px #1c191714;transform:translateY(-1px)}.pbsm-button:not(:disabled):active{box-shadow:none;transform:translateY(0)}.pbsm-button:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--pbsm-primary) 18%,transparent);outline:none}.pbsm-button[data-variant=ghost]{background:transparent;border-color:transparent;color:var(--pbsm-text)}.pbsm-button:disabled{cursor:not-allowed;opacity:.6}.pbsm-card-shell{background:var(--pbsm-surface);border:1px solid var(--pbsm-control-border);display:flex;flex-direction:column;min-height:0}.pbsm-card-header{align-items:center;border-bottom:1px solid var(--pbsm-border);display:flex;gap:12px;justify-content:space-between;padding:16px}.pbsm-card-title{font-size:14px;font-weight:700;line-height:1.2}.pbsm-card-description{color:var(--pbsm-muted-text);font-size:12px;line-height:1.35;margin-top:2px}.pbsm-card-content{min-height:0}.pbsm-badge{align-items:center;border:1px solid transparent;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;min-width:28px;padding:2px 8px;white-space:nowrap}.pbsm-badge[data-variant=default],.pbsm-badge[data-variant=secondary]{background:color-mix(in srgb,var(--pbsm-action-color) 10%,var(--pbsm-control-surface));color:var(--pbsm-action-color)}.pbsm-badge[data-variant=outline]{background:var(--pbsm-control-surface, #fffefd);border-color:var(--pbsm-control-border);color:var(--pbsm-muted-text)}.pbsm-alert{background:var(--pbsm-danger-surface);border:1px solid var(--pbsm-danger-border);border-radius:6px;color:var(--pbsm-danger-text);margin-bottom:12px;padding:8px 10px}.pbsm-alert-title{font-weight:700}.pbsm-alert-description{font-size:13px;line-height:1.45;margin-top:2px}.pbsm-skeleton{animation:pbsm-pulse 1.4s ease-in-out infinite;background:#e7e5e4;border-radius:6px}.pbsm-layout{display:grid;flex:1;gap:0;grid-template-areas:"list map";grid-template-columns:minmax(340px,400px) minmax(0,1fr);grid-template-rows:minmax(0,1fr);min-height:0;overflow:hidden;border-radius:0 0 var(--pbsm-radius) var(--pbsm-radius)}.pbsm-map-card{border-radius:0 0 var(--pbsm-radius) 0;grid-area:map;min-height:0;overflow:hidden}.pbsm-map-content{flex:1}.pbsm-map{background:var(--pbsm-border);height:100%;min-height:360px;overflow:hidden;position:relative}.pbsm-map-canvas{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.pbsm-map-shade{background:linear-gradient(to top,rgb(28 25 23 / .12),transparent 42%),radial-gradient(circle at 70% 20%,color-mix(in srgb,var(--pbsm-primary) 10%,transparent),transparent 34%);top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.pbsm-map-skeleton{top:16px;right:16px;bottom:16px;left:16px;opacity:.55;position:absolute;z-index:1}.pbsm-marker{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--pbsm-marker);border:2px solid #fff;border-radius:999px;box-shadow:0 6px 16px #1c191747;cursor:pointer;height:18px;padding:0;transition:box-shadow .18s ease,height .18s ease,transform .18s ease,width .18s ease;width:18px}.pbsm-marker:hover{transform:scale(1.14)}.pbsm-marker:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb,var(--pbsm-marker) 22%,transparent),0 8px 22px #1c191747;outline:none}.pbsm-marker.is-selected{box-shadow:0 0 0 5px color-mix(in srgb,var(--pbsm-marker) 18%,transparent),0 8px 22px #1c191752;height:26px;width:26px}.pbsm-marker.has-custom-marker{align-items:center;background:transparent;border:0;border-radius:0;box-shadow:none;display:inline-flex;height:36px;justify-content:center;width:36px}.pbsm-marker.has-custom-marker:focus-visible{border-radius:6px;box-shadow:0 0 0 4px color-mix(in srgb,var(--pbsm-primary) 28%,transparent)}.pbsm-marker.has-custom-marker.is-selected{box-shadow:none;height:44px;width:44px}.pbsm-marker.has-custom-marker.is-selected:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb,var(--pbsm-primary) 28%,transparent),0 8px 22px #1c191747}.pbsm-marker-image{filter:drop-shadow(0 5px 6px rgb(28 25 23 / .32));height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}.pbsm-root .maplibregl-popup-content{background:var(--pbsm-control-surface, #fffefd);border:1px solid color-mix(in srgb,var(--pbsm-action-color) 14%,var(--pbsm-border));border-radius:var(--pbsm-radius);box-shadow:var(--pbsm-elevation);padding:0}.pbsm-root .maplibregl-popup-tip{filter:drop-shadow(0 2px 2px rgb(28 25 23 / .08))}.pbsm-root .maplibregl-popup-close-button{align-items:center;border-radius:999px;color:#78716c;display:inline-flex;font-size:18px;height:26px;justify-content:center;line-height:1;right:7px;top:7px;transition:background-color .14s ease,color .14s ease;width:26px}.pbsm-root .maplibregl-popup-close-button:hover{background:var(--pbsm-muted-surface);color:var(--pbsm-text)}.pbsm-root .maplibregl-ctrl-attrib{font-size:10px}.pbsm-root .maplibregl-ctrl-attrib:not(.maplibregl-compact){max-width:260px}.pbsm-popup{color:var(--pbsm-text);display:grid;font:12px/1.4 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:8px;max-width:260px;min-width:220px;padding:14px 38px 14px 14px}.pbsm-popup-title{color:var(--pbsm-text);font-size:13px;font-weight:700;line-height:1.2}.pbsm-popup-address{color:var(--pbsm-muted-text);line-height:1.35}.pbsm-popup-category,.pbsm-result-category{background:var( --pbsm-category-color, color-mix(in srgb, var(--pbsm-action-color) 10%, var(--pbsm-control-surface, #fff)) );border-radius:999px;color:var(--pbsm-category-contrast, var(--pbsm-action-color));font-size:11px;font-weight:700;line-height:1.2;padding:3px 7px;width:fit-content}.pbsm-popup-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.pbsm-popup-action{align-items:center;background:var(--pbsm-muted-surface);border:1px solid var(--pbsm-border);border-radius:999px;color:var(--pbsm-action-color);display:inline-flex;font-size:11px;font-weight:700;line-height:1.2;padding:6px 9px;text-decoration:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.pbsm-popup-action:hover{background:var(--pbsm-control-surface, #fff);border-color:color-mix(in srgb,var(--pbsm-action-color) 28%,var(--pbsm-control-border));transform:translateY(-1px)}.pbsm-popup-action-primary{background:color-mix(in srgb,var(--pbsm-action-color) 12%,var(--pbsm-control-surface, #fff));border-color:color-mix(in srgb,var(--pbsm-action-color) 24%,var(--pbsm-control-border))}.pbsm-list-card{border-radius:0 0 0 var(--pbsm-radius);grid-area:list;min-height:0;overflow:hidden}.pbsm-list{-ms-overflow-style:none;flex:1;max-height:none;min-height:0;overflow:auto;scrollbar-width:none}.pbsm-list::-webkit-scrollbar{display:none}.pbsm-result-card{background:var(--pbsm-surface);border:0;border-bottom:1px solid var(--pbsm-border);color:inherit;display:grid;gap:10px;padding:18px 16px;text-align:left;transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease;width:100%}.pbsm-result-main{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:inherit;cursor:pointer;display:grid;gap:10px;padding:0;text-align:left;width:100%}.pbsm-result-card:hover{background:color-mix(in srgb,var(--pbsm-primary) 5%,var(--pbsm-surface))}.pbsm-result-card:has(.pbsm-result-main:active){transform:scale(.998)}.pbsm-result-card:focus-within{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--pbsm-primary) 48%,transparent);outline:none}.pbsm-result-main:focus-visible{outline:none}.pbsm-result-card.is-selected{background:color-mix(in srgb,var(--pbsm-primary) 8%,var(--pbsm-surface));box-shadow:inset 4px 0 0 var(--pbsm-primary)}.pbsm-result-heading{align-items:start;display:flex;gap:14px;justify-content:space-between}.pbsm-result-title{flex:1 1 auto;font-size:13px;font-weight:600;line-height:1.3;min-width:0}.pbsm-result-categories{align-items:flex-start;display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end;max-width:58%}.pbsm-result-address{color:var(--pbsm-muted-text);font-size:12px;line-height:1.45}.pbsm-distance{background:color-mix(in srgb,var(--pbsm-action-color) 10%,var(--pbsm-control-surface, #fff));border-radius:999px;color:var(--pbsm-action-color);flex:0 0 auto;font-size:11px;font-weight:700;line-height:1.2;padding:3px 7px}.pbsm-result-skeleton{height:88px;margin:12px}.pbsm-card-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.pbsm-card-actions a{color:var(--pbsm-action-color);font-size:12px;font-weight:600;text-decoration:none}.pbsm-card-actions a:hover{text-decoration:underline;text-underline-offset:3px}.pbsm-empty{color:var(--pbsm-muted-text);line-height:1.4;padding:28px 18px;text-align:center}@keyframes pbsm-pulse{0%,to{opacity:.55}50%{opacity:1}}@container (max-width: 760px){.pbsm-toolbar{grid-template-areas:"search radius location";grid-template-columns:minmax(0,1fr) 88px 38px;gap:6px;padding:6px}.pbsm-toolbar.has-categories{grid-template-areas:"search radius location" "category category category";grid-template-columns:minmax(0,1fr) minmax(0,88px) minmax(0,38px)}.pbsm-layout{grid-template-columns:1fr}.pbsm-layout{grid-template-areas:"map" "list";grid-template-rows:minmax(300px,3fr) minmax(0,2fr);overflow:hidden}.pbsm-map{min-height:300px}.pbsm-button{min-height:38px;padding-inline:0}.pbsm-location-button{aspect-ratio:1;width:38px}.pbsm-button-label{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pbsm-map-card{border-radius:0}.pbsm-list-card{border-radius:0 0 var(--pbsm-radius) var(--pbsm-radius)}.pbsm-list{max-height:none}}.pbsm-root.pbsm-preview-mobile .pbsm-toolbar{grid-template-areas:"search radius location";grid-template-columns:minmax(0,1fr) 88px 38px;gap:6px;padding:6px}.pbsm-root.pbsm-preview-mobile .pbsm-toolbar.has-categories{grid-template-areas:"search radius location" "category category category";grid-template-columns:minmax(0,1fr) minmax(0,88px) minmax(0,38px)}.pbsm-root.pbsm-preview-mobile .pbsm-layout{grid-template-areas:"map" "list";grid-template-columns:1fr;grid-template-rows:minmax(300px,3fr) minmax(0,2fr);overflow:hidden}.pbsm-root.pbsm-preview-mobile .pbsm-map{min-height:300px}.pbsm-root.pbsm-preview-mobile .pbsm-button{min-height:38px;padding-inline:0}.pbsm-root.pbsm-preview-mobile .pbsm-location-button{aspect-ratio:1;width:38px}.pbsm-root.pbsm-preview-mobile .pbsm-button-label{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pbsm-root.pbsm-preview-mobile .pbsm-map-card{border-radius:0}.pbsm-root.pbsm-preview-mobile .pbsm-list-card{border-radius:0 0 var(--pbsm-radius) var(--pbsm-radius)}.pbsm-root.pbsm-preview-mobile .pbsm-list{max-height:none}.pbsm-root.pbsm-preview-mobile .pbsm-result-heading{flex-direction:column;gap:7px}.pbsm-root.pbsm-preview-mobile .pbsm-result-categories{justify-content:flex-start;max-width:none}@container (max-width: 480px){.pbsm-toolbar{grid-template-columns:minmax(0,1fr) 82px 38px}.pbsm-result-heading{flex-direction:column;gap:7px}.pbsm-result-categories{justify-content:flex-start;max-width:none}}.pbsm-root.pbsm-preview-mobile .pbsm-toolbar{grid-template-columns:minmax(0,1fr) 88px 38px}:where(.dark) .pbsm-root,.pbsm-root.is-dark{--pbsm-action-color: #f5f3f0;--pbsm-surface: #1c1917;--pbsm-control-surface: #292524;--pbsm-control-border: rgb(255 255 255 / .12);--pbsm-muted-surface: #292524;--pbsm-border: rgb(255 255 255 / .1);--pbsm-text: #f5f3f0;--pbsm-muted-text: #a8a29e;--pbsm-placeholder-text: #d6d3d1;--pbsm-danger-surface: rgb(127 29 29 / .28);--pbsm-danger-border: rgb(244 63 94 / .28);--pbsm-danger-text: #fecdd3;--pbsm-elevation: 0 18px 42px rgb(0 0 0 / .42), 0 2px 10px rgb(0 0 0 / .22)}:where(.dark) .pbsm-input,:where(.dark) .pbsm-native-select,.pbsm-root.is-dark .pbsm-input,.pbsm-root.is-dark .pbsm-native-select{color-scheme:dark}:where(.dark) .pbsm-marker,.pbsm-root.is-dark .pbsm-marker{border-color:#f5f3f0}:where(.dark) .pbsm-map-shade,.pbsm-root.is-dark .pbsm-map-shade{background:linear-gradient(to top,rgb(0 0 0 / .2),transparent 42%),radial-gradient(circle at 70% 20%,rgb(255 255 255 / .06),transparent 34%)}@media(prefers-color-scheme:dark){.pbsm-root{--pbsm-action-color: #f5f3f0;--pbsm-surface: #1c1917;--pbsm-control-surface: #292524;--pbsm-control-border: rgb(255 255 255 / .12);--pbsm-muted-surface: #292524;--pbsm-border: rgb(255 255 255 / .1);--pbsm-text: #f5f3f0;--pbsm-muted-text: #a8a29e;--pbsm-placeholder-text: #d6d3d1;--pbsm-danger-surface: rgb(127 29 29 / .28);--pbsm-danger-border: rgb(244 63 94 / .28);--pbsm-danger-text: #fecdd3;--pbsm-elevation: 0 18px 42px rgb(0 0 0 / .42), 0 2px 10px rgb(0 0 0 / .22)}.pbsm-input,.pbsm-native-select{color-scheme:dark}.pbsm-marker{border-color:#f5f3f0}.pbsm-map-shade{background:linear-gradient(to top,rgb(0 0 0 / .2),transparent 42%),radial-gradient(circle at 70% 20%,rgb(255 255 255 / .06),transparent 34%)}}@media(prefers-reduced-motion:reduce){.pbsm-button,.pbsm-input,.pbsm-marker,.pbsm-popup-action,.pbsm-result-card,.pbsm-native-select{transition:none}.pbsm-button:not(:disabled):hover,.pbsm-marker:hover,.pbsm-popup-action:hover,.pbsm-result-card:active{transform:none}}';
31079
31079
  function I_(ae, _e) {
31080
31080
  const ue = Vg.createRoot(ae);
31081
31081
  return ue.render(/* @__PURE__ */ yt.jsx(Kg, { ..._e })), ue;