@authing/react-ui-components 3.1.14-rc.3 → 3.1.14-rc.4
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 +2 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2783,6 +2783,7 @@ declare module '@authing/react-ui-components/components/_utils/config/index' {
|
|
|
2783
2783
|
socialConnectionsBtnShape?: "default" | "button" | "icon" | undefined;
|
|
2784
2784
|
enterpriseConnections?: string[] | undefined;
|
|
2785
2785
|
qrCodeScanOptions?: {
|
|
2786
|
+
currentDocument?: Document | undefined;
|
|
2786
2787
|
extIdpConnId?: string | undefined;
|
|
2787
2788
|
autoExchangeUserInfo?: boolean | undefined;
|
|
2788
2789
|
size?: {
|
|
@@ -3294,7 +3295,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3294
3295
|
|
|
3295
3296
|
}
|
|
3296
3297
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3297
|
-
const _default: "3.1.14-rc.
|
|
3298
|
+
const _default: "3.1.14-rc.4";
|
|
3298
3299
|
export default _default;
|
|
3299
3300
|
|
|
3300
3301
|
}
|