@opexa/portal-components 0.0.823 → 0.0.825
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/components/DepositWithdrawal/Deposit/Deposit.js +1 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Confirmed.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Confirmed.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Failed.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Failed.js +11 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Form.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Form.js +126 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/GeneratingQrCode.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/GeneratingQrCode.js +10 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDeposit.js +6 -4
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +8 -16
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QrCodeGenerated.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QrCodeGenerated.js +41 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +8 -8
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.js +47 -41
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDeposit.js +10 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositAlert.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositAlert.js +99 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.d.ts +25 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.js +2 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositDetails.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositDetails.js +17 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositForm.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositForm.js +116 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHQRCode.d.ts +3 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHQRCode.js +69 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.d.ts +13 -0
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.js +85 -0
- package/dist/components/KYC/KYCDefault/IdentityVerification.js +2 -0
- package/dist/ui/AlertDialog/AlertDialog.d.ts +187 -187
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +17 -17
- package/dist/ui/Badge/Badge.d.ts +12 -12
- package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
- package/dist/ui/Badge/badge.recipe.d.ts +3 -3
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Field/Field.d.ts +21 -21
- package/dist/ui/Field/field.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +198 -198
- package/dist/ui/Menu/menu.recipe.d.ts +11 -11
- package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
- package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
- package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
- package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
- package/dist/ui/PinInput/PinInput.d.ts +12 -12
- package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
- package/dist/ui/Popover/Popover.d.ts +121 -121
- package/dist/ui/Popover/popover.recipe.d.ts +11 -11
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/QrCode/QrCode.d.ts +40 -40
- package/dist/ui/QrCode/qrCode.recipe.d.ts +8 -8
- package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
- package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
- package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
- package/package.json +1 -1
- package/dist/assets/providers/alize.png +0 -0
- package/dist/assets/providers/bigtime-gaming.png +0 -0
- package/dist/assets/providers/bng.png +0 -0
- package/dist/assets/providers/boongo.png +0 -0
- package/dist/assets/providers/btg.png +0 -0
- package/dist/assets/providers/cq9.png +0 -0
- package/dist/assets/providers/darwin.png +0 -0
- package/dist/assets/providers/digitain.png +0 -0
- package/dist/assets/providers/evolution.png +0 -0
- package/dist/assets/providers/fantasma-games.png +0 -0
- package/dist/assets/providers/fc.png +0 -0
- package/dist/assets/providers/fp.png +0 -0
- package/dist/assets/providers/habanero.png +0 -0
- package/dist/assets/providers/hacksaw.png +0 -0
- package/dist/assets/providers/jdb.png +0 -0
- package/dist/assets/providers/jili.png +0 -0
- package/dist/assets/providers/leap.png +0 -0
- package/dist/assets/providers/live-22-metaverse.png +0 -0
- package/dist/assets/providers/netent.png +0 -0
- package/dist/assets/providers/no-limit.png +0 -0
- package/dist/assets/providers/pg.png +0 -0
- package/dist/assets/providers/pgsoft.png +0 -0
- package/dist/assets/providers/pragmatic-play.png +0 -0
- package/dist/assets/providers/realtime-gaming.png +0 -0
- package/dist/assets/providers/redtiger.png +0 -0
- package/dist/assets/providers/rtg.png +0 -0
- package/dist/assets/providers/sagaming.png +0 -0
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.d.ts +0 -11
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.js +0 -55
- package/dist/components/KYCNotRequired/KYCNotRequired.d.ts +0 -0
- package/dist/components/KYCNotRequired/KYCNotRequired.js +0 -1
- package/dist/components/Quests/MultiWageringQuest.d.ts +0 -1
- package/dist/components/Quests/MultiWageringQuest.js +0 -111
- package/dist/images/game-providers/ALPHACHINKO.png +0 -0
- package/dist/tsconfig.build.tsbuildinfo +0 -1
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { type AiOeWalletPaymentMethod } from './utils';
|
|
2
|
-
interface AiOPaymentMethodsProps {
|
|
3
|
-
value?: AiOeWalletPaymentMethod;
|
|
4
|
-
onChange?: (value: AiOeWalletPaymentMethod) => void;
|
|
5
|
-
defaultValue?: AiOeWalletPaymentMethod;
|
|
6
|
-
options?: AiOeWalletPaymentMethod[];
|
|
7
|
-
className?: string;
|
|
8
|
-
label?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare function AiOPaymentMethods(props: AiOPaymentMethodsProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import Image from 'next/image';
|
|
3
|
-
import { twMerge } from 'tailwind-merge';
|
|
4
|
-
import { useControllableState } from '../../client/hooks/useControllableState.js';
|
|
5
|
-
import { CheckIcon } from '../../icons/CheckIcon.js';
|
|
6
|
-
import gcash from '../../images/gcash.png';
|
|
7
|
-
import grabPay from '../../images/grabpay.png';
|
|
8
|
-
import maya from '../../images/maya.png';
|
|
9
|
-
import palawanPay from '../../images/palawanpay.png';
|
|
10
|
-
import { Checkbox } from '../../ui/Checkbox/index.js';
|
|
11
|
-
import { Field } from '../../ui/Field/index.js';
|
|
12
|
-
import { AiOeWalletPaymentMethodDefinition, } from './utils.js';
|
|
13
|
-
const AIO_EWALLET_OPTIONS = [
|
|
14
|
-
{
|
|
15
|
-
value: 'AIO_GCASH',
|
|
16
|
-
label: 'GCash',
|
|
17
|
-
image: gcash,
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
value: 'AIO_PAY_MAYA',
|
|
21
|
-
label: 'Maya',
|
|
22
|
-
image: maya,
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
value: 'AIO_GRAB_PAY',
|
|
26
|
-
label: 'GrabPay',
|
|
27
|
-
image: grabPay,
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
value: 'AIO_PALAWAN_PAY',
|
|
31
|
-
label: 'Palawan Pay',
|
|
32
|
-
image: palawanPay,
|
|
33
|
-
},
|
|
34
|
-
];
|
|
35
|
-
export function AiOPaymentMethods(props) {
|
|
36
|
-
const options = props.options && props.options.length > 0
|
|
37
|
-
? AIO_EWALLET_OPTIONS.filter((option) => props.options?.includes(option.value))
|
|
38
|
-
: AIO_EWALLET_OPTIONS;
|
|
39
|
-
const [value, setValue] = useControllableState({
|
|
40
|
-
value: props.value,
|
|
41
|
-
defaultValue: props.defaultValue ?? options[0]?.value,
|
|
42
|
-
onChange: props.onChange,
|
|
43
|
-
});
|
|
44
|
-
const parseValue = (val) => {
|
|
45
|
-
return AiOeWalletPaymentMethodDefinition.parse(val);
|
|
46
|
-
};
|
|
47
|
-
return (_jsxs("div", { className: props.className, children: [_jsx(Field.Label, { asChild: true, children: _jsx("div", { children: props.label || 'AIO eWallet payment methods' }) }), _jsx(Checkbox.Group, { value: [value], onValueChange: (newValue) => {
|
|
48
|
-
const lastValue = newValue.at(-1);
|
|
49
|
-
if (!lastValue)
|
|
50
|
-
return;
|
|
51
|
-
setValue(parseValue(lastValue));
|
|
52
|
-
}, className: "grid grid-cols-2 gap-x-4 gap-y-3", children: options.map((option) => (_jsxs(Checkbox.Root, { value: option.value, className: "flex cursor-pointer items-center justify-between rounded-xl border border-border-secondary ui-checked:border-border-brand-solid p-lg", children: [_jsx("div", { className: twMerge('rounded-xs', option.value === 'AIO_GRAB_PAY'
|
|
53
|
-
? 'bg-transparent px-0 py-0'
|
|
54
|
-
: 'bg-white px-sm py-[0.688rem]', option.value === 'AIO_GCASH' && 'bg-[#017EFF]', option.value === 'AIO_PALAWAN_PAY' && 'bg-[#026308]', option.value === 'AIO_PAY_MAYA' && 'bg-black'), children: _jsx(Image, { src: option.image, alt: "", width: 200, height: 40, className: twMerge('h-[1.063rem] w-auto', option.value === 'AIO_GRAB_PAY' && 'h-[3rem] rounded-[4px]', option.value === 'AIO_PALAWAN_PAY' && 'h-[2rem]'), draggable: false }) }), _jsx(Checkbox.Control, { className: "shrink-0", children: _jsx(Checkbox.Indicator, { asChild: true, children: _jsx(CheckIcon, {}) }) }), _jsx(Checkbox.HiddenInput, {})] }, option.value))) })] }));
|
|
55
|
-
}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function MultiWageringQuest(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { useRouter, useSearchParams } from 'next/navigation';
|
|
3
|
-
import { useCallback, useMemo } from 'react';
|
|
4
|
-
import { useControllableState } from '../../client/hooks/useControllableState.js';
|
|
5
|
-
import { useDisclosure } from '../../client/hooks/useDisclosure.js';
|
|
6
|
-
import { useLocaleInfo } from '../../client/hooks/useLocaleInfo.js';
|
|
7
|
-
import { Lock01Icon } from '../../icons/Lock01Icon.js';
|
|
8
|
-
import { XIcon } from '../../icons/XIcon.js';
|
|
9
|
-
import { Badge } from '../../ui/Badge/index.js';
|
|
10
|
-
import { Button } from '../../ui/Button/index.js';
|
|
11
|
-
import { Dialog } from '../../ui/Dialog/index.js';
|
|
12
|
-
import { Portal } from '../../ui/Portal/index.js';
|
|
13
|
-
import { Progress } from '../../ui/Progress/index.js';
|
|
14
|
-
import { Prose } from '../../ui/Prose/index.js';
|
|
15
|
-
import { formatNumber } from '../../utils/formatNumber.js';
|
|
16
|
-
import { useQuestContext } from './QuestsContext.js';
|
|
17
|
-
import { RemainingTime } from './RemainingTime.js';
|
|
18
|
-
export function MultiWageringQuest() {
|
|
19
|
-
const disclosure = useDisclosure();
|
|
20
|
-
const quest = useQuestContext();
|
|
21
|
-
const { stages, totalStage, currentStage, progressPercentage } = useMemo(() => {
|
|
22
|
-
const currentStage = quest.stages.filter((m) => m.cleared).length;
|
|
23
|
-
const progress = [];
|
|
24
|
-
const turnover = parseFloat(quest.turnover || '0');
|
|
25
|
-
let remaining = turnover;
|
|
26
|
-
const stageTargets = quest.stages.map((s) => parseFloat(s.targetTurnover));
|
|
27
|
-
for (const target of stageTargets) {
|
|
28
|
-
if (remaining <= 0) {
|
|
29
|
-
progress.push(0);
|
|
30
|
-
}
|
|
31
|
-
else if (remaining >= target) {
|
|
32
|
-
progress.push(100);
|
|
33
|
-
}
|
|
34
|
-
else {
|
|
35
|
-
progress.push((remaining / target) * 100);
|
|
36
|
-
}
|
|
37
|
-
remaining -= target;
|
|
38
|
-
}
|
|
39
|
-
if (!quest?.stages) {
|
|
40
|
-
return {
|
|
41
|
-
stages: [],
|
|
42
|
-
totalStage: 0,
|
|
43
|
-
currentStage: 0,
|
|
44
|
-
progressPercentage: 0,
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
const transformedStages = quest.stages.map((stage, idx) => ({
|
|
48
|
-
...stage,
|
|
49
|
-
progressValue: progress[idx],
|
|
50
|
-
}));
|
|
51
|
-
return {
|
|
52
|
-
stages: transformedStages,
|
|
53
|
-
totalStage: quest.stages.length,
|
|
54
|
-
currentStage: currentStage === 0 ? 1 : currentStage,
|
|
55
|
-
progressPercentage: +quest.progressPercentage,
|
|
56
|
-
};
|
|
57
|
-
}, [quest]);
|
|
58
|
-
const handleViewDetails = useCallback(() => {
|
|
59
|
-
disclosure.setOpen(true);
|
|
60
|
-
}, [disclosure]);
|
|
61
|
-
const localeInfo = useLocaleInfo();
|
|
62
|
-
const params = useSearchParams();
|
|
63
|
-
const questId = params.get('id');
|
|
64
|
-
const isOpen = useMemo(() => {
|
|
65
|
-
return questId === quest.id;
|
|
66
|
-
}, [questId, quest.id]);
|
|
67
|
-
const router = useRouter();
|
|
68
|
-
return (_jsxs(_Fragment, { children: [_jsxs("div", { className: "flex h-full w-full flex-col space-y-6 rounded-2xl border border-border-primary bg-bg-tertiary px-4 pt-5 pb-6", children: [_jsxs("div", { className: "flex flex-col space-y-2", children: [_jsx("div", { className: "flex max-h-7.5 items-center justify-between", children: _jsx(RemainingTime, { endOfDay: true }) }), _jsx("p", { className: "font-semibold text-xl", children: quest?.name || 'Multi Stage Wagering Quest' }), _jsx("div", { className: "text-[#CECFD2] text-sm", dangerouslySetInnerHTML: {
|
|
69
|
-
__html: quest?.description ||
|
|
70
|
-
'Ready for a challenge? Complete them all and get amazing rewards!',
|
|
71
|
-
} }), _jsxs("div", { className: "flex items-center justify-between pt-5", children: [_jsxs("p", { className: "text-[#F5F5F6] text-sm", children: ["Progress: ", quest.progressPercentage, "%"] }), _jsxs("p", { className: "text-[#F5F5F6] text-sm", children: [quest.turnover, _jsxs("span", { className: "text-[#94969C]", children: ["/", quest.targetTurnover, " PHP"] })] })] }), _jsx(Progress.Root, { max: 100, className: "h-2 rounded-full bg-bg-primary", value: progressPercentage, children: _jsx(Progress.Track, { children: _jsx(Progress.Range, { className: "bg-utility-brand-600" }) }) }), _jsxs("div", { className: "flex items-center justify-between", children: [_jsxs("p", { className: "text-[#F5F5F6] text-sm", children: ["Stage ", currentStage, " of ", totalStage] }), _jsx(Badge.Root, { size: "lg", className: "border border-border-badge bg-bg-badge", round: false, children: _jsxs(Badge.Label, { className: "!text-text-badge flex items-center justify-center text-xs", children: [_jsx("p", { className: "flex h-[10px] items-center justify-center", children: "+" }), ' ', formatNumber(quest.stages?.reduce((curr, prev) => {
|
|
72
|
-
return curr + Number(prev.bonusAmount || 0);
|
|
73
|
-
}, 0), {
|
|
74
|
-
currency: localeInfo.currency.code,
|
|
75
|
-
maxDecimalPlaces: 0,
|
|
76
|
-
minDecimalPlaces: 0,
|
|
77
|
-
}), ' ', "Bonus"] }) })] })] }), _jsx("div", { className: "flex h-full items-end", children: _jsx(Button, { size: "sm", onClick: handleViewDetails, "aria-label": "View Details", disabled: quest.status === 'FAILED' || quest.status === 'COMPLETED', className: "disabled:bg-bg-primary disabled:text-text-disabled", children: "View Details" }) })] }), _jsx(Stages, { open: disclosure.open || isOpen, onOpenChange: (open) => {
|
|
78
|
-
disclosure.setOpen(open);
|
|
79
|
-
router.push('/quests');
|
|
80
|
-
}, quest: quest, stages: stages })] }));
|
|
81
|
-
}
|
|
82
|
-
function Stages(props) {
|
|
83
|
-
const [open, setOpen] = useControllableState({
|
|
84
|
-
value: props.open,
|
|
85
|
-
defaultValue: props.defaultOpen ?? false,
|
|
86
|
-
onChange: props.onOpenChange,
|
|
87
|
-
});
|
|
88
|
-
const currentStage = useMemo(() => {
|
|
89
|
-
const stage = props?.stages?.findLastIndex((stage) => stage.cleared) ?? 0;
|
|
90
|
-
return stage !== -1 ? stage + 1 : 1;
|
|
91
|
-
}, [props.stages]);
|
|
92
|
-
return (_jsx(Dialog.Root, { lazyMount: true, unmountOnExit: true, open: open, onOpenChange: (details) => setOpen(details.open), closeOnEscape: false, closeOnInteractOutside: false, children: _jsxs(Portal, { children: [_jsx(Dialog.Backdrop, { className: "!z-[calc(var(--z-dialog)+1)]" }), _jsx(Dialog.Positioner, { className: "!z-[calc(var(--z-dialog)+2)] flex items-center justify-center", children: _jsxs(Dialog.Content, { className: "mx-auto mt-40 min-h-auto min-w-[23rem] max-w-[25rem] overflow-y-auto rounded-xl border border-border-wagering-popup px-4 py-5", children: [_jsx(Dialog.CloseTrigger, { children: _jsx(XIcon, {}) }), _jsxs("div", { className: "group flex flex-col space-y-5 text-sm text-text-quarterary-brand", children: [_jsx("h2", { className: "font-semibold text-lg text-text-primary-900", children: props.quest?.name || 'Quest' }), _jsx(Prose, { dangerouslySetInnerHTML: {
|
|
93
|
-
__html: props.quest?.description ?? '',
|
|
94
|
-
} }), _jsx("div", { className: "flex w-full flex-col space-y-3", children: props.stages.map((stage, idx) => {
|
|
95
|
-
if (currentStage >= idx + 1) {
|
|
96
|
-
return (_jsx(QuestWageringStageUnlocked, { data: stage, progressValue: stage.progressValue, bonus: stage.bonusAmount, stage: idx, isCompleted: stage.cleared }, idx));
|
|
97
|
-
}
|
|
98
|
-
else {
|
|
99
|
-
return _jsx(QuestWageringStageLocked, { stage: idx }, idx);
|
|
100
|
-
}
|
|
101
|
-
}) }), _jsx(Button, { size: "sm", onClick: () => setOpen(false), "aria-label": "Close", className: "w-full", children: "Close" })] })] }) })] }) }));
|
|
102
|
-
}
|
|
103
|
-
function QuestWageringStageUnlocked({ bonus, stage, progressValue, data, isCompleted = false, }) {
|
|
104
|
-
const localeInfo = useLocaleInfo();
|
|
105
|
-
return (_jsxs("div", { className: "mb-4 flex flex-col justify-between rounded-xl border border-border-wagering-stage-popup bg-bg-wagering-stage-popup p-3", children: [_jsxs("div", { className: "flex items-center justify-between", children: [_jsxs("p", { className: "font-medium", children: ["Stage ", stage + 1] }), _jsx(Badge.Root, { colorScheme: isCompleted ? 'success' : 'blue', size: "md", round: true, children: _jsx(Badge.Label, { children: data.cleared ? 'Completed' : 'Ongoing' }) })] }), _jsxs("div", { className: "mt-2.5 flex items-center justify-between", children: [_jsxs("p", { children: ["Progress ", progressValue, "%"] }), _jsx(Badge.Root, { size: "md", className: "border border-border-badge bg-bg-badge", round: false, children: _jsxs(Badge.Label, { className: "!text-text-badge", children: ["+", formatNumber(bonus, {
|
|
106
|
-
currency: localeInfo.currency.code,
|
|
107
|
-
}), ' ', "Bonus"] }) })] }), _jsx(Progress.Root, { max: 100, className: "mt-2 h-2 rounded-full bg-bg-primary", value: progressValue ?? 0, children: _jsx(Progress.Track, { children: _jsx(Progress.Range, { className: "bg-utility-brand-600" }) }) })] }));
|
|
108
|
-
}
|
|
109
|
-
function QuestWageringStageLocked({ stage }) {
|
|
110
|
-
return (_jsxs("div", { className: "mb-4 flex items-center justify-between rounded-xl border border-border-wagering-stage-popup bg-bg-wagering-stage-popup p-3", children: [_jsxs("p", { className: "font-medium", children: ["Stage ", stage + 1] }), _jsx("div", { className: "flex items-center justify-center rounded-full border border-border-lock bg-bg-lock p-1", children: _jsx(Lock01Icon, { className: "size-3 stroke-3 font-medium text-text-lock" }) })] }));
|
|
111
|
-
}
|
|
Binary file
|