@authing/react-ui-components 3.0.9-rc.2 → 3.0.10

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.
package/lib/index.d.ts CHANGED
@@ -2160,6 +2160,7 @@ declare module '@authing/react-ui-components/components/Type/index' {
2160
2160
  target?: HTMLElement | string;
2161
2161
  __appHost__?: string;
2162
2162
  __publicConfig__?: ApplicationConfig;
2163
+ __internalRequest__?: boolean;
2163
2164
  }
2164
2165
  export interface IG2Events {
2165
2166
  onLoad?: (authClient: AuthenticationClient) => void;
@@ -2545,7 +2546,7 @@ declare module '@authing/react-ui-components/components/version/index' {
2545
2546
 
2546
2547
  }
2547
2548
  declare module '@authing/react-ui-components/components/version/version' {
2548
- const _default: "3.0.9-rc.2";
2549
+ const _default: "3.0.10";
2549
2550
  export default _default;
2550
2551
 
2551
2552
  }