@genesislcap/foundation-login 14.150.2 → 14.151.1
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.
|
@@ -2,7 +2,7 @@ import { Auth, Session, FoundationAnalytics } from '@genesislcap/foundation-comm
|
|
|
2
2
|
import { Constructable } from '@microsoft/fast-element';
|
|
3
3
|
import { Container } from '@microsoft/fast-foundation';
|
|
4
4
|
import { RouterConfiguration } from '@microsoft/fast-router';
|
|
5
|
-
import { LoginConfig } from '../main';
|
|
5
|
+
import { LoginConfig } from '../main/config';
|
|
6
6
|
import type { Settings } from './types';
|
|
7
7
|
/**
|
|
8
8
|
* Base implementation of a routing used with the Login class
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/routes/config.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EACP,mBAAmB,EAGpB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAY,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAA2B,mBAAmB,EAAS,MAAM,wBAAwB,CAAC;AAE7F,OAAO,EAAsB,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/routes/config.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EACP,mBAAmB,EAGpB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAY,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAA2B,mBAAmB,EAAS,MAAM,wBAAwB,CAAC;AAE7F,OAAO,EAAsB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAOjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGxC;;;;;;;;;GASG;AACH,qBAAa,gBAAiB,SAAQ,mBAAmB,CAAC,QAAQ,CAAC;IAEzD,OAAO,CAAC,IAAI;IACP,OAAO,CAAC,SAAS;IACP,OAAO,CAAC,SAAS;IAC7B,OAAO,CAAC,OAAO;IACD,OAAO,CAAC,WAAW;gBAJ5B,IAAI,EAAE,IAAI,EACL,SAAS,EAAE,SAAS,EACV,SAAS,EAAE,mBAAmB,EAC1C,OAAO,EAAE,OAAO,EACF,WAAW,cAAqB;IAK1D,SAAS;IA8IT,SAAS,CAAC,CAAC,EAAE,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,CAAC;CAG/C"}
|
|
@@ -3,7 +3,7 @@ import { Auth, Session, FoundationAnalytics, FoundationAnalyticsEventType, } fro
|
|
|
3
3
|
import { Container, optional } from '@microsoft/fast-foundation';
|
|
4
4
|
import { RouterConfiguration, Route } from '@microsoft/fast-router';
|
|
5
5
|
import { defaultLayout } from '../layouts';
|
|
6
|
-
import { defaultLoginConfig, LoginConfig } from '../main';
|
|
6
|
+
import { defaultLoginConfig, LoginConfig } from '../main/config';
|
|
7
7
|
import { ForgotPassword } from './forgot-password/forgot-password';
|
|
8
8
|
import { LoginForm } from './login-form/login-form';
|
|
9
9
|
import { NotFound } from './not-found/not-found';
|
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.
|
|
4
|
+
"version": "14.151.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -59,21 +59,21 @@
|
|
|
59
59
|
"test:debug": "genx test --debug"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@genesislcap/foundation-testing": "14.
|
|
63
|
-
"@genesislcap/genx": "14.
|
|
64
|
-
"@genesislcap/rollup-builder": "14.
|
|
65
|
-
"@genesislcap/ts-builder": "14.
|
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
67
|
-
"@genesislcap/vite-builder": "14.
|
|
68
|
-
"@genesislcap/webpack-builder": "14.
|
|
62
|
+
"@genesislcap/foundation-testing": "14.151.1",
|
|
63
|
+
"@genesislcap/genx": "14.151.1",
|
|
64
|
+
"@genesislcap/rollup-builder": "14.151.1",
|
|
65
|
+
"@genesislcap/ts-builder": "14.151.1",
|
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.151.1",
|
|
67
|
+
"@genesislcap/vite-builder": "14.151.1",
|
|
68
|
+
"@genesislcap/webpack-builder": "14.151.1",
|
|
69
69
|
"rimraf": "^3.0.2"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@genesislcap/foundation-comms": "14.
|
|
73
|
-
"@genesislcap/foundation-logger": "14.
|
|
74
|
-
"@genesislcap/foundation-ui": "14.
|
|
75
|
-
"@genesislcap/foundation-utils": "14.
|
|
76
|
-
"@genesislcap/foundation-zero": "14.
|
|
72
|
+
"@genesislcap/foundation-comms": "14.151.1",
|
|
73
|
+
"@genesislcap/foundation-logger": "14.151.1",
|
|
74
|
+
"@genesislcap/foundation-ui": "14.151.1",
|
|
75
|
+
"@genesislcap/foundation-utils": "14.151.1",
|
|
76
|
+
"@genesislcap/foundation-zero": "14.151.1",
|
|
77
77
|
"@microsoft/fast-components": "^2.30.6",
|
|
78
78
|
"@microsoft/fast-element": "^1.12.0",
|
|
79
79
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "b56ae0d22c24098e5fd2e771a9ec1749de9cabbf"
|
|
94
94
|
}
|