@iblai/web-containers 1.3.13 → 1.3.15
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/next/web-containers/src/hooks/use-time-tracking.d.ts +2 -2
- package/dist/package.json +3 -3
- package/dist/sso/web-containers/src/hooks/use-time-tracking.d.ts +2 -2
- package/dist/web-containers/src/hooks/use-time-tracking.d.ts +2 -2
- package/dist/web-containers/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
|
@@ -13,8 +13,8 @@ interface TimeTrackingConfig {
|
|
|
13
13
|
export declare function useTimeTracking(config?: TimeTrackingConfig): {
|
|
14
14
|
pause: () => void;
|
|
15
15
|
resume: () => void;
|
|
16
|
-
getCurrentUrl: () =>
|
|
17
|
-
getTimeSpentSinceLastReset: () =>
|
|
16
|
+
getCurrentUrl: () => any;
|
|
17
|
+
getTimeSpentSinceLastReset: () => any;
|
|
18
18
|
tenantKey: string;
|
|
19
19
|
mentorId: string | undefined;
|
|
20
20
|
};
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iblai/web-containers",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.14",
|
|
4
4
|
"description": "ibl web containers",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
"zod": "3.24.2"
|
|
153
153
|
},
|
|
154
154
|
"peerDependencies": {
|
|
155
|
-
"@iblai/data-layer": "
|
|
155
|
+
"@iblai/data-layer": "workspace:*",
|
|
156
156
|
"@iblai/iblai-api": "4.166.0-ai",
|
|
157
|
-
"@iblai/web-utils": "
|
|
157
|
+
"@iblai/web-utils": "workspace:*",
|
|
158
158
|
"@reduxjs/toolkit": "2.7.0",
|
|
159
159
|
"next": ">=13.0.0",
|
|
160
160
|
"react": "19.1.0",
|
|
@@ -13,8 +13,8 @@ interface TimeTrackingConfig {
|
|
|
13
13
|
export declare function useTimeTracking(config?: TimeTrackingConfig): {
|
|
14
14
|
pause: () => void;
|
|
15
15
|
resume: () => void;
|
|
16
|
-
getCurrentUrl: () =>
|
|
17
|
-
getTimeSpentSinceLastReset: () =>
|
|
16
|
+
getCurrentUrl: () => any;
|
|
17
|
+
getTimeSpentSinceLastReset: () => any;
|
|
18
18
|
tenantKey: string;
|
|
19
19
|
mentorId: string | undefined;
|
|
20
20
|
};
|
|
@@ -13,8 +13,8 @@ interface TimeTrackingConfig {
|
|
|
13
13
|
export declare function useTimeTracking(config?: TimeTrackingConfig): {
|
|
14
14
|
pause: () => void;
|
|
15
15
|
resume: () => void;
|
|
16
|
-
getCurrentUrl: () =>
|
|
17
|
-
getTimeSpentSinceLastReset: () =>
|
|
16
|
+
getCurrentUrl: () => any;
|
|
17
|
+
getTimeSpentSinceLastReset: () => any;
|
|
18
18
|
tenantKey: string;
|
|
19
19
|
mentorId: string | undefined;
|
|
20
20
|
};
|