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