@acuteinfo/common-screens 1.0.72 → 1.0.74
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.
|
@@ -26,6 +26,10 @@ interface AppbarWrapperProps {
|
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
};
|
|
28
28
|
}[];
|
|
29
|
+
/**
|
|
30
|
+
* Accepts useIdleTimer instance
|
|
31
|
+
*/
|
|
32
|
+
idleTimer?: any;
|
|
29
33
|
}
|
|
30
34
|
export declare const AppbarWrapper: React.FC<AppbarWrapperProps>;
|
|
31
35
|
export declare const checkDateAndDisplay: (dateStr: string) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"toolbar" | "logo" | "lang_svg" | "userName" | "search" | "title" | "heading_user_img" | "heading_user_img_border" | "appBar" | "searchBar" | "searchList" | "appBarShift" | "heading_user_dtl" | "searchRoot" | "inputRoot" | "inputInput" | "loggedInUser" | "nameClass" | "dropDown" | "vTop" | "userDesignation" | "userprofilehover" | "version01" | "DrawerClose_icon" | "marquee" | "@keyframes marquee" | "popover">;
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"toolbar" | "logo" | "lang_svg" | "userName" | "search" | "title" | "heading_user_img" | "heading_user_img_border" | "appBar" | "searchBar" | "searchList" | "appBarShift" | "heading_user_dtl" | "searchRoot" | "inputRoot" | "inputInput" | "loggedInUser" | "nameClass" | "dropDown" | "vTop" | "userDesignation" | "userprofilehover" | "version01" | "DrawerClose_icon" | "marquee" | "@keyframes marquee" | "popover" | "blinkHard" | "@keyframes blinker">;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acuteinfo/common-screens",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.74",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"main": "dist/index.js",
|
|
13
13
|
"types": "dist/index.d.ts",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@acuteinfo/common-base": "^1.0.
|
|
15
|
+
"@acuteinfo/common-base": "^1.0.55",
|
|
16
16
|
"@emotion/react": "^11.11.1",
|
|
17
17
|
"@emotion/styled": "^11.11.0",
|
|
18
18
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|