@genesislcap/foundation-login 14.464.1-alpha-6708f15.0 → 14.466.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/dist/dts/react.d.ts +8 -8
- package/package.json +15 -15
package/dist/dts/react.d.ts
CHANGED
|
@@ -98,23 +98,23 @@ export declare const LoginForm: React.ForwardRefExoticComponent<
|
|
|
98
98
|
>;
|
|
99
99
|
export type LoginFormRef = LoginFormWC;
|
|
100
100
|
|
|
101
|
-
export declare const
|
|
101
|
+
export declare const MFAMailSent: React.ForwardRefExoticComponent<
|
|
102
102
|
React.PropsWithChildren<
|
|
103
|
-
Omit<PublicOf<
|
|
103
|
+
Omit<PublicOf<MFAMailSentWC>, 'children' | 'style'> &
|
|
104
104
|
HTMLWCProps & {
|
|
105
105
|
}
|
|
106
|
-
> & React.RefAttributes<
|
|
106
|
+
> & React.RefAttributes<MFAMailSentWC>
|
|
107
107
|
>;
|
|
108
|
-
export type
|
|
108
|
+
export type MFAMailSentRef = MFAMailSentWC;
|
|
109
109
|
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const Logout: React.ForwardRefExoticComponent<
|
|
111
111
|
React.PropsWithChildren<
|
|
112
|
-
Omit<PublicOf<
|
|
112
|
+
Omit<PublicOf<LogoutWC>, 'children' | 'style'> &
|
|
113
113
|
HTMLWCProps & {
|
|
114
114
|
}
|
|
115
|
-
> & React.RefAttributes<
|
|
115
|
+
> & React.RefAttributes<LogoutWC>
|
|
116
116
|
>;
|
|
117
|
-
export type
|
|
117
|
+
export type LogoutRef = LogoutWC;
|
|
118
118
|
|
|
119
119
|
export declare const NotFound: React.ForwardRefExoticComponent<
|
|
120
120
|
React.PropsWithChildren<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-login",
|
|
3
3
|
"description": "Genesis Foundation Login",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.466.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -74,21 +74,21 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@genesislcap/foundation-testing": "14.
|
|
78
|
-
"@genesislcap/genx": "14.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.
|
|
80
|
-
"@genesislcap/ts-builder": "14.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
82
|
-
"@genesislcap/vite-builder": "14.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.
|
|
77
|
+
"@genesislcap/foundation-testing": "14.466.0",
|
|
78
|
+
"@genesislcap/genx": "14.466.0",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.466.0",
|
|
80
|
+
"@genesislcap/ts-builder": "14.466.0",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.466.0",
|
|
82
|
+
"@genesislcap/vite-builder": "14.466.0",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.466.0"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@genesislcap/foundation-comms": "14.
|
|
87
|
-
"@genesislcap/foundation-i18n": "14.
|
|
88
|
-
"@genesislcap/foundation-logger": "14.
|
|
89
|
-
"@genesislcap/foundation-ui": "14.
|
|
90
|
-
"@genesislcap/foundation-utils": "14.
|
|
91
|
-
"@genesislcap/foundation-zero": "14.
|
|
86
|
+
"@genesislcap/foundation-comms": "14.466.0",
|
|
87
|
+
"@genesislcap/foundation-i18n": "14.466.0",
|
|
88
|
+
"@genesislcap/foundation-logger": "14.466.0",
|
|
89
|
+
"@genesislcap/foundation-ui": "14.466.0",
|
|
90
|
+
"@genesislcap/foundation-utils": "14.466.0",
|
|
91
|
+
"@genesislcap/foundation-zero": "14.466.0",
|
|
92
92
|
"@microsoft/fast-components": "2.30.6",
|
|
93
93
|
"@microsoft/fast-element": "1.14.0",
|
|
94
94
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"access": "public"
|
|
106
106
|
},
|
|
107
107
|
"customElements": "dist/custom-elements.json",
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "a0ced1e97a07712305acd5675461d5f9273c8e51"
|
|
109
109
|
}
|