@genesislcap/foundation-header 14.127.6 → 14.128.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,167 +71,6 @@
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
74
  {
236
75
  "kind": "javascript-module",
237
76
  "path": "src/main/index.ts",
@@ -602,6 +441,167 @@
602
441
  }
603
442
  ]
604
443
  },
444
+ {
445
+ "kind": "javascript-module",
446
+ "path": "src/styles/colors.ts",
447
+ "declarations": [
448
+ {
449
+ "kind": "function",
450
+ "name": "getWebRGBA",
451
+ "parameters": [
452
+ {
453
+ "name": "rgb",
454
+ "type": {
455
+ "text": "ColorRGBA64"
456
+ }
457
+ },
458
+ {
459
+ "name": "alpha",
460
+ "default": "1.0",
461
+ "type": {
462
+ "text": "number"
463
+ }
464
+ }
465
+ ]
466
+ },
467
+ {
468
+ "kind": "variable",
469
+ "name": "defaultBackgroundHover"
470
+ },
471
+ {
472
+ "kind": "variable",
473
+ "name": "defaultBackgroundItem"
474
+ },
475
+ {
476
+ "kind": "variable",
477
+ "name": "backgroundNavOption"
478
+ }
479
+ ],
480
+ "exports": [
481
+ {
482
+ "kind": "js",
483
+ "name": "getWebRGBA",
484
+ "declaration": {
485
+ "name": "getWebRGBA",
486
+ "module": "src/styles/colors.ts"
487
+ }
488
+ },
489
+ {
490
+ "kind": "js",
491
+ "name": "defaultBackgroundHover",
492
+ "declaration": {
493
+ "name": "defaultBackgroundHover",
494
+ "module": "src/styles/colors.ts"
495
+ }
496
+ },
497
+ {
498
+ "kind": "js",
499
+ "name": "defaultBackgroundItem",
500
+ "declaration": {
501
+ "name": "defaultBackgroundItem",
502
+ "module": "src/styles/colors.ts"
503
+ }
504
+ },
505
+ {
506
+ "kind": "js",
507
+ "name": "backgroundNavOption",
508
+ "declaration": {
509
+ "name": "backgroundNavOption",
510
+ "module": "src/styles/colors.ts"
511
+ }
512
+ }
513
+ ]
514
+ },
515
+ {
516
+ "kind": "javascript-module",
517
+ "path": "src/styles/index.ts",
518
+ "declarations": [],
519
+ "exports": [
520
+ {
521
+ "kind": "js",
522
+ "name": "*",
523
+ "declaration": {
524
+ "name": "*",
525
+ "package": "./colors"
526
+ }
527
+ },
528
+ {
529
+ "kind": "js",
530
+ "name": "*",
531
+ "declaration": {
532
+ "name": "*",
533
+ "package": "./styles"
534
+ }
535
+ }
536
+ ]
537
+ },
538
+ {
539
+ "kind": "javascript-module",
540
+ "path": "src/styles/styles.ts",
541
+ "declarations": [
542
+ {
543
+ "kind": "function",
544
+ "name": "mixinScreen",
545
+ "parameters": [
546
+ {
547
+ "name": "display",
548
+ "default": "'block'",
549
+ "type": {
550
+ "text": "string"
551
+ }
552
+ }
553
+ ],
554
+ "description": "TODO: Bring all the style and typography mixins into the design system package"
555
+ },
556
+ {
557
+ "kind": "function",
558
+ "name": "genesisLogo",
559
+ "parameters": [
560
+ {
561
+ "name": "slot",
562
+ "default": "'start'"
563
+ }
564
+ ],
565
+ "description": "TODO"
566
+ },
567
+ {
568
+ "kind": "function",
569
+ "name": "settingsIcon",
570
+ "parameters": [
571
+ {
572
+ "name": "slot",
573
+ "default": "'start'"
574
+ }
575
+ ]
576
+ }
577
+ ],
578
+ "exports": [
579
+ {
580
+ "kind": "js",
581
+ "name": "mixinScreen",
582
+ "declaration": {
583
+ "name": "mixinScreen",
584
+ "module": "src/styles/styles.ts"
585
+ }
586
+ },
587
+ {
588
+ "kind": "js",
589
+ "name": "genesisLogo",
590
+ "declaration": {
591
+ "name": "genesisLogo",
592
+ "module": "src/styles/styles.ts"
593
+ }
594
+ },
595
+ {
596
+ "kind": "js",
597
+ "name": "settingsIcon",
598
+ "declaration": {
599
+ "name": "settingsIcon",
600
+ "module": "src/styles/styles.ts"
601
+ }
602
+ }
603
+ ]
604
+ },
605
605
  {
606
606
  "kind": "javascript-module",
607
607
  "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.127.6",
4
+ "version": "14.128.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -60,16 +60,16 @@
60
60
  "test:debug": "genx test --debug"
61
61
  },
62
62
  "devDependencies": {
63
- "@genesislcap/foundation-testing": "14.127.6",
64
- "@genesislcap/genx": "14.127.6",
63
+ "@genesislcap/foundation-testing": "14.128.0",
64
+ "@genesislcap/genx": "14.128.0",
65
65
  "rimraf": "^3.0.2"
66
66
  },
67
67
  "dependencies": {
68
- "@genesislcap/foundation-comms": "14.127.6",
69
- "@genesislcap/foundation-events": "14.127.6",
70
- "@genesislcap/foundation-i18n": "14.127.6",
71
- "@genesislcap/foundation-logger": "14.127.6",
72
- "@genesislcap/foundation-zero": "14.127.6",
68
+ "@genesislcap/foundation-comms": "14.128.0",
69
+ "@genesislcap/foundation-events": "14.128.0",
70
+ "@genesislcap/foundation-i18n": "14.128.0",
71
+ "@genesislcap/foundation-logger": "14.128.0",
72
+ "@genesislcap/foundation-zero": "14.128.0",
73
73
  "@microsoft/fast-colors": "^5.3.1",
74
74
  "@microsoft/fast-components": "^2.30.6",
75
75
  "@microsoft/fast-element": "^1.12.0",
@@ -86,5 +86,5 @@
86
86
  "access": "public"
87
87
  },
88
88
  "customElements": "dist/custom-elements.json",
89
- "gitHead": "bee68a5b13b648123943e49d547c27da5a7ff6ed"
89
+ "gitHead": "5fc8cef3a47b0b518e28d67f03b3ac7f4df99b38"
90
90
  }