@genesislcap/foundation-login 14.96.0 → 14.97.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.
@@ -79,7 +79,7 @@ export const defaultLoginConfig = {
79
79
  username: {
80
80
  label: 'Username',
81
81
  value: defaultUser,
82
- pattern: '^[a-zA-Z0-9.@_-]*$',
82
+ pattern: '^[a-zA-Z0-9.@_\\-]*$',
83
83
  title: 'Letters, numbers, and limited special characters @ _ - .',
84
84
  },
85
85
  email: {
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## defaultTemplateOptions variable
6
6
 
7
- > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  The default template options this MF has been created with.
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## define variable
6
6
 
7
- > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  Re-define the login micro frontend.
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## definition variable
6
6
 
7
- > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  **Signature:**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## LoginHosted class
6
6
 
7
- > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## LoginHosted.registerCommonComponents() method
6
6
 
7
- > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
  **Signature:**
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## TemplateComponents type
6
6
 
7
- > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## TemplateOptions type
6
6
 
7
- > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
10
 
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.96.0",
4
+ "version": "14.97.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-login.d.ts",
@@ -31,6 +31,13 @@
31
31
  },
32
32
  "./package.json": "./package.json"
33
33
  },
34
+ "typesVersions": {
35
+ "*": {
36
+ "e2e": [
37
+ "./test/e2e/index.ts"
38
+ ]
39
+ }
40
+ },
34
41
  "scripts": {
35
42
  "build": "genx build -b ts",
36
43
  "build:webpack": "genx build",
@@ -52,16 +59,16 @@
52
59
  "test:debug": "genx test --debug"
53
60
  },
54
61
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.96.0",
56
- "@genesislcap/genx": "14.96.0",
62
+ "@genesislcap/foundation-testing": "14.97.0",
63
+ "@genesislcap/genx": "14.97.0",
57
64
  "rimraf": "^3.0.2"
58
65
  },
59
66
  "dependencies": {
60
- "@genesislcap/foundation-comms": "14.96.0",
61
- "@genesislcap/foundation-logger": "14.96.0",
62
- "@genesislcap/foundation-ui": "14.96.0",
63
- "@genesislcap/foundation-utils": "14.96.0",
64
- "@genesislcap/foundation-zero": "14.96.0",
67
+ "@genesislcap/foundation-comms": "14.97.0",
68
+ "@genesislcap/foundation-logger": "14.97.0",
69
+ "@genesislcap/foundation-ui": "14.97.0",
70
+ "@genesislcap/foundation-utils": "14.97.0",
71
+ "@genesislcap/foundation-zero": "14.97.0",
65
72
  "@microsoft/fast-components": "^2.21.3",
66
73
  "@microsoft/fast-element": "^1.7.0",
67
74
  "@microsoft/fast-foundation": "^2.33.2",
@@ -78,5 +85,5 @@
78
85
  "access": "public"
79
86
  },
80
87
  "customElements": "dist/custom-elements.json",
81
- "gitHead": "65b7a0ee750748ce8a8a5ac374e56fd50623118e"
88
+ "gitHead": "8a8a410a437d11bd1ada9d540411d3701f1382e5"
82
89
  }