@srimandir/kundli-generator 7.5.17 → 7.5.18

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.
@@ -811,12 +811,12 @@ const Zt = "_container_1e1th_1", ea = "_main_1e1th_7", ta = "_kundliHeaderNoBord
811
811
  planSaveLabel: "Save ~25%",
812
812
  // Consultation Slot Modal
813
813
  planSelectConsultationSlot: "Select consultation slot →",
814
- planConsultationSlotTitle: "Book your preferred consultation slot",
814
+ planConsultationSlotTitle: "Select consultation slot",
815
815
  planConsultationTrustLabel: "3,750+ people have booked consultation",
816
816
  planReportReadyPrefix: "Your Report will be ready in",
817
817
  planReportReadyDuration: "24-48 hours",
818
818
  planReportReadySuffix: "from today",
819
- planSelectSlotHeading: "Select consultation slot",
819
+ planSelectSlotHeading: "Book your preferred consultation slot",
820
820
  planGuidanceHeading: "What would you like guidance on?",
821
821
  planPeriodMorning: "Morning",
822
822
  planPeriodAfternoon: "Afternoon",
@@ -1043,12 +1043,12 @@ const Zt = "_container_1e1th_1", ea = "_main_1e1th_7", ta = "_kundliHeaderNoBord
1043
1043
  planSaveLabel: "~25% बचाएं",
1044
1044
  // Consultation Slot Modal
1045
1045
  planSelectConsultationSlot: "परामर्श स्लॉट चुनें →",
1046
- planConsultationSlotTitle: "अपना पसंदीदा परामर्श स्लॉट बुक करें",
1046
+ planConsultationSlotTitle: "परामर्श स्लॉट चुनें",
1047
1047
  planConsultationTrustLabel: "3,750+ लोगों ने परामर्श बुक किया है",
1048
1048
  planReportReadyPrefix: "आपकी रिपोर्ट",
1049
1049
  planReportReadyDuration: "24-48 घंटों",
1050
1050
  planReportReadySuffix: "में आज से तैयार हो जाएगी",
1051
- planSelectSlotHeading: "परामर्श स्लॉट चुनें",
1051
+ planSelectSlotHeading: "अपना पसंदीदा परामर्श स्लॉट बुक करें",
1052
1052
  planGuidanceHeading: "आप किस बारे में सलाह चाहते हैं?",
1053
1053
  planPeriodMorning: "सुबह",
1054
1054
  planPeriodAfternoon: "दोपहर",
@@ -3003,7 +3003,7 @@ const gr = (a, o) => typeof window > "u" || window.google?.maps?.places ? Promis
3003
3003
  className: f.overlay,
3004
3004
  role: "dialog",
3005
3005
  "aria-modal": "true",
3006
- "aria-label": u?.("planConsultationSlotTitle") ?? "Book your preferred consultation slot",
3006
+ "aria-label": u?.("planConsultationSlotTitle") ?? "Select consultation slot",
3007
3007
  children: /* @__PURE__ */ e.jsxs("div", { className: f.sheet, children: [
3008
3008
  /* @__PURE__ */ e.jsxs("div", { className: f.header, children: [
3009
3009
  /* @__PURE__ */ e.jsx(
@@ -3016,16 +3016,9 @@ const gr = (a, o) => typeof window > "u" || window.google?.maps?.places ? Promis
3016
3016
  children: /* @__PURE__ */ e.jsx(ot, {})
3017
3017
  }
3018
3018
  ),
3019
- /* @__PURE__ */ e.jsx("h2", { className: f.title, children: u?.("planConsultationSlotTitle") ?? "Book your preferred consultation slot" })
3019
+ /* @__PURE__ */ e.jsx("h2", { className: f.title, children: u?.("planConsultationSlotTitle") ?? "Select consultation slot" })
3020
3020
  ] }),
3021
3021
  /* @__PURE__ */ e.jsxs("div", { className: f.content, children: [
3022
- /* @__PURE__ */ e.jsxs("p", { className: f.reportReadyBanner, children: [
3023
- u?.("planReportReadyPrefix") ?? "Your Report will be ready in",
3024
- " ",
3025
- /* @__PURE__ */ e.jsx("span", { className: f.reportReadyDuration, children: u?.("planReportReadyDuration") ?? "24-48 hours" }),
3026
- " ",
3027
- u?.("planReportReadySuffix") ?? "from today"
3028
- ] }),
3029
3022
  /* @__PURE__ */ e.jsx("p", { className: f.subtitle, children: u?.("planAstrologerHeading") ?? "We will assign you a top astrologer" }),
3030
3023
  /* @__PURE__ */ e.jsx("div", { className: f.astrologerRow, role: "list", children: m.map((s, S) => /* @__PURE__ */ e.jsxs("div", { className: f.astrologerCard, role: "listitem", children: [
3031
3024
  /* @__PURE__ */ e.jsxs("div", { className: f.astrologerTop, children: [
@@ -3066,7 +3059,14 @@ const gr = (a, o) => typeof window > "u" || window.google?.maps?.places ? Promis
3066
3059
  /* @__PURE__ */ e.jsx("span", { className: f.trustText, children: u?.("planConsultationTrustLabel") ?? "3,750+ people have booked consultation" })
3067
3060
  ] }),
3068
3061
  /* @__PURE__ */ e.jsx("hr", { className: f.trustDivider }),
3069
- /* @__PURE__ */ e.jsx("p", { className: f.sectionHeading, children: u?.("planSelectSlotHeading") ?? "Select consultation slot" }),
3062
+ /* @__PURE__ */ e.jsx("p", { className: f.sectionHeading, children: u?.("planSelectSlotHeading") ?? "Book your preferred consultation slot" }),
3063
+ /* @__PURE__ */ e.jsxs("p", { className: f.reportReadyBanner, children: [
3064
+ u?.("planReportReadyPrefix") ?? "Your Report will be ready in",
3065
+ " ",
3066
+ /* @__PURE__ */ e.jsx("span", { className: f.reportReadyDuration, children: u?.("planReportReadyDuration") ?? "24-48 hours" }),
3067
+ " ",
3068
+ u?.("planReportReadySuffix") ?? "from today"
3069
+ ] }),
3070
3070
  A && /* @__PURE__ */ e.jsxs("div", { className: f.loadingWrap, "aria-busy": "true", "aria-live": "polite", children: [
3071
3071
  /* @__PURE__ */ e.jsx("div", { className: f.skeletonDateTabs, children: Array.from({ length: 5 }).map((s, S) => /* @__PURE__ */ e.jsx(
3072
3072
  "div",
@@ -3706,4 +3706,4 @@ export {
3706
3706
  wt as t,
3707
3707
  ca as u
3708
3708
  };
3709
- //# sourceMappingURL=analytics-BNoPQRsL.js.map
3709
+ //# sourceMappingURL=analytics-Cc0qKUCw.js.map