@authing/guard-shim-react18 4.5.9-alpha.1 → 4.5.9-alpha.3

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,4 @@
1
1
  import { React } from 'shim-react';
2
2
  import { TenantButtonProps } from '../interface';
3
3
  import '../styles.less';
4
- export declare const JoinButton: React.FC<TenantButtonProps>;
4
+ export declare const ActionButton: React.FC<TenantButtonProps>;
@@ -36,6 +36,8 @@ export interface TenantButtonProps {
36
36
  className?: string;
37
37
  onClick?: () => void;
38
38
  style?: React.CSSProperties;
39
+ icon: string;
40
+ text: string;
39
41
  }
40
42
  export interface BackProps {
41
43
  onBack: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/guard-shim-react18",
3
- "version": "4.5.9-alpha.1",
3
+ "version": "4.5.9-alpha.3",
4
4
  "description": "Guard shim for react 18, only be used to internal",
5
5
  "types": "dist/typings/src/index.d.ts",
6
6
  "module": "dist/guard.min.js",