@opexa/portal-components 0.0.716 → 0.0.718
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/Messages/Messages.lazy.js +7 -2
- package/dist/components/Messages/MessagesPopup.js +4 -1
- package/dist/components/Messages/utils.d.ts +1 -1
- package/dist/components/Messages/utils.js +20 -2
- package/dist/services/queries.d.ts +1 -1
- package/dist/services/queries.js +15 -0
- package/dist/ui/Carousel/Carousel.d.ts +45 -45
- package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
- package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
- package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
- 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/Menu/Menu.d.ts +144 -144
- package/dist/ui/Menu/menu.recipe.d.ts +8 -8
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- 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/package.json +1 -1
- package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
- package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .d.ts +0 -1
- package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .js +0 -191
- package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
- package/dist/components/DigitainLauncher/Loading.js +0 -5
- package/dist/components/KYC/BasicInformation.d.ts +0 -1
- package/dist/components/KYC/BasicInformation.js +0 -101
- package/dist/components/KYC/IdentityVerification.d.ts +0 -1
- package/dist/components/KYC/IdentityVerification.js +0 -120
- package/dist/components/KYC/Indicator.d.ts +0 -1
- package/dist/components/KYC/Indicator.js +0 -8
- package/dist/components/KYC/KYC.lazy.d.ts +0 -6
- package/dist/components/KYC/KYC.lazy.js +0 -45
- package/dist/components/KYC/KYCContext.d.ts +0 -6
- package/dist/components/KYC/KYCContext.js +0 -2
- package/dist/components/KYC/PersonalInformation.d.ts +0 -1
- package/dist/components/KYC/PersonalInformation.js +0 -122
- package/dist/components/KYC/useKYC.d.ts +0 -25
- package/dist/components/KYC/useKYC.js +0 -38
- package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
- package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
- package/dist/icons/LinkBrokenIcon.d.ts +0 -2
- package/dist/icons/LinkBrokenIcon.js +0 -4
- package/dist/images/responsible-gaming-yellow.png +0 -0
|
@@ -12,6 +12,7 @@ import { useLocaleInfo } from '../../client/hooks/useLocaleInfo.js';
|
|
|
12
12
|
import { useMarkAllMessagesAsReadMutation } from '../../client/hooks/useMarkAllMessagesAsReadMutation.js';
|
|
13
13
|
import { useMarkMessageAsReadMutation } from '../../client/hooks/useMarkMessageAsReadMutation.js';
|
|
14
14
|
import { useMessagesQuery } from '../../client/hooks/useMessagesQuery.js';
|
|
15
|
+
import { useSessionQuery } from '../../client/hooks/useSessionQuery.js';
|
|
15
16
|
import { useUnreadMessagesCountQuery } from '../../client/hooks/useUnreadMessagesCountQuery.js';
|
|
16
17
|
import { NotifExitIcon } from '../../icons/NotifExitIcon.js';
|
|
17
18
|
import { SpinnerIcon } from '../../icons/SpinnerIcon.js';
|
|
@@ -69,6 +70,8 @@ function Message() {
|
|
|
69
70
|
message: ctx.message,
|
|
70
71
|
})));
|
|
71
72
|
const markMessageAsReadMutation = useMarkMessageAsReadMutation();
|
|
73
|
+
const sessionQuery = useSessionQuery();
|
|
74
|
+
const session = sessionQuery.data;
|
|
72
75
|
return (_jsxs("button", { type: "button", className: "flex h-auto flex-shrink-0 cursor-pointer flex-col rounded-xs border border-border-secondary bg-bg-secondary px-3.5 py-2.5 text-left", onClick: () => {
|
|
73
76
|
globalStore.messages.setOpen(false);
|
|
74
77
|
globalStore.message.setOpen(true);
|
|
@@ -78,7 +81,7 @@ function Message() {
|
|
|
78
81
|
}
|
|
79
82
|
}, children: [_jsxs("div", { className: "flex items-center space-x-2", children: [_jsx("p", { className: "font-normal text-text-tertiary-600 text-xs", children: format(new Date(message.dateTimeCreated), 'M/d/yyyy - h:mma', {
|
|
80
83
|
in: tz(localeInfo.timezone),
|
|
81
|
-
}) }), !message.markedAsRead && (_jsx("span", { className: "block size-2.5 rounded-full bg-utility-success-500" }))] }), _jsxs("div", { className: "flex items-center space-x-2", children: [_jsx(MessageIcon, { type: message.icon, className: "size-5 text-brand-400" }), _jsx("h2", { className: "font-semibold text-sm text-text-primary-brand", children: message.title })] }), message.content && (_jsx("div", { className: "mt-2 line-clamp-3 text-wrap font-normal text-sm", dangerouslySetInnerHTML: { __html: message.content } })), message.actions.length > 0 && (_jsx("div", { className: "mt-2 flex flex-wrap items-center justify-end gap-2", children: message.actions.map((action, index) => (_jsx(Link, { className: "rounded-md border border-button-secondary-border px-3 py-2 text-button-secondary-fg text-sm", href: normalizeActionUrl(action.url, {
|
|
84
|
+
}) }), !message.markedAsRead && (_jsx("span", { className: "block size-2.5 rounded-full bg-utility-success-500" }))] }), _jsxs("div", { className: "flex items-center space-x-2", children: [_jsx(MessageIcon, { type: message.icon, className: "size-5 text-brand-400" }), _jsx("h2", { className: "font-semibold text-sm text-text-primary-brand", children: message.title })] }), message.content && (_jsx("div", { className: "mt-2 line-clamp-3 text-wrap font-normal text-sm", dangerouslySetInnerHTML: { __html: message.content } })), message.actions.length > 0 && (_jsx("div", { className: "mt-2 flex flex-wrap items-center justify-end gap-2", children: message.actions.map((action, index) => (_jsx(Link, { className: "rounded-md border border-button-secondary-border px-3 py-2 text-button-secondary-fg text-sm", href: normalizeActionUrl(action.url, session?.token || '', {
|
|
82
85
|
transactionsPageUrl,
|
|
83
86
|
questsPageUrl,
|
|
84
87
|
}), onClick: (e) => {
|
|
@@ -104,11 +107,13 @@ export function MessageDetails() {
|
|
|
104
107
|
}
|
|
105
108
|
return content;
|
|
106
109
|
};
|
|
110
|
+
const sessionQuery = useSessionQuery();
|
|
111
|
+
const session = sessionQuery.data;
|
|
107
112
|
return (_jsx(Dialog.Root, { lazyMount: true, unmountOnExit: true, open: globalStore.message.open, onOpenChange: (details) => {
|
|
108
113
|
globalStore.message.setOpen(details.open);
|
|
109
114
|
}, 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 max-h-[80vh] min-w-[21.438rem] max-w-[21.438rem] overflow-y-auto rounded-xl p-3xl lg:min-w-[25rem] lg:max-w-[25rem]", children: [_jsx(Dialog.CloseTrigger, { children: _jsx(XIcon, {}) }), _jsx("div", { className: "mx-auto flex size-12 items-center justify-center rounded-full bg-bg-brand-secondary text-text-brand", children: _jsx(MessageIcon, { type: message?.icon ?? 'INFO', className: "size-6" }) }), _jsx(Dialog.Title, { className: "mt-lg text-center font-semibold text-lg lg:mt-xl", children: message?.title }), message?.content && (_jsx(Dialog.Description, { className: "mt-xs pb-5 text-center text-sm text-text-secondary-700 [&_li]:mb-1 [&_ol]:list-decimal [&_ol]:pl-5 [&_ol]:text-left [&_ul]:list-disc [&_ul]:pl-5 [&_ul]:text-left", dangerouslySetInnerHTML: {
|
|
110
115
|
__html: transformContent(message?.content),
|
|
111
|
-
} })), message?.image && (_jsx("div", { className: "mt-5 pb-5", children: _jsx(Image, { src: message?.image, alt: "", width: 400, height: 250, loading: "lazy", unoptimized: true, className: "h-auto w-full rounded-sm" }) })), message?.actions.length ? (_jsx("div", { className: "mt-3xl flex flex-col gap-2 text-center lg:mt-4xl", children: message?.actions.map((action, index) => (_jsx(Button, { asChild: true, children: _jsx(Link, { href: normalizeActionUrl(action.url, {
|
|
116
|
+
} })), message?.image && (_jsx("div", { className: "mt-5 pb-5", children: _jsx(Image, { src: message?.image, alt: "", width: 400, height: 250, loading: "lazy", unoptimized: true, className: "h-auto w-full rounded-sm" }) })), message?.actions.length ? (_jsx("div", { className: "mt-3xl flex flex-col gap-2 text-center lg:mt-4xl", children: message?.actions.map((action, index) => (_jsx(Button, { asChild: true, children: _jsx(Link, { href: normalizeActionUrl(action.url, session?.token || '', {
|
|
112
117
|
transactionsPageUrl,
|
|
113
118
|
questsPageUrl,
|
|
114
119
|
}), onClick: (e) => {
|
|
@@ -8,6 +8,7 @@ import { useDisclosure } from '../../client/hooks/useDisclosure.js';
|
|
|
8
8
|
import { useGlobalStore } from '../../client/hooks/useGlobalStore.js';
|
|
9
9
|
import { useMarkMessageAsReadMutation } from '../../client/hooks/useMarkMessageAsReadMutation.js';
|
|
10
10
|
import { useMessagesQuery } from '../../client/hooks/useMessagesQuery.js';
|
|
11
|
+
import { useSessionQuery } from '../../client/hooks/useSessionQuery.js';
|
|
11
12
|
import { ChevronLeftIcon } from '../../icons/ChevronLeftIcon.js';
|
|
12
13
|
import { ChevronRightIcon } from '../../icons/ChevronRightIcon.js';
|
|
13
14
|
import { XIcon } from '../../icons/XIcon.js';
|
|
@@ -108,6 +109,8 @@ export function MessagesPopup() {
|
|
|
108
109
|
}
|
|
109
110
|
return content;
|
|
110
111
|
};
|
|
112
|
+
const sessionQuery = useSessionQuery();
|
|
113
|
+
const session = sessionQuery.data;
|
|
111
114
|
return (_jsx(Dialog.Root, { open: disclosure.open &&
|
|
112
115
|
!paused &&
|
|
113
116
|
!globalStore.kyc.open &&
|
|
@@ -117,7 +120,7 @@ export function MessagesPopup() {
|
|
|
117
120
|
setIndex(details.page);
|
|
118
121
|
}, slideCount: messages.length, allowMouseDrag: true, autoplay: false, children: [_jsx(Carousel.ItemGroup, { children: messages.map((message, index) => (_jsxs(Carousel.Item, { index: index, className: "select-none", children: [_jsx("div", { className: "mx-auto flex size-12 items-center justify-center rounded-full bg-bg-brand-secondary text-text-brand", children: _jsx(MessageIcon, { type: message.icon, className: "size-6" }) }), _jsx("h2", { className: "mt-lg text-center font-semibold text-lg xl:mt-xl", children: message.title }), message.content && (_jsx("div", { dangerouslySetInnerHTML: {
|
|
119
122
|
__html: transformContent(message.content),
|
|
120
|
-
}, className: "mt-xs pb-5 text-left text-sm text-text-secondary-700 [&_li>ol]:list-decimal [&_li>ol]:pl-5 [&_li>ul]:list-disc [&_li>ul]:pl-5 [&_li]:mb-1 [&_ol]:list-decimal [&_ol]:pl-5 [&_ul]:list-disc [&_ul]:pl-5" })), message.image && (_jsx("div", { className: "mt-5 pb-5", children: _jsx(Image, { src: message.image, alt: "", width: 400, height: 250, loading: "lazy", unoptimized: true, className: "h-auto w-full rounded-sm" }) })), message.actions.length ? (_jsx("div", { className: "mt-3xl flex flex-col gap-2 text-center lg:mt-4xl", children: message.actions.map((action, index) => (_jsx(Button, { asChild: true, children: _jsx(Link, { href: normalizeActionUrl(action.url, {
|
|
123
|
+
}, className: "mt-xs pb-5 text-left text-sm text-text-secondary-700 [&_li>ol]:list-decimal [&_li>ol]:pl-5 [&_li>ul]:list-disc [&_li>ul]:pl-5 [&_li]:mb-1 [&_ol]:list-decimal [&_ol]:pl-5 [&_ul]:list-disc [&_ul]:pl-5" })), message.image && (_jsx("div", { className: "mt-5 pb-5", children: _jsx(Image, { src: message.image, alt: "", width: 400, height: 250, loading: "lazy", unoptimized: true, className: "h-auto w-full rounded-sm" }) })), message.actions.length ? (_jsx("div", { className: "mt-3xl flex flex-col gap-2 text-center lg:mt-4xl", children: message.actions.map((action, index) => (_jsx(Button, { asChild: true, children: _jsx(Link, { href: normalizeActionUrl(action.url, session?.token || '', {
|
|
121
124
|
questsPageUrl,
|
|
122
125
|
transactionsPageUrl,
|
|
123
126
|
}), onClick: () => {
|
|
@@ -2,5 +2,5 @@ interface NormalizeActionUrlOptions {
|
|
|
2
2
|
transactionsPageUrl: string;
|
|
3
3
|
questsPageUrl: string;
|
|
4
4
|
}
|
|
5
|
-
export declare function normalizeActionUrl(value: string, options: NormalizeActionUrlOptions): string;
|
|
5
|
+
export declare function normalizeActionUrl(value: string, token: string, options: NormalizeActionUrlOptions): string;
|
|
6
6
|
export {};
|
|
@@ -1,4 +1,22 @@
|
|
|
1
|
-
|
|
1
|
+
const QUEST_MILESTONE_LINK_REGEX = /^https:\/\/api\.trigger\.(?:development\.)?opexa\.io\/v1\/quests\/([^/]+)\/milestones\/([^/]+)\/link\/?$/;
|
|
2
|
+
function isQuestMilestoneLink(url) {
|
|
3
|
+
const m = url.match(QUEST_MILESTONE_LINK_REGEX);
|
|
4
|
+
if (!m)
|
|
5
|
+
return { match: false };
|
|
6
|
+
return { match: true, questId: m[1], milestoneId: m[2] };
|
|
7
|
+
}
|
|
8
|
+
function appendTokenIfCustomLinkMilestone(url, token) {
|
|
9
|
+
if (!token)
|
|
10
|
+
return url;
|
|
11
|
+
if (!isQuestMilestoneLink(url).match)
|
|
12
|
+
return url;
|
|
13
|
+
const u = new URL(url);
|
|
14
|
+
if (!u.searchParams.has('token')) {
|
|
15
|
+
u.searchParams.set('token', token);
|
|
16
|
+
}
|
|
17
|
+
return u.toString();
|
|
18
|
+
}
|
|
19
|
+
export function normalizeActionUrl(value, token, options) {
|
|
2
20
|
const searchParams = new URLSearchParams(value);
|
|
3
21
|
if (value === 'quests') {
|
|
4
22
|
return options.questsPageUrl;
|
|
@@ -13,5 +31,5 @@ export function normalizeActionUrl(value, options) {
|
|
|
13
31
|
return `${options.transactionsPageUrl}?tab=withdrawals&id=${searchParams.get('id')}`;
|
|
14
32
|
}
|
|
15
33
|
}
|
|
16
|
-
return value;
|
|
34
|
+
return appendTokenIfCustomLinkMilestone(value, token);
|
|
17
35
|
}
|
|
@@ -14,7 +14,7 @@ export declare const END_GAME_SESSION = "\n mutation EndGameSession($input: End
|
|
|
14
14
|
export declare const END_GAME_SESSION__LEGACY = "\n mutation EndGameSession($input: EndGameSessionInput!) {\n endGameSession(input: $input) {\n ... on GameSessionDoesNotExistError {\n name: __typename\n message\n }\n ... on GameSessionAlreadyClosedError {\n name: __typename\n message\n }\n ... on GameProviderError {\n name: __typename\n message\n }\n }\n }\n";
|
|
15
15
|
export declare const RECOMMENDED_GAMES = "\n query RecommendedGames {\n recommendedGames {\n id\n name\n type\n provider\n }\n }\n";
|
|
16
16
|
export declare const ANNOUNCEMENTS = "\n query Announcements(\n $first: Int\n $after: Cursor\n $filter: AnnouncementFilterInput\n ) {\n announcements(first: $first, after: $after, filter: $filter) {\n edges {\n cursor\n node {\n ... on Announcement {\n id\n type\n title\n status\n message\n activationStartDateTime\n activationEndDateTime\n dateTimeCreated\n dateTimeLastUpdated\n }\n }\n }\n totalCount\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n }\n";
|
|
17
|
-
export declare const WITHDRAWAL_RECORDS = "\n query WithdrawalRecords(\n $first: Int\n $after: Cursor\n $filter: WithdrawalRecordFilterInput\n ) {\n member {\n withdrawalRecords(first: $first, after: $after, filter: $filter) {\n edges {\n cursor\n node {\n ... on BankWithdrawalRecord {\n id\n type\n bank\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on GCashWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n recipientMobileNumber\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on ManualWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on MayaAppWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on InstapayWithdrawalRecord {\n id\n type\n fee\n netAmount\n bankName\n reference\n accountName\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on ManualUPIWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on ManualBankWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on VentajaDisbursementWithdrawalRecord {\n bankName\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on PisoPayRemittanceWithdrawalRecord {\n bankName\n id\n type\n fee\n accountName\n accountNumber\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n }\n }\n totalCount\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n }\n }\n";
|
|
17
|
+
export declare const WITHDRAWAL_RECORDS = "\n query WithdrawalRecords(\n $first: Int\n $after: Cursor\n $filter: WithdrawalRecordFilterInput\n ) {\n member {\n withdrawalRecords(first: $first, after: $after, filter: $filter) {\n edges {\n cursor\n node {\n ... on BankWithdrawalRecord {\n id\n type\n bank\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on GCashWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n recipientMobileNumber\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on ManualWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on MayaAppWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on InstapayWithdrawalRecord {\n id\n type\n fee\n netAmount\n bankName\n reference\n accountName\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on ManualUPIWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on ManualBankWithdrawalRecord {\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on VentajaDisbursementWithdrawalRecord {\n bankName\n id\n type\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on PisoPayRemittanceWithdrawalRecord {\n bankName\n id\n type\n fee\n accountName\n accountNumber\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n ... on GCashStandardCashInWithdrawalRecord {\n id\n type\n bank\n fee\n netAmount\n reference\n amount\n status\n error\n withdrawalNumber\n serialCode\n dateTimeCreated\n dateTimeLastUpdated\n }\n }\n }\n totalCount\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n }\n }\n";
|
|
18
18
|
export declare const CREATE_GCASH_WITHDRAWAL = "\n mutation CreateGCashWithdrawal($input: CreateGCashWithdrawalInput!) {\n createGCashWithdrawal(input: $input) {\n ... on AccountNotVerifiedError {\n name: __typename\n message\n }\n ... on InvalidTransactionPasswordError {\n name: __typename\n message\n }\n ... on InvalidWithdrawalAmountError {\n name: __typename\n message\n }\n ... on MobileNumberNotVerifiedError {\n name: __typename\n message\n }\n ... on NotEnoughBalanceError {\n name: __typename\n message\n }\n ... on WithdrawalDailyLimitExceededError {\n name: __typename\n message\n }\n ... on ReCAPTCHAVerificationFailedError {\n name: __typename\n message\n }\n ... on WalletDoesNotExistError {\n name: __typename\n message\n }\n ... on TransactionPasswordNotSetError {\n name: __typename\n message\n }\n ... on TurnoverRequirementNotYetFulfilledError {\n name: __typename\n message\n }\n }\n }\n";
|
|
19
19
|
export declare const CREATE_GCASH_STANDARD_CASH_IN_WITHDRAWAL = "\n mutation CreateGCashStandardCashInWithdrawal(\n $input: CreateGCashStandardCashInWithdrawalInput!\n ) {\n createGCashStandardCashInWithdrawal(input: $input) {\n ... on AccountNotVerifiedError {\n name: __typename\n message\n }\n ... on InvalidTransactionPasswordError {\n name: __typename\n message\n }\n ... on InvalidWithdrawalAmountError {\n name: __typename\n message\n }\n ... on MobileNumberNotVerifiedError {\n name: __typename\n message\n }\n ... on NotEnoughBalanceError {\n name: __typename\n message\n }\n ... on WithdrawalDailyLimitExceededError {\n name: __typename\n message\n }\n ... on ReCAPTCHAVerificationFailedError {\n name: __typename\n message\n }\n ... on WalletDoesNotExistError {\n name: __typename\n message\n }\n ... on TransactionPasswordNotSetError {\n name: __typename\n message\n }\n ... on TurnoverRequirementNotYetFulfilledError {\n name: __typename\n message\n }\n }\n }\n";
|
|
20
20
|
export declare const CREATE_MAYA_WITHDRAWAL = "\n mutation CreateMayaWithdrawal($input: CreateMayaWithdrawalInput!) {\n createMayaWithdrawal(input: $input) {\n ... on AccountNotVerifiedError {\n name: __typename\n message\n }\n ... on InvalidTransactionPasswordError {\n name: __typename\n message\n }\n ... on InvalidWithdrawalAmountError {\n name: __typename\n message\n }\n ... on MobileNumberNotVerifiedError {\n name: __typename\n message\n }\n ... on NotEnoughBalanceError {\n name: __typename\n message\n }\n ... on WithdrawalDailyLimitExceededError {\n name: __typename\n message\n }\n ... on TurnoverRequirementNotYetFulfilledError {\n name: __typename\n message\n }\n }\n }\n";
|
package/dist/services/queries.js
CHANGED
|
@@ -379,6 +379,21 @@ export const WITHDRAWAL_RECORDS = /* GraphQL */ `
|
|
|
379
379
|
dateTimeCreated
|
|
380
380
|
dateTimeLastUpdated
|
|
381
381
|
}
|
|
382
|
+
... on GCashStandardCashInWithdrawalRecord {
|
|
383
|
+
id
|
|
384
|
+
type
|
|
385
|
+
bank
|
|
386
|
+
fee
|
|
387
|
+
netAmount
|
|
388
|
+
reference
|
|
389
|
+
amount
|
|
390
|
+
status
|
|
391
|
+
error
|
|
392
|
+
withdrawalNumber
|
|
393
|
+
serialCode
|
|
394
|
+
dateTimeCreated
|
|
395
|
+
dateTimeLastUpdated
|
|
396
|
+
}
|
|
382
397
|
}
|
|
383
398
|
}
|
|
384
399
|
totalCount
|
|
@@ -3,9 +3,9 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
3
3
|
[key: string]: {
|
|
4
4
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
5
5
|
root?: import("tailwind-variants").ClassValue;
|
|
6
|
-
item?: import("tailwind-variants").ClassValue;
|
|
7
6
|
control?: import("tailwind-variants").ClassValue;
|
|
8
7
|
indicator?: import("tailwind-variants").ClassValue;
|
|
8
|
+
item?: import("tailwind-variants").ClassValue;
|
|
9
9
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
10
10
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
11
11
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -17,9 +17,9 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
17
17
|
[x: string]: {
|
|
18
18
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
19
19
|
root?: import("tailwind-variants").ClassValue;
|
|
20
|
-
item?: import("tailwind-variants").ClassValue;
|
|
21
20
|
control?: import("tailwind-variants").ClassValue;
|
|
22
21
|
indicator?: import("tailwind-variants").ClassValue;
|
|
22
|
+
item?: import("tailwind-variants").ClassValue;
|
|
23
23
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
24
24
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
25
25
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -27,13 +27,13 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
27
27
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
|
-
} | {}, Record<"root" | "
|
|
30
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
31
31
|
[key: string]: {
|
|
32
32
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
33
33
|
root?: import("tailwind-variants").ClassValue;
|
|
34
|
-
item?: import("tailwind-variants").ClassValue;
|
|
35
34
|
control?: import("tailwind-variants").ClassValue;
|
|
36
35
|
indicator?: import("tailwind-variants").ClassValue;
|
|
36
|
+
item?: import("tailwind-variants").ClassValue;
|
|
37
37
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
38
38
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
39
39
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -41,14 +41,14 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
41
41
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
|
-
} | {}, Record<"root" | "
|
|
44
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
45
45
|
export declare const AutoplayTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Carousel.AutoplayTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
46
46
|
[key: string]: {
|
|
47
47
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
48
48
|
root?: import("tailwind-variants").ClassValue;
|
|
49
|
-
item?: import("tailwind-variants").ClassValue;
|
|
50
49
|
control?: import("tailwind-variants").ClassValue;
|
|
51
50
|
indicator?: import("tailwind-variants").ClassValue;
|
|
51
|
+
item?: import("tailwind-variants").ClassValue;
|
|
52
52
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
53
53
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
54
54
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -60,9 +60,9 @@ export declare const AutoplayTrigger: import("react").ComponentType<import("@ark
|
|
|
60
60
|
[x: string]: {
|
|
61
61
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
62
62
|
root?: import("tailwind-variants").ClassValue;
|
|
63
|
-
item?: import("tailwind-variants").ClassValue;
|
|
64
63
|
control?: import("tailwind-variants").ClassValue;
|
|
65
64
|
indicator?: import("tailwind-variants").ClassValue;
|
|
65
|
+
item?: import("tailwind-variants").ClassValue;
|
|
66
66
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
67
67
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
68
68
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -70,13 +70,13 @@ export declare const AutoplayTrigger: import("react").ComponentType<import("@ark
|
|
|
70
70
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
71
71
|
};
|
|
72
72
|
};
|
|
73
|
-
} | {}, Record<"root" | "
|
|
73
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
74
74
|
[key: string]: {
|
|
75
75
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
76
76
|
root?: import("tailwind-variants").ClassValue;
|
|
77
|
-
item?: import("tailwind-variants").ClassValue;
|
|
78
77
|
control?: import("tailwind-variants").ClassValue;
|
|
79
78
|
indicator?: import("tailwind-variants").ClassValue;
|
|
79
|
+
item?: import("tailwind-variants").ClassValue;
|
|
80
80
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
81
81
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
82
82
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -84,14 +84,14 @@ export declare const AutoplayTrigger: import("react").ComponentType<import("@ark
|
|
|
84
84
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
85
85
|
};
|
|
86
86
|
};
|
|
87
|
-
} | {}, Record<"root" | "
|
|
87
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
88
88
|
export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<Carousel.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
89
89
|
[key: string]: {
|
|
90
90
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
91
91
|
root?: import("tailwind-variants").ClassValue;
|
|
92
|
-
item?: import("tailwind-variants").ClassValue;
|
|
93
92
|
control?: import("tailwind-variants").ClassValue;
|
|
94
93
|
indicator?: import("tailwind-variants").ClassValue;
|
|
94
|
+
item?: import("tailwind-variants").ClassValue;
|
|
95
95
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
96
96
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
97
97
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -103,9 +103,9 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
103
103
|
[x: string]: {
|
|
104
104
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
105
105
|
root?: import("tailwind-variants").ClassValue;
|
|
106
|
-
item?: import("tailwind-variants").ClassValue;
|
|
107
106
|
control?: import("tailwind-variants").ClassValue;
|
|
108
107
|
indicator?: import("tailwind-variants").ClassValue;
|
|
108
|
+
item?: import("tailwind-variants").ClassValue;
|
|
109
109
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
110
110
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
111
111
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -113,13 +113,13 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
113
113
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
|
-
} | {}, Record<"root" | "
|
|
116
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
117
117
|
[key: string]: {
|
|
118
118
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
119
119
|
root?: import("tailwind-variants").ClassValue;
|
|
120
|
-
item?: import("tailwind-variants").ClassValue;
|
|
121
120
|
control?: import("tailwind-variants").ClassValue;
|
|
122
121
|
indicator?: import("tailwind-variants").ClassValue;
|
|
122
|
+
item?: import("tailwind-variants").ClassValue;
|
|
123
123
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
124
124
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
125
125
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -127,14 +127,14 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
|
|
|
127
127
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
128
128
|
};
|
|
129
129
|
};
|
|
130
|
-
} | {}, Record<"root" | "
|
|
130
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
131
131
|
export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Carousel.IndicatorProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
132
132
|
[key: string]: {
|
|
133
133
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
134
134
|
root?: import("tailwind-variants").ClassValue;
|
|
135
|
-
item?: import("tailwind-variants").ClassValue;
|
|
136
135
|
control?: import("tailwind-variants").ClassValue;
|
|
137
136
|
indicator?: import("tailwind-variants").ClassValue;
|
|
137
|
+
item?: import("tailwind-variants").ClassValue;
|
|
138
138
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
139
139
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
140
140
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -146,9 +146,9 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
146
146
|
[x: string]: {
|
|
147
147
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
148
148
|
root?: import("tailwind-variants").ClassValue;
|
|
149
|
-
item?: import("tailwind-variants").ClassValue;
|
|
150
149
|
control?: import("tailwind-variants").ClassValue;
|
|
151
150
|
indicator?: import("tailwind-variants").ClassValue;
|
|
151
|
+
item?: import("tailwind-variants").ClassValue;
|
|
152
152
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
153
153
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
154
154
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -156,13 +156,13 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
156
156
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
157
157
|
};
|
|
158
158
|
};
|
|
159
|
-
} | {}, Record<"root" | "
|
|
159
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
160
160
|
[key: string]: {
|
|
161
161
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
162
162
|
root?: import("tailwind-variants").ClassValue;
|
|
163
|
-
item?: import("tailwind-variants").ClassValue;
|
|
164
163
|
control?: import("tailwind-variants").ClassValue;
|
|
165
164
|
indicator?: import("tailwind-variants").ClassValue;
|
|
165
|
+
item?: import("tailwind-variants").ClassValue;
|
|
166
166
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
167
167
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
168
168
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -170,14 +170,14 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
170
170
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
171
171
|
};
|
|
172
172
|
};
|
|
173
|
-
} | {}, Record<"root" | "
|
|
173
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
174
174
|
export declare const IndicatorGroup: import("react").ComponentType<import("@ark-ui/react").Assign<Carousel.IndicatorGroupProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
175
175
|
[key: string]: {
|
|
176
176
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
177
177
|
root?: import("tailwind-variants").ClassValue;
|
|
178
|
-
item?: import("tailwind-variants").ClassValue;
|
|
179
178
|
control?: import("tailwind-variants").ClassValue;
|
|
180
179
|
indicator?: import("tailwind-variants").ClassValue;
|
|
180
|
+
item?: import("tailwind-variants").ClassValue;
|
|
181
181
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
182
182
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
183
183
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -189,9 +189,9 @@ export declare const IndicatorGroup: import("react").ComponentType<import("@ark-
|
|
|
189
189
|
[x: string]: {
|
|
190
190
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
191
191
|
root?: import("tailwind-variants").ClassValue;
|
|
192
|
-
item?: import("tailwind-variants").ClassValue;
|
|
193
192
|
control?: import("tailwind-variants").ClassValue;
|
|
194
193
|
indicator?: import("tailwind-variants").ClassValue;
|
|
194
|
+
item?: import("tailwind-variants").ClassValue;
|
|
195
195
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
196
196
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
197
197
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -199,13 +199,13 @@ export declare const IndicatorGroup: import("react").ComponentType<import("@ark-
|
|
|
199
199
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
200
200
|
};
|
|
201
201
|
};
|
|
202
|
-
} | {}, Record<"root" | "
|
|
202
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
203
203
|
[key: string]: {
|
|
204
204
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
205
205
|
root?: import("tailwind-variants").ClassValue;
|
|
206
|
-
item?: import("tailwind-variants").ClassValue;
|
|
207
206
|
control?: import("tailwind-variants").ClassValue;
|
|
208
207
|
indicator?: import("tailwind-variants").ClassValue;
|
|
208
|
+
item?: import("tailwind-variants").ClassValue;
|
|
209
209
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
210
210
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
211
211
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -213,14 +213,14 @@ export declare const IndicatorGroup: import("react").ComponentType<import("@ark-
|
|
|
213
213
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
|
-
} | {}, Record<"root" | "
|
|
216
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
217
217
|
export declare const Item: import("react").ComponentType<import("@ark-ui/react").Assign<Carousel.ItemProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
218
218
|
[key: string]: {
|
|
219
219
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
220
220
|
root?: import("tailwind-variants").ClassValue;
|
|
221
|
-
item?: import("tailwind-variants").ClassValue;
|
|
222
221
|
control?: import("tailwind-variants").ClassValue;
|
|
223
222
|
indicator?: import("tailwind-variants").ClassValue;
|
|
223
|
+
item?: import("tailwind-variants").ClassValue;
|
|
224
224
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
225
225
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
226
226
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -232,9 +232,9 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
232
232
|
[x: string]: {
|
|
233
233
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
234
234
|
root?: import("tailwind-variants").ClassValue;
|
|
235
|
-
item?: import("tailwind-variants").ClassValue;
|
|
236
235
|
control?: import("tailwind-variants").ClassValue;
|
|
237
236
|
indicator?: import("tailwind-variants").ClassValue;
|
|
237
|
+
item?: import("tailwind-variants").ClassValue;
|
|
238
238
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
239
239
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
240
240
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -242,13 +242,13 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
242
242
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
243
243
|
};
|
|
244
244
|
};
|
|
245
|
-
} | {}, Record<"root" | "
|
|
245
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
246
246
|
[key: string]: {
|
|
247
247
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
248
248
|
root?: import("tailwind-variants").ClassValue;
|
|
249
|
-
item?: import("tailwind-variants").ClassValue;
|
|
250
249
|
control?: import("tailwind-variants").ClassValue;
|
|
251
250
|
indicator?: import("tailwind-variants").ClassValue;
|
|
251
|
+
item?: import("tailwind-variants").ClassValue;
|
|
252
252
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
253
253
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
254
254
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -256,14 +256,14 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
256
256
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
|
-
} | {}, Record<"root" | "
|
|
259
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
260
260
|
export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/react").Assign<Carousel.ItemGroupProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
261
261
|
[key: string]: {
|
|
262
262
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
263
263
|
root?: import("tailwind-variants").ClassValue;
|
|
264
|
-
item?: import("tailwind-variants").ClassValue;
|
|
265
264
|
control?: import("tailwind-variants").ClassValue;
|
|
266
265
|
indicator?: import("tailwind-variants").ClassValue;
|
|
266
|
+
item?: import("tailwind-variants").ClassValue;
|
|
267
267
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
268
268
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
269
269
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -275,9 +275,9 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
|
|
|
275
275
|
[x: string]: {
|
|
276
276
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
277
277
|
root?: import("tailwind-variants").ClassValue;
|
|
278
|
-
item?: import("tailwind-variants").ClassValue;
|
|
279
278
|
control?: import("tailwind-variants").ClassValue;
|
|
280
279
|
indicator?: import("tailwind-variants").ClassValue;
|
|
280
|
+
item?: import("tailwind-variants").ClassValue;
|
|
281
281
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
282
282
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
283
283
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -285,13 +285,13 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
|
|
|
285
285
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
286
286
|
};
|
|
287
287
|
};
|
|
288
|
-
} | {}, Record<"root" | "
|
|
288
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
289
289
|
[key: string]: {
|
|
290
290
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
291
291
|
root?: import("tailwind-variants").ClassValue;
|
|
292
|
-
item?: import("tailwind-variants").ClassValue;
|
|
293
292
|
control?: import("tailwind-variants").ClassValue;
|
|
294
293
|
indicator?: import("tailwind-variants").ClassValue;
|
|
294
|
+
item?: import("tailwind-variants").ClassValue;
|
|
295
295
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
296
296
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
297
297
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -299,14 +299,14 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
|
|
|
299
299
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
300
300
|
};
|
|
301
301
|
};
|
|
302
|
-
} | {}, Record<"root" | "
|
|
302
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
303
303
|
export declare const NextTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Carousel.NextTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
304
304
|
[key: string]: {
|
|
305
305
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
306
306
|
root?: import("tailwind-variants").ClassValue;
|
|
307
|
-
item?: import("tailwind-variants").ClassValue;
|
|
308
307
|
control?: import("tailwind-variants").ClassValue;
|
|
309
308
|
indicator?: import("tailwind-variants").ClassValue;
|
|
309
|
+
item?: import("tailwind-variants").ClassValue;
|
|
310
310
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
311
311
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
312
312
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -318,9 +318,9 @@ export declare const NextTrigger: import("react").ComponentType<import("@ark-ui/
|
|
|
318
318
|
[x: string]: {
|
|
319
319
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
320
320
|
root?: import("tailwind-variants").ClassValue;
|
|
321
|
-
item?: import("tailwind-variants").ClassValue;
|
|
322
321
|
control?: import("tailwind-variants").ClassValue;
|
|
323
322
|
indicator?: import("tailwind-variants").ClassValue;
|
|
323
|
+
item?: import("tailwind-variants").ClassValue;
|
|
324
324
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
325
325
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
326
326
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -328,13 +328,13 @@ export declare const NextTrigger: import("react").ComponentType<import("@ark-ui/
|
|
|
328
328
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
329
329
|
};
|
|
330
330
|
};
|
|
331
|
-
} | {}, Record<"root" | "
|
|
331
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
332
332
|
[key: string]: {
|
|
333
333
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
334
334
|
root?: import("tailwind-variants").ClassValue;
|
|
335
|
-
item?: import("tailwind-variants").ClassValue;
|
|
336
335
|
control?: import("tailwind-variants").ClassValue;
|
|
337
336
|
indicator?: import("tailwind-variants").ClassValue;
|
|
337
|
+
item?: import("tailwind-variants").ClassValue;
|
|
338
338
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
339
339
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
340
340
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -342,14 +342,14 @@ export declare const NextTrigger: import("react").ComponentType<import("@ark-ui/
|
|
|
342
342
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
343
343
|
};
|
|
344
344
|
};
|
|
345
|
-
} | {}, Record<"root" | "
|
|
345
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
346
346
|
export declare const PrevTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Carousel.PrevTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
347
347
|
[key: string]: {
|
|
348
348
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
349
349
|
root?: import("tailwind-variants").ClassValue;
|
|
350
|
-
item?: import("tailwind-variants").ClassValue;
|
|
351
350
|
control?: import("tailwind-variants").ClassValue;
|
|
352
351
|
indicator?: import("tailwind-variants").ClassValue;
|
|
352
|
+
item?: import("tailwind-variants").ClassValue;
|
|
353
353
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
354
354
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
355
355
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -361,9 +361,9 @@ export declare const PrevTrigger: import("react").ComponentType<import("@ark-ui/
|
|
|
361
361
|
[x: string]: {
|
|
362
362
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
363
363
|
root?: import("tailwind-variants").ClassValue;
|
|
364
|
-
item?: import("tailwind-variants").ClassValue;
|
|
365
364
|
control?: import("tailwind-variants").ClassValue;
|
|
366
365
|
indicator?: import("tailwind-variants").ClassValue;
|
|
366
|
+
item?: import("tailwind-variants").ClassValue;
|
|
367
367
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
368
368
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
369
369
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -371,13 +371,13 @@ export declare const PrevTrigger: import("react").ComponentType<import("@ark-ui/
|
|
|
371
371
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
372
372
|
};
|
|
373
373
|
};
|
|
374
|
-
} | {}, Record<"root" | "
|
|
374
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
|
|
375
375
|
[key: string]: {
|
|
376
376
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
377
377
|
root?: import("tailwind-variants").ClassValue;
|
|
378
|
-
item?: import("tailwind-variants").ClassValue;
|
|
379
378
|
control?: import("tailwind-variants").ClassValue;
|
|
380
379
|
indicator?: import("tailwind-variants").ClassValue;
|
|
380
|
+
item?: import("tailwind-variants").ClassValue;
|
|
381
381
|
itemGroup?: import("tailwind-variants").ClassValue;
|
|
382
382
|
nextTrigger?: import("tailwind-variants").ClassValue;
|
|
383
383
|
prevTrigger?: import("tailwind-variants").ClassValue;
|
|
@@ -385,5 +385,5 @@ export declare const PrevTrigger: import("react").ComponentType<import("@ark-ui/
|
|
|
385
385
|
autoplayTrigger?: import("tailwind-variants").ClassValue;
|
|
386
386
|
};
|
|
387
387
|
};
|
|
388
|
-
} | {}, Record<"root" | "
|
|
388
|
+
} | {}, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "indicator" | "item" | "itemGroup" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
389
389
|
export declare const Context: (props: Carousel.ContextProps) => import("react").ReactNode;
|