@alfadocs/ui-kit 1.39.0 → 1.41.0

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.
Files changed (113) hide show
  1. package/dist/_chunks/{ai-consent-banner-DvtaM3yg.js → ai-consent-banner-D7I2U-cz.js} +37 -36
  2. package/dist/_chunks/arrow-left-BfaGqVam.js +15 -0
  3. package/dist/_chunks/{booking-Dn3jvv3K.js → booking-D43ASl8y.js} +1109 -1103
  4. package/dist/_chunks/{calendar-workspace-B-fUbm62.js → calendar-workspace-UllCER2k.js} +2170 -2163
  5. package/dist/_chunks/{contact-profile-card-Zt6WNg1u.js → contact-profile-card-C0WpwpVV.js} +38 -33
  6. package/dist/_chunks/editor-overlay-DwNKaI22.js +93 -0
  7. package/dist/_chunks/format-price-DAbh61Lz.js +51 -0
  8. package/dist/_chunks/help-me-write-templates-GB70jnV9.js +764 -0
  9. package/dist/_chunks/{marketplace-app-shell-d2EtcUbe.js → marketplace-app-shell-D_g9BaDI.js} +2 -2
  10. package/dist/_chunks/{money-BY-HmKhZ.js → money-BXLBIRVO.js} +2 -2
  11. package/dist/_chunks/{notes-panel-CAD1Ytcj.js → notes-panel-_diLt8Cj.js} +76 -73
  12. package/dist/_chunks/{panel-subview-Cc2Wtt7D.js → panel-subview-PMBRPFOa.js} +49 -59
  13. package/dist/_chunks/{practice-results-D_jjzwgf.js → practice-results-D11Zpt27.js} +50 -45
  14. package/dist/_chunks/rich-text-editor-D7AKKAQ2.js +3119 -0
  15. package/dist/_chunks/{sidebar-C-Gr2LL-.js → sidebar-ClTY9lLI.js} +160 -169
  16. package/dist/_chunks/{treatment-receipt-dUm99mdn.js → treatment-receipt-DU0OewqH.js} +2 -2
  17. package/dist/_chunks/trending-up-C_luYBzS.js +15 -0
  18. package/dist/_chunks/wand-sparkles-DAjKyhz7.js +27 -0
  19. package/dist/agent-catalog.json +87 -1
  20. package/dist/agent-i18n/en.json +7 -0
  21. package/dist/components/_shared/format-price.d.ts +6 -0
  22. package/dist/components/_shared/index.d.ts +1 -1
  23. package/dist/components/ai-consent-banner/ai-consent-banner.d.ts +9 -0
  24. package/dist/components/ai-consent-banner/index.d.ts +1 -1
  25. package/dist/components/ai-consent-banner/index.js +1 -1
  26. package/dist/components/booking/booking-types.d.ts +6 -0
  27. package/dist/components/booking/cascade.d.ts +6 -0
  28. package/dist/components/booking/index.js +1 -1
  29. package/dist/components/contact-profile-card/contact-profile-card.d.ts +2 -2
  30. package/dist/components/contact-profile-card/index.js +1 -1
  31. package/dist/components/editor-overlay/index.js +1 -1
  32. package/dist/components/index.d.ts +1 -0
  33. package/dist/components/money/index.js +1 -1
  34. package/dist/components/notes-panel/index.d.ts +1 -0
  35. package/dist/components/notes-panel/index.js +1 -1
  36. package/dist/components/notes-panel/notes-panel.d.ts +8 -1
  37. package/dist/components/panel-subview/index.js +1 -1
  38. package/dist/components/practice-results/index.js +1 -1
  39. package/dist/components/practice-results/practice-results.d.ts +2 -1
  40. package/dist/components/rich-text-editor/editor-toolbar.d.ts +6 -1
  41. package/dist/components/rich-text-editor/index.d.ts +1 -1
  42. package/dist/components/rich-text-editor/index.js +1 -1
  43. package/dist/components/rich-text-editor/rich-text-editor.d.ts +122 -0
  44. package/dist/components/sidebar/index.js +1 -1
  45. package/dist/components/treatment-receipt/index.js +1 -1
  46. package/dist/host-compat.css +13 -1
  47. package/dist/i18n/locales/ar.d.ts +92 -11
  48. package/dist/i18n/locales/ar.js +94 -13
  49. package/dist/i18n/locales/de.d.ts +92 -11
  50. package/dist/i18n/locales/de.js +94 -13
  51. package/dist/i18n/locales/el.d.ts +92 -11
  52. package/dist/i18n/locales/el.js +94 -13
  53. package/dist/i18n/locales/en.d.ts +81 -0
  54. package/dist/i18n/locales/en.js +83 -2
  55. package/dist/i18n/locales/es.d.ts +92 -11
  56. package/dist/i18n/locales/es.js +94 -13
  57. package/dist/i18n/locales/fr.d.ts +92 -11
  58. package/dist/i18n/locales/fr.js +94 -13
  59. package/dist/i18n/locales/hi.d.ts +92 -11
  60. package/dist/i18n/locales/hi.js +94 -13
  61. package/dist/i18n/locales/it.d.ts +92 -11
  62. package/dist/i18n/locales/it.js +94 -13
  63. package/dist/i18n/locales/ja.d.ts +92 -11
  64. package/dist/i18n/locales/ja.js +94 -13
  65. package/dist/i18n/locales/nl.d.ts +92 -11
  66. package/dist/i18n/locales/nl.js +94 -13
  67. package/dist/i18n/locales/pl.d.ts +92 -11
  68. package/dist/i18n/locales/pl.js +94 -13
  69. package/dist/i18n/locales/pt.d.ts +92 -11
  70. package/dist/i18n/locales/pt.js +94 -13
  71. package/dist/i18n/locales/ro.d.ts +92 -11
  72. package/dist/i18n/locales/ro.js +94 -13
  73. package/dist/i18n/locales/ru.d.ts +92 -11
  74. package/dist/i18n/locales/ru.js +94 -13
  75. package/dist/i18n/locales/sq.d.ts +92 -11
  76. package/dist/i18n/locales/sq.js +94 -13
  77. package/dist/i18n/locales/sv.d.ts +92 -11
  78. package/dist/i18n/locales/sv.js +94 -13
  79. package/dist/i18n/locales/tr.d.ts +92 -11
  80. package/dist/i18n/locales/tr.js +94 -13
  81. package/dist/i18n/locales/zh.d.ts +92 -11
  82. package/dist/i18n/locales/zh.js +94 -13
  83. package/dist/index.js +143 -136
  84. package/dist/locales/ar.json +94 -13
  85. package/dist/locales/de.json +94 -13
  86. package/dist/locales/el.json +94 -13
  87. package/dist/locales/en.json +83 -2
  88. package/dist/locales/es.json +94 -13
  89. package/dist/locales/fr.json +94 -13
  90. package/dist/locales/hi.json +94 -13
  91. package/dist/locales/it.json +94 -13
  92. package/dist/locales/ja.json +94 -13
  93. package/dist/locales/nl.json +94 -13
  94. package/dist/locales/pl.json +94 -13
  95. package/dist/locales/pt.json +94 -13
  96. package/dist/locales/ro.json +94 -13
  97. package/dist/locales/ru.json +94 -13
  98. package/dist/locales/sq.json +94 -13
  99. package/dist/locales/sv.json +94 -13
  100. package/dist/locales/tr.json +94 -13
  101. package/dist/locales/zh.json +94 -13
  102. package/dist/patterns/calendar/calendar.journey.d.ts +9 -1
  103. package/dist/patterns/calendar/calendar.sheets.d.ts +6 -1
  104. package/dist/patterns/calendar/index.js +1 -1
  105. package/dist/patterns/help-me-write-templates/help-me-write-templates.d.ts +164 -0
  106. package/dist/patterns/help-me-write-templates/index.d.ts +3 -0
  107. package/dist/patterns/help-me-write-templates/index.js +10 -0
  108. package/dist/patterns/marketplace-app-shell/index.js +1 -1
  109. package/dist/tokens.css +51 -42
  110. package/package.json +5 -1
  111. package/dist/_chunks/editor-overlay-9tcPXNWt.js +0 -89
  112. package/dist/_chunks/format-price-BkMEbeW3.js +0 -47
  113. package/dist/_chunks/rich-text-editor-C6fE-uP4.js +0 -2627
@@ -1,20 +1,20 @@
1
1
  import { jsx as t, jsxs as p, Fragment as tt } from "react/jsx-runtime";
2
- import { forwardRef as nt, useState as me, useRef as M, useMemo as B, useImperativeHandle as at, useCallback as D, useEffect as W } from "react";
2
+ import { forwardRef as nt, useState as me, useRef as M, useMemo as B, useImperativeHandle as at, useCallback as O, useEffect as W } from "react";
3
3
  import { c as j } from "./index-D2ZczOXr.js";
4
4
  import { useTranslation as C } from "react-i18next";
5
5
  import { A as Y } from "./alert-CiQ5Pa3Q.js";
6
6
  import { A as Re } from "./avatar-CkDeQOSI.js";
7
7
  import { B as ee } from "./button-CaUe1uyd.js";
8
- import { D as $ } from "./dropdown-menu-DU-Hrf33.js";
8
+ import { D } from "./dropdown-menu-DU-Hrf33.js";
9
9
  import { E as st } from "./empty-state-BUN_UAWf.js";
10
10
  import { M as it } from "./map-view-CHw4RL6w.js";
11
11
  import { R as Ne } from "./rating-BYbUowdK.js";
12
12
  import { S as I } from "./sheet-C8WIDFS8.js";
13
13
  import { S as rt } from "./skeleton-B1KTdJ4N.js";
14
14
  import { S as ot } from "./spinner-hbwuKwMf.js";
15
- import { B as O } from "./badge-BudgzTe_.js";
15
+ import { B as $ } from "./badge-BudgzTe_.js";
16
16
  import { u as ct } from "./use-media-query-CcAx5SMM.js";
17
- import { a as lt } from "./format-price-BkMEbeW3.js";
17
+ import { b as lt } from "./format-price-DAbh61Lz.js";
18
18
  import { u as dt } from "./registry-DvAUVLHh.js";
19
19
  import { c as ut } from "./createLucideIcon-DhHxpK9K.js";
20
20
  import { R as pt } from "./refresh-cw-DnI0cLFC.js";
@@ -353,8 +353,8 @@ function Te({
353
353
  o.key
354
354
  );
355
355
  const b = x ? ` (${f.length})` : "";
356
- return /* @__PURE__ */ p($.Root, { children: [
357
- /* @__PURE__ */ t($.Trigger, { asChild: !0, children: /* @__PURE__ */ p(
356
+ return /* @__PURE__ */ p(D.Root, { children: [
357
+ /* @__PURE__ */ t(D.Trigger, { asChild: !0, children: /* @__PURE__ */ p(
358
358
  "button",
359
359
  {
360
360
  type: "button",
@@ -377,8 +377,8 @@ function Te({
377
377
  ]
378
378
  }
379
379
  ) }),
380
- /* @__PURE__ */ t($.Content, { sideOffset: 8, align: "start", children: o.options.map((y) => /* @__PURE__ */ t(
381
- $.CheckboxItem,
380
+ /* @__PURE__ */ t(D.Content, { sideOffset: 8, align: "start", children: o.options.map((y) => /* @__PURE__ */ t(
381
+ D.CheckboxItem,
382
382
  {
383
383
  checked: f.includes(y.value),
384
384
  onSelect: (h) => {
@@ -419,8 +419,8 @@ function ue({ value: e, onChange: n }) {
419
419
  return s("practiceResults.sort.relevance");
420
420
  }
421
421
  };
422
- return /* @__PURE__ */ p($.Root, { children: [
423
- /* @__PURE__ */ t($.Trigger, { asChild: !0, children: /* @__PURE__ */ p(
422
+ return /* @__PURE__ */ p(D.Root, { children: [
423
+ /* @__PURE__ */ t(D.Trigger, { asChild: !0, children: /* @__PURE__ */ p(
424
424
  "button",
425
425
  {
426
426
  type: "button",
@@ -436,15 +436,15 @@ function ue({ value: e, onChange: n }) {
436
436
  ]
437
437
  }
438
438
  ) }),
439
- /* @__PURE__ */ t($.Content, { sideOffset: 8, align: "end", children: /* @__PURE__ */ t(
440
- $.RadioGroup,
439
+ /* @__PURE__ */ t(D.Content, { sideOffset: 8, align: "end", children: /* @__PURE__ */ t(
440
+ D.RadioGroup,
441
441
  {
442
442
  value: e,
443
443
  onValueChange: (i) => {
444
444
  const a = i;
445
445
  a !== e && (n(a), L("serp_sort_changed", { sort: a }));
446
446
  },
447
- children: xt.map((i) => /* @__PURE__ */ t($.RadioItem, { value: i, children: r(i) }, i))
447
+ children: xt.map((i) => /* @__PURE__ */ t(D.RadioItem, { value: i, children: r(i) }, i))
448
448
  }
449
449
  ) })
450
450
  ] });
@@ -457,7 +457,7 @@ function ze({ distanceKm: e }) {
457
457
  }).format(e);
458
458
  return n("practiceResults.distance.km", { distance: i });
459
459
  }, [e, n, s.language]);
460
- return /* @__PURE__ */ t(O, { variant: "neutral", leading: /* @__PURE__ */ t(ne, { "aria-hidden": "true" }), children: r });
460
+ return /* @__PURE__ */ t($, { variant: "neutral", leading: /* @__PURE__ */ t(ne, { "aria-hidden": "true" }), children: r });
461
461
  }
462
462
  const we = j(
463
463
  [
@@ -556,8 +556,13 @@ function Be({
556
556
  currencyCode: n = "EUR"
557
557
  }) {
558
558
  const { t: s, i18n: r } = C(), i = B(
559
- () => e == null ? void 0 : lt(e, n, r.language ?? "en"),
560
- [e, n, r.language]
559
+ () => e == null ? void 0 : lt(
560
+ e,
561
+ n,
562
+ r.language ?? "en",
563
+ s("common.freeOfCharge")
564
+ ),
565
+ [e, n, r.language, s]
561
566
  );
562
567
  return i === void 0 ? null : /* @__PURE__ */ p(
563
568
  "span",
@@ -592,7 +597,7 @@ function He({ time: e }) {
592
597
  n("practiceResults.nextSlot.summary", { time: e })
593
598
  ] });
594
599
  }
595
- function De({
600
+ function Oe({
596
601
  result: e,
597
602
  openLabel: n,
598
603
  bookLabel: s,
@@ -645,7 +650,7 @@ function De({
645
650
  )
646
651
  ] });
647
652
  }
648
- const $e = j(
653
+ const De = j(
649
654
  [
650
655
  "ds:relative ds:flex ds:w-full ds:cursor-pointer",
651
656
  "ds:rounded-[var(--radius-lg)]",
@@ -704,7 +709,7 @@ function _t({
704
709
  onClick: s,
705
710
  onMouseEnter: i,
706
711
  onFocus: i,
707
- className: $e({ density: a }),
712
+ className: De({ density: a }),
708
713
  children: [
709
714
  /* @__PURE__ */ t(Re, { src: e.imageUrl, name: e.name, size: "lg" }),
710
715
  /* @__PURE__ */ p("div", { className: "ds:flex ds:min-w-0 ds:flex-1 ds:flex-col ds:gap-[var(--spacing-xs)]", children: [
@@ -737,7 +742,7 @@ function _t({
737
742
  ) : null,
738
743
  N ? /* @__PURE__ */ p("div", { className: "ds:flex ds:flex-wrap ds:items-center ds:gap-[var(--spacing-xs)]", children: [
739
744
  w.map((k) => /* @__PURE__ */ t(
740
- O,
745
+ $,
741
746
  {
742
747
  variant: "neutral",
743
748
  leading: /* @__PURE__ */ t(Pe, { "aria-hidden": "true" }),
@@ -745,9 +750,9 @@ function _t({
745
750
  },
746
751
  `lang-${k}`
747
752
  )),
748
- _ > 0 ? /* @__PURE__ */ t(O, { variant: "neutral", children: `+${_}` }) : null,
753
+ _ > 0 ? /* @__PURE__ */ t($, { variant: "neutral", children: `+${_}` }) : null,
749
754
  T.map((k) => /* @__PURE__ */ t(
750
- O,
755
+ $,
751
756
  {
752
757
  variant: "info",
753
758
  leading: /* @__PURE__ */ t(Ae, { "aria-hidden": "true" }),
@@ -755,8 +760,8 @@ function _t({
755
760
  },
756
761
  `ins-${k}`
757
762
  )),
758
- A > 0 ? /* @__PURE__ */ t(O, { variant: "neutral", children: `+${A}` }) : null,
759
- P ? /* @__PURE__ */ t(O, { variant: "info", leading: /* @__PURE__ */ t(Me, { "aria-hidden": "true" }), children: x("practiceResults.fearPatient.label") }) : null
763
+ A > 0 ? /* @__PURE__ */ t($, { variant: "neutral", children: `+${A}` }) : null,
764
+ P ? /* @__PURE__ */ t($, { variant: "info", leading: /* @__PURE__ */ t(Me, { "aria-hidden": "true" }), children: x("practiceResults.fearPatient.label") }) : null
760
765
  ] }) : null,
761
766
  /* @__PURE__ */ t(Le, { description: e.description, density: "compact" }),
762
767
  /* @__PURE__ */ t(
@@ -769,7 +774,7 @@ function _t({
769
774
  e.nextAvailableSlot && u ? /* @__PURE__ */ t(He, { time: u }) : null,
770
775
  f,
771
776
  /* @__PURE__ */ t(
772
- De,
777
+ Oe,
773
778
  {
774
779
  result: e,
775
780
  openLabel: l,
@@ -823,7 +828,7 @@ function Tt({
823
828
  onClick: r,
824
829
  onMouseEnter: l,
825
830
  onFocus: l,
826
- className: $e({ density: "rich" }),
831
+ className: De({ density: "rich" }),
827
832
  children: [
828
833
  e.location ? /* @__PURE__ */ t(
829
834
  Mt,
@@ -875,7 +880,7 @@ function Tt({
875
880
  ] }),
876
881
  y ? /* @__PURE__ */ p("div", { className: "ds:flex ds:flex-wrap ds:items-center ds:gap-[var(--spacing-xs)]", children: [
877
882
  f ? (e.languages ?? []).map((w) => /* @__PURE__ */ t(
878
- O,
883
+ $,
879
884
  {
880
885
  variant: "neutral",
881
886
  leading: /* @__PURE__ */ t(Pe, { "aria-hidden": "true" }),
@@ -884,7 +889,7 @@ function Tt({
884
889
  `lang-${w}`
885
890
  )) : null,
886
891
  x ? (e.insurances ?? []).map((w) => /* @__PURE__ */ t(
887
- O,
892
+ $,
888
893
  {
889
894
  variant: "info",
890
895
  leading: /* @__PURE__ */ t(Ae, { "aria-hidden": "true" }),
@@ -892,7 +897,7 @@ function Tt({
892
897
  },
893
898
  `ins-${w}`
894
899
  )) : null,
895
- b ? /* @__PURE__ */ t(O, { variant: "info", leading: /* @__PURE__ */ t(Me, { "aria-hidden": "true" }), children: u("practiceResults.fearPatient.label") }) : null
900
+ b ? /* @__PURE__ */ t($, { variant: "info", leading: /* @__PURE__ */ t(Me, { "aria-hidden": "true" }), children: u("practiceResults.fearPatient.label") }) : null
896
901
  ] }) : null,
897
902
  /* @__PURE__ */ t(Le, { description: e.description, density: "rich" }),
898
903
  /* @__PURE__ */ t(
@@ -904,7 +909,7 @@ function Tt({
904
909
  ),
905
910
  e.nextAvailableSlot && m ? /* @__PURE__ */ t(He, { time: m }) : null,
906
911
  /* @__PURE__ */ t(
907
- De,
912
+ Oe,
908
913
  {
909
914
  result: e,
910
915
  openLabel: d,
@@ -1270,10 +1275,10 @@ const Ft = {
1270
1275
  function Lt({ value: e, onChange: n }) {
1271
1276
  const { t: s, i18n: r } = C(), i = r.dir() === "rtl", a = M(
1272
1277
  /* @__PURE__ */ new Map()
1273
- ), l = D((c) => {
1278
+ ), l = O((c) => {
1274
1279
  var u;
1275
1280
  (u = a.current.get(c)) == null || u.focus();
1276
- }, []), d = D(
1281
+ }, []), d = O(
1277
1282
  (c, u) => {
1278
1283
  const o = E.indexOf(u), m = E.length, f = i ? "ArrowLeft" : "ArrowRight", x = i ? "ArrowRight" : "ArrowLeft";
1279
1284
  let b = null;
@@ -1523,7 +1528,7 @@ function Ht(e) {
1523
1528
  x
1524
1529
  ] });
1525
1530
  }
1526
- const Dt = nt(function({
1531
+ const Ot = nt(function({
1527
1532
  variant: n = "split-list-map",
1528
1533
  results: s,
1529
1534
  totalCount: r,
@@ -1555,7 +1560,7 @@ const Dt = nt(function({
1555
1560
  id: H,
1556
1561
  className: Z,
1557
1562
  ...k
1558
- }, Oe) {
1563
+ }, $e) {
1559
1564
  const { t: ae, i18n: be } = C(), [Ve, J] = me(null), X = M(/* @__PURE__ */ new Set()), se = M(/* @__PURE__ */ new Set()), Ke = M(null), ie = M(null), re = B(
1560
1565
  () => ({
1561
1566
  getVariant: () => n,
@@ -1573,8 +1578,8 @@ const Dt = nt(function({
1573
1578
  }),
1574
1579
  [n]
1575
1580
  );
1576
- at(Oe, () => re, [re]), dt(bt, re, H);
1577
- const Ee = G ? q ?? ae("practiceResults.card.open") : void 0, je = U ?? ae("practiceResults.card.book"), qe = D(
1581
+ at($e, () => re, [re]), dt(bt, re, H);
1582
+ const Ee = G ? q ?? ae("practiceResults.card.open") : void 0, je = U ?? ae("practiceResults.card.book"), qe = O(
1578
1583
  (v) => {
1579
1584
  if (v.nextAvailableSlot)
1580
1585
  try {
@@ -1615,11 +1620,11 @@ const Dt = nt(function({
1615
1620
  },
1616
1621
  []
1617
1622
  );
1618
- const Ue = D((v) => {
1623
+ const Ue = O((v) => {
1619
1624
  J(v), !X.current.has(v) && (xe.current === v && K.current || (K.current && clearTimeout(K.current), xe.current = v, K.current = setTimeout(() => {
1620
1625
  X.current.has(v) || (X.current.add(v), L("serp_result_hovered_card", { resultId: v })), K.current = null;
1621
1626
  }, 500)));
1622
- }, []), Ge = D((v) => {
1627
+ }, []), Ge = O((v) => {
1623
1628
  J(v);
1624
1629
  const F = ie.current;
1625
1630
  if (!F) return;
@@ -1627,9 +1632,9 @@ const Dt = nt(function({
1627
1632
  `[data-component="practice-result-card"][data-result-id="${CSS.escape(v)}"]`
1628
1633
  );
1629
1634
  S == null || S.scrollIntoView({ behavior: "smooth", block: "nearest" });
1630
- }, []), Ze = D((v) => {
1635
+ }, []), Ze = O((v) => {
1631
1636
  se.current.has(v) || (se.current.add(v), L("serp_result_hovered_pin", { resultId: v }));
1632
- }, []), ke = M(null), Qe = D(
1637
+ }, []), ke = M(null), Qe = O(
1633
1638
  (v) => {
1634
1639
  J(v);
1635
1640
  const F = z.find((S) => S.id === v);
@@ -1645,7 +1650,7 @@ const Dt = nt(function({
1645
1650
  }
1646
1651
  },
1647
1652
  [z, g]
1648
- ), Je = D(
1653
+ ), Je = O(
1649
1654
  (v) => {
1650
1655
  Q(
1651
1656
  z,
@@ -1655,7 +1660,7 @@ const Dt = nt(function({
1655
1660
  );
1656
1661
  },
1657
1662
  [z, g]
1658
- ), We = D(
1663
+ ), We = O(
1659
1664
  (v) => {
1660
1665
  Q(
1661
1666
  z,
@@ -1732,9 +1737,9 @@ const Dt = nt(function({
1732
1737
  }
1733
1738
  );
1734
1739
  });
1735
- Dt.displayName = "PracticeResults";
1740
+ Ot.displayName = "PracticeResults";
1736
1741
  export {
1737
- Dt as P,
1742
+ Ot as P,
1738
1743
  bt as p
1739
1744
  };
1740
- //# sourceMappingURL=practice-results-D_jjzwgf.js.map
1745
+ //# sourceMappingURL=practice-results-D11Zpt27.js.map