@opexa/portal-components 0.0.793 → 0.0.795
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/client/hooks/useCreateGCashWebpayDepositMutation.js +2 -2
- package/dist/client/hooks/useCreateMayaWebpayDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useCreateMayaWebpayDepositMutation.js +76 -0
- package/dist/components/DepositWithdrawal/Deposit/Deposit.js +7 -1
- package/dist/components/DepositWithdrawal/Deposit/MayaWebpayDeposit/MayaWebpayDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/MayaWebpayDeposit/MayaWebpayDeposit.js +166 -0
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
- package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
- package/dist/components/DepositWithdrawal/PaymentMethods.js +5 -0
- package/dist/components/DepositWithdrawal/utils.d.ts +1 -1
- package/dist/components/DepositWithdrawal/utils.js +1 -0
- package/dist/components/KYC/KYCVerificationStatus.lazy.js +4 -7
- package/dist/components/TransactionRecords/TableFilters.js +1 -0
- package/dist/constants/EnvVar.d.ts +1 -1
- package/dist/services/queries.d.ts +3 -2
- package/dist/services/queries.js +55 -33
- package/dist/services/wallet.d.ts +13 -0
- package/dist/services/wallet.js +11 -1
- package/dist/types/index.d.ts +2 -1
- 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/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/Menu/Menu.d.ts +306 -306
- package/dist/ui/Menu/menu.recipe.d.ts +17 -17
- package/dist/ui/Popover/Popover.d.ts +55 -55
- package/dist/ui/Popover/popover.recipe.d.ts +5 -5
- 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 +25 -25
- package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
- 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/utils/mutationKeys.d.ts +3 -1
- package/dist/utils/mutationKeys.js +56 -48
- package/package.json +1 -1
- package/dist/components/Banner/Banner.client.d.ts +0 -12
- package/dist/components/Banner/Banner.client.js +0 -49
- 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/AndroidOnlyComponents.d.ts +0 -1
- package/dist/components/PortalProvider/AndroidOnlyComponents.js +0 -12
- package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
- package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
- package/dist/components/SignIn/utils.d.ts +0 -8
- package/dist/components/SignIn/utils.js +0 -26
- package/dist/constants/Branches.d.ts +0 -2
- package/dist/constants/Branches.js +0 -42
- package/dist/images/responsible-gaming-yellow.png +0 -0
- package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
- package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
- package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
- package/dist/third-parties/FacebookPixel/api.js +0 -1
- package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
- package/dist/third-parties/FacebookPixel/index.js +0 -1
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
- package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
- package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
- package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
- package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
- package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
- package/dist/third-parties/index.d.ts +0 -2
- package/dist/third-parties/index.js +0 -2
package/dist/services/queries.js
CHANGED
|
@@ -1227,6 +1227,40 @@ export const CREATE_MAYA_DEPOSIT = /* GraphQL */ `
|
|
|
1227
1227
|
}
|
|
1228
1228
|
}
|
|
1229
1229
|
`;
|
|
1230
|
+
export const CREATE_MAYA_WEBPAY_DEPOSIT = /* GraphQL */ `
|
|
1231
|
+
mutation CreateMayaWebpayDeposit($input: CreateMayaWebpayDepositInput!) {
|
|
1232
|
+
createMayaWebpayDeposit(input: $input) {
|
|
1233
|
+
... on DepositPromoMaximumAmountExceededError {
|
|
1234
|
+
name: __typename
|
|
1235
|
+
message
|
|
1236
|
+
}
|
|
1237
|
+
... on DepositPromoMinimumAmountNotMetError {
|
|
1238
|
+
name: __typename
|
|
1239
|
+
message
|
|
1240
|
+
}
|
|
1241
|
+
... on MaximumDepositAmountExceededError {
|
|
1242
|
+
name: __typename
|
|
1243
|
+
message
|
|
1244
|
+
}
|
|
1245
|
+
... on MinimumDepositAmountNotMetError {
|
|
1246
|
+
name: __typename
|
|
1247
|
+
message
|
|
1248
|
+
}
|
|
1249
|
+
... on MinimumFirstDepositAmountNotMetError {
|
|
1250
|
+
name: __typename
|
|
1251
|
+
message
|
|
1252
|
+
}
|
|
1253
|
+
... on PromoNotEnabledError {
|
|
1254
|
+
name: __typename
|
|
1255
|
+
message
|
|
1256
|
+
}
|
|
1257
|
+
... on WalletDoesNotExistError {
|
|
1258
|
+
name: __typename
|
|
1259
|
+
message
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
`;
|
|
1230
1264
|
export const CREATE_MAYA_APP_DEPOSIT = /* GraphQL */ `
|
|
1231
1265
|
mutation CreateMayaAppDeposit($input: CreateMayaAppDepositInput!) {
|
|
1232
1266
|
createMayaAppDeposit(input: $input) {
|
|
@@ -1511,6 +1545,13 @@ export const DEPOSIT = /* GraphQL */ `
|
|
|
1511
1545
|
status
|
|
1512
1546
|
checkoutUrl
|
|
1513
1547
|
error
|
|
1548
|
+
}
|
|
1549
|
+
... on MayaWebpayDeposit {
|
|
1550
|
+
id
|
|
1551
|
+
type
|
|
1552
|
+
status
|
|
1553
|
+
checkoutUrl
|
|
1554
|
+
error
|
|
1514
1555
|
}
|
|
1515
1556
|
}
|
|
1516
1557
|
}
|
|
@@ -2329,9 +2370,7 @@ export const PAYMENT_SETTINGS = /* GraphQL */ `
|
|
|
2329
2370
|
bankDepositGatewaySettings: depositGatewaySettings(gateway: BANK) {
|
|
2330
2371
|
...DepositGatewaySettingsCoreData
|
|
2331
2372
|
}
|
|
2332
|
-
libanganDepositGatewaySettings: depositGatewaySettings(
|
|
2333
|
-
gateway: LIBANGAN_PAY_IN
|
|
2334
|
-
) {
|
|
2373
|
+
libanganDepositGatewaySettings: depositGatewaySettings(gateway: LIBANGAN_PAY_IN) {
|
|
2335
2374
|
...DepositGatewaySettingsCoreData
|
|
2336
2375
|
}
|
|
2337
2376
|
gcashDepositGatewaySettings: depositGatewaySettings(gateway: GCASH) {
|
|
@@ -2358,27 +2397,22 @@ export const PAYMENT_SETTINGS = /* GraphQL */ `
|
|
|
2358
2397
|
mayaAppDepositGatewaySettings: depositGatewaySettings(gateway: MAYA_APP) {
|
|
2359
2398
|
...DepositGatewaySettingsCoreData
|
|
2360
2399
|
}
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2400
|
+
mayaWebpayDepositGatewaySettings: depositGatewaySettings(gateway: MAYA_WEBPAY) {
|
|
2401
|
+
...DepositGatewaySettingsCoreData
|
|
2402
|
+
}
|
|
2403
|
+
onlineBankDepositGatewaySettings: depositGatewaySettings(gateway: ONLINE_BANK) {
|
|
2364
2404
|
...DepositGatewaySettingsCoreData
|
|
2365
2405
|
}
|
|
2366
2406
|
qrphDepositGatewaySettings: depositGatewaySettings(gateway: QR_PH) {
|
|
2367
2407
|
...DepositGatewaySettingsCoreData
|
|
2368
2408
|
}
|
|
2369
|
-
manualBankDepositGatewaySettings: depositGatewaySettings(
|
|
2370
|
-
gateway: MANUAL_BANK
|
|
2371
|
-
) {
|
|
2409
|
+
manualBankDepositGatewaySettings: depositGatewaySettings(gateway: MANUAL_BANK) {
|
|
2372
2410
|
...DepositGatewaySettingsCoreData
|
|
2373
2411
|
}
|
|
2374
|
-
manualUPIDepositGatewaySettings: depositGatewaySettings(
|
|
2375
|
-
gateway: MANUAL_UPI
|
|
2376
|
-
) {
|
|
2412
|
+
manualUPIDepositGatewaySettings: depositGatewaySettings(gateway: MANUAL_UPI) {
|
|
2377
2413
|
...DepositGatewaySettingsCoreData
|
|
2378
2414
|
}
|
|
2379
|
-
pisoPayDepositGatewaySettings: depositGatewaySettings(
|
|
2380
|
-
gateway: PISO_PAY_CHECKOUT
|
|
2381
|
-
) {
|
|
2415
|
+
pisoPayDepositGatewaySettings: depositGatewaySettings(gateway: PISO_PAY_CHECKOUT) {
|
|
2382
2416
|
...DepositGatewaySettingsCoreData
|
|
2383
2417
|
}
|
|
2384
2418
|
bankWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: BANK) {
|
|
@@ -2393,34 +2427,22 @@ export const PAYMENT_SETTINGS = /* GraphQL */ `
|
|
|
2393
2427
|
mayaWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MAYA) {
|
|
2394
2428
|
...WithdrawalGatewaySettingsCoreData
|
|
2395
2429
|
}
|
|
2396
|
-
mayaAppWithdrawalGatewaySettings: withdrawalGatewaySettings(
|
|
2397
|
-
gateway: MAYA_APP
|
|
2398
|
-
) {
|
|
2430
|
+
mayaAppWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MAYA_APP) {
|
|
2399
2431
|
...WithdrawalGatewaySettingsCoreData
|
|
2400
2432
|
}
|
|
2401
|
-
instapayWithdrawalGatewaySettings: withdrawalGatewaySettings(
|
|
2402
|
-
gateway: INSTAPAY
|
|
2403
|
-
) {
|
|
2433
|
+
instapayWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: INSTAPAY) {
|
|
2404
2434
|
...WithdrawalGatewaySettingsCoreData
|
|
2405
2435
|
}
|
|
2406
|
-
manualBankWithdrawalGatewaySettings: withdrawalGatewaySettings(
|
|
2407
|
-
gateway: MANUAL_BANK
|
|
2408
|
-
) {
|
|
2436
|
+
manualBankWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MANUAL_BANK) {
|
|
2409
2437
|
...WithdrawalGatewaySettingsCoreData
|
|
2410
2438
|
}
|
|
2411
|
-
manualUPIWithdrawalGatewaySettings: withdrawalGatewaySettings(
|
|
2412
|
-
gateway: MANUAL_UPI
|
|
2413
|
-
) {
|
|
2439
|
+
manualUPIWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MANUAL_UPI) {
|
|
2414
2440
|
...WithdrawalGatewaySettingsCoreData
|
|
2415
2441
|
}
|
|
2416
|
-
ventajaWithdrawalGatewaySettings: withdrawalGatewaySettings(
|
|
2417
|
-
gateway: VENTAJA_DISBURSEMENT
|
|
2418
|
-
) {
|
|
2442
|
+
ventajaWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: VENTAJA_DISBURSEMENT) {
|
|
2419
2443
|
...WithdrawalGatewaySettingsCoreData
|
|
2420
2444
|
}
|
|
2421
|
-
pisoPayWithdrawalGatewaySettings: withdrawalGatewaySettings(
|
|
2422
|
-
gateway: PISO_PAY_REMITTANCE
|
|
2423
|
-
) {
|
|
2445
|
+
pisoPayWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: PISO_PAY_REMITTANCE) {
|
|
2424
2446
|
...WithdrawalGatewaySettingsCoreData
|
|
2425
2447
|
}
|
|
2426
2448
|
}
|
|
@@ -254,6 +254,19 @@ export interface CreateMayaDepositMutationVariables {
|
|
|
254
254
|
}
|
|
255
255
|
export type CreateMayaDepositInput = Simplify<CreateMayaDepositMutationVariables['input']>;
|
|
256
256
|
export declare const createMayaDeposit: (input: CreateMayaDepositInput, options?: GraphQLRequestOptions) => Promise<void>;
|
|
257
|
+
export interface CreateMayaWebpayDepositMutation {
|
|
258
|
+
createMayaWebpayDeposit?: null | CreateDepositError;
|
|
259
|
+
}
|
|
260
|
+
export interface CreateMayaWebpayDepositMutationVariables {
|
|
261
|
+
input: {
|
|
262
|
+
id: string;
|
|
263
|
+
amount: string;
|
|
264
|
+
promo?: string;
|
|
265
|
+
redirectUrl: string;
|
|
266
|
+
};
|
|
267
|
+
}
|
|
268
|
+
export type CreateMayaWebpayDepositInput = Simplify<CreateMayaWebpayDepositMutationVariables['input']>;
|
|
269
|
+
export declare const createMayaWebpayDeposit: (input: CreateMayaWebpayDepositInput, options?: GraphQLRequestOptions) => Promise<void>;
|
|
257
270
|
export interface CreateAIOQRPHDepositMutation {
|
|
258
271
|
createAIOQRPHDeposit?: null | CreateDepositError;
|
|
259
272
|
}
|
package/dist/services/wallet.js
CHANGED
|
@@ -2,7 +2,7 @@ import { cache } from 'react';
|
|
|
2
2
|
import { WALLET_GRAPHQL_ENDPOINT } from '../constants/index.js';
|
|
3
3
|
import { parseDecimal } from '../utils/parseDecimal.js';
|
|
4
4
|
import { graphqlRequest } from './graphqlRequest.js';
|
|
5
|
-
import { AVAILABLE_PROMOS, BONUS, BONUS_BALANCES, BONUS_IDS, BONUSES, CASHBACK, CASHBACK_BONUS, CASHBACK_BONUS_IDS, CASHBACK_BONUSES, CASHBACKS, CLAIM_CASHBACK_BONUS, CLAIM_SPOT_BONUS, CREATE_AIO_GCASH_DEPOSIT, CREATE_AIO_GRAB_PAY_DEPOSIT, CREATE_AIO_INSTAPAY_WITHDRAWAL, CREATE_AIO_INSTAPAY_WITHDRAWAL_NEXT, CREATE_AIO_ONLINE_BANK_DEPOSIT, CREATE_AIO_PALAWAN_PAY_DEPOSIT, CREATE_AIO_PAY_MAYA_DEPOSIT, CREATE_AIO_QRPH_DEPOSIT, CREATE_BANK_WITHDRAWAL, CREATE_GAME_SESSION, CREATE_GCASH_DEPOSIT, CREATE_GCASH_STANDARD_CASH_IN_WITHDRAWAL, CREATE_GCASH_WEBPAY_DEPOSIT, CREATE_GCASH_WITHDRAWAL, CREATE_LIBANGAN_DEPOSIT, CREATE_MANUAL_BANK_DEPOSIT, CREATE_MANUAL_BANK_WITHDRAWAL, CREATE_MANUAL_UPI_DEPOSIT, CREATE_MANUAL_UPI_WITHDRAWAL, CREATE_MAYA_APP_DEPOSIT, CREATE_MAYA_APP_WITHDRAWAL, CREATE_MAYA_DEPOSIT, CREATE_MAYA_WITHDRAWAL, CREATE_PISO_PAY_DEPOSIT, CREATE_PISO_PAY_WITHDRAWAL, CREATE_VENTAJA_WITHDRAWAL, DEPOSIT, END_GAME_SESSION, FAVORITE_GAMES, GAME_SESSION, INSTAPAY_BANK_LIST, MARK_GAME_AS_FAVORITE, MAYA_SESSION, POINTS_WALLET, PROMO, PROMOS, REDEEM_POINTS_TO_CASH, REMAINING_DAILY_WITHDRAWALS_COUNT, TOUCH_GCASH_DEPOSIT, TOUCH_QRPH_DEPOSIT, UNMARK_GAME_AS_FAVORITE, VALIDATE_MAYA_SESSION, WALLET, } from './queries.js';
|
|
5
|
+
import { AVAILABLE_PROMOS, BONUS, BONUS_BALANCES, BONUS_IDS, BONUSES, CASHBACK, CASHBACK_BONUS, CASHBACK_BONUS_IDS, CASHBACK_BONUSES, CASHBACKS, CLAIM_CASHBACK_BONUS, CLAIM_SPOT_BONUS, CREATE_AIO_GCASH_DEPOSIT, CREATE_AIO_GRAB_PAY_DEPOSIT, CREATE_AIO_INSTAPAY_WITHDRAWAL, CREATE_AIO_INSTAPAY_WITHDRAWAL_NEXT, CREATE_AIO_ONLINE_BANK_DEPOSIT, CREATE_AIO_PALAWAN_PAY_DEPOSIT, CREATE_AIO_PAY_MAYA_DEPOSIT, CREATE_AIO_QRPH_DEPOSIT, CREATE_BANK_WITHDRAWAL, CREATE_GAME_SESSION, CREATE_GCASH_DEPOSIT, CREATE_GCASH_STANDARD_CASH_IN_WITHDRAWAL, CREATE_GCASH_WEBPAY_DEPOSIT, CREATE_GCASH_WITHDRAWAL, CREATE_LIBANGAN_DEPOSIT, CREATE_MANUAL_BANK_DEPOSIT, CREATE_MANUAL_BANK_WITHDRAWAL, CREATE_MANUAL_UPI_DEPOSIT, CREATE_MANUAL_UPI_WITHDRAWAL, CREATE_MAYA_APP_DEPOSIT, CREATE_MAYA_APP_WITHDRAWAL, CREATE_MAYA_DEPOSIT, CREATE_MAYA_WEBPAY_DEPOSIT, CREATE_MAYA_WITHDRAWAL, CREATE_PISO_PAY_DEPOSIT, CREATE_PISO_PAY_WITHDRAWAL, CREATE_VENTAJA_WITHDRAWAL, DEPOSIT, END_GAME_SESSION, FAVORITE_GAMES, GAME_SESSION, INSTAPAY_BANK_LIST, MARK_GAME_AS_FAVORITE, MAYA_SESSION, POINTS_WALLET, PROMO, PROMOS, REDEEM_POINTS_TO_CASH, REMAINING_DAILY_WITHDRAWALS_COUNT, TOUCH_GCASH_DEPOSIT, TOUCH_QRPH_DEPOSIT, UNMARK_GAME_AS_FAVORITE, VALIDATE_MAYA_SESSION, WALLET, } from './queries.js';
|
|
6
6
|
import { sha256 } from './sha256.js';
|
|
7
7
|
export const getPromos = cache(async (options) => {
|
|
8
8
|
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, PROMOS, undefined, {
|
|
@@ -195,6 +195,16 @@ export const createMayaDeposit = async (input, options) => {
|
|
|
195
195
|
throw error;
|
|
196
196
|
}
|
|
197
197
|
};
|
|
198
|
+
export const createMayaWebpayDeposit = async (input, options) => {
|
|
199
|
+
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, CREATE_MAYA_WEBPAY_DEPOSIT, { input }, options);
|
|
200
|
+
if (res.createMayaWebpayDeposit) {
|
|
201
|
+
const error = new Error();
|
|
202
|
+
error.name = res.createMayaWebpayDeposit.name;
|
|
203
|
+
error.message = ERROR_CODES_MESSAGE_MAP[res.createMayaWebpayDeposit.name];
|
|
204
|
+
Error.captureStackTrace?.(error, createMayaWebpayDeposit);
|
|
205
|
+
throw error;
|
|
206
|
+
}
|
|
207
|
+
};
|
|
198
208
|
export const createAIOQRPHDeposit = async (input, options) => {
|
|
199
209
|
const res = await graphqlRequest(WALLET_GRAPHQL_ENDPOINT, CREATE_AIO_QRPH_DEPOSIT, { input }, options);
|
|
200
210
|
if (res.createAIOQRPHDeposit) {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -255,7 +255,7 @@ export interface LatestBetRecord {
|
|
|
255
255
|
dateTimeSettled: string;
|
|
256
256
|
dateTimeCreated: string;
|
|
257
257
|
}
|
|
258
|
-
export type DepositType = 'BANK' | 'GCASH' | 'MANUAL' | 'MAYA' | 'MAYA_APP' | 'QR_PH' | 'ONLINE_BANK' | 'MANUAL_BANK' | 'MANUAL_UPI' | 'PISO_PAY_CHECKOUT' | 'AIO_GCASH' | 'AIO_PAY_MAYA' | 'AIO_GRAB_PAY' | 'AIO_PALAWAN_PAY' | 'LIBANGAN_PAY_IN';
|
|
258
|
+
export type DepositType = 'BANK' | 'GCASH' | 'MANUAL' | 'MAYA' | 'MAYA_APP' | 'MAYA_WEBPAY' | 'QR_PH' | 'ONLINE_BANK' | 'MANUAL_BANK' | 'MANUAL_UPI' | 'PISO_PAY_CHECKOUT' | 'AIO_GCASH' | 'AIO_PAY_MAYA' | 'AIO_GRAB_PAY' | 'AIO_PALAWAN_PAY' | 'LIBANGAN_PAY_IN';
|
|
259
259
|
export type DepositStatus = 'PENDING' | 'ACCEPTED' | 'APPROVED' | 'REJECTED' | 'CONFIRMED' | 'CANCELLED' | 'FAILED';
|
|
260
260
|
export type KnownDepositError = 'INSUFFICIENT_BALANCE' | 'DEPOSIT_CREATION_REQUEST_FAILED' | 'DEPOSIT_EXECUTION_REQUEST_FAILED' | 'REQUEST_SESSION_EXPIRED' | 'REQUEST_TIMEOUT' | 'SYSTEM_CANCELLATION' | 'UNEXPECTED_ERROR' | 'FAILED_TO_PROCESS_PAYMENT' | 'MINIMUM_DEPOSIT_AMOUNT_NOT_MET' | 'UNTOUCHED';
|
|
261
261
|
export interface DepositRecord {
|
|
@@ -535,6 +535,7 @@ export interface PaymentSettings {
|
|
|
535
535
|
aioPalawanPayDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
536
536
|
mayaDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
537
537
|
mayaAppDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
538
|
+
mayaWebpayDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
538
539
|
onlineBankDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
539
540
|
libanganDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
540
541
|
pisoPayDepositGatewaySettings?: DepositGatewaySettings | null;
|
|
@@ -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;
|