@alfadocs/ui-kit 0.33.0 → 0.33.1

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,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "0.33.0",
3
+ "packageVersion": "0.33.1",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
@@ -1,4 +1,4 @@
1
- import { P as t, p as a } from "../../_chunks/practice-results-Bw5fJTYF.js";
1
+ import { P as t, p as a } from "../../_chunks/practice-results-Dwm5tzLV.js";
2
2
  export {
3
3
  t as PracticeResults,
4
4
  a as practiceResultsAgent
@@ -99,6 +99,17 @@ export interface PracticeResultsProps extends Omit<ComponentPropsWithoutRef<'div
99
99
  };
100
100
  facets?: FacetGroup[];
101
101
  googleMapsApiKey?: string;
102
+ /**
103
+ * Google Maps Map ID — required when consumers use Google's
104
+ * `AdvancedMarkerElement`. Forwarded to every internal `<MapView>`
105
+ * instance (split-list-map's desktop + mobile-sheet column,
106
+ * map-first's main canvas). `rich-cards` thumbnails are unaffected
107
+ * — they're static `<img>` fetches, not the JS SDK.
108
+ *
109
+ * When omitted, MapView falls back to the kit's inline-style
110
+ * theming (`getGoogleMapsTheme()`), same as before.
111
+ */
112
+ mapId?: string;
102
113
  /** Initial map zoom. Default 13. */
103
114
  defaultZoom?: number;
104
115
  /** Fires when patient pans/zooms (split + map-first only). */
package/dist/index.js CHANGED
@@ -131,7 +131,7 @@ import { C as Mn, c as Dn, r as wn } from "./_chunks/calendar-YHFknAGv.js";
131
131
  import { O as vn, o as Hn } from "./_chunks/operator-hero-7LiiP7zi.js";
132
132
  import { P as Gn, p as Un } from "./_chunks/patient-search-CBq62kmL.js";
133
133
  import { C as Yn, a as jn, b as zn, c as qn } from "./_chunks/contact-profile-card-Ce-LIDU8.js";
134
- import { P as Jn, p as Xn } from "./_chunks/practice-results-Bw5fJTYF.js";
134
+ import { P as Jn, p as Xn } from "./_chunks/practice-results-Dwm5tzLV.js";
135
135
  import { P as $n, f as ap, p as ep, a as rp, s as op, b as tp, c as sp } from "./_chunks/payment-form-D5rgnZu7.js";
136
136
  import { P as np, p as pp } from "./_chunks/pdf-viewer-DvtEHcEP.js";
137
137
  import { R as lp, r as fp } from "./_chunks/reviews-panel-Dow8Dzoa.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "0.33.0",
3
+ "version": "0.33.1",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",