@genesislcap/foundation-auth 14.484.2-alpha-92fa356.0 → 14.484.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/dist/dts/react.d.ts +9 -9
- package/package.json +19 -19
package/dist/dts/react.d.ts
CHANGED
|
@@ -111,26 +111,26 @@ export declare const Login: React.ForwardRefExoticComponent<
|
|
|
111
111
|
>;
|
|
112
112
|
export type LoginRef = LoginWC;
|
|
113
113
|
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const NotFound: React.ForwardRefExoticComponent<
|
|
115
115
|
React.PropsWithChildren<
|
|
116
|
-
Omit<PublicOf<
|
|
116
|
+
Omit<PublicOf<NotFoundWC>, 'children' | 'style'> &
|
|
117
117
|
HTMLWCProps & {
|
|
118
|
-
onAuthLogout?: (event: CustomEvent<unknown>) => void;
|
|
119
118
|
onAuthShowPasswordChanged?: (event: CustomEvent<boolean>) => void;
|
|
120
119
|
}
|
|
121
|
-
> & React.RefAttributes<
|
|
120
|
+
> & React.RefAttributes<NotFoundWC>
|
|
122
121
|
>;
|
|
123
|
-
export type
|
|
122
|
+
export type NotFoundRef = NotFoundWC;
|
|
124
123
|
|
|
125
|
-
export declare const
|
|
124
|
+
export declare const Logout: React.ForwardRefExoticComponent<
|
|
126
125
|
React.PropsWithChildren<
|
|
127
|
-
Omit<PublicOf<
|
|
126
|
+
Omit<PublicOf<LogoutWC>, 'children' | 'style'> &
|
|
128
127
|
HTMLWCProps & {
|
|
128
|
+
onAuthLogout?: (event: CustomEvent<unknown>) => void;
|
|
129
129
|
onAuthShowPasswordChanged?: (event: CustomEvent<boolean>) => void;
|
|
130
130
|
}
|
|
131
|
-
> & React.RefAttributes<
|
|
131
|
+
> & React.RefAttributes<LogoutWC>
|
|
132
132
|
>;
|
|
133
|
-
export type
|
|
133
|
+
export type LogoutRef = LogoutWC;
|
|
134
134
|
|
|
135
135
|
export declare const Protected: React.ForwardRefExoticComponent<
|
|
136
136
|
React.PropsWithChildren<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-auth",
|
|
3
3
|
"description": "Genesis Foundation Auth",
|
|
4
|
-
"version": "14.484.2
|
|
4
|
+
"version": "14.484.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-auth.d.ts",
|
|
@@ -134,25 +134,25 @@
|
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@genesislcap/foundation-testing": "14.484.2
|
|
138
|
-
"@genesislcap/genx": "14.484.2
|
|
139
|
-
"@genesislcap/rollup-builder": "14.484.2
|
|
140
|
-
"@genesislcap/ts-builder": "14.484.2
|
|
141
|
-
"@genesislcap/uvu-playwright-builder": "14.484.2
|
|
142
|
-
"@genesislcap/vite-builder": "14.484.2
|
|
143
|
-
"@genesislcap/webpack-builder": "14.484.2
|
|
137
|
+
"@genesislcap/foundation-testing": "14.484.2",
|
|
138
|
+
"@genesislcap/genx": "14.484.2",
|
|
139
|
+
"@genesislcap/rollup-builder": "14.484.2",
|
|
140
|
+
"@genesislcap/ts-builder": "14.484.2",
|
|
141
|
+
"@genesislcap/uvu-playwright-builder": "14.484.2",
|
|
142
|
+
"@genesislcap/vite-builder": "14.484.2",
|
|
143
|
+
"@genesislcap/webpack-builder": "14.484.2"
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
|
-
"@genesislcap/foundation-comms": "14.484.2
|
|
147
|
-
"@genesislcap/foundation-events": "14.484.2
|
|
148
|
-
"@genesislcap/foundation-i18n": "14.484.2
|
|
149
|
-
"@genesislcap/foundation-logger": "14.484.2
|
|
150
|
-
"@genesislcap/foundation-state-machine": "14.484.2
|
|
151
|
-
"@genesislcap/foundation-store": "14.484.2
|
|
152
|
-
"@genesislcap/foundation-ui": "14.484.2
|
|
153
|
-
"@genesislcap/foundation-user": "14.484.2
|
|
154
|
-
"@genesislcap/foundation-utils": "14.484.2
|
|
155
|
-
"@genesislcap/foundation-zero": "14.484.2
|
|
146
|
+
"@genesislcap/foundation-comms": "14.484.2",
|
|
147
|
+
"@genesislcap/foundation-events": "14.484.2",
|
|
148
|
+
"@genesislcap/foundation-i18n": "14.484.2",
|
|
149
|
+
"@genesislcap/foundation-logger": "14.484.2",
|
|
150
|
+
"@genesislcap/foundation-state-machine": "14.484.2",
|
|
151
|
+
"@genesislcap/foundation-store": "14.484.2",
|
|
152
|
+
"@genesislcap/foundation-ui": "14.484.2",
|
|
153
|
+
"@genesislcap/foundation-user": "14.484.2",
|
|
154
|
+
"@genesislcap/foundation-utils": "14.484.2",
|
|
155
|
+
"@genesislcap/foundation-zero": "14.484.2",
|
|
156
156
|
"@microsoft/fast-components": "2.30.6",
|
|
157
157
|
"@microsoft/fast-element": "1.14.0",
|
|
158
158
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -173,5 +173,5 @@
|
|
|
173
173
|
"access": "public"
|
|
174
174
|
},
|
|
175
175
|
"customElements": "dist/custom-elements.json",
|
|
176
|
-
"gitHead": "
|
|
176
|
+
"gitHead": "a7740b909c78ff2335e44ecd9d9d61d9ecb0f557"
|
|
177
177
|
}
|