@truelab/truelogic 0.0.9 → 0.1.0
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.
|
@@ -231,7 +231,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
231
231
|
};
|
|
232
232
|
gameInfo: {
|
|
233
233
|
containers: import("../entities/gameInfo/model/gameInfoSlice").TGameInfoContainer<{
|
|
234
|
-
type: "title" | "separator" | "feature-v1" | "feature-v2" | "subtitle" | "
|
|
234
|
+
type: "title" | "text" | "separator" | "feature-v1" | "feature-v2" | "subtitle" | "list-item" | "table-head" | "table-cell";
|
|
235
235
|
}>[];
|
|
236
236
|
background?: {
|
|
237
237
|
portrait?: string;
|
|
@@ -472,7 +472,7 @@ export declare const store: import("@reduxjs/toolkit").EnhancedStore<{
|
|
|
472
472
|
};
|
|
473
473
|
gameInfo: {
|
|
474
474
|
containers: import("../entities/gameInfo/model/gameInfoSlice").TGameInfoContainer<{
|
|
475
|
-
type: "title" | "separator" | "feature-v1" | "feature-v2" | "subtitle" | "
|
|
475
|
+
type: "title" | "text" | "separator" | "feature-v1" | "feature-v2" | "subtitle" | "list-item" | "table-head" | "table-cell";
|
|
476
476
|
}>[];
|
|
477
477
|
background?: {
|
|
478
478
|
portrait?: string;
|
|
@@ -229,7 +229,7 @@ export declare const useAppDispatch: import("react-redux").UseDispatch<import("r
|
|
|
229
229
|
};
|
|
230
230
|
gameInfo: {
|
|
231
231
|
containers: import("../../../entities/gameInfo/model/gameInfoSlice").TGameInfoContainer<{
|
|
232
|
-
type: "title" | "separator" | "feature-v1" | "feature-v2" | "subtitle" | "
|
|
232
|
+
type: "title" | "text" | "separator" | "feature-v1" | "feature-v2" | "subtitle" | "list-item" | "table-head" | "table-cell";
|
|
233
233
|
}>[];
|
|
234
234
|
background?: {
|
|
235
235
|
portrait?: string;
|
|
@@ -470,7 +470,7 @@ export declare const useAppSelector: import("react-redux").UseSelector<{
|
|
|
470
470
|
};
|
|
471
471
|
gameInfo: {
|
|
472
472
|
containers: import("../../../entities/gameInfo/model/gameInfoSlice").TGameInfoContainer<{
|
|
473
|
-
type: "title" | "separator" | "feature-v1" | "feature-v2" | "subtitle" | "
|
|
473
|
+
type: "title" | "text" | "separator" | "feature-v1" | "feature-v2" | "subtitle" | "list-item" | "table-head" | "table-cell";
|
|
474
474
|
}>[];
|
|
475
475
|
background?: {
|
|
476
476
|
portrait?: string;
|