@genesislcap/foundation-header 14.160.1 → 14.161.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.
- package/README.md +19 -0
- package/dist/custom-elements.json +35 -35
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -244,6 +244,25 @@ To set the content of the flyout menu, add the content in the html within an ele
|
|
|
244
244
|
</foundation-header>
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
+
## Installation
|
|
248
|
+
|
|
249
|
+
To enable this module in your application, follow the steps below.
|
|
250
|
+
|
|
251
|
+
1. Add `@genesislcap/foundation-header` as a dependency in your `package.json` file. Whenever you change the dependencies of your project, ensure you run the `$ npm run bootstrap` command again. You can find more information in the [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) page.
|
|
252
|
+
|
|
253
|
+
```json
|
|
254
|
+
{
|
|
255
|
+
...
|
|
256
|
+
"dependencies": {
|
|
257
|
+
...
|
|
258
|
+
"@genesislcap/foundation-header": "latest"
|
|
259
|
+
...
|
|
260
|
+
},
|
|
261
|
+
...
|
|
262
|
+
}
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
## [API Docs](./docs/api/index.md)
|
|
247
266
|
|
|
248
267
|
## License
|
|
249
268
|
|
|
@@ -499,41 +499,6 @@
|
|
|
499
499
|
}
|
|
500
500
|
]
|
|
501
501
|
},
|
|
502
|
-
{
|
|
503
|
-
"kind": "javascript-module",
|
|
504
|
-
"path": "src/utils/index.ts",
|
|
505
|
-
"declarations": [],
|
|
506
|
-
"exports": [
|
|
507
|
-
{
|
|
508
|
-
"kind": "js",
|
|
509
|
-
"name": "*",
|
|
510
|
-
"declaration": {
|
|
511
|
-
"name": "*",
|
|
512
|
-
"package": "./logger"
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
]
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"kind": "javascript-module",
|
|
519
|
-
"path": "src/utils/logger.ts",
|
|
520
|
-
"declarations": [
|
|
521
|
-
{
|
|
522
|
-
"kind": "variable",
|
|
523
|
-
"name": "logger"
|
|
524
|
-
}
|
|
525
|
-
],
|
|
526
|
-
"exports": [
|
|
527
|
-
{
|
|
528
|
-
"kind": "js",
|
|
529
|
-
"name": "logger",
|
|
530
|
-
"declaration": {
|
|
531
|
-
"name": "logger",
|
|
532
|
-
"module": "src/utils/logger.ts"
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
]
|
|
536
|
-
},
|
|
537
502
|
{
|
|
538
503
|
"kind": "javascript-module",
|
|
539
504
|
"path": "src/styles/colors.ts",
|
|
@@ -694,6 +659,41 @@
|
|
|
694
659
|
}
|
|
695
660
|
}
|
|
696
661
|
]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"kind": "javascript-module",
|
|
665
|
+
"path": "src/utils/index.ts",
|
|
666
|
+
"declarations": [],
|
|
667
|
+
"exports": [
|
|
668
|
+
{
|
|
669
|
+
"kind": "js",
|
|
670
|
+
"name": "*",
|
|
671
|
+
"declaration": {
|
|
672
|
+
"name": "*",
|
|
673
|
+
"package": "./logger"
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
]
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"kind": "javascript-module",
|
|
680
|
+
"path": "src/utils/logger.ts",
|
|
681
|
+
"declarations": [
|
|
682
|
+
{
|
|
683
|
+
"kind": "variable",
|
|
684
|
+
"name": "logger"
|
|
685
|
+
}
|
|
686
|
+
],
|
|
687
|
+
"exports": [
|
|
688
|
+
{
|
|
689
|
+
"kind": "js",
|
|
690
|
+
"name": "logger",
|
|
691
|
+
"declaration": {
|
|
692
|
+
"name": "logger",
|
|
693
|
+
"module": "src/utils/logger.ts"
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
]
|
|
697
697
|
}
|
|
698
698
|
]
|
|
699
699
|
}
|
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.161.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -68,24 +68,24 @@
|
|
|
68
68
|
"test:debug": "genx test --debug"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@genesislcap/foundation-testing": "14.
|
|
72
|
-
"@genesislcap/genx": "14.
|
|
73
|
-
"@genesislcap/rollup-builder": "14.
|
|
74
|
-
"@genesislcap/ts-builder": "14.
|
|
75
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
76
|
-
"@genesislcap/vite-builder": "14.
|
|
77
|
-
"@genesislcap/webpack-builder": "14.
|
|
71
|
+
"@genesislcap/foundation-testing": "14.161.0",
|
|
72
|
+
"@genesislcap/genx": "14.161.0",
|
|
73
|
+
"@genesislcap/rollup-builder": "14.161.0",
|
|
74
|
+
"@genesislcap/ts-builder": "14.161.0",
|
|
75
|
+
"@genesislcap/uvu-playwright-builder": "14.161.0",
|
|
76
|
+
"@genesislcap/vite-builder": "14.161.0",
|
|
77
|
+
"@genesislcap/webpack-builder": "14.161.0",
|
|
78
78
|
"rimraf": "^3.0.2"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.
|
|
82
|
-
"@genesislcap/foundation-events": "14.
|
|
83
|
-
"@genesislcap/foundation-i18n": "14.
|
|
84
|
-
"@genesislcap/foundation-logger": "14.
|
|
85
|
-
"@genesislcap/foundation-shell": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
88
|
-
"@genesislcap/foundation-zero": "14.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.161.0",
|
|
82
|
+
"@genesislcap/foundation-events": "14.161.0",
|
|
83
|
+
"@genesislcap/foundation-i18n": "14.161.0",
|
|
84
|
+
"@genesislcap/foundation-logger": "14.161.0",
|
|
85
|
+
"@genesislcap/foundation-shell": "14.161.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.161.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.161.0",
|
|
88
|
+
"@genesislcap/foundation-zero": "14.161.0",
|
|
89
89
|
"@microsoft/fast-colors": "^5.3.1",
|
|
90
90
|
"@microsoft/fast-components": "^2.30.6",
|
|
91
91
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"access": "public"
|
|
102
102
|
},
|
|
103
103
|
"customElements": "dist/custom-elements.json",
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "75ef6861f287624c5efcee0f3ca24d1c167102d3"
|
|
105
105
|
}
|