@genesislcap/foundation-header 14.120.3-alpha-7ba1ef7.0 → 14.121.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.
- package/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ It is possible for you to set up routing manually, but that won't be covered in
|
|
|
57
57
|
:::
|
|
58
58
|
|
|
59
59
|
2. In the top-level class of your application, import the Navigation class and inject it as a dependency.
|
|
60
|
-
|
|
60
|
+
|
|
61
61
|
```javascript {1,6}
|
|
62
62
|
import { Navigation } from '@genesislcap/foundation-header';
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.121.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -60,16 +60,16 @@
|
|
|
60
60
|
"test:debug": "genx test --debug"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@genesislcap/foundation-testing": "14.
|
|
64
|
-
"@genesislcap/genx": "14.
|
|
63
|
+
"@genesislcap/foundation-testing": "14.121.1",
|
|
64
|
+
"@genesislcap/genx": "14.121.1",
|
|
65
65
|
"rimraf": "^3.0.2"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@genesislcap/foundation-comms": "14.
|
|
69
|
-
"@genesislcap/foundation-events": "14.
|
|
70
|
-
"@genesislcap/foundation-i18n": "14.
|
|
71
|
-
"@genesislcap/foundation-logger": "14.
|
|
72
|
-
"@genesislcap/foundation-zero": "14.
|
|
68
|
+
"@genesislcap/foundation-comms": "14.121.1",
|
|
69
|
+
"@genesislcap/foundation-events": "14.121.1",
|
|
70
|
+
"@genesislcap/foundation-i18n": "14.121.1",
|
|
71
|
+
"@genesislcap/foundation-logger": "14.121.1",
|
|
72
|
+
"@genesislcap/foundation-zero": "14.121.1",
|
|
73
73
|
"@microsoft/fast-colors": "^5.1.4",
|
|
74
74
|
"@microsoft/fast-components": "^2.21.3",
|
|
75
75
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
88
|
"customElements": "dist/custom-elements.json",
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "8e78bf8e11be74bf258060aedab854dea1c7e11b"
|
|
90
90
|
}
|