@genesislcap/foundation-header 14.109.1-alpha-cf055218219.0 → 14.111.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.
- package/dist/custom-elements.json +161 -161
- package/package.json +8 -8
|
@@ -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",
|
|
@@ -553,6 +392,167 @@
|
|
|
553
392
|
}
|
|
554
393
|
]
|
|
555
394
|
},
|
|
395
|
+
{
|
|
396
|
+
"kind": "javascript-module",
|
|
397
|
+
"path": "src/styles/colors.ts",
|
|
398
|
+
"declarations": [
|
|
399
|
+
{
|
|
400
|
+
"kind": "function",
|
|
401
|
+
"name": "getWebRGBA",
|
|
402
|
+
"parameters": [
|
|
403
|
+
{
|
|
404
|
+
"name": "rgb",
|
|
405
|
+
"type": {
|
|
406
|
+
"text": "ColorRGBA64"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "alpha",
|
|
411
|
+
"default": "1.0",
|
|
412
|
+
"type": {
|
|
413
|
+
"text": "number"
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
]
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"kind": "variable",
|
|
420
|
+
"name": "defaultBackgroundHover"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"kind": "variable",
|
|
424
|
+
"name": "defaultBackgroundItem"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"kind": "variable",
|
|
428
|
+
"name": "backgroundNavOption"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"exports": [
|
|
432
|
+
{
|
|
433
|
+
"kind": "js",
|
|
434
|
+
"name": "getWebRGBA",
|
|
435
|
+
"declaration": {
|
|
436
|
+
"name": "getWebRGBA",
|
|
437
|
+
"module": "src/styles/colors.ts"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"kind": "js",
|
|
442
|
+
"name": "defaultBackgroundHover",
|
|
443
|
+
"declaration": {
|
|
444
|
+
"name": "defaultBackgroundHover",
|
|
445
|
+
"module": "src/styles/colors.ts"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "js",
|
|
450
|
+
"name": "defaultBackgroundItem",
|
|
451
|
+
"declaration": {
|
|
452
|
+
"name": "defaultBackgroundItem",
|
|
453
|
+
"module": "src/styles/colors.ts"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "js",
|
|
458
|
+
"name": "backgroundNavOption",
|
|
459
|
+
"declaration": {
|
|
460
|
+
"name": "backgroundNavOption",
|
|
461
|
+
"module": "src/styles/colors.ts"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"kind": "javascript-module",
|
|
468
|
+
"path": "src/styles/index.ts",
|
|
469
|
+
"declarations": [],
|
|
470
|
+
"exports": [
|
|
471
|
+
{
|
|
472
|
+
"kind": "js",
|
|
473
|
+
"name": "*",
|
|
474
|
+
"declaration": {
|
|
475
|
+
"name": "*",
|
|
476
|
+
"package": "./colors"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"kind": "js",
|
|
481
|
+
"name": "*",
|
|
482
|
+
"declaration": {
|
|
483
|
+
"name": "*",
|
|
484
|
+
"package": "./styles"
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"kind": "javascript-module",
|
|
491
|
+
"path": "src/styles/styles.ts",
|
|
492
|
+
"declarations": [
|
|
493
|
+
{
|
|
494
|
+
"kind": "function",
|
|
495
|
+
"name": "mixinScreen",
|
|
496
|
+
"parameters": [
|
|
497
|
+
{
|
|
498
|
+
"name": "display",
|
|
499
|
+
"default": "'block'",
|
|
500
|
+
"type": {
|
|
501
|
+
"text": "string"
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"kind": "function",
|
|
509
|
+
"name": "genesisLogo",
|
|
510
|
+
"parameters": [
|
|
511
|
+
{
|
|
512
|
+
"name": "slot",
|
|
513
|
+
"default": "'start'"
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"description": "TODO"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"kind": "function",
|
|
520
|
+
"name": "settingsIcon",
|
|
521
|
+
"parameters": [
|
|
522
|
+
{
|
|
523
|
+
"name": "slot",
|
|
524
|
+
"default": "'start'"
|
|
525
|
+
}
|
|
526
|
+
]
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"exports": [
|
|
530
|
+
{
|
|
531
|
+
"kind": "js",
|
|
532
|
+
"name": "mixinScreen",
|
|
533
|
+
"declaration": {
|
|
534
|
+
"name": "mixinScreen",
|
|
535
|
+
"module": "src/styles/styles.ts"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"kind": "js",
|
|
540
|
+
"name": "genesisLogo",
|
|
541
|
+
"declaration": {
|
|
542
|
+
"name": "genesisLogo",
|
|
543
|
+
"module": "src/styles/styles.ts"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"kind": "js",
|
|
548
|
+
"name": "settingsIcon",
|
|
549
|
+
"declaration": {
|
|
550
|
+
"name": "settingsIcon",
|
|
551
|
+
"module": "src/styles/styles.ts"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
556
|
{
|
|
557
557
|
"kind": "javascript-module",
|
|
558
558
|
"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.
|
|
4
|
+
"version": "14.111.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,15 +60,15 @@
|
|
|
60
60
|
"test:debug": "genx test --debug"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@genesislcap/foundation-testing": "14.
|
|
64
|
-
"@genesislcap/genx": "14.
|
|
63
|
+
"@genesislcap/foundation-testing": "14.111.0",
|
|
64
|
+
"@genesislcap/genx": "14.111.0",
|
|
65
65
|
"rimraf": "^3.0.2"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@genesislcap/foundation-comms": "14.
|
|
69
|
-
"@genesislcap/foundation-events": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-zero": "14.
|
|
68
|
+
"@genesislcap/foundation-comms": "14.111.0",
|
|
69
|
+
"@genesislcap/foundation-events": "14.111.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.111.0",
|
|
71
|
+
"@genesislcap/foundation-zero": "14.111.0",
|
|
72
72
|
"@microsoft/fast-colors": "^5.1.4",
|
|
73
73
|
"@microsoft/fast-components": "^2.21.3",
|
|
74
74
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
86
|
"customElements": "dist/custom-elements.json",
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "0c31fba858b96301de66b943782474508db6a967"
|
|
88
88
|
}
|