@genesislcap/foundation-header 14.71.1-auth-mf.18 → 14.71.1-auth-mf.19

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.
@@ -71,167 +71,6 @@
71
71
  }
72
72
  ]
73
73
  },
74
- {
75
- "kind": "javascript-module",
76
- "path": "src/styles/colors.ts",
77
- "declarations": [
78
- {
79
- "kind": "function",
80
- "name": "getWebRGBA",
81
- "parameters": [
82
- {
83
- "name": "rgb",
84
- "type": {
85
- "text": "ColorRGBA64"
86
- }
87
- },
88
- {
89
- "name": "alpha",
90
- "default": "1.0",
91
- "type": {
92
- "text": "number"
93
- }
94
- }
95
- ]
96
- },
97
- {
98
- "kind": "variable",
99
- "name": "defaultBackgroundHover"
100
- },
101
- {
102
- "kind": "variable",
103
- "name": "defaultBackgroundItem"
104
- },
105
- {
106
- "kind": "variable",
107
- "name": "backgroundNavOption"
108
- }
109
- ],
110
- "exports": [
111
- {
112
- "kind": "js",
113
- "name": "getWebRGBA",
114
- "declaration": {
115
- "name": "getWebRGBA",
116
- "module": "src/styles/colors.ts"
117
- }
118
- },
119
- {
120
- "kind": "js",
121
- "name": "defaultBackgroundHover",
122
- "declaration": {
123
- "name": "defaultBackgroundHover",
124
- "module": "src/styles/colors.ts"
125
- }
126
- },
127
- {
128
- "kind": "js",
129
- "name": "defaultBackgroundItem",
130
- "declaration": {
131
- "name": "defaultBackgroundItem",
132
- "module": "src/styles/colors.ts"
133
- }
134
- },
135
- {
136
- "kind": "js",
137
- "name": "backgroundNavOption",
138
- "declaration": {
139
- "name": "backgroundNavOption",
140
- "module": "src/styles/colors.ts"
141
- }
142
- }
143
- ]
144
- },
145
- {
146
- "kind": "javascript-module",
147
- "path": "src/styles/index.ts",
148
- "declarations": [],
149
- "exports": [
150
- {
151
- "kind": "js",
152
- "name": "*",
153
- "declaration": {
154
- "name": "*",
155
- "package": "./colors"
156
- }
157
- },
158
- {
159
- "kind": "js",
160
- "name": "*",
161
- "declaration": {
162
- "name": "*",
163
- "package": "./styles"
164
- }
165
- }
166
- ]
167
- },
168
- {
169
- "kind": "javascript-module",
170
- "path": "src/styles/styles.ts",
171
- "declarations": [
172
- {
173
- "kind": "function",
174
- "name": "mixinScreen",
175
- "parameters": [
176
- {
177
- "name": "display",
178
- "default": "'block'",
179
- "type": {
180
- "text": "string"
181
- }
182
- }
183
- ],
184
- "description": "TODO: Bring all the style and typography mixins into the design system package"
185
- },
186
- {
187
- "kind": "function",
188
- "name": "genesisLogo",
189
- "parameters": [
190
- {
191
- "name": "slot",
192
- "default": "'start'"
193
- }
194
- ],
195
- "description": "TODO"
196
- },
197
- {
198
- "kind": "function",
199
- "name": "settingsIcon",
200
- "parameters": [
201
- {
202
- "name": "slot",
203
- "default": "'start'"
204
- }
205
- ]
206
- }
207
- ],
208
- "exports": [
209
- {
210
- "kind": "js",
211
- "name": "mixinScreen",
212
- "declaration": {
213
- "name": "mixinScreen",
214
- "module": "src/styles/styles.ts"
215
- }
216
- },
217
- {
218
- "kind": "js",
219
- "name": "genesisLogo",
220
- "declaration": {
221
- "name": "genesisLogo",
222
- "module": "src/styles/styles.ts"
223
- }
224
- },
225
- {
226
- "kind": "js",
227
- "name": "settingsIcon",
228
- "declaration": {
229
- "name": "settingsIcon",
230
- "module": "src/styles/styles.ts"
231
- }
232
- }
233
- ]
234
- },
235
74
  {
236
75
  "kind": "javascript-module",
237
76
  "path": "src/main/index.ts",
@@ -597,6 +436,167 @@
597
436
  }
598
437
  }
599
438
  ]
439
+ },
440
+ {
441
+ "kind": "javascript-module",
442
+ "path": "src/styles/colors.ts",
443
+ "declarations": [
444
+ {
445
+ "kind": "function",
446
+ "name": "getWebRGBA",
447
+ "parameters": [
448
+ {
449
+ "name": "rgb",
450
+ "type": {
451
+ "text": "ColorRGBA64"
452
+ }
453
+ },
454
+ {
455
+ "name": "alpha",
456
+ "default": "1.0",
457
+ "type": {
458
+ "text": "number"
459
+ }
460
+ }
461
+ ]
462
+ },
463
+ {
464
+ "kind": "variable",
465
+ "name": "defaultBackgroundHover"
466
+ },
467
+ {
468
+ "kind": "variable",
469
+ "name": "defaultBackgroundItem"
470
+ },
471
+ {
472
+ "kind": "variable",
473
+ "name": "backgroundNavOption"
474
+ }
475
+ ],
476
+ "exports": [
477
+ {
478
+ "kind": "js",
479
+ "name": "getWebRGBA",
480
+ "declaration": {
481
+ "name": "getWebRGBA",
482
+ "module": "src/styles/colors.ts"
483
+ }
484
+ },
485
+ {
486
+ "kind": "js",
487
+ "name": "defaultBackgroundHover",
488
+ "declaration": {
489
+ "name": "defaultBackgroundHover",
490
+ "module": "src/styles/colors.ts"
491
+ }
492
+ },
493
+ {
494
+ "kind": "js",
495
+ "name": "defaultBackgroundItem",
496
+ "declaration": {
497
+ "name": "defaultBackgroundItem",
498
+ "module": "src/styles/colors.ts"
499
+ }
500
+ },
501
+ {
502
+ "kind": "js",
503
+ "name": "backgroundNavOption",
504
+ "declaration": {
505
+ "name": "backgroundNavOption",
506
+ "module": "src/styles/colors.ts"
507
+ }
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "kind": "javascript-module",
513
+ "path": "src/styles/index.ts",
514
+ "declarations": [],
515
+ "exports": [
516
+ {
517
+ "kind": "js",
518
+ "name": "*",
519
+ "declaration": {
520
+ "name": "*",
521
+ "package": "./colors"
522
+ }
523
+ },
524
+ {
525
+ "kind": "js",
526
+ "name": "*",
527
+ "declaration": {
528
+ "name": "*",
529
+ "package": "./styles"
530
+ }
531
+ }
532
+ ]
533
+ },
534
+ {
535
+ "kind": "javascript-module",
536
+ "path": "src/styles/styles.ts",
537
+ "declarations": [
538
+ {
539
+ "kind": "function",
540
+ "name": "mixinScreen",
541
+ "parameters": [
542
+ {
543
+ "name": "display",
544
+ "default": "'block'",
545
+ "type": {
546
+ "text": "string"
547
+ }
548
+ }
549
+ ],
550
+ "description": "TODO: Bring all the style and typography mixins into the design system package"
551
+ },
552
+ {
553
+ "kind": "function",
554
+ "name": "genesisLogo",
555
+ "parameters": [
556
+ {
557
+ "name": "slot",
558
+ "default": "'start'"
559
+ }
560
+ ],
561
+ "description": "TODO"
562
+ },
563
+ {
564
+ "kind": "function",
565
+ "name": "settingsIcon",
566
+ "parameters": [
567
+ {
568
+ "name": "slot",
569
+ "default": "'start'"
570
+ }
571
+ ]
572
+ }
573
+ ],
574
+ "exports": [
575
+ {
576
+ "kind": "js",
577
+ "name": "mixinScreen",
578
+ "declaration": {
579
+ "name": "mixinScreen",
580
+ "module": "src/styles/styles.ts"
581
+ }
582
+ },
583
+ {
584
+ "kind": "js",
585
+ "name": "genesisLogo",
586
+ "declaration": {
587
+ "name": "genesisLogo",
588
+ "module": "src/styles/styles.ts"
589
+ }
590
+ },
591
+ {
592
+ "kind": "js",
593
+ "name": "settingsIcon",
594
+ "declaration": {
595
+ "name": "settingsIcon",
596
+ "module": "src/styles/styles.ts"
597
+ }
598
+ }
599
+ ]
600
600
  }
601
601
  ]
602
602
  }
@@ -1,4 +1,4 @@
1
- import { AuthRouting } from '@genesislcap/foundation-auth';
1
+ import { AuthRouting } from '@genesislcap/foundation-auth/routing';
2
2
  import { User } from '@genesislcap/foundation-auth/user';
3
3
  import { Auth, CredentialManager } from '@genesislcap/foundation-comms';
4
4
  /**
@@ -57,11 +57,7 @@ declare const Navigation_base: abstract new (...args: any[]) => {
57
57
  scrollTop: number;
58
58
  readonly scrollWidth: number;
59
59
  readonly shadowRoot: ShadowRoot;
60
- slot: string; /**
61
- * Boolean attribute which controls whether to show the connection indicator on the navigation bar
62
- * Control via `show-connection-indicator`
63
- *
64
- */
60
+ slot: string;
65
61
  readonly tagName: string;
66
62
  attachShadow(init: ShadowRootInit): ShadowRoot;
67
63
  closest<K_3 extends keyof HTMLElementTagNameMap>(selector: K_3): HTMLElementTagNameMap[K_3];
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAUxE;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,wBAAwB,EAAE,IAAI,CAAC;IAC/B,mBAAmB,EAAE,IAAI,CAAC;IAC1B,2BAA2B,EAAE,IAAI,CAAC;CACnC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA8FA;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA7FL;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAKa,UAAW,SAAQ,eAAmC;IACpD,WAAW,EAAG,WAAW,CAAC;IACjC,IAAI,EAAG,IAAI,CAAC;IACZ,IAAI,EAAG,IAAI,CAAC;IACC,iBAAiB,EAAG,iBAAiB,CAAC;IAC7C,KAAK,EAAE,OAAO,CAAS;IACvB,WAAW,UAAS;IAEnB,iBAAiB;IAM9B,IAAI,QAAQ,WAEX;IAED;;;;;;;OAOG;IAC8B,OAAO,EAAE,GAAG,CAAQ;IAErD;;;;;;;OAOG;IAEH,yBAAyB,EAAE,OAAO,CAAC;IAEnC;;;;;;;OAOG;IAC8D,oBAAoB,EAAE,OAAO,CAAC;IAE/F;;;;;;;OAOG;IAEH,uBAAuB,EAAE,OAAO,CAAC;IAEjC;;;;OAIG;IAEH,uBAAuB,EAAE,OAAO,CAAQ;IAExC;;;;OAIG;IAEH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACS,YAAY,EAAE,KAAK,CAAC;QAC9B,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;IAEH;;;;;;;;OAQG;IACG,WAAW;IAKjB,cAAc;IAId;;;;;;;OAOG;IACI,MAAM;IAKb;;;;;;;;;;OAUG;IACI,UAAU,CAAC,IAAI,EAAE,MAAM;IAS9B;;;;;;;;;OASG;IACH,mBAAmB;IAInB;;;;;;;;;OASG;IACH,kBAAkB;IAIlB;;;;;;;;;OASG;IACH,aAAa;IAIb;;;;;;;;;OASG;IACH,qBAAqB;CAGtB"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAUxE;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,wBAAwB,EAAE,IAAI,CAAC;IAC/B,mBAAmB,EAAE,IAAI,CAAC;IAC1B,2BAA2B,EAAE,IAAI,CAAC;CACnC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKF;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAKa,UAAW,SAAQ,eAAmC;IACpD,WAAW,EAAG,WAAW,CAAC;IACjC,IAAI,EAAG,IAAI,CAAC;IACZ,IAAI,EAAG,IAAI,CAAC;IACC,iBAAiB,EAAG,iBAAiB,CAAC;IAC7C,KAAK,EAAE,OAAO,CAAS;IACvB,WAAW,UAAS;IAEnB,iBAAiB;IAM9B,IAAI,QAAQ,WAEX;IAED;;;;;;;OAOG;IAC8B,OAAO,EAAE,GAAG,CAAQ;IAErD;;;;;;;OAOG;IAEH,yBAAyB,EAAE,OAAO,CAAC;IAEnC;;;;;;;OAOG;IAC8D,oBAAoB,EAAE,OAAO,CAAC;IAE/F;;;;;;;OAOG;IAEH,uBAAuB,EAAE,OAAO,CAAC;IAEjC;;;;OAIG;IAEH,uBAAuB,EAAE,OAAO,CAAQ;IAExC;;;;OAIG;IAEH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACS,YAAY,EAAE,KAAK,CAAC;QAC9B,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;IAEH;;;;;;;;OAQG;IACG,WAAW;IAKjB,cAAc;IAId;;;;;;;OAOG;IACI,MAAM;IAKb;;;;;;;;;;OAUG;IACI,UAAU,CAAC,IAAI,EAAE,MAAM;IAS9B;;;;;;;;;OASG;IACH,mBAAmB;IAInB;;;;;;;;;OASG;IACH,kBAAkB;IAIlB;;;;;;;;;OASG;IACH,aAAa;IAIb;;;;;;;;;OASG;IACH,qBAAqB;CAGtB"}
@@ -1,5 +1,5 @@
1
1
  import { __awaiter, __decorate } from "tslib";
2
- import { AuthRouting } from '@genesislcap/foundation-auth';
2
+ import { AuthRouting } from '@genesislcap/foundation-auth/routing';
3
3
  import { User } from '@genesislcap/foundation-auth/user';
4
4
  import { Auth, CredentialManager } from '@genesislcap/foundation-comms';
5
5
  import { EventEmitter } from '@genesislcap/foundation-events';
@@ -1,5 +1,5 @@
1
1
  import { Auth } from '@genesislcap/foundation-comms';
2
- import { AuthRouting } from '@genesislcap/foundation-auth';
2
+ import { AuthRouting } from '@genesislcap/foundation-auth/routing';
3
3
  import { Controller } from '@microsoft/fast-element';
4
4
  import { CredentialManager } from '@genesislcap/foundation-comms';
5
5
  import { ElementStyles } from '@microsoft/fast-element';
@@ -243,11 +243,7 @@ declare const Navigation_base: abstract new (...args: any[]) => {
243
243
  scrollTop: number;
244
244
  readonly scrollWidth: number;
245
245
  readonly shadowRoot: ShadowRoot;
246
- slot: string; /**
247
- * Boolean attribute which controls whether to show the connection indicator on the navigation bar
248
- * Control via `show-connection-indicator`
249
- *
250
- */
246
+ slot: string;
251
247
  readonly tagName: string;
252
248
  attachShadow(init: ShadowRootInit): ShadowRoot;
253
249
  closest<K_3 extends keyof HTMLElementTagNameMap>(selector: K_3): HTMLElementTagNameMap[K_3];
@@ -5,7 +5,7 @@
5
5
  ```ts
6
6
 
7
7
  import { Auth } from '@genesislcap/foundation-comms';
8
- import { AuthRouting } from '@genesislcap/foundation-auth';
8
+ import { AuthRouting } from '@genesislcap/foundation-auth/routing';
9
9
  import { Controller } from '@microsoft/fast-element';
10
10
  import { CredentialManager } from '@genesislcap/foundation-comms';
11
11
  import { ElementStyles } from '@microsoft/fast-element';
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.71.1-auth-mf.18",
4
+ "version": "14.71.1-auth-mf.19",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -51,16 +51,16 @@
51
51
  "test:debug": "genx test --debug"
52
52
  },
53
53
  "devDependencies": {
54
- "@genesislcap/foundation-testing": "14.71.1-auth-mf.18",
55
- "@genesislcap/genx": "14.71.1-auth-mf.18",
54
+ "@genesislcap/foundation-testing": "14.71.1-auth-mf.19",
55
+ "@genesislcap/genx": "14.71.1-auth-mf.19",
56
56
  "rimraf": "^3.0.2"
57
57
  },
58
58
  "dependencies": {
59
- "@genesislcap/foundation-auth": "14.71.1-auth-mf.18",
60
- "@genesislcap/foundation-comms": "14.71.1-auth-mf.18",
61
- "@genesislcap/foundation-events": "14.71.1-auth-mf.18",
62
- "@genesislcap/foundation-utils": "14.71.1-auth-mf.18",
63
- "@genesislcap/foundation-zero": "14.71.1-auth-mf.18",
59
+ "@genesislcap/foundation-auth": "14.71.1-auth-mf.19",
60
+ "@genesislcap/foundation-comms": "14.71.1-auth-mf.19",
61
+ "@genesislcap/foundation-events": "14.71.1-auth-mf.19",
62
+ "@genesislcap/foundation-utils": "14.71.1-auth-mf.19",
63
+ "@genesislcap/foundation-zero": "14.71.1-auth-mf.19",
64
64
  "@microsoft/fast-colors": "^5.1.4",
65
65
  "@microsoft/fast-components": "^2.21.3",
66
66
  "@microsoft/fast-element": "^1.7.0",
@@ -76,5 +76,5 @@
76
76
  "access": "public"
77
77
  },
78
78
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "8960414748b4b3dd8d0584967127aecb968548b0"
79
+ "gitHead": "d7ad1f72865d86daa6d656075225cdae4537d5bf"
80
80
  }