@genesislcap/foundation-header 14.71.1-auth-mf.14 → 14.71.1-auth-mf.15

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,6 +71,167 @@
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
+ },
74
235
  {
75
236
  "kind": "javascript-module",
76
237
  "path": "src/main/index.ts",
@@ -433,167 +594,6 @@
433
594
  }
434
595
  }
435
596
  ]
436
- },
437
- {
438
- "kind": "javascript-module",
439
- "path": "src/styles/colors.ts",
440
- "declarations": [
441
- {
442
- "kind": "function",
443
- "name": "getWebRGBA",
444
- "parameters": [
445
- {
446
- "name": "rgb",
447
- "type": {
448
- "text": "ColorRGBA64"
449
- }
450
- },
451
- {
452
- "name": "alpha",
453
- "default": "1.0",
454
- "type": {
455
- "text": "number"
456
- }
457
- }
458
- ]
459
- },
460
- {
461
- "kind": "variable",
462
- "name": "defaultBackgroundHover"
463
- },
464
- {
465
- "kind": "variable",
466
- "name": "defaultBackgroundItem"
467
- },
468
- {
469
- "kind": "variable",
470
- "name": "backgroundNavOption"
471
- }
472
- ],
473
- "exports": [
474
- {
475
- "kind": "js",
476
- "name": "getWebRGBA",
477
- "declaration": {
478
- "name": "getWebRGBA",
479
- "module": "src/styles/colors.ts"
480
- }
481
- },
482
- {
483
- "kind": "js",
484
- "name": "defaultBackgroundHover",
485
- "declaration": {
486
- "name": "defaultBackgroundHover",
487
- "module": "src/styles/colors.ts"
488
- }
489
- },
490
- {
491
- "kind": "js",
492
- "name": "defaultBackgroundItem",
493
- "declaration": {
494
- "name": "defaultBackgroundItem",
495
- "module": "src/styles/colors.ts"
496
- }
497
- },
498
- {
499
- "kind": "js",
500
- "name": "backgroundNavOption",
501
- "declaration": {
502
- "name": "backgroundNavOption",
503
- "module": "src/styles/colors.ts"
504
- }
505
- }
506
- ]
507
- },
508
- {
509
- "kind": "javascript-module",
510
- "path": "src/styles/index.ts",
511
- "declarations": [],
512
- "exports": [
513
- {
514
- "kind": "js",
515
- "name": "*",
516
- "declaration": {
517
- "name": "*",
518
- "package": "./colors"
519
- }
520
- },
521
- {
522
- "kind": "js",
523
- "name": "*",
524
- "declaration": {
525
- "name": "*",
526
- "package": "./styles"
527
- }
528
- }
529
- ]
530
- },
531
- {
532
- "kind": "javascript-module",
533
- "path": "src/styles/styles.ts",
534
- "declarations": [
535
- {
536
- "kind": "function",
537
- "name": "mixinScreen",
538
- "parameters": [
539
- {
540
- "name": "display",
541
- "default": "'block'",
542
- "type": {
543
- "text": "string"
544
- }
545
- }
546
- ],
547
- "description": "TODO: Bring all the style and typography mixins into the design system package"
548
- },
549
- {
550
- "kind": "function",
551
- "name": "genesisLogo",
552
- "parameters": [
553
- {
554
- "name": "slot",
555
- "default": "'start'"
556
- }
557
- ],
558
- "description": "TODO"
559
- },
560
- {
561
- "kind": "function",
562
- "name": "settingsIcon",
563
- "parameters": [
564
- {
565
- "name": "slot",
566
- "default": "'start'"
567
- }
568
- ]
569
- }
570
- ],
571
- "exports": [
572
- {
573
- "kind": "js",
574
- "name": "mixinScreen",
575
- "declaration": {
576
- "name": "mixinScreen",
577
- "module": "src/styles/styles.ts"
578
- }
579
- },
580
- {
581
- "kind": "js",
582
- "name": "genesisLogo",
583
- "declaration": {
584
- "name": "genesisLogo",
585
- "module": "src/styles/styles.ts"
586
- }
587
- },
588
- {
589
- "kind": "js",
590
- "name": "settingsIcon",
591
- "declaration": {
592
- "name": "settingsIcon",
593
- "module": "src/styles/styles.ts"
594
- }
595
- }
596
- ]
597
597
  }
598
598
  ]
599
599
  }
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.14",
4
+ "version": "14.71.1-auth-mf.15",
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.14",
55
- "@genesislcap/genx": "14.71.1-auth-mf.14",
54
+ "@genesislcap/foundation-testing": "14.71.1-auth-mf.15",
55
+ "@genesislcap/genx": "14.71.1-auth-mf.15",
56
56
  "rimraf": "^3.0.2"
57
57
  },
58
58
  "dependencies": {
59
- "@genesislcap/foundation-auth": "14.71.1-auth-mf.14",
60
- "@genesislcap/foundation-comms": "14.71.1-auth-mf.14",
61
- "@genesislcap/foundation-events": "14.71.1-auth-mf.14",
62
- "@genesislcap/foundation-utils": "14.71.1-auth-mf.14",
63
- "@genesislcap/foundation-zero": "14.71.1-auth-mf.14",
59
+ "@genesislcap/foundation-auth": "14.71.1-auth-mf.15",
60
+ "@genesislcap/foundation-comms": "14.71.1-auth-mf.15",
61
+ "@genesislcap/foundation-events": "14.71.1-auth-mf.15",
62
+ "@genesislcap/foundation-utils": "14.71.1-auth-mf.15",
63
+ "@genesislcap/foundation-zero": "14.71.1-auth-mf.15",
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": "8442e63c86ec94db2f39a78870165148254cc78e"
79
+ "gitHead": "aa8f8273d5463a8b50216395c4921cc459fb54fe"
80
80
  }