@acuteinfo/common-screens 1.0.65 → 1.0.67

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.
@@ -1,8 +1,9 @@
1
- export declare const ForgotPasswordFields: ({ classes, loginState, onSubmit, navigate, loginPageEndpoint, preventSpecialChars }: {
1
+ export declare const ForgotPasswordFields: ({ classes, loginState, onSubmit, navigate, loginPageEndpoint, preventSpecialChars, validatePassword }: {
2
2
  classes: any;
3
3
  loginState: any;
4
4
  onSubmit: any;
5
5
  navigate: any;
6
6
  loginPageEndpoint: any;
7
7
  preventSpecialChars: any;
8
+ validatePassword: any;
8
9
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- export declare const UsernamePasswordField: ({ classes, loginState, verifyUsernamePassword, forgotPasswordEndpoint, preventSpecialChars }: {
1
+ export declare const UsernamePasswordField: ({ classes, loginState, verifyUsernamePassword, forgotPasswordEndpoint, preventSpecialChars, }: {
2
2
  classes: any;
3
3
  loginState: any;
4
4
  verifyUsernamePassword: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acuteinfo/common-screens",
3
- "version": "1.0.65",
3
+ "version": "1.0.67",
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.39",
15
+ "@acuteinfo/common-base": "^1.0.41",
16
16
  "@emotion/react": "^11.11.1",
17
17
  "@emotion/styled": "^11.11.0",
18
18
  "@fortawesome/fontawesome-svg-core": "^6.5.2",