@genesislcap/foundation-header 14.69.4 → 14.69.5

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",
@@ -378,167 +539,6 @@
378
539
  }
379
540
  ]
380
541
  },
381
- {
382
- "kind": "javascript-module",
383
- "path": "src/styles/colors.ts",
384
- "declarations": [
385
- {
386
- "kind": "function",
387
- "name": "getWebRGBA",
388
- "parameters": [
389
- {
390
- "name": "rgb",
391
- "type": {
392
- "text": "ColorRGBA64"
393
- }
394
- },
395
- {
396
- "name": "alpha",
397
- "default": "1.0",
398
- "type": {
399
- "text": "number"
400
- }
401
- }
402
- ]
403
- },
404
- {
405
- "kind": "variable",
406
- "name": "defaultBackgroundHover"
407
- },
408
- {
409
- "kind": "variable",
410
- "name": "defaultBackgroundItem"
411
- },
412
- {
413
- "kind": "variable",
414
- "name": "backgroundNavOption"
415
- }
416
- ],
417
- "exports": [
418
- {
419
- "kind": "js",
420
- "name": "getWebRGBA",
421
- "declaration": {
422
- "name": "getWebRGBA",
423
- "module": "src/styles/colors.ts"
424
- }
425
- },
426
- {
427
- "kind": "js",
428
- "name": "defaultBackgroundHover",
429
- "declaration": {
430
- "name": "defaultBackgroundHover",
431
- "module": "src/styles/colors.ts"
432
- }
433
- },
434
- {
435
- "kind": "js",
436
- "name": "defaultBackgroundItem",
437
- "declaration": {
438
- "name": "defaultBackgroundItem",
439
- "module": "src/styles/colors.ts"
440
- }
441
- },
442
- {
443
- "kind": "js",
444
- "name": "backgroundNavOption",
445
- "declaration": {
446
- "name": "backgroundNavOption",
447
- "module": "src/styles/colors.ts"
448
- }
449
- }
450
- ]
451
- },
452
- {
453
- "kind": "javascript-module",
454
- "path": "src/styles/index.ts",
455
- "declarations": [],
456
- "exports": [
457
- {
458
- "kind": "js",
459
- "name": "*",
460
- "declaration": {
461
- "name": "*",
462
- "package": "./colors"
463
- }
464
- },
465
- {
466
- "kind": "js",
467
- "name": "*",
468
- "declaration": {
469
- "name": "*",
470
- "package": "./styles"
471
- }
472
- }
473
- ]
474
- },
475
- {
476
- "kind": "javascript-module",
477
- "path": "src/styles/styles.ts",
478
- "declarations": [
479
- {
480
- "kind": "function",
481
- "name": "mixinScreen",
482
- "parameters": [
483
- {
484
- "name": "display",
485
- "default": "'block'",
486
- "type": {
487
- "text": "string"
488
- }
489
- }
490
- ],
491
- "description": "TODO: Bring all the style and typography mixins into the design system package"
492
- },
493
- {
494
- "kind": "function",
495
- "name": "genesisLogo",
496
- "parameters": [
497
- {
498
- "name": "slot",
499
- "default": "'start'"
500
- }
501
- ],
502
- "description": "TODO"
503
- },
504
- {
505
- "kind": "function",
506
- "name": "settingsIcon",
507
- "parameters": [
508
- {
509
- "name": "slot",
510
- "default": "'start'"
511
- }
512
- ]
513
- }
514
- ],
515
- "exports": [
516
- {
517
- "kind": "js",
518
- "name": "mixinScreen",
519
- "declaration": {
520
- "name": "mixinScreen",
521
- "module": "src/styles/styles.ts"
522
- }
523
- },
524
- {
525
- "kind": "js",
526
- "name": "genesisLogo",
527
- "declaration": {
528
- "name": "genesisLogo",
529
- "module": "src/styles/styles.ts"
530
- }
531
- },
532
- {
533
- "kind": "js",
534
- "name": "settingsIcon",
535
- "declaration": {
536
- "name": "settingsIcon",
537
- "module": "src/styles/styles.ts"
538
- }
539
- }
540
- ]
541
- },
542
542
  {
543
543
  "kind": "javascript-module",
544
544
  "path": "src/utils/index.ts",
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.69.4",
4
+ "version": "14.69.5",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -50,15 +50,15 @@
50
50
  "test:debug": "genx test --debug"
51
51
  },
52
52
  "devDependencies": {
53
- "@genesislcap/foundation-testing": "14.69.4",
54
- "@genesislcap/genx": "14.69.4",
53
+ "@genesislcap/foundation-testing": "14.69.5",
54
+ "@genesislcap/genx": "14.69.5",
55
55
  "rimraf": "^3.0.2"
56
56
  },
57
57
  "dependencies": {
58
- "@genesislcap/foundation-comms": "14.69.4",
59
- "@genesislcap/foundation-events": "14.69.4",
60
- "@genesislcap/foundation-utils": "14.69.4",
61
- "@genesislcap/foundation-zero": "14.69.4",
58
+ "@genesislcap/foundation-comms": "14.69.5",
59
+ "@genesislcap/foundation-events": "14.69.5",
60
+ "@genesislcap/foundation-utils": "14.69.5",
61
+ "@genesislcap/foundation-zero": "14.69.5",
62
62
  "@microsoft/fast-colors": "^5.1.4",
63
63
  "@microsoft/fast-components": "^2.21.3",
64
64
  "@microsoft/fast-element": "^1.7.0",
@@ -74,5 +74,5 @@
74
74
  "access": "public"
75
75
  },
76
76
  "customElements": "dist/custom-elements.json",
77
- "gitHead": "925fcce3220054f613f3ddf3c2455c1a0ad3c208"
77
+ "gitHead": "0b36b06226cbf24f2809b3292f8f60ca44c6c549"
78
78
  }