@authing/guard-shim-react18 5.1.3-alpha.21 → 5.1.3-alpha.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.
@@ -1,4 +1,5 @@
1
1
  import { GuardEventsKebabToCamelType, Lang, GuardProps, GuardLocalConfig, CodeAction, ApiCode, GuardModuleType, LoginMethods, OIDCConnectionMode, SocialConnectionProvider, Protocol, RegisterMethods, GuardMode, InputMethod, GuardPageSene, EmailScene, SceneType } from '@authing/react18-ui-components';
2
+ import { CSSProperties } from 'react';
2
3
  export declare type ICodeAction = `${CodeAction}`;
3
4
  export declare type IApiCode = `${ApiCode}`;
4
5
  export declare type IGuardModuleType = `${GuardModuleType}`;
@@ -34,6 +35,7 @@ export interface GuardOptions extends GuardProps {
34
35
  lang?: Lang;
35
36
  isSSO?: boolean;
36
37
  config?: Partial<IGuardConfig>;
38
+ style?: CSSProperties;
37
39
  }
38
40
  export interface StartWithRedirectOptions {
39
41
  codeChallengeMethod?: CodeChallengeMethod;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/guard-shim-react18",
3
- "version": "5.1.3-alpha.21",
3
+ "version": "5.1.3-alpha.23",
4
4
  "description": "Guard shim for react18",
5
5
  "module": "dist/esm/guard.min.js",
6
6
  "types": "dist/typings/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "webpack": "^5.72.0"
26
26
  },
27
27
  "dependencies": {
28
- "@authing/react18-ui-components": "^4.3.4-alpha.6",
28
+ "@authing/react18-ui-components": "^4.3.4-alpha.4",
29
29
  "react": "^18.0.0",
30
30
  "react-dom": "^18.0.0"
31
31
  },