@truelab/truelogic 0.2.1 → 0.2.2
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/truelogic.min.css +1 -1
- package/dist/truelogic.min.js +1 -1
- package/dist/types/src/app/store.d.ts +4 -2
- package/dist/types/src/entities/bonus/model/bonusSlice.d.ts +2 -0
- package/dist/types/src/entities/freeRounds/index.d.ts +1 -1
- package/dist/types/src/entities/freeRounds/model/freeRoundsSlice.d.ts +1 -1
- package/dist/types/src/shared/lib/store/redux.d.ts +4 -2
- package/package.json +1 -1
- package/dist/assets/bonus-bet.8b0b359b2e87ceb0c548.png +0 -0
|
@@ -144,6 +144,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
144
144
|
isSliderInSwiping: boolean;
|
|
145
145
|
isOutsideViewportCardSelected: boolean;
|
|
146
146
|
isLastSlideOutOfView: boolean;
|
|
147
|
+
imageBonusBetButton: string;
|
|
147
148
|
};
|
|
148
149
|
realityCheck: {
|
|
149
150
|
isActive: boolean;
|
|
@@ -218,7 +219,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
218
219
|
};
|
|
219
220
|
gameInfo: {
|
|
220
221
|
containers: import("../entities/gameInfo/model/gameInfoSlice").TGameInfoContainer<{
|
|
221
|
-
type: "title" | "
|
|
222
|
+
type: "title" | "separator" | "text" | "feature-v1" | "feature-v2" | "subtitle" | "list-item" | "table-head" | "table-cell";
|
|
222
223
|
}>[];
|
|
223
224
|
background?: {
|
|
224
225
|
portrait?: string;
|
|
@@ -394,6 +395,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
394
395
|
isSliderInSwiping: boolean;
|
|
395
396
|
isOutsideViewportCardSelected: boolean;
|
|
396
397
|
isLastSlideOutOfView: boolean;
|
|
398
|
+
imageBonusBetButton: string;
|
|
397
399
|
};
|
|
398
400
|
realityCheck: {
|
|
399
401
|
isActive: boolean;
|
|
@@ -468,7 +470,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
468
470
|
};
|
|
469
471
|
gameInfo: {
|
|
470
472
|
containers: import("../entities/gameInfo/model/gameInfoSlice").TGameInfoContainer<{
|
|
471
|
-
type: "title" | "
|
|
473
|
+
type: "title" | "separator" | "text" | "feature-v1" | "feature-v2" | "subtitle" | "list-item" | "table-head" | "table-cell";
|
|
472
474
|
}>[];
|
|
473
475
|
background?: {
|
|
474
476
|
portrait?: string;
|
|
@@ -2,6 +2,7 @@ import { TBonusModes } from '../lib/types';
|
|
|
2
2
|
export type TBonusConfig = {
|
|
3
3
|
modes: TBonusModes;
|
|
4
4
|
hasBonusGame: boolean;
|
|
5
|
+
imageBonusBetButton: string;
|
|
5
6
|
preselected?: string;
|
|
6
7
|
};
|
|
7
8
|
type TBonusState = {
|
|
@@ -19,6 +20,7 @@ type TBonusState = {
|
|
|
19
20
|
isSliderInSwiping: boolean;
|
|
20
21
|
isOutsideViewportCardSelected: boolean;
|
|
21
22
|
isLastSlideOutOfView: boolean;
|
|
23
|
+
imageBonusBetButton: string;
|
|
22
24
|
};
|
|
23
25
|
export declare const setBonusActiveSlideWidth: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number, "bonus/setBonusActiveSlideWidth">, setBonusActiveSlideOffsetX: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number, "bonus/setBonusActiveSlideOffsetX">, setBonusSliderInTransition: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean, "bonus/setBonusSliderInTransition">, setBonusSliderInSwiping: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean, "bonus/setBonusSliderInSwiping">, setBonusOutsideViewportCardSelected: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean, "bonus/setBonusOutsideViewportCardSelected">, setBonusLastSlideOutOfView: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean, "bonus/setBonusLastSlideOutOfView">, setBonusCurrentBonusModeNames: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string[], "bonus/setBonusCurrentBonusModeNames">, setBonusSelectedBonusModeName: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string, "bonus/setBonusSelectedBonusModeName">, setBonusConfig: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<TBonusConfig, "bonus/setBonusConfig">, setBonusTmpAmountIndex: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number, "bonus/setBonusTmpAmountIndex">, setBonusTmpLevel: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<number, "bonus/setBonusTmpLevel">, setBonusPreselectedModeName: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<string, "bonus/setBonusPreselectedModeName">, setBonusConfirmModalShown: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<boolean, "bonus/setBonusConfirmModalShown">;
|
|
24
26
|
export declare const bonusReducer: import("redux").Reducer<TBonusState>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { checkFreeRoundsState, clearFreeRounds, endFreeRounds, finishFreeRound, restoreFreeRounds, setFreeRounds, setFreeRoundsInitial, setFreeRoundsModalVersion, startFreeRound, startFreeRounds, } from './model/freeRoundsSlice';
|
|
1
|
+
export { checkFreeRoundsState, clearFreeRounds, endFreeRounds, finishFreeRound, restoreFreeRounds, restoreFreeRoundsError, setFreeRounds, setFreeRoundsInitial, setFreeRoundsModalVersion, startFreeRound, startFreeRounds, } from './model/freeRoundsSlice';
|
|
2
2
|
export { FreeRoundLabel } from './ui/FreeRoundLabel/FreeRoundLabel';
|
|
@@ -17,7 +17,7 @@ export declare const startFreeRounds: import("@reduxjs/toolkit").ActionCreatorWi
|
|
|
17
17
|
startModalVersion: `${EVersions}`;
|
|
18
18
|
winModalVersion: `${EVersions}`;
|
|
19
19
|
notWinModalVersion: `${EVersions}`;
|
|
20
|
-
}, "freeRounds/setFreeRoundsModalVersion">, setFreeRoundsInitial: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<TPromoTool, "freeRounds/setFreeRoundsInitial">, restoreFreeRounds: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"freeRounds/restoreFreeRounds">;
|
|
20
|
+
}, "freeRounds/setFreeRoundsModalVersion">, setFreeRoundsInitial: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<TPromoTool, "freeRounds/setFreeRoundsInitial">, restoreFreeRounds: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"freeRounds/restoreFreeRounds">, restoreFreeRoundsError: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"freeRounds/restoreFreeRoundsError">;
|
|
21
21
|
export declare const checkFreeRoundsState: TAppThunkAction;
|
|
22
22
|
export declare const freeRoundsReducer: import("redux").Reducer<TRoundState>;
|
|
23
23
|
export {};
|
|
@@ -142,6 +142,7 @@ export declare const useAppDispatch: import("react-redux").UseDispatch<import("r
|
|
|
142
142
|
isSliderInSwiping: boolean;
|
|
143
143
|
isOutsideViewportCardSelected: boolean;
|
|
144
144
|
isLastSlideOutOfView: boolean;
|
|
145
|
+
imageBonusBetButton: string;
|
|
145
146
|
};
|
|
146
147
|
realityCheck: {
|
|
147
148
|
isActive: boolean;
|
|
@@ -216,7 +217,7 @@ export declare const useAppDispatch: import("react-redux").UseDispatch<import("r
|
|
|
216
217
|
};
|
|
217
218
|
gameInfo: {
|
|
218
219
|
containers: import("../../../entities/gameInfo/model/gameInfoSlice").TGameInfoContainer<{
|
|
219
|
-
type: "title" | "
|
|
220
|
+
type: "title" | "separator" | "text" | "feature-v1" | "feature-v2" | "subtitle" | "list-item" | "table-head" | "table-cell";
|
|
220
221
|
}>[];
|
|
221
222
|
background?: {
|
|
222
223
|
portrait?: string;
|
|
@@ -392,6 +393,7 @@ export declare const useAppSelector: import("react-redux").UseSelector<{
|
|
|
392
393
|
isSliderInSwiping: boolean;
|
|
393
394
|
isOutsideViewportCardSelected: boolean;
|
|
394
395
|
isLastSlideOutOfView: boolean;
|
|
396
|
+
imageBonusBetButton: string;
|
|
395
397
|
};
|
|
396
398
|
realityCheck: {
|
|
397
399
|
isActive: boolean;
|
|
@@ -466,7 +468,7 @@ export declare const useAppSelector: import("react-redux").UseSelector<{
|
|
|
466
468
|
};
|
|
467
469
|
gameInfo: {
|
|
468
470
|
containers: import("../../../entities/gameInfo/model/gameInfoSlice").TGameInfoContainer<{
|
|
469
|
-
type: "title" | "
|
|
471
|
+
type: "title" | "separator" | "text" | "feature-v1" | "feature-v2" | "subtitle" | "list-item" | "table-head" | "table-cell";
|
|
470
472
|
}>[];
|
|
471
473
|
background?: {
|
|
472
474
|
portrait?: string;
|
package/package.json
CHANGED
|
Binary file
|