@genesislcap/foundation-header 14.24.4 → 14.25.0-bny.2
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 +13 -37
|
@@ -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",
|
|
@@ -385,167 +546,6 @@
|
|
|
385
546
|
}
|
|
386
547
|
]
|
|
387
548
|
},
|
|
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
549
|
{
|
|
550
550
|
"kind": "javascript-module",
|
|
551
551
|
"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.25.0-bny.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -20,13 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"build": "genx build",
|
|
23
|
-
"build:webpack": "
|
|
24
|
-
"build:webpack:
|
|
25
|
-
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
23
|
+
"build:webpack": "genx build -b webpack",
|
|
24
|
+
"build:webpack:stats": "genx analyze -b webpack",
|
|
26
25
|
"clean": "genx clean",
|
|
27
|
-
"dev": "npm run dev:webpack
|
|
26
|
+
"dev": "npm run dev:webpack",
|
|
28
27
|
"dev:no-open": "npm run dev:webpack -- --no-open",
|
|
29
|
-
"dev:webpack": "
|
|
28
|
+
"dev:webpack": "genx dev -b webpack",
|
|
30
29
|
"dev:webpack:https": "npm run dev:webpack -- --https",
|
|
31
30
|
"serve": "genx serve",
|
|
32
31
|
"test": "npm run test:unit",
|
|
@@ -45,49 +44,26 @@
|
|
|
45
44
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
46
45
|
},
|
|
47
46
|
"devDependencies": {
|
|
48
|
-
"@genesislcap/foundation-testing": "
|
|
49
|
-
"@genesislcap/genx": "
|
|
47
|
+
"@genesislcap/foundation-testing": "14.25.0-bny.2",
|
|
48
|
+
"@genesislcap/genx": "14.25.0-bny.2",
|
|
50
49
|
"@playwright/test": "^1.18.1",
|
|
51
50
|
"c8": "^7.11.0",
|
|
52
|
-
"camel-case": "^4.1.2",
|
|
53
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
54
51
|
"cross-env": "^7.0.3",
|
|
55
|
-
"csp-html-webpack-plugin": "^5.1.0",
|
|
56
|
-
"css-loader": "^6.6.0",
|
|
57
|
-
"cssnano": "^5.0.17",
|
|
58
52
|
"esm": "^3.2.25",
|
|
59
|
-
"file-loader": "^6.2.0",
|
|
60
|
-
"html-loader": "^3.1.0",
|
|
61
|
-
"html-webpack-plugin": "^5.3.1",
|
|
62
53
|
"jsdom": "^19.0.0",
|
|
63
54
|
"lighthouse": "^9.6.8",
|
|
64
|
-
"mini-css-extract-plugin": "^2.5.3",
|
|
65
55
|
"playwright-lighthouse": "^2.2.2",
|
|
66
56
|
"playwright-test": "^7.2.1",
|
|
67
|
-
"portfinder-sync": "^0.0.2",
|
|
68
|
-
"postcss": "^8.2.8",
|
|
69
|
-
"postcss-import": "^14.0.0",
|
|
70
|
-
"postcss-loader": "^6.2.1",
|
|
71
|
-
"postcss-preset-env": "^7.0.1",
|
|
72
|
-
"terser-webpack-plugin": "^5.3.1",
|
|
73
|
-
"to-string-loader": "^1.2.0",
|
|
74
|
-
"ts-loader": "9.3.1",
|
|
75
|
-
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
76
57
|
"tsm": "^2.2.1",
|
|
77
58
|
"typescript": "^4.5.5",
|
|
78
59
|
"uvu": "0.5.4",
|
|
79
|
-
"watchlist": "^0.3.1"
|
|
80
|
-
"webpack": "^5.45.1",
|
|
81
|
-
"webpack-bundle-analyzer": "^4.5.0",
|
|
82
|
-
"webpack-cli": "^4.5.0",
|
|
83
|
-
"webpack-dev-server": "^4.0.0-beta.3",
|
|
84
|
-
"webpack-merge": "^5.7.3"
|
|
60
|
+
"watchlist": "^0.3.1"
|
|
85
61
|
},
|
|
86
62
|
"dependencies": {
|
|
87
|
-
"@genesislcap/foundation-comms": "
|
|
88
|
-
"@genesislcap/foundation-events": "
|
|
89
|
-
"@genesislcap/foundation-utils": "
|
|
90
|
-
"@genesislcap/foundation-zero": "
|
|
63
|
+
"@genesislcap/foundation-comms": "14.25.0-bny.2",
|
|
64
|
+
"@genesislcap/foundation-events": "14.25.0-bny.2",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.25.0-bny.2",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.25.0-bny.2",
|
|
91
67
|
"@microsoft/fast-colors": "^5.1.4",
|
|
92
68
|
"@microsoft/fast-components": "^2.21.3",
|
|
93
69
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -103,5 +79,5 @@
|
|
|
103
79
|
"access": "public"
|
|
104
80
|
},
|
|
105
81
|
"customElements": "dist/custom-elements.json",
|
|
106
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "7b641c5cd4607901def78b3bf4b0448edf20e591"
|
|
107
83
|
}
|