@acuteinfo/common-screens 1.0.22 → 1.0.23

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.
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ import { NavigateFunction } from "react-router-dom";
3
+ interface AppbarWrapperProps {
4
+ handleDrawerOpen: Function;
5
+ handleDrawerClose: Function;
6
+ open: boolean;
7
+ authState: any;
8
+ LanguageComponent?: React.ComponentType<any>;
9
+ SearchComponent?: React.ComponentType<any>;
10
+ dashboardUrl?: string;
11
+ logos?: any;
12
+ bankLogo?: any;
13
+ profilePic?: string;
14
+ handleLogout?: Function;
15
+ handleProfile?: Function;
16
+ navigate: NavigateFunction;
17
+ hideGreetings?: boolean;
18
+ }
19
+ export declare const AppbarWrapper: React.FC<AppbarWrapperProps>;
20
+ export declare const checkDateAndDisplay: (dateStr: string) => string;
21
+ export {};
@@ -0,0 +1 @@
1
+ export * from "./appBar";
@@ -0,0 +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">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acuteinfo/common-screens",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "react",
@@ -20,6 +20,7 @@
20
20
  "buffer": "^6.0.3",
21
21
  "clsx": "^1.1.1",
22
22
  "crypto-js": "^4.2.0",
23
+ "date-fns": "^2.30.0",
23
24
  "history": "^5.0.0",
24
25
  "husky": "^4.3.0",
25
26
  "i18next": "^22.5.1",
@@ -104,4 +105,4 @@
104
105
  "react": "^18.2.0",
105
106
  "react-dom": "^18.2.0"
106
107
  }
107
- }
108
+ }
package/rollup.config.mjs CHANGED
@@ -35,6 +35,7 @@ export default defineConfig({
35
35
  "@acuteinfo/common-base",
36
36
  "crypto-js",
37
37
  "otp-input-react",
38
+ "date-fns",
38
39
  ],
39
40
  plugins: [
40
41
  // resolve(),