@genesislcap/foundation-header 14.57.0 → 14.57.2-alpha-ace415db47.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.
@@ -71,6 +71,202 @@
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
+ {
236
+ "kind": "javascript-module",
237
+ "path": "src/utils/index.ts",
238
+ "declarations": [],
239
+ "exports": [
240
+ {
241
+ "kind": "js",
242
+ "name": "*",
243
+ "declaration": {
244
+ "name": "*",
245
+ "package": "./logger"
246
+ }
247
+ }
248
+ ]
249
+ },
250
+ {
251
+ "kind": "javascript-module",
252
+ "path": "src/utils/logger.ts",
253
+ "declarations": [
254
+ {
255
+ "kind": "variable",
256
+ "name": "logger"
257
+ }
258
+ ],
259
+ "exports": [
260
+ {
261
+ "kind": "js",
262
+ "name": "logger",
263
+ "declaration": {
264
+ "name": "logger",
265
+ "module": "src/utils/logger.ts"
266
+ }
267
+ }
268
+ ]
269
+ },
74
270
  {
75
271
  "kind": "javascript-module",
76
272
  "path": "src/main/index.ts",
@@ -384,202 +580,6 @@
384
580
  }
385
581
  }
386
582
  ]
387
- },
388
- {
389
- "kind": "javascript-module",
390
- "path": "src/styles/colors.ts",
391
- "declarations": [
392
- {
393
- "kind": "function",
394
- "name": "getWebRGBA",
395
- "parameters": [
396
- {
397
- "name": "rgb",
398
- "type": {
399
- "text": "ColorRGBA64"
400
- }
401
- },
402
- {
403
- "name": "alpha",
404
- "default": "1.0",
405
- "type": {
406
- "text": "number"
407
- }
408
- }
409
- ]
410
- },
411
- {
412
- "kind": "variable",
413
- "name": "defaultBackgroundHover"
414
- },
415
- {
416
- "kind": "variable",
417
- "name": "defaultBackgroundItem"
418
- },
419
- {
420
- "kind": "variable",
421
- "name": "backgroundNavOption"
422
- }
423
- ],
424
- "exports": [
425
- {
426
- "kind": "js",
427
- "name": "getWebRGBA",
428
- "declaration": {
429
- "name": "getWebRGBA",
430
- "module": "src/styles/colors.ts"
431
- }
432
- },
433
- {
434
- "kind": "js",
435
- "name": "defaultBackgroundHover",
436
- "declaration": {
437
- "name": "defaultBackgroundHover",
438
- "module": "src/styles/colors.ts"
439
- }
440
- },
441
- {
442
- "kind": "js",
443
- "name": "defaultBackgroundItem",
444
- "declaration": {
445
- "name": "defaultBackgroundItem",
446
- "module": "src/styles/colors.ts"
447
- }
448
- },
449
- {
450
- "kind": "js",
451
- "name": "backgroundNavOption",
452
- "declaration": {
453
- "name": "backgroundNavOption",
454
- "module": "src/styles/colors.ts"
455
- }
456
- }
457
- ]
458
- },
459
- {
460
- "kind": "javascript-module",
461
- "path": "src/styles/index.ts",
462
- "declarations": [],
463
- "exports": [
464
- {
465
- "kind": "js",
466
- "name": "*",
467
- "declaration": {
468
- "name": "*",
469
- "package": "./colors"
470
- }
471
- },
472
- {
473
- "kind": "js",
474
- "name": "*",
475
- "declaration": {
476
- "name": "*",
477
- "package": "./styles"
478
- }
479
- }
480
- ]
481
- },
482
- {
483
- "kind": "javascript-module",
484
- "path": "src/styles/styles.ts",
485
- "declarations": [
486
- {
487
- "kind": "function",
488
- "name": "mixinScreen",
489
- "parameters": [
490
- {
491
- "name": "display",
492
- "default": "'block'",
493
- "type": {
494
- "text": "string"
495
- }
496
- }
497
- ],
498
- "description": "TODO: Bring all the style and typography mixins into the design system package"
499
- },
500
- {
501
- "kind": "function",
502
- "name": "genesisLogo",
503
- "parameters": [
504
- {
505
- "name": "slot",
506
- "default": "'start'"
507
- }
508
- ],
509
- "description": "TODO"
510
- },
511
- {
512
- "kind": "function",
513
- "name": "settingsIcon",
514
- "parameters": [
515
- {
516
- "name": "slot",
517
- "default": "'start'"
518
- }
519
- ]
520
- }
521
- ],
522
- "exports": [
523
- {
524
- "kind": "js",
525
- "name": "mixinScreen",
526
- "declaration": {
527
- "name": "mixinScreen",
528
- "module": "src/styles/styles.ts"
529
- }
530
- },
531
- {
532
- "kind": "js",
533
- "name": "genesisLogo",
534
- "declaration": {
535
- "name": "genesisLogo",
536
- "module": "src/styles/styles.ts"
537
- }
538
- },
539
- {
540
- "kind": "js",
541
- "name": "settingsIcon",
542
- "declaration": {
543
- "name": "settingsIcon",
544
- "module": "src/styles/styles.ts"
545
- }
546
- }
547
- ]
548
- },
549
- {
550
- "kind": "javascript-module",
551
- "path": "src/utils/index.ts",
552
- "declarations": [],
553
- "exports": [
554
- {
555
- "kind": "js",
556
- "name": "*",
557
- "declaration": {
558
- "name": "*",
559
- "package": "./logger"
560
- }
561
- }
562
- ]
563
- },
564
- {
565
- "kind": "javascript-module",
566
- "path": "src/utils/logger.ts",
567
- "declarations": [
568
- {
569
- "kind": "variable",
570
- "name": "logger"
571
- }
572
- ],
573
- "exports": [
574
- {
575
- "kind": "js",
576
- "name": "logger",
577
- "declaration": {
578
- "name": "logger",
579
- "module": "src/utils/logger.ts"
580
- }
581
- }
582
- ]
583
583
  }
584
584
  ]
585
585
  }
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.57.0",
4
+ "version": "14.57.2-alpha-ace415db47.0",
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.57.0",
54
- "@genesislcap/genx": "14.57.0",
53
+ "@genesislcap/foundation-testing": "14.57.2-alpha-ace415db47.0",
54
+ "@genesislcap/genx": "14.57.2-alpha-ace415db47.0",
55
55
  "rimraf": "^3.0.2"
56
56
  },
57
57
  "dependencies": {
58
- "@genesislcap/foundation-comms": "14.57.0",
59
- "@genesislcap/foundation-events": "14.57.0",
60
- "@genesislcap/foundation-utils": "14.57.0",
61
- "@genesislcap/foundation-zero": "14.57.0",
58
+ "@genesislcap/foundation-comms": "14.57.2-alpha-ace415db47.0",
59
+ "@genesislcap/foundation-events": "14.57.2-alpha-ace415db47.0",
60
+ "@genesislcap/foundation-utils": "14.57.2-alpha-ace415db47.0",
61
+ "@genesislcap/foundation-zero": "14.57.2-alpha-ace415db47.0",
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": "0d3dbb3dbe12a20358499516af1e0e48c7f9f6ac"
77
+ "gitHead": "aa3b753a57aa3bf957a51de0674e7965f994a0a8"
78
78
  }