@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.
- package/dist/_chunks/{practice-results-Bw5fJTYF.js → practice-results-Dwm5tzLV.js} +672 -663
- package/dist/agent-catalog.json +1 -1
- package/dist/components/practice-results/index.js +1 -1
- package/dist/components/practice-results/practice-results.d.ts +11 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/agent-catalog.json
CHANGED
|
@@ -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-
|
|
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