@authing/react-ui-components 4.4.3-ey.32 → 4.4.3-ey.34

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,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="57" viewBox="0 0 56 57" fill="none">
2
+ <circle cx="28" cy="28.5" r="28" fill="#2E2E3A"/>
3
+ <path d="M39.7377 16.25L15.75 25.2726L39.7377 20.9102V16.25Z" fill="#FFE500"/>
4
+ <path d="M19.596 36.5732H23.977V33.9528H19.596V31.8982H24.4542L22.8493 29.0098H15.9668V41.5015H25.6689V38.6279H19.596V36.5732ZM32.1321 29.0098L30.0789 33.0893L28.0256 29.0098H23.9915L28.228 36.5732V41.5015H31.8573V36.5732L36.0937 29.0098H32.1321Z" fill="white"/>
5
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.4.3-ey.32",
3
+ "version": "4.4.3-ey.34",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -2,8 +2,6 @@
2
2
  export interface GuardLoginInitData {
3
3
  scene: 'password' | 'idp';
4
4
  noBack: boolean;
5
- context: {
6
- verifyAccount: string;
7
- };
5
+ verifyAccount?: string;
8
6
  }
9
7
  export declare const EyGuardLoginView: () => JSX.Element;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.4.3-ey.32";
1
+ declare const _default: "4.4.3-ey.34";
2
2
  export default _default;