@genesislcap/foundation-header 14.71.1-auth-mf.12 → 14.71.1-auth-mf.13

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",
@@ -399,167 +560,6 @@
399
560
  }
400
561
  ]
401
562
  },
402
- {
403
- "kind": "javascript-module",
404
- "path": "src/styles/colors.ts",
405
- "declarations": [
406
- {
407
- "kind": "function",
408
- "name": "getWebRGBA",
409
- "parameters": [
410
- {
411
- "name": "rgb",
412
- "type": {
413
- "text": "ColorRGBA64"
414
- }
415
- },
416
- {
417
- "name": "alpha",
418
- "default": "1.0",
419
- "type": {
420
- "text": "number"
421
- }
422
- }
423
- ]
424
- },
425
- {
426
- "kind": "variable",
427
- "name": "defaultBackgroundHover"
428
- },
429
- {
430
- "kind": "variable",
431
- "name": "defaultBackgroundItem"
432
- },
433
- {
434
- "kind": "variable",
435
- "name": "backgroundNavOption"
436
- }
437
- ],
438
- "exports": [
439
- {
440
- "kind": "js",
441
- "name": "getWebRGBA",
442
- "declaration": {
443
- "name": "getWebRGBA",
444
- "module": "src/styles/colors.ts"
445
- }
446
- },
447
- {
448
- "kind": "js",
449
- "name": "defaultBackgroundHover",
450
- "declaration": {
451
- "name": "defaultBackgroundHover",
452
- "module": "src/styles/colors.ts"
453
- }
454
- },
455
- {
456
- "kind": "js",
457
- "name": "defaultBackgroundItem",
458
- "declaration": {
459
- "name": "defaultBackgroundItem",
460
- "module": "src/styles/colors.ts"
461
- }
462
- },
463
- {
464
- "kind": "js",
465
- "name": "backgroundNavOption",
466
- "declaration": {
467
- "name": "backgroundNavOption",
468
- "module": "src/styles/colors.ts"
469
- }
470
- }
471
- ]
472
- },
473
- {
474
- "kind": "javascript-module",
475
- "path": "src/styles/index.ts",
476
- "declarations": [],
477
- "exports": [
478
- {
479
- "kind": "js",
480
- "name": "*",
481
- "declaration": {
482
- "name": "*",
483
- "package": "./colors"
484
- }
485
- },
486
- {
487
- "kind": "js",
488
- "name": "*",
489
- "declaration": {
490
- "name": "*",
491
- "package": "./styles"
492
- }
493
- }
494
- ]
495
- },
496
- {
497
- "kind": "javascript-module",
498
- "path": "src/styles/styles.ts",
499
- "declarations": [
500
- {
501
- "kind": "function",
502
- "name": "mixinScreen",
503
- "parameters": [
504
- {
505
- "name": "display",
506
- "default": "'block'",
507
- "type": {
508
- "text": "string"
509
- }
510
- }
511
- ],
512
- "description": "TODO: Bring all the style and typography mixins into the design system package"
513
- },
514
- {
515
- "kind": "function",
516
- "name": "genesisLogo",
517
- "parameters": [
518
- {
519
- "name": "slot",
520
- "default": "'start'"
521
- }
522
- ],
523
- "description": "TODO"
524
- },
525
- {
526
- "kind": "function",
527
- "name": "settingsIcon",
528
- "parameters": [
529
- {
530
- "name": "slot",
531
- "default": "'start'"
532
- }
533
- ]
534
- }
535
- ],
536
- "exports": [
537
- {
538
- "kind": "js",
539
- "name": "mixinScreen",
540
- "declaration": {
541
- "name": "mixinScreen",
542
- "module": "src/styles/styles.ts"
543
- }
544
- },
545
- {
546
- "kind": "js",
547
- "name": "genesisLogo",
548
- "declaration": {
549
- "name": "genesisLogo",
550
- "module": "src/styles/styles.ts"
551
- }
552
- },
553
- {
554
- "kind": "js",
555
- "name": "settingsIcon",
556
- "declaration": {
557
- "name": "settingsIcon",
558
- "module": "src/styles/styles.ts"
559
- }
560
- }
561
- ]
562
- },
563
563
  {
564
564
  "kind": "javascript-module",
565
565
  "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.71.1-auth-mf.12",
4
+ "version": "14.71.1-auth-mf.13",
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.12",
55
- "@genesislcap/genx": "14.71.1-auth-mf.12",
54
+ "@genesislcap/foundation-testing": "14.71.1-auth-mf.13",
55
+ "@genesislcap/genx": "14.71.1-auth-mf.13",
56
56
  "rimraf": "^3.0.2"
57
57
  },
58
58
  "dependencies": {
59
- "@genesislcap/foundation-auth": "14.71.1-auth-mf.12",
60
- "@genesislcap/foundation-comms": "14.71.1-auth-mf.12",
61
- "@genesislcap/foundation-events": "14.71.1-auth-mf.12",
62
- "@genesislcap/foundation-utils": "14.71.1-auth-mf.12",
63
- "@genesislcap/foundation-zero": "14.71.1-auth-mf.12",
59
+ "@genesislcap/foundation-auth": "14.71.1-auth-mf.13",
60
+ "@genesislcap/foundation-comms": "14.71.1-auth-mf.13",
61
+ "@genesislcap/foundation-events": "14.71.1-auth-mf.13",
62
+ "@genesislcap/foundation-utils": "14.71.1-auth-mf.13",
63
+ "@genesislcap/foundation-zero": "14.71.1-auth-mf.13",
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": "d5bb6248956698078345e164d7022336aebd7e28"
79
+ "gitHead": "3ca8cd166559deb2032ae6a53e2fae8db2297de1"
80
80
  }