@genesislcap/foundation-login 14.466.0 → 14.466.1-alpha-73081f7.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 +8 -8
  2. package/package.json +15 -15
@@ -98,23 +98,23 @@ export declare const LoginForm: React.ForwardRefExoticComponent<
98
98
  >;
99
99
  export type LoginFormRef = LoginFormWC;
100
100
 
101
- export declare const MFAMailSent: React.ForwardRefExoticComponent<
101
+ export declare const Logout: React.ForwardRefExoticComponent<
102
102
  React.PropsWithChildren<
103
- Omit<PublicOf<MFAMailSentWC>, 'children' | 'style'> &
103
+ Omit<PublicOf<LogoutWC>, 'children' | 'style'> &
104
104
  HTMLWCProps & {
105
105
  }
106
- > & React.RefAttributes<MFAMailSentWC>
106
+ > & React.RefAttributes<LogoutWC>
107
107
  >;
108
- export type MFAMailSentRef = MFAMailSentWC;
108
+ export type LogoutRef = LogoutWC;
109
109
 
110
- export declare const Logout: React.ForwardRefExoticComponent<
110
+ export declare const MFAMailSent: React.ForwardRefExoticComponent<
111
111
  React.PropsWithChildren<
112
- Omit<PublicOf<LogoutWC>, 'children' | 'style'> &
112
+ Omit<PublicOf<MFAMailSentWC>, 'children' | 'style'> &
113
113
  HTMLWCProps & {
114
114
  }
115
- > & React.RefAttributes<LogoutWC>
115
+ > & React.RefAttributes<MFAMailSentWC>
116
116
  >;
117
- export type LogoutRef = LogoutWC;
117
+ export type MFAMailSentRef = MFAMailSentWC;
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.466.0",
4
+ "version": "14.466.1-alpha-73081f7.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.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"
77
+ "@genesislcap/foundation-testing": "14.466.1-alpha-73081f7.0",
78
+ "@genesislcap/genx": "14.466.1-alpha-73081f7.0",
79
+ "@genesislcap/rollup-builder": "14.466.1-alpha-73081f7.0",
80
+ "@genesislcap/ts-builder": "14.466.1-alpha-73081f7.0",
81
+ "@genesislcap/uvu-playwright-builder": "14.466.1-alpha-73081f7.0",
82
+ "@genesislcap/vite-builder": "14.466.1-alpha-73081f7.0",
83
+ "@genesislcap/webpack-builder": "14.466.1-alpha-73081f7.0"
84
84
  },
85
85
  "dependencies": {
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",
86
+ "@genesislcap/foundation-comms": "14.466.1-alpha-73081f7.0",
87
+ "@genesislcap/foundation-i18n": "14.466.1-alpha-73081f7.0",
88
+ "@genesislcap/foundation-logger": "14.466.1-alpha-73081f7.0",
89
+ "@genesislcap/foundation-ui": "14.466.1-alpha-73081f7.0",
90
+ "@genesislcap/foundation-utils": "14.466.1-alpha-73081f7.0",
91
+ "@genesislcap/foundation-zero": "14.466.1-alpha-73081f7.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": "a0ced1e97a07712305acd5675461d5f9273c8e51"
108
+ "gitHead": "890fd9ed0a0360ccc0ff5cfc390e0c39088b1136"
109
109
  }