@genesislcap/foundation-auth 14.484.2 → 14.486.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 +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 Logout: React.ForwardRefExoticComponent<
|
|
115
115
|
React.PropsWithChildren<
|
|
116
|
-
Omit<PublicOf<
|
|
116
|
+
Omit<PublicOf<LogoutWC>, 'children' | 'style'> &
|
|
117
117
|
HTMLWCProps & {
|
|
118
|
+
onAuthLogout?: (event: CustomEvent<unknown>) => void;
|
|
118
119
|
onAuthShowPasswordChanged?: (event: CustomEvent<boolean>) => void;
|
|
119
120
|
}
|
|
120
|
-
> & React.RefAttributes<
|
|
121
|
+
> & React.RefAttributes<LogoutWC>
|
|
121
122
|
>;
|
|
122
|
-
export type
|
|
123
|
+
export type LogoutRef = LogoutWC;
|
|
123
124
|
|
|
124
|
-
export declare const
|
|
125
|
+
export declare const NotFound: React.ForwardRefExoticComponent<
|
|
125
126
|
React.PropsWithChildren<
|
|
126
|
-
Omit<PublicOf<
|
|
127
|
+
Omit<PublicOf<NotFoundWC>, 'children' | 'style'> &
|
|
127
128
|
HTMLWCProps & {
|
|
128
|
-
onAuthLogout?: (event: CustomEvent<unknown>) => void;
|
|
129
129
|
onAuthShowPasswordChanged?: (event: CustomEvent<boolean>) => void;
|
|
130
130
|
}
|
|
131
|
-
> & React.RefAttributes<
|
|
131
|
+
> & React.RefAttributes<NotFoundWC>
|
|
132
132
|
>;
|
|
133
|
-
export type
|
|
133
|
+
export type NotFoundRef = NotFoundWC;
|
|
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.
|
|
4
|
+
"version": "14.486.0",
|
|
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.
|
|
138
|
-
"@genesislcap/genx": "14.
|
|
139
|
-
"@genesislcap/rollup-builder": "14.
|
|
140
|
-
"@genesislcap/ts-builder": "14.
|
|
141
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
142
|
-
"@genesislcap/vite-builder": "14.
|
|
143
|
-
"@genesislcap/webpack-builder": "14.
|
|
137
|
+
"@genesislcap/foundation-testing": "14.486.0",
|
|
138
|
+
"@genesislcap/genx": "14.486.0",
|
|
139
|
+
"@genesislcap/rollup-builder": "14.486.0",
|
|
140
|
+
"@genesislcap/ts-builder": "14.486.0",
|
|
141
|
+
"@genesislcap/uvu-playwright-builder": "14.486.0",
|
|
142
|
+
"@genesislcap/vite-builder": "14.486.0",
|
|
143
|
+
"@genesislcap/webpack-builder": "14.486.0"
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
|
-
"@genesislcap/foundation-comms": "14.
|
|
147
|
-
"@genesislcap/foundation-events": "14.
|
|
148
|
-
"@genesislcap/foundation-i18n": "14.
|
|
149
|
-
"@genesislcap/foundation-logger": "14.
|
|
150
|
-
"@genesislcap/foundation-state-machine": "14.
|
|
151
|
-
"@genesislcap/foundation-store": "14.
|
|
152
|
-
"@genesislcap/foundation-ui": "14.
|
|
153
|
-
"@genesislcap/foundation-user": "14.
|
|
154
|
-
"@genesislcap/foundation-utils": "14.
|
|
155
|
-
"@genesislcap/foundation-zero": "14.
|
|
146
|
+
"@genesislcap/foundation-comms": "14.486.0",
|
|
147
|
+
"@genesislcap/foundation-events": "14.486.0",
|
|
148
|
+
"@genesislcap/foundation-i18n": "14.486.0",
|
|
149
|
+
"@genesislcap/foundation-logger": "14.486.0",
|
|
150
|
+
"@genesislcap/foundation-state-machine": "14.486.0",
|
|
151
|
+
"@genesislcap/foundation-store": "14.486.0",
|
|
152
|
+
"@genesislcap/foundation-ui": "14.486.0",
|
|
153
|
+
"@genesislcap/foundation-user": "14.486.0",
|
|
154
|
+
"@genesislcap/foundation-utils": "14.486.0",
|
|
155
|
+
"@genesislcap/foundation-zero": "14.486.0",
|
|
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": "5de11f8989291fe8aaf19a7048dd6be68c0be9c8"
|
|
177
177
|
}
|