@influenzanet/case-web-app-core 2.7.5-staging.7 → 2.7.5-staging.8
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/build/index.d.ts +2 -2
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { AppConfig } from "./types/appConfig";
|
|
|
10
10
|
import { HeaderConfig } from './types/headerConfig';
|
|
11
11
|
import { FooterConfig } from './types/footerConfig';
|
|
12
12
|
import { NavbarConfig } from './types/navbarConfig';
|
|
13
|
-
import { PageConfig } from './types/pagesConfig';
|
|
13
|
+
import { PageConfig, PagesConfig } from './types/pagesConfig';
|
|
14
14
|
declare const coreReduxActions: {
|
|
15
15
|
appActions: import("@reduxjs/toolkit").CaseReducerActions<{
|
|
16
16
|
reset: (state: import("immer/dist/internal").WritableDraft<import("./store/appSlice").AppState>) => import("immer/dist/internal").WritableDraft<import("./store/appSlice").AppState>;
|
|
@@ -85,4 +85,4 @@ declare const coreReduxActions: {
|
|
|
85
85
|
declare const coreReduxThunks: {
|
|
86
86
|
enterStudyThunk: import("@reduxjs/toolkit").AsyncThunk<import("./store/actions/studiesActions").EnterStudyPayload, import("./store/thunks/studiesThunks").EnterStudyRequest, {}>;
|
|
87
87
|
};
|
|
88
|
-
export { AppCore, initI18n, store, reducersManager, localStorageManager, studyAPI, userAPI, coreReduxActions, coreReduxThunks, useAuthTokenCheck, PreventAccidentalNavigationPrompt, InternalNavigator, type AppConfig, type HeaderConfig, type FooterConfig, type NavbarConfig, type PageConfig };
|
|
88
|
+
export { AppCore, initI18n, store, reducersManager, localStorageManager, studyAPI, userAPI, coreReduxActions, coreReduxThunks, useAuthTokenCheck, PreventAccidentalNavigationPrompt, InternalNavigator, type AppConfig, type HeaderConfig, type FooterConfig, type NavbarConfig, type PageConfig, type PagesConfig };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@influenzanet/case-web-app-core",
|
|
3
3
|
"description": "Common logic and components for the participant web-app",
|
|
4
|
-
"version": "2.7.5-staging.
|
|
4
|
+
"version": "2.7.5-staging.8",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rollup -c",
|
|
7
7
|
"storybook": "start-storybook -p 6007",
|