@opexa/portal-components 0.0.701 → 0.0.703

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.
Files changed (44) hide show
  1. package/dist/components/DepositWithdrawal/Deposit/Deposit.js +4 -8
  2. package/dist/constants/GameProvider.d.ts +1 -1
  3. package/dist/constants/GameProvider.js +3 -1
  4. package/dist/constants/GameType.d.ts +1 -1
  5. package/dist/constants/GameType.js +6 -0
  6. package/dist/images/game-providers/ALPHACHINKO.png +0 -0
  7. package/dist/types/index.d.ts +1 -1
  8. package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
  9. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
  10. package/dist/ui/Badge/Badge.d.ts +12 -12
  11. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  12. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  13. package/dist/ui/Carousel/Carousel.d.ts +72 -72
  14. package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
  15. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  16. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  17. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  18. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  19. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  20. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  21. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  22. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  23. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  24. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  25. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  26. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  27. package/dist/ui/Menu/Menu.d.ts +144 -144
  28. package/dist/ui/Menu/menu.recipe.d.ts +8 -8
  29. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  30. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  31. package/dist/ui/Popover/Popover.d.ts +55 -55
  32. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  33. package/dist/ui/Progress/Progress.d.ts +27 -27
  34. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  35. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  36. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  37. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  38. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  39. package/dist/ui/Select/Select.d.ts +45 -45
  40. package/dist/ui/Select/select.recipe.d.ts +3 -3
  41. package/dist/ui/Table/Table.d.ts +21 -21
  42. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  43. package/dist/ui/Table/table.recipe.d.ts +3 -3
  44. package/package.json +1 -1
@@ -60,23 +60,19 @@ export function Deposit() {
60
60
  },
61
61
  {
62
62
  method: 'AIO_GCASH',
63
- enabled: paymentSettings?.aioGCashDepositGatewaySettings?.[enabledKey] &&
64
- featureFlag.enabled,
63
+ enabled: paymentSettings?.aioGCashDepositGatewaySettings?.[enabledKey],
65
64
  },
66
65
  {
67
66
  method: 'AIO_PAY_MAYA',
68
- enabled: paymentSettings?.aioPayMayaDepositGatewaySettings?.[enabledKey] &&
69
- featureFlag.enabled,
67
+ enabled: paymentSettings?.aioPayMayaDepositGatewaySettings?.[enabledKey],
70
68
  },
71
69
  {
72
70
  method: 'AIO_GRAB_PAY',
73
- enabled: paymentSettings?.aioGrabPayDepositGatewaySettings?.[enabledKey] &&
74
- featureFlag.enabled,
71
+ enabled: paymentSettings?.aioGrabPayDepositGatewaySettings?.[enabledKey],
75
72
  },
76
73
  {
77
74
  method: 'AIO_PALAWAN_PAY',
78
- enabled: paymentSettings?.aioPalawanPayDepositGatewaySettings?.[enabledKey] &&
79
- featureFlag.enabled,
75
+ enabled: paymentSettings?.aioPalawanPayDepositGatewaySettings?.[enabledKey],
80
76
  },
81
77
  {
82
78
  method: 'GCASH_WEBPAY',
@@ -1,4 +1,4 @@
1
1
  import type { GameProvider, GameProviderData } from '../types';
2
2
  export declare const GAME_PROVIDER_DATA: Record<GameProvider, GameProviderData>;
3
3
  export declare const GAME_PROVIDERS: GameProvider[];
4
- export declare const LEGACY_GAME_PROVIDERS: ["JILI", "PGSOFT", "FACHAI", "BTI", "DG", "PLAYTECH", "E2E", "ONEAPI_EVOLUTION", "CQ9", "JDB", "HABANERO", "SPINIX", "JOKER", "HACKSAW", "JDBGTF", "JDBSPRIBE", "MICROGAMING", "RELAXGAMING", "EVOPLAY", "BOOONGO", "BGAMING", "KINGMAKER", "KINGMIDAS", "YELLOWBAT", "ETENGJUE", "SABA", "PRAGMATICPLAY", "SPRIBE", "EZUGI", "ALIZE", "BNG", "JILI_BINGO"];
4
+ export declare const LEGACY_GAME_PROVIDERS: ["JILI", "PGSOFT", "FACHAI", "BTI", "DG", "PLAYTECH", "E2E", "ONEAPI_EVOLUTION", "CQ9", "JDB", "HABANERO", "SPINIX", "JOKER", "HACKSAW", "JDBGTF", "JDBSPRIBE", "MICROGAMING", "RELAXGAMING", "EVOPLAY", "BOOONGO", "BGAMING", "KINGMAKER", "KINGMIDAS", "YELLOWBAT", "ETENGJUE", "SABA", "PRAGMATICPLAY", "SPRIBE", "EZUGI", "ALIZE", "BNG", "JILI_BINGO", "ONEAPI_SPADEGAMING"];
@@ -1,4 +1,5 @@
1
1
  import alize from '../images/game-providers/ALIZE.png';
2
+ import alphaChinko from '../images/game-providers/ALPHACHINKO.png';
2
3
  import bgaming from '../images/game-providers/BGAMING.png';
3
4
  import btg from '../images/game-providers/BIG_TIME_GAMING.png';
4
5
  import bng from '../images/game-providers/BNG.png';
@@ -316,7 +317,7 @@ export const GAME_PROVIDER_DATA = {
316
317
  id: 'ALPHACHINKO',
317
318
  name: 'Alpha Chinko',
318
319
  slug: 'alphachinko',
319
- logo: '',
320
+ logo: alphaChinko,
320
321
  },
321
322
  ONEAPI_SPADEGAMING: {
322
323
  id: 'ONEAPI_SPADEGAMING',
@@ -359,4 +360,5 @@ export const LEGACY_GAME_PROVIDERS = [
359
360
  'ALIZE',
360
361
  'BNG',
361
362
  'JILI_BINGO',
363
+ 'ONEAPI_SPADEGAMING',
362
364
  ];
@@ -1,3 +1,3 @@
1
1
  import type { GameType, GameTypeData } from '../types';
2
2
  export declare const GAME_TYPE_DATA: Record<GameType, GameTypeData>;
3
- export declare const GAME_TYPES: ["ARCADE", "BINGO", "FISHING", "GAMES", "LIVE", "NUMERICAL", "SLOTS", "SPECIALTY", "SPORTS", "TABLE"];
3
+ export declare const GAME_TYPES: ["ARCADE", "BINGO", "FISHING", "GAMES", "LIVE", "NUMERICAL", "NUMERIC", "SLOTS", "SPECIALTY", "SPORTS", "TABLE"];
@@ -29,6 +29,11 @@ export const GAME_TYPE_DATA = {
29
29
  name: 'Numerical',
30
30
  slug: 'numerical',
31
31
  },
32
+ NUMERIC: {
33
+ id: 'NUMERIC',
34
+ name: 'Numeric',
35
+ slug: 'numeric',
36
+ },
32
37
  SLOTS: {
33
38
  id: 'SLOTS',
34
39
  name: 'Slots',
@@ -57,6 +62,7 @@ export const GAME_TYPES = [
57
62
  'GAMES',
58
63
  'LIVE',
59
64
  'NUMERICAL',
65
+ 'NUMERIC',
60
66
  'SLOTS',
61
67
  'SPECIALTY',
62
68
  'SPORTS',
@@ -156,7 +156,7 @@ export interface Announcement {
156
156
  dateTimeCreated: string;
157
157
  dateTimeLastUpdated: string;
158
158
  }
159
- export type GameType = 'SLOTS' | 'SPORTS' | 'FISHING' | 'BINGO' | 'LIVE' | 'GAMES' | 'TABLE' | 'SPECIALTY' | 'NUMERICAL' | 'ARCADE';
159
+ export type GameType = 'SLOTS' | 'SPORTS' | 'FISHING' | 'BINGO' | 'LIVE' | 'GAMES' | 'TABLE' | 'SPECIALTY' | 'NUMERICAL' | 'NUMERIC' | 'ARCADE';
160
160
  export type GameProvider = 'JILI' | 'JILI_BINGO' | 'PGSOFT' | 'FACHAI' | 'BTI' | 'DG' | 'PLAYTECH' | 'E2E' | 'ONEAPI_EVOLUTION' | 'EVOLUTION' | 'EVOLUTION_NETENT' | 'EVOLUTION_REDTIGER' | 'MEGABALL' | 'MEGA2SPIN' | 'DARWIN' | 'RTG' | 'DRBINGO' | 'HOLLYWOODTV' | 'CQ9' | 'JDB' | 'HABANERO' | 'SPINIX' | 'JOKER' | 'HACKSAW' | 'JDBGTF' | 'JDBSPRIBE' | 'MICROGAMING' | 'RELAXGAMING' | 'EVOPLAY' | 'BOOONGO' | 'BGAMING' | 'KINGMAKER' | 'KINGMIDAS' | 'YELLOWBAT' | 'ETENGJUE' | 'SABA' | 'PRAGMATICPLAY' | 'SPRIBE' | 'EZUGI' | 'ALIZE' | 'DIGITAIN' | 'BNG' | 'NO_LIMIT_CITY' | 'BIG_TIME_GAMING' | 'SAGAMING' | 'ONEAPI_SPADEGAMING' | 'ALPHACHINKO';
161
161
  export type GameStatus = 'ACTIVE' | 'INACTIVE';
162
162
  export type GameTag = 'HOT' | 'hot' | 'NEW' | 'new' | 'TOP' | 'top' | 'POPULAR' | 'popular' | (string & {});