@srimandir/pitru-paksh-common 3.1.1 → 3.1.2
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/pitru-paksh-common.js +202 -199
- package/dist/pitru-paksh-common.umd.cjs +6 -6
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createI18n as Ga, cn as m, BottomSheet as
|
|
1
|
+
import { createI18n as Ga, cn as m, BottomSheet as ke, DEFAULT_COUNTRIES as Ua, getMaxLengthForCountry as sa, validatePhoneByCountryCode as ra, getFlagEmoji as Ka } from "@srimandir/common";
|
|
2
2
|
import { cn as Wl } from "@srimandir/common";
|
|
3
3
|
import * as Za from "react";
|
|
4
4
|
import k, { useState as V, useRef as Ze, useMemo as $e, useEffect as We, forwardRef as Ya, Fragment as qa } from "react";
|
|
@@ -258,7 +258,7 @@ const Un = ["en", "hi", "kn", "te"], Ja = {
|
|
|
258
258
|
kn: ts,
|
|
259
259
|
te: as
|
|
260
260
|
}, na = Ga(rt), Kn = na.I18nProvider;
|
|
261
|
-
function
|
|
261
|
+
function _e() {
|
|
262
262
|
return na.useI18n();
|
|
263
263
|
}
|
|
264
264
|
const Nt = (t, a) => (rt[t] ?? rt.en)[a];
|
|
@@ -281,26 +281,26 @@ var Ee = {};
|
|
|
281
281
|
var Ct;
|
|
282
282
|
function rs() {
|
|
283
283
|
return Ct || (Ct = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
284
|
-
var t = k, a = /* @__PURE__ */ Symbol.for("react.element"), r = /* @__PURE__ */ Symbol.for("react.portal"), n = /* @__PURE__ */ Symbol.for("react.fragment"), l = /* @__PURE__ */ Symbol.for("react.strict_mode"), i = /* @__PURE__ */ Symbol.for("react.profiler"), u = /* @__PURE__ */ Symbol.for("react.provider"), o = /* @__PURE__ */ Symbol.for("react.context"), c = /* @__PURE__ */ Symbol.for("react.forward_ref"), g = /* @__PURE__ */ Symbol.for("react.suspense"), x = /* @__PURE__ */ Symbol.for("react.suspense_list"), d = /* @__PURE__ */ Symbol.for("react.memo"), f = /* @__PURE__ */ Symbol.for("react.lazy"), b = /* @__PURE__ */ Symbol.for("react.offscreen"), p = Symbol.iterator,
|
|
284
|
+
var t = k, a = /* @__PURE__ */ Symbol.for("react.element"), r = /* @__PURE__ */ Symbol.for("react.portal"), n = /* @__PURE__ */ Symbol.for("react.fragment"), l = /* @__PURE__ */ Symbol.for("react.strict_mode"), i = /* @__PURE__ */ Symbol.for("react.profiler"), u = /* @__PURE__ */ Symbol.for("react.provider"), o = /* @__PURE__ */ Symbol.for("react.context"), c = /* @__PURE__ */ Symbol.for("react.forward_ref"), g = /* @__PURE__ */ Symbol.for("react.suspense"), x = /* @__PURE__ */ Symbol.for("react.suspense_list"), d = /* @__PURE__ */ Symbol.for("react.memo"), f = /* @__PURE__ */ Symbol.for("react.lazy"), b = /* @__PURE__ */ Symbol.for("react.offscreen"), p = Symbol.iterator, N = "@@iterator";
|
|
285
285
|
function y(s) {
|
|
286
286
|
if (s === null || typeof s != "object")
|
|
287
287
|
return null;
|
|
288
|
-
var h = p && s[p] || s[
|
|
288
|
+
var h = p && s[p] || s[N];
|
|
289
289
|
return typeof h == "function" ? h : null;
|
|
290
290
|
}
|
|
291
291
|
var j = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
292
292
|
function v(s) {
|
|
293
293
|
{
|
|
294
|
-
for (var h = arguments.length,
|
|
295
|
-
|
|
296
|
-
_("error", s,
|
|
294
|
+
for (var h = arguments.length, w = new Array(h > 1 ? h - 1 : 0), S = 1; S < h; S++)
|
|
295
|
+
w[S - 1] = arguments[S];
|
|
296
|
+
_("error", s, w);
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
function _(s, h,
|
|
299
|
+
function _(s, h, w) {
|
|
300
300
|
{
|
|
301
301
|
var S = j.ReactDebugCurrentFrame, I = S.getStackAddendum();
|
|
302
|
-
I !== "" && (h += "%s",
|
|
303
|
-
var H =
|
|
302
|
+
I !== "" && (h += "%s", w = w.concat([I]));
|
|
303
|
+
var H = w.map(function(A) {
|
|
304
304
|
return String(A);
|
|
305
305
|
});
|
|
306
306
|
H.unshift("Warning: " + h), Function.prototype.apply.call(console[s], console, H);
|
|
@@ -315,12 +315,12 @@ function rs() {
|
|
|
315
315
|
// with.
|
|
316
316
|
s.$$typeof === W || s.getModuleId !== void 0));
|
|
317
317
|
}
|
|
318
|
-
function P(s, h,
|
|
318
|
+
function P(s, h, w) {
|
|
319
319
|
var S = s.displayName;
|
|
320
320
|
if (S)
|
|
321
321
|
return S;
|
|
322
322
|
var I = h.displayName || h.name || "";
|
|
323
|
-
return I !== "" ?
|
|
323
|
+
return I !== "" ? w + "(" + I + ")" : w;
|
|
324
324
|
}
|
|
325
325
|
function L(s) {
|
|
326
326
|
return s.displayName || "Context";
|
|
@@ -352,8 +352,8 @@ function rs() {
|
|
|
352
352
|
var h = s;
|
|
353
353
|
return L(h) + ".Consumer";
|
|
354
354
|
case u:
|
|
355
|
-
var
|
|
356
|
-
return L(
|
|
355
|
+
var w = s;
|
|
356
|
+
return L(w._context) + ".Provider";
|
|
357
357
|
case c:
|
|
358
358
|
return P(s, s.render, "ForwardRef");
|
|
359
359
|
case d:
|
|
@@ -433,7 +433,7 @@ function rs() {
|
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
435
|
var be = j.ReactCurrentDispatcher, ge;
|
|
436
|
-
function je(s, h,
|
|
436
|
+
function je(s, h, w) {
|
|
437
437
|
{
|
|
438
438
|
if (ge === void 0)
|
|
439
439
|
try {
|
|
@@ -455,9 +455,9 @@ function rs() {
|
|
|
455
455
|
if (!s || Se)
|
|
456
456
|
return "";
|
|
457
457
|
{
|
|
458
|
-
var
|
|
459
|
-
if (
|
|
460
|
-
return
|
|
458
|
+
var w = fe.get(s);
|
|
459
|
+
if (w !== void 0)
|
|
460
|
+
return w;
|
|
461
461
|
}
|
|
462
462
|
var S;
|
|
463
463
|
Se = !0;
|
|
@@ -522,14 +522,14 @@ function rs() {
|
|
|
522
522
|
var we = s ? s.displayName || s.name : "", pe = we ? je(we) : "";
|
|
523
523
|
return typeof s == "function" && fe.set(s, pe), pe;
|
|
524
524
|
}
|
|
525
|
-
function Ye(s, h,
|
|
525
|
+
function Ye(s, h, w) {
|
|
526
526
|
return Te(s, !1);
|
|
527
527
|
}
|
|
528
528
|
function qe(s) {
|
|
529
529
|
var h = s.prototype;
|
|
530
530
|
return !!(h && h.isReactComponent);
|
|
531
531
|
}
|
|
532
|
-
function ve(s, h,
|
|
532
|
+
function ve(s, h, w) {
|
|
533
533
|
if (s == null)
|
|
534
534
|
return "";
|
|
535
535
|
if (typeof s == "function")
|
|
@@ -547,11 +547,11 @@ function rs() {
|
|
|
547
547
|
case c:
|
|
548
548
|
return Ye(s.render);
|
|
549
549
|
case d:
|
|
550
|
-
return ve(s.type, h,
|
|
550
|
+
return ve(s.type, h, w);
|
|
551
551
|
case f: {
|
|
552
552
|
var S = s, I = S._payload, H = S._init;
|
|
553
553
|
try {
|
|
554
|
-
return ve(H(I), h,
|
|
554
|
+
return ve(H(I), h, w);
|
|
555
555
|
} catch {
|
|
556
556
|
}
|
|
557
557
|
}
|
|
@@ -561,12 +561,12 @@ function rs() {
|
|
|
561
561
|
var me = Object.prototype.hasOwnProperty, ze = {}, De = j.ReactDebugCurrentFrame;
|
|
562
562
|
function ye(s) {
|
|
563
563
|
if (s) {
|
|
564
|
-
var h = s._owner,
|
|
565
|
-
De.setExtraStackFrame(
|
|
564
|
+
var h = s._owner, w = ve(s.type, s._source, h ? h.type : null);
|
|
565
|
+
De.setExtraStackFrame(w);
|
|
566
566
|
} else
|
|
567
567
|
De.setExtraStackFrame(null);
|
|
568
568
|
}
|
|
569
|
-
function
|
|
569
|
+
function C(s, h, w, S, I) {
|
|
570
570
|
{
|
|
571
571
|
var H = Function.call.bind(me);
|
|
572
572
|
for (var A in s)
|
|
@@ -574,14 +574,14 @@ function rs() {
|
|
|
574
574
|
var R = void 0;
|
|
575
575
|
try {
|
|
576
576
|
if (typeof s[A] != "function") {
|
|
577
|
-
var te = Error((S || "React class") + ": " +
|
|
577
|
+
var te = Error((S || "React class") + ": " + w + " type `" + A + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof s[A] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
578
578
|
throw te.name = "Invariant Violation", te;
|
|
579
579
|
}
|
|
580
|
-
R = s[A](h, A, S,
|
|
580
|
+
R = s[A](h, A, S, w, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
581
581
|
} catch (K) {
|
|
582
582
|
R = K;
|
|
583
583
|
}
|
|
584
|
-
R && !(R instanceof Error) && (ye(I), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", S || "React class",
|
|
584
|
+
R && !(R instanceof Error) && (ye(I), v("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", S || "React class", w, A, typeof R), ye(null)), R instanceof Error && !(R.message in ze) && (ze[R.message] = !0, ye(I), v("Failed %s type: %s", w, R.message), ye(null));
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
}
|
|
@@ -591,8 +591,8 @@ function rs() {
|
|
|
591
591
|
}
|
|
592
592
|
function La(s) {
|
|
593
593
|
{
|
|
594
|
-
var h = typeof Symbol == "function" && Symbol.toStringTag,
|
|
595
|
-
return
|
|
594
|
+
var h = typeof Symbol == "function" && Symbol.toStringTag, w = h && s[Symbol.toStringTag] || s.constructor.name || "Object";
|
|
595
|
+
return w;
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
598
|
function ka(s) {
|
|
@@ -636,34 +636,34 @@ function rs() {
|
|
|
636
636
|
}
|
|
637
637
|
function Ra(s, h) {
|
|
638
638
|
{
|
|
639
|
-
var
|
|
639
|
+
var w = function() {
|
|
640
640
|
ft || (ft = !0, v("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", h));
|
|
641
641
|
};
|
|
642
|
-
|
|
643
|
-
get:
|
|
642
|
+
w.isReactWarning = !0, Object.defineProperty(s, "key", {
|
|
643
|
+
get: w,
|
|
644
644
|
configurable: !0
|
|
645
645
|
});
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
648
|
function Ea(s, h) {
|
|
649
649
|
{
|
|
650
|
-
var
|
|
650
|
+
var w = function() {
|
|
651
651
|
mt || (mt = !0, v("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", h));
|
|
652
652
|
};
|
|
653
|
-
|
|
654
|
-
get:
|
|
653
|
+
w.isReactWarning = !0, Object.defineProperty(s, "ref", {
|
|
654
|
+
get: w,
|
|
655
655
|
configurable: !0
|
|
656
656
|
});
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
|
-
var Aa = function(s, h,
|
|
659
|
+
var Aa = function(s, h, w, S, I, H, A) {
|
|
660
660
|
var R = {
|
|
661
661
|
// This tag allows us to uniquely identify this as a React Element
|
|
662
662
|
$$typeof: a,
|
|
663
663
|
// Built-in properties that belong on the element
|
|
664
664
|
type: s,
|
|
665
665
|
key: h,
|
|
666
|
-
ref:
|
|
666
|
+
ref: w,
|
|
667
667
|
props: A,
|
|
668
668
|
// Record the component responsible for creating this element.
|
|
669
669
|
_owner: H
|
|
@@ -685,10 +685,10 @@ function rs() {
|
|
|
685
685
|
value: I
|
|
686
686
|
}), Object.freeze && (Object.freeze(R.props), Object.freeze(R)), R;
|
|
687
687
|
};
|
|
688
|
-
function Oa(s, h,
|
|
688
|
+
function Oa(s, h, w, S, I) {
|
|
689
689
|
{
|
|
690
690
|
var H, A = {}, R = null, te = null;
|
|
691
|
-
|
|
691
|
+
w !== void 0 && (ut(w), R = "" + w), Sa(h) && (ut(h.key), R = "" + h.key), Pa(h) && (te = h.ref, Ta(h, I));
|
|
692
692
|
for (H in h)
|
|
693
693
|
me.call(h, H) && !_a.hasOwnProperty(H) && (A[H] = h[H]);
|
|
694
694
|
if (s && s.defaultProps) {
|
|
@@ -706,8 +706,8 @@ function rs() {
|
|
|
706
706
|
var Xe = j.ReactCurrentOwner, pt = j.ReactDebugCurrentFrame;
|
|
707
707
|
function Ne(s) {
|
|
708
708
|
if (s) {
|
|
709
|
-
var h = s._owner,
|
|
710
|
-
pt.setExtraStackFrame(
|
|
709
|
+
var h = s._owner, w = ve(s.type, s._source, h ? h.type : null);
|
|
710
|
+
pt.setExtraStackFrame(w);
|
|
711
711
|
} else
|
|
712
712
|
pt.setExtraStackFrame(null);
|
|
713
713
|
}
|
|
@@ -736,10 +736,10 @@ Check the render method of \`` + s + "`.";
|
|
|
736
736
|
{
|
|
737
737
|
var h = ht();
|
|
738
738
|
if (!h) {
|
|
739
|
-
var
|
|
740
|
-
|
|
739
|
+
var w = typeof s == "string" ? s : s.displayName || s.name;
|
|
740
|
+
w && (h = `
|
|
741
741
|
|
|
742
|
-
Check the top-level render call using <` +
|
|
742
|
+
Check the top-level render call using <` + w + ">.");
|
|
743
743
|
}
|
|
744
744
|
return h;
|
|
745
745
|
}
|
|
@@ -749,12 +749,12 @@ Check the top-level render call using <` + N + ">.");
|
|
|
749
749
|
if (!s._store || s._store.validated || s.key != null)
|
|
750
750
|
return;
|
|
751
751
|
s._store.validated = !0;
|
|
752
|
-
var
|
|
753
|
-
if (bt[
|
|
752
|
+
var w = Ia(h);
|
|
753
|
+
if (bt[w])
|
|
754
754
|
return;
|
|
755
|
-
bt[
|
|
755
|
+
bt[w] = !0;
|
|
756
756
|
var S = "";
|
|
757
|
-
s && s._owner && s._owner !== Xe.current && (S = " It was passed a child from " + F(s._owner.type) + "."), Ne(s), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',
|
|
757
|
+
s && s._owner && s._owner !== Xe.current && (S = " It was passed a child from " + F(s._owner.type) + "."), Ne(s), v('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', w, S), Ne(null);
|
|
758
758
|
}
|
|
759
759
|
}
|
|
760
760
|
function jt(s, h) {
|
|
@@ -762,8 +762,8 @@ Check the top-level render call using <` + N + ">.");
|
|
|
762
762
|
if (typeof s != "object")
|
|
763
763
|
return;
|
|
764
764
|
if (ae(s))
|
|
765
|
-
for (var
|
|
766
|
-
var S = s[
|
|
765
|
+
for (var w = 0; w < s.length; w++) {
|
|
766
|
+
var S = s[w];
|
|
767
767
|
Je(S) && gt(S, h);
|
|
768
768
|
}
|
|
769
769
|
else if (Je(s))
|
|
@@ -781,18 +781,18 @@ Check the top-level render call using <` + N + ">.");
|
|
|
781
781
|
var h = s.type;
|
|
782
782
|
if (h == null || typeof h == "string")
|
|
783
783
|
return;
|
|
784
|
-
var
|
|
784
|
+
var w;
|
|
785
785
|
if (typeof h == "function")
|
|
786
|
-
|
|
786
|
+
w = h.propTypes;
|
|
787
787
|
else if (typeof h == "object" && (h.$$typeof === c || // Note: Memo only checks outer props here.
|
|
788
788
|
// Inner props are checked in the reconciler.
|
|
789
789
|
h.$$typeof === d))
|
|
790
|
-
|
|
790
|
+
w = h.propTypes;
|
|
791
791
|
else
|
|
792
792
|
return;
|
|
793
|
-
if (
|
|
793
|
+
if (w) {
|
|
794
794
|
var S = F(h);
|
|
795
|
-
w
|
|
795
|
+
C(w, s.props, "prop", S, s);
|
|
796
796
|
} else if (h.PropTypes !== void 0 && !Qe) {
|
|
797
797
|
Qe = !0;
|
|
798
798
|
var I = F(h);
|
|
@@ -803,8 +803,8 @@ Check the top-level render call using <` + N + ">.");
|
|
|
803
803
|
}
|
|
804
804
|
function za(s) {
|
|
805
805
|
{
|
|
806
|
-
for (var h = Object.keys(s.props),
|
|
807
|
-
var S = h[
|
|
806
|
+
for (var h = Object.keys(s.props), w = 0; w < h.length; w++) {
|
|
807
|
+
var S = h[w];
|
|
808
808
|
if (S !== "children" && S !== "key") {
|
|
809
809
|
Ne(s), v("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", S), Ne(null);
|
|
810
810
|
break;
|
|
@@ -814,7 +814,7 @@ Check the top-level render call using <` + N + ">.");
|
|
|
814
814
|
}
|
|
815
815
|
}
|
|
816
816
|
var vt = {};
|
|
817
|
-
function yt(s, h,
|
|
817
|
+
function yt(s, h, w, S, I, H) {
|
|
818
818
|
{
|
|
819
819
|
var A = $(s);
|
|
820
820
|
if (!A) {
|
|
@@ -825,7 +825,7 @@ Check the top-level render call using <` + N + ">.");
|
|
|
825
825
|
var K;
|
|
826
826
|
s === null ? K = "null" : ae(s) ? K = "array" : s !== void 0 && s.$$typeof === a ? (K = "<" + (F(s.type) || "Unknown") + " />", R = " Did you accidentally export a JSX literal instead of a component?") : K = typeof s, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", K, R);
|
|
827
827
|
}
|
|
828
|
-
var Y = Oa(s, h,
|
|
828
|
+
var Y = Oa(s, h, w, I, H);
|
|
829
829
|
if (Y == null)
|
|
830
830
|
return Y;
|
|
831
831
|
if (A) {
|
|
@@ -858,11 +858,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
858
858
|
return s === n ? za(Y) : Ba(Y), Y;
|
|
859
859
|
}
|
|
860
860
|
}
|
|
861
|
-
function Da(s, h,
|
|
862
|
-
return yt(s, h,
|
|
861
|
+
function Da(s, h, w) {
|
|
862
|
+
return yt(s, h, w, !0);
|
|
863
863
|
}
|
|
864
|
-
function Fa(s, h,
|
|
865
|
-
return yt(s, h,
|
|
864
|
+
function Fa(s, h, w) {
|
|
865
|
+
return yt(s, h, w, !1);
|
|
866
866
|
}
|
|
867
867
|
var Ha = Fa, Va = Da;
|
|
868
868
|
Ee.Fragment = n, Ee.jsx = Ha, Ee.jsxs = Va;
|
|
@@ -1211,7 +1211,7 @@ function Xn({
|
|
|
1211
1211
|
removeWarningConfirmLabel: f,
|
|
1212
1212
|
removeWarningCancelLabel: b,
|
|
1213
1213
|
onRemoveWarningShown: p,
|
|
1214
|
-
onRemoveWarningCancel:
|
|
1214
|
+
onRemoveWarningCancel: N
|
|
1215
1215
|
}) {
|
|
1216
1216
|
const [y, j] = V(null);
|
|
1217
1217
|
if (!t)
|
|
@@ -1325,7 +1325,7 @@ function Xn({
|
|
|
1325
1325
|
y != null && i(y), j(null);
|
|
1326
1326
|
},
|
|
1327
1327
|
onCancel: () => {
|
|
1328
|
-
v &&
|
|
1328
|
+
v && N?.(v), j(null);
|
|
1329
1329
|
}
|
|
1330
1330
|
}
|
|
1331
1331
|
)
|
|
@@ -1370,7 +1370,7 @@ function Ss(t) {
|
|
|
1370
1370
|
function xa(t) {
|
|
1371
1371
|
return E({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "rect", attr: { x: "3", y: "4", width: "18", height: "18", rx: "2", ry: "2" }, child: [] }, { tag: "line", attr: { x1: "16", y1: "2", x2: "16", y2: "6" }, child: [] }, { tag: "line", attr: { x1: "8", y1: "2", x2: "8", y2: "6" }, child: [] }, { tag: "line", attr: { x1: "3", y1: "10", x2: "21", y2: "10" }, child: [] }] })(t);
|
|
1372
1372
|
}
|
|
1373
|
-
function
|
|
1373
|
+
function Pe(t) {
|
|
1374
1374
|
return E({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "line", attr: { x1: "5", y1: "12", x2: "19", y2: "12" }, child: [] }, { tag: "polyline", attr: { points: "12 5 19 12 12 19" }, child: [] }] })(t);
|
|
1375
1375
|
}
|
|
1376
1376
|
function lt(t) {
|
|
@@ -1384,7 +1384,7 @@ function Qn({
|
|
|
1384
1384
|
onProceedClick: l,
|
|
1385
1385
|
disabled: i
|
|
1386
1386
|
}) {
|
|
1387
|
-
const { t: u } =
|
|
1387
|
+
const { t: u } = _e();
|
|
1388
1388
|
return /* @__PURE__ */ e.jsxs(
|
|
1389
1389
|
"div",
|
|
1390
1390
|
{
|
|
@@ -1421,7 +1421,7 @@ function Qn({
|
|
|
1421
1421
|
},
|
|
1422
1422
|
children: [
|
|
1423
1423
|
r ?? u("outcomeStickyCtaProceedLabel"),
|
|
1424
|
-
/* @__PURE__ */ e.jsx(
|
|
1424
|
+
/* @__PURE__ */ e.jsx(Pe, { "aria-hidden": !0, className: "size-[18px] text-white" })
|
|
1425
1425
|
]
|
|
1426
1426
|
}
|
|
1427
1427
|
)
|
|
@@ -1431,7 +1431,7 @@ function Qn({
|
|
|
1431
1431
|
}
|
|
1432
1432
|
const Ts = "https://srm-sbox-cdn.a4b.io/yoda/1788262425704.svg";
|
|
1433
1433
|
function Jn() {
|
|
1434
|
-
const { t } =
|
|
1434
|
+
const { t } = _e();
|
|
1435
1435
|
return /* @__PURE__ */ e.jsxs("div", { className: "flex w-full flex-col items-center gap-3 rounded-[20px] border border-[#e5e3fd] bg-white p-3 shadow-[0px_0px_20px_0px_rgba(215,99,28,0.05)]", children: [
|
|
1436
1436
|
/* @__PURE__ */ e.jsx("img", { src: Ts, alt: "", "aria-hidden": !0, className: "size-6" }),
|
|
1437
1437
|
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full flex-col items-center gap-1", children: [
|
|
@@ -1442,7 +1442,7 @@ function Jn() {
|
|
|
1442
1442
|
}
|
|
1443
1443
|
const Rs = "https://srm-sbox-cdn.a4b.io/yoda/1788261755933.webp", Es = "https://srm-sbox-cdn.a4b.io/yoda/1788261771996.webp", St = "https://srm-sbox-cdn.a4b.io/yoda/1788261812755.svg", As = "linear-gradient(28.44deg, #fbe9f0 0.54%, #ffffff 18.28%, #ffffff 53.34%, #fcccdf 100%), linear-gradient(90deg, #fff9e9 0%, #fff9e9 100%)";
|
|
1444
1444
|
function el() {
|
|
1445
|
-
const { t } =
|
|
1445
|
+
const { t } = _e();
|
|
1446
1446
|
return /* @__PURE__ */ e.jsxs(
|
|
1447
1447
|
"section",
|
|
1448
1448
|
{
|
|
@@ -1535,7 +1535,7 @@ const Tt = "https://srm-cdn.a4b.io/yoda/1788322995409.svg", Rt = "https://srm-cd
|
|
|
1535
1535
|
}
|
|
1536
1536
|
];
|
|
1537
1537
|
function tl() {
|
|
1538
|
-
const { t } =
|
|
1538
|
+
const { t } = _e();
|
|
1539
1539
|
return /* @__PURE__ */ e.jsxs("section", { className: "flex w-full flex-col items-center justify-center gap-5 px-4 py-8", children: [
|
|
1540
1540
|
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full items-center gap-2", children: [
|
|
1541
1541
|
/* @__PURE__ */ e.jsxs("div", { className: "flex flex-1 items-center gap-1", children: [
|
|
@@ -1622,7 +1622,7 @@ const Et = "https://srm-sbox-cdn.a4b.io/yoda/1788262151570.svg", At = "https://s
|
|
|
1622
1622
|
}
|
|
1623
1623
|
];
|
|
1624
1624
|
function al() {
|
|
1625
|
-
const { t } =
|
|
1625
|
+
const { t } = _e();
|
|
1626
1626
|
return /* @__PURE__ */ e.jsxs("section", { className: "flex w-full flex-col items-center gap-4 py-4", children: [
|
|
1627
1627
|
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full items-center gap-2 px-4", children: [
|
|
1628
1628
|
/* @__PURE__ */ e.jsxs("div", { className: "flex flex-1 items-center gap-1", children: [
|
|
@@ -1789,7 +1789,7 @@ function nl({
|
|
|
1789
1789
|
imageAlt: r = "",
|
|
1790
1790
|
paragraphs: n
|
|
1791
1791
|
}) {
|
|
1792
|
-
const { t: l } =
|
|
1792
|
+
const { t: l } = _e(), [i, u] = V(!1);
|
|
1793
1793
|
return /* @__PURE__ */ e.jsxs("section", { className: "flex w-full flex-col items-start bg-white px-4 py-4", children: [
|
|
1794
1794
|
/* @__PURE__ */ e.jsx("p", { className: "w-full text-lg font-bold leading-6 text-[#242424]", children: t }),
|
|
1795
1795
|
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full flex-col items-start pt-4", children: [
|
|
@@ -1964,7 +1964,7 @@ function ll({
|
|
|
1964
1964
|
] })
|
|
1965
1965
|
] }),
|
|
1966
1966
|
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full flex-col items-start gap-2 px-4 pt-3", children: [
|
|
1967
|
-
/* @__PURE__ */ e.jsx("div", { className: "flex items-center gap-2", children: Array.from({ length: b.stars }).map((
|
|
1967
|
+
/* @__PURE__ */ e.jsx("div", { className: "flex items-center gap-2", children: Array.from({ length: b.stars }).map((N, y) => /* @__PURE__ */ e.jsx(
|
|
1968
1968
|
it,
|
|
1969
1969
|
{
|
|
1970
1970
|
"aria-hidden": !0,
|
|
@@ -2067,7 +2067,7 @@ const rr = Xa(
|
|
|
2067
2067
|
)
|
|
2068
2068
|
);
|
|
2069
2069
|
X.displayName = "Button";
|
|
2070
|
-
function
|
|
2070
|
+
function Ie(t) {
|
|
2071
2071
|
return t.isOpen ? /* @__PURE__ */ e.jsx(
|
|
2072
2072
|
"div",
|
|
2073
2073
|
{
|
|
@@ -2077,7 +2077,7 @@ function Pe(t) {
|
|
|
2077
2077
|
maxWidth: "var(--pitru-paksh-sheet-overlay-max-width, 28rem)",
|
|
2078
2078
|
zIndex: 1100
|
|
2079
2079
|
},
|
|
2080
|
-
children: /* @__PURE__ */ e.jsx(
|
|
2080
|
+
children: /* @__PURE__ */ e.jsx(ke, { ...t })
|
|
2081
2081
|
}
|
|
2082
2082
|
) : null;
|
|
2083
2083
|
}
|
|
@@ -2140,7 +2140,7 @@ const ol = ({
|
|
|
2140
2140
|
showTitleAccent: g = !1,
|
|
2141
2141
|
titleClassName: x
|
|
2142
2142
|
}) => {
|
|
2143
|
-
const [d, f] = V(l), [b, p] = V(o),
|
|
2143
|
+
const [d, f] = V(l), [b, p] = V(o), N = n && a.length > r, y = N && !d ? a.slice(0, r) : a;
|
|
2144
2144
|
return /* @__PURE__ */ e.jsxs(
|
|
2145
2145
|
"div",
|
|
2146
2146
|
{
|
|
@@ -2204,7 +2204,7 @@ const ol = ({
|
|
|
2204
2204
|
v
|
|
2205
2205
|
);
|
|
2206
2206
|
}) }),
|
|
2207
|
-
|
|
2207
|
+
N && /* @__PURE__ */ e.jsx(
|
|
2208
2208
|
X,
|
|
2209
2209
|
{
|
|
2210
2210
|
variant: "secondary",
|
|
@@ -2238,13 +2238,13 @@ const ol = ({
|
|
|
2238
2238
|
defaultOpenIndex: c = -1,
|
|
2239
2239
|
className: g = ""
|
|
2240
2240
|
}) => {
|
|
2241
|
-
const [x, d] = V(i), [f, b] = V(c), p = l && r.length > n,
|
|
2241
|
+
const [x, d] = V(i), [f, b] = V(c), p = l && r.length > n, N = p && !x ? r.slice(0, n) : r;
|
|
2242
2242
|
return /* @__PURE__ */ e.jsxs("div", { className: m("flex flex-col gap-3 bg-white px-4 py-6", g), children: [
|
|
2243
2243
|
/* @__PURE__ */ e.jsxs("h2", { className: "flex items-center gap-2 text-sm font-bold text-[#374151]", children: [
|
|
2244
2244
|
a && /* @__PURE__ */ e.jsx("span", { "aria-hidden": !0, className: "block h-[18px] w-[3px] shrink-0 bg-[#f75e22]" }),
|
|
2245
2245
|
t
|
|
2246
2246
|
] }),
|
|
2247
|
-
/* @__PURE__ */ e.jsx("div", { className: "flex w-full flex-col", children:
|
|
2247
|
+
/* @__PURE__ */ e.jsx("div", { className: "flex w-full flex-col", children: N.map((y, j) => {
|
|
2248
2248
|
const v = f === j, _ = v ? _s : Oe;
|
|
2249
2249
|
return /* @__PURE__ */ e.jsxs(
|
|
2250
2250
|
"div",
|
|
@@ -2315,10 +2315,10 @@ const ol = ({
|
|
|
2315
2315
|
autoPlay: g = !1,
|
|
2316
2316
|
onPlayToggle: x
|
|
2317
2317
|
}, d) => {
|
|
2318
|
-
const [f, b] = k.useState(!1), [p,
|
|
2318
|
+
const [f, b] = k.useState(!1), [p, N] = k.useState(!1), [y, j] = k.useState(!1), [v, _] = k.useState(0), [M, G] = k.useState(0), [B, z] = k.useState(!0), D = k.useRef(null), W = k.useRef(null), $ = k.useRef(() => {
|
|
2319
2319
|
}), P = k.useRef(null);
|
|
2320
2320
|
k.useEffect(() => {
|
|
2321
|
-
g && (b(!0), j(!
|
|
2321
|
+
g && (b(!0), N(!0), j(!0));
|
|
2322
2322
|
}, [g]);
|
|
2323
2323
|
const L = k.useCallback(() => {
|
|
2324
2324
|
P.current && clearTimeout(P.current), P.current = setTimeout(
|
|
@@ -2382,7 +2382,7 @@ const ol = ({
|
|
|
2382
2382
|
if (!T || typeof IntersectionObserver > "u") return;
|
|
2383
2383
|
const O = new IntersectionObserver(
|
|
2384
2384
|
([oe]) => {
|
|
2385
|
-
oe.isIntersecting ||
|
|
2385
|
+
oe.isIntersecting || N(!1);
|
|
2386
2386
|
},
|
|
2387
2387
|
{ threshold: 0 }
|
|
2388
2388
|
);
|
|
@@ -2419,8 +2419,12 @@ const ol = ({
|
|
|
2419
2419
|
playsInline: !0,
|
|
2420
2420
|
disablePictureInPicture: l,
|
|
2421
2421
|
disableRemotePlayback: l,
|
|
2422
|
-
onPlay:
|
|
2423
|
-
|
|
2422
|
+
onPlay: () => {
|
|
2423
|
+
N(!0), Z();
|
|
2424
|
+
},
|
|
2425
|
+
onPlaying: () => {
|
|
2426
|
+
N(!0), Z();
|
|
2427
|
+
},
|
|
2424
2428
|
onDoubleClick: (T) => {
|
|
2425
2429
|
l && T.preventDefault();
|
|
2426
2430
|
},
|
|
@@ -2433,8 +2437,10 @@ const ol = ({
|
|
|
2433
2437
|
className: U,
|
|
2434
2438
|
onTimeUpdate: (T) => _(T.currentTarget.currentTime),
|
|
2435
2439
|
onDurationChange: (T) => G(T.currentTarget.duration),
|
|
2436
|
-
|
|
2437
|
-
|
|
2440
|
+
onVolumeChange: (T) => j(T.currentTarget.muted || T.currentTarget.volume === 0),
|
|
2441
|
+
onPause: () => N(!1),
|
|
2442
|
+
onEnded: () => N(!1),
|
|
2443
|
+
onError: () => N(!1)
|
|
2438
2444
|
}
|
|
2439
2445
|
),
|
|
2440
2446
|
B && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
@@ -2446,7 +2452,7 @@ const ol = ({
|
|
|
2446
2452
|
size: "lg",
|
|
2447
2453
|
"aria-label": p ? "Pause" : "Play",
|
|
2448
2454
|
className: "absolute inset-0 m-auto border border-white/20 bg-black/40 text-white! backdrop-blur-sm hover:bg-black/50",
|
|
2449
|
-
onClick: () =>
|
|
2455
|
+
onClick: () => N((T) => (x?.(!T), !T)),
|
|
2450
2456
|
children: p ? /* @__PURE__ */ e.jsx(tr, { size: 16 }) : /* @__PURE__ */ e.jsx(
|
|
2451
2457
|
Ot,
|
|
2452
2458
|
{
|
|
@@ -2494,7 +2500,7 @@ const ol = ({
|
|
|
2494
2500
|
"aria-label": "Play video",
|
|
2495
2501
|
className: "absolute inset-0 m-auto border border-white/20 bg-black/40 text-white! backdrop-blur-sm hover:bg-black/50",
|
|
2496
2502
|
onClick: () => {
|
|
2497
|
-
b(!0), x?.(!0);
|
|
2503
|
+
b(!0), N(!0), x?.(!0);
|
|
2498
2504
|
},
|
|
2499
2505
|
children: /* @__PURE__ */ e.jsx(Ot, { size: 16, style: { transform: "translateX(1px)" } })
|
|
2500
2506
|
}
|
|
@@ -2518,7 +2524,7 @@ const ir = () => /* @__PURE__ */ e.jsx("img", { src: "https://srm-cdn.a4b.io/yod
|
|
|
2518
2524
|
menuClassName: c = "",
|
|
2519
2525
|
...g
|
|
2520
2526
|
}, x) => {
|
|
2521
|
-
const [d, f] = k.useState(n), b = l !== void 0, p = b ? l : d,
|
|
2527
|
+
const [d, f] = k.useState(n), b = l !== void 0, p = b ? l : d, N = k.useCallback(
|
|
2522
2528
|
(v) => {
|
|
2523
2529
|
b || f(v), i?.(v);
|
|
2524
2530
|
},
|
|
@@ -2527,23 +2533,23 @@ const ir = () => /* @__PURE__ */ e.jsx("img", { src: "https://srm-cdn.a4b.io/yod
|
|
|
2527
2533
|
k.useImperativeHandle(x, () => y.current), k.useEffect(() => {
|
|
2528
2534
|
if (!p) return;
|
|
2529
2535
|
const v = (M) => {
|
|
2530
|
-
y.current?.contains(M.target) ||
|
|
2536
|
+
y.current?.contains(M.target) || N(!1);
|
|
2531
2537
|
}, _ = (M) => {
|
|
2532
|
-
M.key === "Escape" &&
|
|
2538
|
+
M.key === "Escape" && N(!1);
|
|
2533
2539
|
};
|
|
2534
2540
|
return document.addEventListener("mousedown", v), document.addEventListener("keydown", _), () => {
|
|
2535
2541
|
document.removeEventListener("mousedown", v), document.removeEventListener("keydown", _);
|
|
2536
2542
|
};
|
|
2537
|
-
}, [p,
|
|
2543
|
+
}, [p, N]);
|
|
2538
2544
|
const j = (v) => {
|
|
2539
|
-
r?.(v.value),
|
|
2545
|
+
r?.(v.value), N(!1);
|
|
2540
2546
|
};
|
|
2541
2547
|
return /* @__PURE__ */ e.jsxs("div", { ref: y, className: m("relative inline-block", u), ...g, children: [
|
|
2542
2548
|
/* @__PURE__ */ e.jsxs(
|
|
2543
2549
|
"button",
|
|
2544
2550
|
{
|
|
2545
2551
|
type: "button",
|
|
2546
|
-
onClick: () =>
|
|
2552
|
+
onClick: () => N(!p),
|
|
2547
2553
|
"aria-label": "Switch language",
|
|
2548
2554
|
"aria-haspopup": "listbox",
|
|
2549
2555
|
"aria-expanded": p,
|
|
@@ -2890,7 +2896,7 @@ const ot = k.forwardRef(
|
|
|
2890
2896
|
tag: f,
|
|
2891
2897
|
tagClassName: b,
|
|
2892
2898
|
children: p,
|
|
2893
|
-
note:
|
|
2899
|
+
note: N,
|
|
2894
2900
|
noteClassName: y,
|
|
2895
2901
|
className: j,
|
|
2896
2902
|
disabled: v,
|
|
@@ -2978,7 +2984,7 @@ const ot = k.forwardRef(
|
|
|
2978
2984
|
]
|
|
2979
2985
|
}
|
|
2980
2986
|
);
|
|
2981
|
-
return
|
|
2987
|
+
return N ? /* @__PURE__ */ e.jsxs("div", { className: "overflow-hidden rounded-xl bg-[#FCCF9A]", children: [
|
|
2982
2988
|
B,
|
|
2983
2989
|
/* @__PURE__ */ e.jsx(
|
|
2984
2990
|
"div",
|
|
@@ -2987,7 +2993,7 @@ const ot = k.forwardRef(
|
|
|
2987
2993
|
"px-4 py-1 text-center text-[10px] leading-3.5 font-medium bg-[#fccf9a] text-[#632E06]",
|
|
2988
2994
|
y
|
|
2989
2995
|
),
|
|
2990
|
-
children:
|
|
2996
|
+
children: N
|
|
2991
2997
|
}
|
|
2992
2998
|
)
|
|
2993
2999
|
] }) : B;
|
|
@@ -3277,11 +3283,11 @@ const fl = ({ value: t, onClick: a, className: r, ...n }) => /* @__PURE__ */ e.j
|
|
|
3277
3283
|
currencySymbol: f = "₹",
|
|
3278
3284
|
showSavedBadge: b,
|
|
3279
3285
|
savedLabel: p,
|
|
3280
|
-
action:
|
|
3286
|
+
action: N
|
|
3281
3287
|
}) => {
|
|
3282
3288
|
const y = typeof d == "number" && d > x, j = y ? Math.round((d - x) / d * 100) : 0, v = (b ?? y) && j > 0;
|
|
3283
3289
|
return /* @__PURE__ */ e.jsx(
|
|
3284
|
-
|
|
3290
|
+
Ie,
|
|
3285
3291
|
{
|
|
3286
3292
|
isOpen: t,
|
|
3287
3293
|
onClose: a,
|
|
@@ -3300,7 +3306,7 @@ const fl = ({ value: t, onClick: a, className: r, ...n }) => /* @__PURE__ */ e.j
|
|
|
3300
3306
|
] }),
|
|
3301
3307
|
v && /* @__PURE__ */ e.jsx("span", { className: re.savedBadge, children: p ?? `Save ${j}%` })
|
|
3302
3308
|
] }),
|
|
3303
|
-
|
|
3309
|
+
N && /* @__PURE__ */ e.jsx("div", { className: re.actionWrap, children: N })
|
|
3304
3310
|
] }),
|
|
3305
3311
|
children: /* @__PURE__ */ e.jsxs("div", { className: re.contentBlock, children: [
|
|
3306
3312
|
/* @__PURE__ */ e.jsx("div", { className: re.imageWrap, children: /* @__PURE__ */ e.jsx("img", { src: n, alt: l, className: re.image }) }),
|
|
@@ -3346,7 +3352,7 @@ const fl = ({ value: t, onClick: a, className: r, ...n }) => /* @__PURE__ */ e.j
|
|
|
3346
3352
|
originalPrice: f,
|
|
3347
3353
|
tag: b,
|
|
3348
3354
|
tagClassName: p,
|
|
3349
|
-
action:
|
|
3355
|
+
action: N,
|
|
3350
3356
|
sheetPrice: y,
|
|
3351
3357
|
sheetBasePrice: j,
|
|
3352
3358
|
sheetCurrencySymbol: v,
|
|
@@ -3406,7 +3412,7 @@ const fl = ({ value: t, onClick: a, className: r, ...n }) => /* @__PURE__ */ e.j
|
|
|
3406
3412
|
] }),
|
|
3407
3413
|
/* @__PURE__ */ e.jsxs("div", { className: J.imageWrap, children: [
|
|
3408
3414
|
/* @__PURE__ */ e.jsx("img", { src: t, alt: a, className: J.image }),
|
|
3409
|
-
|
|
3415
|
+
N && /* @__PURE__ */ e.jsx("div", { className: J.actionWrap, onClick: (le) => le.stopPropagation(), children: N })
|
|
3410
3416
|
] })
|
|
3411
3417
|
] })
|
|
3412
3418
|
]
|
|
@@ -3432,7 +3438,7 @@ const fl = ({ value: t, onClick: a, className: r, ...n }) => /* @__PURE__ */ e.j
|
|
|
3432
3438
|
currencySymbol: v,
|
|
3433
3439
|
showSavedBadge: _,
|
|
3434
3440
|
savedLabel: M,
|
|
3435
|
-
action:
|
|
3441
|
+
action: N
|
|
3436
3442
|
}
|
|
3437
3443
|
)
|
|
3438
3444
|
] });
|
|
@@ -3610,13 +3616,13 @@ const Zr = [
|
|
|
3610
3616
|
onInfoClick: u,
|
|
3611
3617
|
infoIconClassName: o,
|
|
3612
3618
|
proceedLabel: c,
|
|
3613
|
-
proceedIcon: g = /* @__PURE__ */ e.jsx(
|
|
3619
|
+
proceedIcon: g = /* @__PURE__ */ e.jsx(Pe, { "aria-hidden": !0 }),
|
|
3614
3620
|
onProceed: x,
|
|
3615
3621
|
proceedButtonProps: d,
|
|
3616
3622
|
buttonWrapperClassName: f,
|
|
3617
3623
|
growProceedButton: b = !1,
|
|
3618
3624
|
className: p,
|
|
3619
|
-
...
|
|
3625
|
+
...N
|
|
3620
3626
|
}) => {
|
|
3621
3627
|
const y = qr(t);
|
|
3622
3628
|
return /* @__PURE__ */ e.jsxs(
|
|
@@ -3626,7 +3632,7 @@ const Zr = [
|
|
|
3626
3632
|
"flex items-center gap-3 rounded-t-[20px] bg-white px-4 py-4 shadow-[0_0_20px_rgba(0,0,0,0.15)]",
|
|
3627
3633
|
p
|
|
3628
3634
|
),
|
|
3629
|
-
...
|
|
3635
|
+
...N,
|
|
3630
3636
|
children: [
|
|
3631
3637
|
/* @__PURE__ */ e.jsxs("div", { className: m("min-w-0", b ? "flex-none" : "flex-1"), children: [
|
|
3632
3638
|
/* @__PURE__ */ e.jsxs("div", { className: "flex items-center gap-1.5", children: [
|
|
@@ -3775,7 +3781,7 @@ const Zr = [
|
|
|
3775
3781
|
optionsClassName: f,
|
|
3776
3782
|
trustBadges: b,
|
|
3777
3783
|
checkout: p,
|
|
3778
|
-
stickyFooter:
|
|
3784
|
+
stickyFooter: N = !0,
|
|
3779
3785
|
footerClassName: y
|
|
3780
3786
|
}) => {
|
|
3781
3787
|
const j = Xr(t), v = a ?? j.title, _ = r ?? j.description, M = n ?? j.benefits, G = b ?? {
|
|
@@ -3832,7 +3838,7 @@ const Zr = [
|
|
|
3832
3838
|
})
|
|
3833
3839
|
}
|
|
3834
3840
|
),
|
|
3835
|
-
(G || p) && /* @__PURE__ */ e.jsxs("div", { className: m(
|
|
3841
|
+
(G || p) && /* @__PURE__ */ e.jsxs("div", { className: m(N && "sticky bottom-0 z-10", y), children: [
|
|
3836
3842
|
G && /* @__PURE__ */ e.jsx(Yr, { ...G }),
|
|
3837
3843
|
p && /* @__PURE__ */ e.jsx(ct, { locale: t, ...p })
|
|
3838
3844
|
] })
|
|
@@ -3901,9 +3907,9 @@ const Zr = [
|
|
|
3901
3907
|
a && /* @__PURE__ */ e.jsx("span", { className: m("shrink-0 text-sm", r), children: a }),
|
|
3902
3908
|
b
|
|
3903
3909
|
] }),
|
|
3904
|
-
(i || p && p.length > 0) && /* @__PURE__ */ e.jsx("p", { className: m("mt-2 text-[15px] font-semibold text-[#1d2125]", c), children: p && p.length > 0 ? p.map((
|
|
3910
|
+
(i || p && p.length > 0) && /* @__PURE__ */ e.jsx("p", { className: m("mt-2 text-[15px] font-semibold text-[#1d2125]", c), children: p && p.length > 0 ? p.map((N, y) => /* @__PURE__ */ e.jsxs(k.Fragment, { children: [
|
|
3905
3911
|
y > 0 && /* @__PURE__ */ e.jsx("span", { className: "mx-1.5 text-gray-400", children: "•" }),
|
|
3906
|
-
|
|
3912
|
+
N
|
|
3907
3913
|
] }, y)) : i })
|
|
3908
3914
|
] }) });
|
|
3909
3915
|
}, $t = {
|
|
@@ -3959,7 +3965,7 @@ const Na = ({
|
|
|
3959
3965
|
className: x,
|
|
3960
3966
|
...d
|
|
3961
3967
|
}) => {
|
|
3962
|
-
const { title: f, totalLabel: b, panditFeeLabel: p, photoVideoFeeLabel:
|
|
3968
|
+
const { title: f, totalLabel: b, panditFeeLabel: p, photoVideoFeeLabel: N, freeLabel: y } = ya(t);
|
|
3963
3969
|
return /* @__PURE__ */ e.jsxs("div", { className: m("bg-white px-4 py-6", x), ...d, children: [
|
|
3964
3970
|
r && /* @__PURE__ */ e.jsxs(
|
|
3965
3971
|
"h2",
|
|
@@ -4039,7 +4045,7 @@ const Na = ({
|
|
|
4039
4045
|
/* @__PURE__ */ e.jsx(
|
|
4040
4046
|
Wt,
|
|
4041
4047
|
{
|
|
4042
|
-
label:
|
|
4048
|
+
label: N,
|
|
4043
4049
|
originalValue: c ? "$0.49" : "₹21.0",
|
|
4044
4050
|
freeLabel: y,
|
|
4045
4051
|
rowClassName: l
|
|
@@ -4076,7 +4082,7 @@ function vl({
|
|
|
4076
4082
|
}) {
|
|
4077
4083
|
const x = ya(r);
|
|
4078
4084
|
return /* @__PURE__ */ e.jsx(
|
|
4079
|
-
|
|
4085
|
+
Ie,
|
|
4080
4086
|
{
|
|
4081
4087
|
isOpen: t,
|
|
4082
4088
|
onClose: a,
|
|
@@ -4148,7 +4154,7 @@ const yl = ({
|
|
|
4148
4154
|
addons: f,
|
|
4149
4155
|
addonsSectionClassName: b,
|
|
4150
4156
|
addonsHeaderClassName: p,
|
|
4151
|
-
addonsTitleClassName:
|
|
4157
|
+
addonsTitleClassName: N,
|
|
4152
4158
|
addonsDescriptionClassName: y,
|
|
4153
4159
|
addonsClassName: j,
|
|
4154
4160
|
addonClassName: v,
|
|
@@ -4198,7 +4204,7 @@ const yl = ({
|
|
|
4198
4204
|
u,
|
|
4199
4205
|
f && f.length > 0 && /* @__PURE__ */ e.jsxs("div", { className: m("flex flex-col gap-4 bg-gray-50 px-4 py-6", b), children: [
|
|
4200
4206
|
/* @__PURE__ */ e.jsxs("div", { className: p, children: [
|
|
4201
|
-
/* @__PURE__ */ e.jsx("h2", { className: m("text-base font-bold text-gray-700",
|
|
4207
|
+
/* @__PURE__ */ e.jsx("h2", { className: m("text-base font-bold text-gray-700", N), children: F }),
|
|
4202
4208
|
/* @__PURE__ */ e.jsx("p", { className: m("mt-1 text-sm text-gray-500", y), children: Q })
|
|
4203
4209
|
] }),
|
|
4204
4210
|
/* @__PURE__ */ e.jsx("div", { className: m("flex flex-col gap-4", j), children: f.map(({ id: O, className: oe, ...de }) => /* @__PURE__ */ e.jsx("div", { ref: M ? (ce) => M(O, ce) : void 0, children: /* @__PURE__ */ e.jsx(
|
|
@@ -4242,9 +4248,9 @@ const yl = ({
|
|
|
4242
4248
|
id: d,
|
|
4243
4249
|
...f
|
|
4244
4250
|
}, b) => {
|
|
4245
|
-
const p = k.useId(),
|
|
4251
|
+
const p = k.useId(), N = d ?? p, y = i ?? (l ? `${a.length}${x ? `/${x}` : ""}` : void 0);
|
|
4246
4252
|
return /* @__PURE__ */ e.jsxs("div", { className: m("flex w-full flex-col gap-2", c), children: [
|
|
4247
|
-
t && /* @__PURE__ */ e.jsx("label", { htmlFor:
|
|
4253
|
+
t && /* @__PURE__ */ e.jsx("label", { htmlFor: N, className: "text-[14px] leading-5 font-semibold text-[#6b7280]", children: t }),
|
|
4248
4254
|
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full flex-col gap-1", children: [
|
|
4249
4255
|
/* @__PURE__ */ e.jsxs(
|
|
4250
4256
|
"div",
|
|
@@ -4260,7 +4266,7 @@ const yl = ({
|
|
|
4260
4266
|
"input",
|
|
4261
4267
|
{
|
|
4262
4268
|
ref: b,
|
|
4263
|
-
id:
|
|
4269
|
+
id: N,
|
|
4264
4270
|
value: a,
|
|
4265
4271
|
maxLength: x,
|
|
4266
4272
|
onChange: (j) => r(j.target.value),
|
|
@@ -4295,7 +4301,7 @@ function Nl({
|
|
|
4295
4301
|
c && u(c);
|
|
4296
4302
|
};
|
|
4297
4303
|
return /* @__PURE__ */ e.jsx(
|
|
4298
|
-
|
|
4304
|
+
ke,
|
|
4299
4305
|
{
|
|
4300
4306
|
isOpen: t,
|
|
4301
4307
|
onClose: a,
|
|
@@ -4395,12 +4401,12 @@ function wl({
|
|
|
4395
4401
|
minDate: d,
|
|
4396
4402
|
maxDate: f
|
|
4397
4403
|
}) {
|
|
4398
|
-
const b = d?.year ?? g, p = f?.year ?? x,
|
|
4404
|
+
const b = d?.year ?? g, p = f?.year ?? x, N = $e(() => {
|
|
4399
4405
|
const P = b ?? p - 120;
|
|
4400
4406
|
return Array.from({ length: p - P + 1 }, (L, F) => P + F);
|
|
4401
4407
|
}, [b, p]), [y, j] = V(() => c ? c.day - 1 : Math.floor(Gt.length / 2)), [v, _] = V(() => c ? c.month - 1 : 0), [M, G] = V(
|
|
4402
|
-
() => c ? Math.max(0,
|
|
4403
|
-
), B =
|
|
4408
|
+
() => c ? Math.max(0, N.indexOf(c.year)) : Math.floor(N.length / 2)
|
|
4409
|
+
), B = N[M], z = $e(() => {
|
|
4404
4410
|
let P = tn;
|
|
4405
4411
|
return f && B === f.year && (P = P.filter((L) => L <= f.month - 1)), d && B === d.year && (P = P.filter((L) => L >= d.month - 1)), P;
|
|
4406
4412
|
}, [B, d, f]), D = (z[v] ?? z[z.length - 1] ?? 0) + 1, W = $e(() => {
|
|
@@ -4417,7 +4423,7 @@ function wl({
|
|
|
4417
4423
|
u({ day: P, month: D, year: B });
|
|
4418
4424
|
};
|
|
4419
4425
|
return /* @__PURE__ */ e.jsx(
|
|
4420
|
-
|
|
4426
|
+
ke,
|
|
4421
4427
|
{
|
|
4422
4428
|
isOpen: t,
|
|
4423
4429
|
onClose: a,
|
|
@@ -4442,7 +4448,7 @@ function wl({
|
|
|
4442
4448
|
onChange: _
|
|
4443
4449
|
}
|
|
4444
4450
|
),
|
|
4445
|
-
/* @__PURE__ */ e.jsx(Le, { options:
|
|
4451
|
+
/* @__PURE__ */ e.jsx(Le, { options: N.map(String), selectedIndex: M, onChange: G }),
|
|
4446
4452
|
/* @__PURE__ */ e.jsx("div", { className: "pointer-events-none absolute inset-x-5 top-16 h-px bg-[#e5e7eb]" }),
|
|
4447
4453
|
/* @__PURE__ */ e.jsx("div", { className: "pointer-events-none absolute inset-x-5 top-28 h-px bg-[#e5e7eb]" })
|
|
4448
4454
|
] })
|
|
@@ -4469,12 +4475,12 @@ function Cl({
|
|
|
4469
4475
|
amLabel: c = "AM",
|
|
4470
4476
|
pmLabel: g = "PM"
|
|
4471
4477
|
}) {
|
|
4472
|
-
const x = $e(() => an(o?.hour ?? 11), [o?.hour]), d = [c, g], [f, b] = V(() => tt.indexOf(x.hour12)), [p,
|
|
4478
|
+
const x = $e(() => an(o?.hour ?? 11), [o?.hour]), d = [c, g], [f, b] = V(() => tt.indexOf(x.hour12)), [p, N] = V(() => o?.minute ?? 0), [y, j] = V(() => x.period === "AM" ? 0 : 1), v = () => {
|
|
4473
4479
|
const _ = sn(tt[f], y === 0 ? "AM" : "PM");
|
|
4474
4480
|
i({ hour: _, minute: Ut[p] });
|
|
4475
4481
|
};
|
|
4476
4482
|
return /* @__PURE__ */ e.jsx(
|
|
4477
|
-
|
|
4483
|
+
ke,
|
|
4478
4484
|
{
|
|
4479
4485
|
isOpen: t,
|
|
4480
4486
|
onClose: a,
|
|
@@ -4496,7 +4502,7 @@ function Cl({
|
|
|
4496
4502
|
{
|
|
4497
4503
|
options: Ut.map((_) => String(_).padStart(2, "0")),
|
|
4498
4504
|
selectedIndex: p,
|
|
4499
|
-
onChange:
|
|
4505
|
+
onChange: N
|
|
4500
4506
|
}
|
|
4501
4507
|
),
|
|
4502
4508
|
/* @__PURE__ */ e.jsx(Le, { options: d, selectedIndex: y, onChange: j }),
|
|
@@ -4548,17 +4554,16 @@ function Ll({
|
|
|
4548
4554
|
countries: c = Ua,
|
|
4549
4555
|
initialCountryIso: g = "IN"
|
|
4550
4556
|
}) {
|
|
4551
|
-
const x = c.find((y) => y.iso === g) ?? c[0], [d, f] = V(o), b = sa(x.code), p = ra(d, x.code).isValid && d.length > 0,
|
|
4557
|
+
const x = c.find((y) => y.iso === g) ?? c[0], [d, f] = V(o), b = sa(x.code), p = ra(d, x.code).isValid && d.length > 0, N = () => {
|
|
4552
4558
|
p && u(d, x);
|
|
4553
4559
|
};
|
|
4554
4560
|
return /* @__PURE__ */ e.jsx(
|
|
4555
|
-
|
|
4561
|
+
Ie,
|
|
4556
4562
|
{
|
|
4557
4563
|
isOpen: t,
|
|
4558
4564
|
onClose: a,
|
|
4559
4565
|
showDragHandle: !0,
|
|
4560
|
-
showCloseButton: !
|
|
4561
|
-
closeButtonOutside: !0,
|
|
4566
|
+
showCloseButton: !1,
|
|
4562
4567
|
ariaLabel: r,
|
|
4563
4568
|
className: "min-h-[25vh]",
|
|
4564
4569
|
overlayClassName: "pitru-paksh-common-root",
|
|
@@ -4568,9 +4573,9 @@ function Ll({
|
|
|
4568
4573
|
variant: "primary",
|
|
4569
4574
|
size: "xl",
|
|
4570
4575
|
className: "w-full rounded-xl bg-linear-to-b from-[#5eb98e] to-[#159169] focus-visible:ring-[#159169]",
|
|
4571
|
-
rightIcon: /* @__PURE__ */ e.jsx(
|
|
4576
|
+
rightIcon: /* @__PURE__ */ e.jsx(Pe, { "aria-hidden": !0 }),
|
|
4572
4577
|
disabled: !p,
|
|
4573
|
-
onClick:
|
|
4578
|
+
onClick: N,
|
|
4574
4579
|
children: i
|
|
4575
4580
|
}
|
|
4576
4581
|
) }),
|
|
@@ -4610,17 +4615,15 @@ function kl({
|
|
|
4610
4615
|
initialValue: u = "",
|
|
4611
4616
|
errorText: o = "Please enter a valid email"
|
|
4612
4617
|
}) {
|
|
4613
|
-
const [c, g] = V(u), [x, d] = V(!1), f = c.trim(), b = nn.test(f), p = x && f.length > 0 && !b,
|
|
4618
|
+
const [c, g] = V(u), [x, d] = V(!1), f = c.trim(), b = nn.test(f), p = x && f.length > 0 && !b, N = () => {
|
|
4614
4619
|
b && i(f);
|
|
4615
4620
|
};
|
|
4616
4621
|
return /* @__PURE__ */ e.jsx(
|
|
4617
|
-
|
|
4622
|
+
ke,
|
|
4618
4623
|
{
|
|
4619
4624
|
isOpen: t,
|
|
4620
4625
|
onClose: a,
|
|
4621
4626
|
showDragHandle: !0,
|
|
4622
|
-
showCloseButton: !0,
|
|
4623
|
-
closeButtonOutside: !0,
|
|
4624
4627
|
ariaLabel: r,
|
|
4625
4628
|
footer: /* @__PURE__ */ e.jsx("div", { className: "px-4 pt-3 pb-5", children: /* @__PURE__ */ e.jsx(
|
|
4626
4629
|
X,
|
|
@@ -4628,9 +4631,9 @@ function kl({
|
|
|
4628
4631
|
variant: "primary",
|
|
4629
4632
|
size: "xl",
|
|
4630
4633
|
className: "w-full rounded-xl",
|
|
4631
|
-
rightIcon: /* @__PURE__ */ e.jsx(
|
|
4634
|
+
rightIcon: /* @__PURE__ */ e.jsx(Pe, { "aria-hidden": !0 }),
|
|
4632
4635
|
disabled: !b,
|
|
4633
|
-
onClick:
|
|
4636
|
+
onClick: N,
|
|
4634
4637
|
children: l
|
|
4635
4638
|
}
|
|
4636
4639
|
) }),
|
|
@@ -4675,7 +4678,7 @@ function _l({
|
|
|
4675
4678
|
title: f,
|
|
4676
4679
|
description: b,
|
|
4677
4680
|
learnMoreLabel: p,
|
|
4678
|
-
onLearnMoreClick:
|
|
4681
|
+
onLearnMoreClick: N,
|
|
4679
4682
|
learnMoreHref: y,
|
|
4680
4683
|
dateLabel: j,
|
|
4681
4684
|
locationLabel: v,
|
|
@@ -4763,7 +4766,7 @@ function _l({
|
|
|
4763
4766
|
{
|
|
4764
4767
|
href: y,
|
|
4765
4768
|
className: "inline-flex items-center gap-0.5 text-xs font-medium leading-4 text-[#F75E22] underline",
|
|
4766
|
-
onClick:
|
|
4769
|
+
onClick: N,
|
|
4767
4770
|
children: [
|
|
4768
4771
|
p,
|
|
4769
4772
|
/* @__PURE__ */ e.jsx(Ps, { "aria-hidden": !0, className: "size-3.5 text-[#F75E22]" })
|
|
@@ -4876,7 +4879,7 @@ function cn({
|
|
|
4876
4879
|
}) {
|
|
4877
4880
|
const f = on(r), b = f.payButtonTemplate.replace("{amount}", o);
|
|
4878
4881
|
return /* @__PURE__ */ e.jsx(
|
|
4879
|
-
|
|
4882
|
+
Ie,
|
|
4880
4883
|
{
|
|
4881
4884
|
isOpen: t,
|
|
4882
4885
|
onClose: a,
|
|
@@ -4925,11 +4928,11 @@ function cn({
|
|
|
4925
4928
|
/* @__PURE__ */ e.jsx("div", { className: "h-px w-full bg-[#e5e7eb]" }),
|
|
4926
4929
|
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full flex-col gap-3 px-3", children: [
|
|
4927
4930
|
/* @__PURE__ */ e.jsx("p", { className: "text-[14px] leading-5 font-bold text-[#374151]", children: f.performerLabel }),
|
|
4928
|
-
/* @__PURE__ */ e.jsx("div", { className: "flex w-full flex-wrap items-center gap-2", children: l.filter((p) => p.trim().length > 0).map((p,
|
|
4929
|
-
|
|
4931
|
+
/* @__PURE__ */ e.jsx("div", { className: "flex w-full flex-wrap items-center gap-2", children: l.filter((p) => p.trim().length > 0).map((p, N) => /* @__PURE__ */ e.jsx(Zt, { children: /* @__PURE__ */ e.jsxs("span", { className: "text-[12px] leading-4 font-semibold text-[#374151]", children: [
|
|
4932
|
+
N + 1,
|
|
4930
4933
|
". ",
|
|
4931
4934
|
p
|
|
4932
|
-
] }) },
|
|
4935
|
+
] }) }, N)) })
|
|
4933
4936
|
] }),
|
|
4934
4937
|
/* @__PURE__ */ e.jsx("div", { className: "h-px w-full bg-[#e5e7eb]" }),
|
|
4935
4938
|
/* @__PURE__ */ e.jsxs("div", { className: "flex w-full flex-col gap-2 px-3", children: [
|
|
@@ -4975,7 +4978,7 @@ const Yt = {
|
|
|
4975
4978
|
function dn({ isOpen: t, onClose: a, onOkayClick: r, locale: n = "en", className: l }) {
|
|
4976
4979
|
const i = wa(n);
|
|
4977
4980
|
return /* @__PURE__ */ e.jsx(
|
|
4978
|
-
|
|
4981
|
+
Ie,
|
|
4979
4982
|
{
|
|
4980
4983
|
isOpen: t,
|
|
4981
4984
|
onClose: a,
|
|
@@ -5176,7 +5179,7 @@ function Pl({
|
|
|
5176
5179
|
copy: f,
|
|
5177
5180
|
proceedCtaLabel: b,
|
|
5178
5181
|
proceedButtonProps: p,
|
|
5179
|
-
onProceedPayment:
|
|
5182
|
+
onProceedPayment: N,
|
|
5180
5183
|
onProceedCtaClick: y,
|
|
5181
5184
|
onConfirmModalOpen: j,
|
|
5182
5185
|
onConfirmEditDetailsClick: v,
|
|
@@ -5186,48 +5189,48 @@ function Pl({
|
|
|
5186
5189
|
className: B
|
|
5187
5190
|
}) {
|
|
5188
5191
|
const [z, D] = V(!1), [W, $] = V(!1), P = un(t), L = f ? Object.fromEntries(
|
|
5189
|
-
Object.keys(P).map((
|
|
5190
|
-
) : P, F = wa(t), Q = (
|
|
5191
|
-
const q = fn(
|
|
5192
|
-
return
|
|
5193
|
-
}, U = (
|
|
5192
|
+
Object.keys(P).map((C) => [C, f[C] || P[C]])
|
|
5193
|
+
) : P, F = wa(t), Q = (C) => {
|
|
5194
|
+
const q = fn(C + 1, t);
|
|
5195
|
+
return C === 0 ? `*${q} ${L.kartaNameLabel}` : `${q} ${L.kartaNameLabel} ${L.kartaNameOptionalSuffix}`;
|
|
5196
|
+
}, U = (C) => r({ ...a, ...C }), ee = (C, q) => {
|
|
5194
5197
|
const ae = [...a.kartaNames];
|
|
5195
|
-
ae[
|
|
5196
|
-
}, Z = (
|
|
5198
|
+
ae[C] = Qt(q), U({ kartaNames: ae });
|
|
5199
|
+
}, Z = (C, q) => {
|
|
5197
5200
|
U({
|
|
5198
5201
|
ancestors: a.ancestors.map(
|
|
5199
|
-
(ae) => ae.id ===
|
|
5202
|
+
(ae) => ae.id === C ? { ...ae, value: Qt(q) } : ae
|
|
5200
5203
|
)
|
|
5201
5204
|
});
|
|
5202
5205
|
}, [ne, le] = V(
|
|
5203
5206
|
/* @__PURE__ */ new Set()
|
|
5204
|
-
), T = (
|
|
5207
|
+
), T = (C) => le((q) => new Set(q).add(C)), O = (C) => C.length > 0 && !Ae(C), oe = (C) => C.value.length > 0 ? Ae(C.value) ? void 0 : L.nameMinLengthError : ne.has(C.id) ? L.ancestorNameRequiredError : void 0, [de, ce] = V(!1), xe = Ze(null);
|
|
5205
5208
|
We(() => {
|
|
5206
5209
|
if (!de) return;
|
|
5207
|
-
const
|
|
5210
|
+
const C = (q) => {
|
|
5208
5211
|
xe.current && !xe.current.contains(q.target) && ce(!1);
|
|
5209
5212
|
};
|
|
5210
|
-
return document.addEventListener("mousedown",
|
|
5213
|
+
return document.addEventListener("mousedown", C), () => document.removeEventListener("mousedown", C);
|
|
5211
5214
|
}, [de]);
|
|
5212
5215
|
const be = l.filter(
|
|
5213
|
-
(
|
|
5214
|
-
), ge = (
|
|
5216
|
+
(C) => C.toLowerCase().includes(a.gotra.trim().toLowerCase())
|
|
5217
|
+
), ge = (C) => {
|
|
5215
5218
|
U({
|
|
5216
|
-
gotra:
|
|
5217
|
-
isGotraUnknown:
|
|
5219
|
+
gotra: C,
|
|
5220
|
+
isGotraUnknown: C.trim() === L.kashyapGotraLabel
|
|
5218
5221
|
});
|
|
5219
|
-
}, je = (
|
|
5220
|
-
ge(
|
|
5222
|
+
}, je = (C) => {
|
|
5223
|
+
ge(C), ce(!1);
|
|
5221
5224
|
}, Se = () => {
|
|
5222
|
-
const
|
|
5223
|
-
U({ isGotraUnknown:
|
|
5225
|
+
const C = !a.isGotraUnknown;
|
|
5226
|
+
U({ isGotraUnknown: C, gotra: C ? L.kashyapGotraLabel : "" });
|
|
5224
5227
|
}, fe = sa(st), Be = ra(
|
|
5225
5228
|
a.whatsappNumber,
|
|
5226
5229
|
st
|
|
5227
5230
|
).isValid, Te = pn.test(a.email), Ye = a.whatsappNumber.length > 0 && !Be, qe = a.email.length > 0 && !Te, ve = (n ? Te : a.whatsappNumber.trim().length > 0 && Be) && Ae(a.kartaNames[0]) && // Karta names after the first are optional (see `getKartaNameLabel`) —
|
|
5228
5231
|
// left blank is fine, but a partially-typed one still has to clear
|
|
5229
5232
|
// `MIN_NAME_LENGTH` like every other name field.
|
|
5230
|
-
a.kartaNames.slice(1).every((
|
|
5233
|
+
a.kartaNames.slice(1).every((C) => C.trim().length === 0 || Ae(C)) && a.gotra.trim().length > 0 && a.ancestors.every((C) => Ae(C.value)), me = d ?? ve, ze = a.gotra.trim().length > 0 ? a.gotra : L.kashyapGotraLabel, De = n ? a.email : a.whatsappNumber, ye = t;
|
|
5231
5234
|
return /* @__PURE__ */ e.jsxs(
|
|
5232
5235
|
"div",
|
|
5233
5236
|
{
|
|
@@ -5260,7 +5263,7 @@ function Pl({
|
|
|
5260
5263
|
value: a.email,
|
|
5261
5264
|
placeholder: L.emailPlaceholder,
|
|
5262
5265
|
error: qe,
|
|
5263
|
-
onChange: (
|
|
5266
|
+
onChange: (C) => U({ email: C }),
|
|
5264
5267
|
containerClassName: "w-full gap-0",
|
|
5265
5268
|
wrapperClassName: "h-14 rounded-xl px-4",
|
|
5266
5269
|
className: "text-[18px]"
|
|
@@ -5279,8 +5282,8 @@ function Pl({
|
|
|
5279
5282
|
placeholder: L.whatsappNumberPlaceholder,
|
|
5280
5283
|
maxLength: fe,
|
|
5281
5284
|
error: Ye,
|
|
5282
|
-
onChange: (
|
|
5283
|
-
whatsappNumber:
|
|
5285
|
+
onChange: (C) => U({
|
|
5286
|
+
whatsappNumber: C.replace(/\D/g, "").slice(0, fe)
|
|
5284
5287
|
}),
|
|
5285
5288
|
containerClassName: "w-auto flex-1 gap-0",
|
|
5286
5289
|
wrapperClassName: "h-14 rounded-xl px-4",
|
|
@@ -5301,16 +5304,16 @@ function Pl({
|
|
|
5301
5304
|
),
|
|
5302
5305
|
/* @__PURE__ */ e.jsx("p", { className: "flex-1 text-[16px] leading-[22px] font-bold text-[#22272b]", children: L.kartaNameSectionTitle })
|
|
5303
5306
|
] }),
|
|
5304
|
-
/* @__PURE__ */ e.jsx("div", { className: "flex w-full flex-col gap-2.5", children: a.kartaNames.map((
|
|
5307
|
+
/* @__PURE__ */ e.jsx("div", { className: "flex w-full flex-col gap-2.5", children: a.kartaNames.map((C, q) => /* @__PURE__ */ e.jsx(
|
|
5305
5308
|
ue,
|
|
5306
5309
|
{
|
|
5307
5310
|
label: Q(q),
|
|
5308
5311
|
placeholder: L.kartaNamePlaceholder,
|
|
5309
|
-
value:
|
|
5312
|
+
value: C,
|
|
5310
5313
|
maxLength: at,
|
|
5311
5314
|
showCharCount: !0,
|
|
5312
|
-
error: O(
|
|
5313
|
-
supportingText: O(
|
|
5315
|
+
error: O(C),
|
|
5316
|
+
supportingText: O(C) ? L.nameMinLengthError : void 0,
|
|
5314
5317
|
wrapperClassName: m(
|
|
5315
5318
|
"h-12 rounded-xl"
|
|
5316
5319
|
),
|
|
@@ -5339,8 +5342,8 @@ function Pl({
|
|
|
5339
5342
|
maxLength: at,
|
|
5340
5343
|
autoComplete: "off",
|
|
5341
5344
|
onFocus: () => ce(!0),
|
|
5342
|
-
onChange: (
|
|
5343
|
-
ge(
|
|
5345
|
+
onChange: (C) => {
|
|
5346
|
+
ge(C.target.value), ce(!0);
|
|
5344
5347
|
},
|
|
5345
5348
|
className: "w-full min-w-0 flex-1 border-0 bg-transparent p-0 text-[16px] leading-5.5 font-medium text-[#374151] placeholder:text-[#ced1d7] focus:outline-none focus:ring-0"
|
|
5346
5349
|
}
|
|
@@ -5363,20 +5366,20 @@ function Pl({
|
|
|
5363
5366
|
{
|
|
5364
5367
|
role: "listbox",
|
|
5365
5368
|
className: "absolute top-[calc(100%+4px)] left-0 z-10 max-h-60 w-full overflow-y-auto rounded-xl border border-[#e5e7eb] bg-white py-1 shadow-lg",
|
|
5366
|
-
children: be.map((
|
|
5369
|
+
children: be.map((C) => /* @__PURE__ */ e.jsx(
|
|
5367
5370
|
"button",
|
|
5368
5371
|
{
|
|
5369
5372
|
type: "button",
|
|
5370
5373
|
role: "option",
|
|
5371
|
-
"aria-selected":
|
|
5372
|
-
onClick: () => je(
|
|
5374
|
+
"aria-selected": C === a.gotra,
|
|
5375
|
+
onClick: () => je(C),
|
|
5373
5376
|
className: m(
|
|
5374
5377
|
"flex w-full items-center px-3 py-2 text-left text-[14px] font-medium text-[#1d2125] hover:bg-[#f9fafb]",
|
|
5375
|
-
|
|
5378
|
+
C === a.gotra && "bg-[#fff9e9]"
|
|
5376
5379
|
),
|
|
5377
|
-
children:
|
|
5380
|
+
children: C
|
|
5378
5381
|
},
|
|
5379
|
-
|
|
5382
|
+
C
|
|
5380
5383
|
))
|
|
5381
5384
|
}
|
|
5382
5385
|
)
|
|
@@ -5431,13 +5434,13 @@ function Pl({
|
|
|
5431
5434
|
/* @__PURE__ */ e.jsx("div", { className: "flex h-12 w-full items-center rounded-xl border border-[#d1d5db] bg-[#f3f4f6] px-3", children: /* @__PURE__ */ e.jsx("span", { className: "text-[16px] leading-5.5 font-medium text-[#374151]", children: L.sarvaPitruFieldValue }) }),
|
|
5432
5435
|
/* @__PURE__ */ e.jsx("p", { className: "px-3 text-[12px] leading-4 font-medium text-[#6b7280]", children: L.sarvaPitruHelperText })
|
|
5433
5436
|
] }),
|
|
5434
|
-
a.ancestors.map((
|
|
5435
|
-
const q = oe(
|
|
5437
|
+
a.ancestors.map((C) => {
|
|
5438
|
+
const q = oe(C);
|
|
5436
5439
|
return /* @__PURE__ */ e.jsx(
|
|
5437
5440
|
ue,
|
|
5438
5441
|
{
|
|
5439
|
-
label: `*${
|
|
5440
|
-
value:
|
|
5442
|
+
label: `*${C.label} ${L.ancestorNameFieldSuffix}`,
|
|
5443
|
+
value: C.value,
|
|
5441
5444
|
prefix: L.latePrefixLabel,
|
|
5442
5445
|
placeholder: L.kartaNamePlaceholder,
|
|
5443
5446
|
maxLength: at,
|
|
@@ -5445,10 +5448,10 @@ function Pl({
|
|
|
5445
5448
|
error: q != null,
|
|
5446
5449
|
supportingText: q,
|
|
5447
5450
|
wrapperClassName: "h-12 rounded-xl",
|
|
5448
|
-
onChange: (ae) => Z(
|
|
5449
|
-
onBlur: () => T(
|
|
5451
|
+
onChange: (ae) => Z(C.id, ae),
|
|
5452
|
+
onBlur: () => T(C.id)
|
|
5450
5453
|
},
|
|
5451
|
-
|
|
5454
|
+
C.id
|
|
5452
5455
|
);
|
|
5453
5456
|
})
|
|
5454
5457
|
] })
|
|
@@ -5497,7 +5500,7 @@ function Pl({
|
|
|
5497
5500
|
whatsappNumber: De,
|
|
5498
5501
|
amount: o,
|
|
5499
5502
|
onProceedPayment: () => {
|
|
5500
|
-
D(!1),
|
|
5503
|
+
D(!1), N();
|
|
5501
5504
|
}
|
|
5502
5505
|
}
|
|
5503
5506
|
),
|
|
@@ -5650,9 +5653,9 @@ function Rl({
|
|
|
5650
5653
|
}, p = () => {
|
|
5651
5654
|
const y = x.map((j) => j.trim()).filter(Boolean);
|
|
5652
5655
|
y.length !== 0 && (r(y), f());
|
|
5653
|
-
},
|
|
5656
|
+
}, N = x.some((y) => y.trim().length > 0);
|
|
5654
5657
|
return /* @__PURE__ */ e.jsx(
|
|
5655
|
-
|
|
5658
|
+
ke,
|
|
5656
5659
|
{
|
|
5657
5660
|
isOpen: t,
|
|
5658
5661
|
onClose: b,
|
|
@@ -5666,8 +5669,8 @@ function Rl({
|
|
|
5666
5669
|
variant: "primary",
|
|
5667
5670
|
size: "xl",
|
|
5668
5671
|
className: "w-full rounded-xl",
|
|
5669
|
-
rightIcon: /* @__PURE__ */ e.jsx(
|
|
5670
|
-
disabled: !
|
|
5672
|
+
rightIcon: /* @__PURE__ */ e.jsx(Pe, { "aria-hidden": !0 }),
|
|
5673
|
+
disabled: !N,
|
|
5671
5674
|
onClick: p,
|
|
5672
5675
|
children: c
|
|
5673
5676
|
}
|
|
@@ -6096,7 +6099,7 @@ function Hl({
|
|
|
6096
6099
|
showInfoIcon: l = !0,
|
|
6097
6100
|
onInfoClick: i,
|
|
6098
6101
|
proceedLabel: u = "Continue",
|
|
6099
|
-
proceedIcon: o = /* @__PURE__ */ e.jsx(
|
|
6102
|
+
proceedIcon: o = /* @__PURE__ */ e.jsx(Pe, { "aria-hidden": !0 }),
|
|
6100
6103
|
onProceed: c,
|
|
6101
6104
|
disabled: g,
|
|
6102
6105
|
proceedButtonProps: x,
|
|
@@ -6177,7 +6180,7 @@ export {
|
|
|
6177
6180
|
qn as CheckIcon,
|
|
6178
6181
|
ct as CheckoutBar,
|
|
6179
6182
|
or as Chip,
|
|
6180
|
-
|
|
6183
|
+
Ie as ConfinedBottomSheet,
|
|
6181
6184
|
cn as ConfirmPujaDetailsModal,
|
|
6182
6185
|
El as DEATH_TITHI_OPTIONS,
|
|
6183
6186
|
wl as DatePickerSheet,
|
|
@@ -6255,5 +6258,5 @@ export {
|
|
|
6255
6258
|
Dl as mapPujaL2Response,
|
|
6256
6259
|
rt as outcomeTranslations,
|
|
6257
6260
|
In as parseIsoDate,
|
|
6258
|
-
|
|
6261
|
+
_e as useOutcomeI18n
|
|
6259
6262
|
};
|