livevegas-ui-kit 1.0.280 → 1.0.283
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/History/helpers.d.ts +4 -2
- package/dist/components/Info/text/Oasis.d.ts +3 -0
- package/dist/components/Info/text/sixCardInfo.d.ts +3 -0
- package/dist/livevegas-ui-kit.es.js +1896 -1716
- package/dist/livevegas-ui-kit.umd.js +151 -151
- package/dist/utils/helpers.d.ts +3 -1
- package/package.json +1 -1
|
@@ -216,9 +216,11 @@ export declare enum Table {
|
|
|
216
216
|
BlackJackAuraA = 64,
|
|
217
217
|
BlackJackAuraB = 65,
|
|
218
218
|
BlackJackAuraC = 66,
|
|
219
|
-
BlackJackAuraD = 67
|
|
219
|
+
BlackJackAuraD = 67,
|
|
220
|
+
BlackjackVipA = 68,
|
|
221
|
+
BlackjackVipB = 69
|
|
220
222
|
}
|
|
221
|
-
export declare const getTableName: (tableId: number) => "Speed BlackJack" | "BlackJack A" | "BlackJack B" | "BlackJack" | "Texas" | "BlackJack AURA A" | "BlackJack AURA B" | "BlackJack AURA C" | "BlackJack AURA D" | undefined;
|
|
223
|
+
export declare const getTableName: (tableId: number) => "Speed BlackJack" | "BlackJack A" | "BlackJack B" | "BlackJack" | "Texas" | "BlackJack AURA A" | "BlackJack AURA B" | "BlackJack AURA C" | "BlackJack AURA D" | "Blackjack VIP A" | "Blackjack VIP B" | undefined;
|
|
222
224
|
export declare enum BET_TYPE {
|
|
223
225
|
Ante = 0,
|
|
224
226
|
Bonus = 1,
|