@authing/react-ui-components 3.1.11-rc.3 → 3.1.12-fe.0
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.css +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2738,7 +2738,6 @@ declare module '@authing/react-ui-components/components/_utils/config/index' {
|
|
|
2738
2738
|
socialConnectionsBtnShape?: "default" | "button" | "icon" | undefined;
|
|
2739
2739
|
enterpriseConnections?: string[] | undefined;
|
|
2740
2740
|
qrCodeScanOptions?: {
|
|
2741
|
-
currentDocument?: Document | undefined;
|
|
2742
2741
|
extIdpConnId?: string | undefined;
|
|
2743
2742
|
autoExchangeUserInfo?: boolean | undefined;
|
|
2744
2743
|
size?: {
|
|
@@ -3242,7 +3241,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3242
3241
|
|
|
3243
3242
|
}
|
|
3244
3243
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3245
|
-
const _default: "3.1.
|
|
3244
|
+
const _default: "3.1.12-fe.0";
|
|
3246
3245
|
export default _default;
|
|
3247
3246
|
|
|
3248
3247
|
}
|