@genesislcap/foundation-login 14.464.0 → 14.464.1-alpha-76f77f9.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
@@ -89,15 +89,6 @@ export declare const ForgotPassword: React.ForwardRefExoticComponent<
89
89
  >;
90
90
  export type ForgotPasswordRef = ForgotPasswordWC;
91
91
 
92
- export declare const LoginForm: React.ForwardRefExoticComponent<
93
- React.PropsWithChildren<
94
- Omit<PublicOf<LoginFormWC>, 'children' | 'style'> &
95
- HTMLWCProps & {
96
- }
97
- > & React.RefAttributes<LoginFormWC>
98
- >;
99
- export type LoginFormRef = LoginFormWC;
100
-
101
92
  export declare const Logout: React.ForwardRefExoticComponent<
102
93
  React.PropsWithChildren<
103
94
  Omit<PublicOf<LogoutWC>, 'children' | 'style'> &
@@ -125,6 +116,15 @@ export declare const NotFound: React.ForwardRefExoticComponent<
125
116
  >;
126
117
  export type NotFoundRef = NotFoundWC;
127
118
 
119
+ export declare const LoginForm: React.ForwardRefExoticComponent<
120
+ React.PropsWithChildren<
121
+ Omit<PublicOf<LoginFormWC>, 'children' | 'style'> &
122
+ HTMLWCProps & {
123
+ }
124
+ > & React.RefAttributes<LoginFormWC>
125
+ >;
126
+ export type LoginFormRef = LoginFormWC;
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.464.0",
4
+ "version": "14.464.1-alpha-76f77f9.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.464.0",
78
- "@genesislcap/genx": "14.464.0",
79
- "@genesislcap/rollup-builder": "14.464.0",
80
- "@genesislcap/ts-builder": "14.464.0",
81
- "@genesislcap/uvu-playwright-builder": "14.464.0",
82
- "@genesislcap/vite-builder": "14.464.0",
83
- "@genesislcap/webpack-builder": "14.464.0"
77
+ "@genesislcap/foundation-testing": "14.464.1-alpha-76f77f9.0",
78
+ "@genesislcap/genx": "14.464.1-alpha-76f77f9.0",
79
+ "@genesislcap/rollup-builder": "14.464.1-alpha-76f77f9.0",
80
+ "@genesislcap/ts-builder": "14.464.1-alpha-76f77f9.0",
81
+ "@genesislcap/uvu-playwright-builder": "14.464.1-alpha-76f77f9.0",
82
+ "@genesislcap/vite-builder": "14.464.1-alpha-76f77f9.0",
83
+ "@genesislcap/webpack-builder": "14.464.1-alpha-76f77f9.0"
84
84
  },
85
85
  "dependencies": {
86
- "@genesislcap/foundation-comms": "14.464.0",
87
- "@genesislcap/foundation-i18n": "14.464.0",
88
- "@genesislcap/foundation-logger": "14.464.0",
89
- "@genesislcap/foundation-ui": "14.464.0",
90
- "@genesislcap/foundation-utils": "14.464.0",
91
- "@genesislcap/foundation-zero": "14.464.0",
86
+ "@genesislcap/foundation-comms": "14.464.1-alpha-76f77f9.0",
87
+ "@genesislcap/foundation-i18n": "14.464.1-alpha-76f77f9.0",
88
+ "@genesislcap/foundation-logger": "14.464.1-alpha-76f77f9.0",
89
+ "@genesislcap/foundation-ui": "14.464.1-alpha-76f77f9.0",
90
+ "@genesislcap/foundation-utils": "14.464.1-alpha-76f77f9.0",
91
+ "@genesislcap/foundation-zero": "14.464.1-alpha-76f77f9.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": "48f6879adc2477efcd9f984712bcc26a1e8e0544"
108
+ "gitHead": "0066ad53195dc2487061afb3f7c59480454f3efa"
109
109
  }