@genesislcap/foundation-login 14.476.1-alpha-58615db.0 → 14.477.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.
Files changed (2) hide show
  1. package/dist/dts/react.d.ts +9 -9
  2. package/package.json +15 -15
@@ -98,6 +98,15 @@ export declare const LoginForm: React.ForwardRefExoticComponent<
98
98
  >;
99
99
  export type LoginFormRef = LoginFormWC;
100
100
 
101
+ export declare const Logout: React.ForwardRefExoticComponent<
102
+ React.PropsWithChildren<
103
+ Omit<PublicOf<LogoutWC>, 'children' | 'style'> &
104
+ HTMLWCProps & {
105
+ }
106
+ > & React.RefAttributes<LogoutWC>
107
+ >;
108
+ export type LogoutRef = LogoutWC;
109
+
101
110
  export declare const MFAMailSent: React.ForwardRefExoticComponent<
102
111
  React.PropsWithChildren<
103
112
  Omit<PublicOf<MFAMailSentWC>, 'children' | 'style'> &
@@ -116,15 +125,6 @@ export declare const NotFound: React.ForwardRefExoticComponent<
116
125
  >;
117
126
  export type NotFoundRef = NotFoundWC;
118
127
 
119
- export declare const Logout: React.ForwardRefExoticComponent<
120
- React.PropsWithChildren<
121
- Omit<PublicOf<LogoutWC>, 'children' | 'style'> &
122
- HTMLWCProps & {
123
- }
124
- > & React.RefAttributes<LogoutWC>
125
- >;
126
- export type LogoutRef = LogoutWC;
127
-
128
128
  export declare const Protected: React.ForwardRefExoticComponent<
129
129
  React.PropsWithChildren<
130
130
  Omit<PublicOf<ProtectedWC>, 'children' | 'style'> &
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.476.1-alpha-58615db.0",
4
+ "version": "14.477.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.476.1-alpha-58615db.0",
78
- "@genesislcap/genx": "14.476.1-alpha-58615db.0",
79
- "@genesislcap/rollup-builder": "14.476.1-alpha-58615db.0",
80
- "@genesislcap/ts-builder": "14.476.1-alpha-58615db.0",
81
- "@genesislcap/uvu-playwright-builder": "14.476.1-alpha-58615db.0",
82
- "@genesislcap/vite-builder": "14.476.1-alpha-58615db.0",
83
- "@genesislcap/webpack-builder": "14.476.1-alpha-58615db.0"
77
+ "@genesislcap/foundation-testing": "14.477.0",
78
+ "@genesislcap/genx": "14.477.0",
79
+ "@genesislcap/rollup-builder": "14.477.0",
80
+ "@genesislcap/ts-builder": "14.477.0",
81
+ "@genesislcap/uvu-playwright-builder": "14.477.0",
82
+ "@genesislcap/vite-builder": "14.477.0",
83
+ "@genesislcap/webpack-builder": "14.477.0"
84
84
  },
85
85
  "dependencies": {
86
- "@genesislcap/foundation-comms": "14.476.1-alpha-58615db.0",
87
- "@genesislcap/foundation-i18n": "14.476.1-alpha-58615db.0",
88
- "@genesislcap/foundation-logger": "14.476.1-alpha-58615db.0",
89
- "@genesislcap/foundation-ui": "14.476.1-alpha-58615db.0",
90
- "@genesislcap/foundation-utils": "14.476.1-alpha-58615db.0",
91
- "@genesislcap/foundation-zero": "14.476.1-alpha-58615db.0",
86
+ "@genesislcap/foundation-comms": "14.477.0",
87
+ "@genesislcap/foundation-i18n": "14.477.0",
88
+ "@genesislcap/foundation-logger": "14.477.0",
89
+ "@genesislcap/foundation-ui": "14.477.0",
90
+ "@genesislcap/foundation-utils": "14.477.0",
91
+ "@genesislcap/foundation-zero": "14.477.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": "93069fcbcd7901008bef708c2161672875ad896a"
108
+ "gitHead": "324acb34781a5c6e8e5e19a8d53ca7a418941787"
109
109
  }