@alfadocs/ui-kit 0.33.4 → 0.33.5
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/{map-view-ZgbhfRqy.js → map-view-vD5pvWs9.js} +488 -612
- package/dist/_chunks/{practice-results-YD4dvqje.js → practice-results-Bv2RhAmD.js} +2 -2
- package/dist/agent-catalog.json +1 -1
- package/dist/components/map-view/index.js +1 -1
- package/dist/components/practice-results/index.js +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/tokens/google-maps-theme.d.ts +0 -15
|
@@ -7,7 +7,7 @@ import { A as we } from "./avatar-BNQNhoyL.js";
|
|
|
7
7
|
import { B as G } from "./button-DD_0Xdmr.js";
|
|
8
8
|
import { D as H } from "./dropdown-menu-BC5ZdOMo.js";
|
|
9
9
|
import { E as Qe } from "./empty-state-BLy7tigq.js";
|
|
10
|
-
import { M as Je } from "./map-view-
|
|
10
|
+
import { M as Je } from "./map-view-vD5pvWs9.js";
|
|
11
11
|
import { R as ke } from "./rating-BRD7O74e.js";
|
|
12
12
|
import { S as z } from "./sheet-BV-yuLE2.js";
|
|
13
13
|
import { S as We } from "./skeleton-CZbwyJAA.js";
|
|
@@ -1565,4 +1565,4 @@ export {
|
|
|
1565
1565
|
kt as P,
|
|
1566
1566
|
it as p
|
|
1567
1567
|
};
|
|
1568
|
-
//# sourceMappingURL=practice-results-
|
|
1568
|
+
//# sourceMappingURL=practice-results-Bv2RhAmD.js.map
|
package/dist/agent-catalog.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -56,7 +56,7 @@ import { K as Lr, k as Nr } from "./_chunks/kbd-Cglkd7CY.js";
|
|
|
56
56
|
import { K as Or, a as _r } from "./_chunks/key-value-pair-CkQIb9EG.js";
|
|
57
57
|
import { L as Br, l as Mr } from "./_chunks/list-BOwqwy03.js";
|
|
58
58
|
import { L as wr } from "./_chunks/logo-_Z-jLq80.js";
|
|
59
|
-
import { M as vr } from "./_chunks/map-view-
|
|
59
|
+
import { M as vr } from "./_chunks/map-view-vD5pvWs9.js";
|
|
60
60
|
import { R as Wr } from "./_chunks/rating-BRD7O74e.js";
|
|
61
61
|
import { S as Ur } from "./_chunks/skeleton-CZbwyJAA.js";
|
|
62
62
|
import { S as Yr, s as jr, u as zr } from "./_chunks/sparkline-DEROcSl0.js";
|
|
@@ -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-C2mTxAlN.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-Bv2RhAmD.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,15 +0,0 @@
|
|
|
1
|
-
export interface GoogleMapsStyle {
|
|
2
|
-
featureType?: string;
|
|
3
|
-
elementType?: string;
|
|
4
|
-
stylers: Array<Record<string, string | number | boolean>>;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Build the MapTypeStyle array for the active theme.
|
|
8
|
-
*
|
|
9
|
-
* Re-call this whenever `documentElement.class` mutates (theme change)
|
|
10
|
-
* — the rendered map will update on the next `Map` re-render. The
|
|
11
|
-
* `MapView` component wires the MutationObserver and passes the
|
|
12
|
-
* refreshed array down via the `styles` prop.
|
|
13
|
-
*/
|
|
14
|
-
export declare function getGoogleMapsTheme(): GoogleMapsStyle[];
|
|
15
|
-
//# sourceMappingURL=google-maps-theme.d.ts.map
|