@authing/react-ui-components 3.1.13-hep.1 → 3.1.13-hep.2
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 +1 -2
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -2823,7 +2823,6 @@ declare module '@authing/react-ui-components/components/_utils/config/index' {
|
|
|
2823
2823
|
socialConnectionsBtnShape?: "default" | "button" | "icon" | undefined;
|
|
2824
2824
|
enterpriseConnections?: string[] | undefined;
|
|
2825
2825
|
qrCodeScanOptions?: {
|
|
2826
|
-
currentDocument?: Document | undefined;
|
|
2827
2826
|
extIdpConnId?: string | undefined;
|
|
2828
2827
|
autoExchangeUserInfo?: boolean | undefined;
|
|
2829
2828
|
size?: {
|
|
@@ -3335,7 +3334,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3335
3334
|
|
|
3336
3335
|
}
|
|
3337
3336
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3338
|
-
const _default: "3.1.13-hep.
|
|
3337
|
+
const _default: "3.1.13-hep.2";
|
|
3339
3338
|
export default _default;
|
|
3340
3339
|
|
|
3341
3340
|
}
|