@genesislcap/foundation-header 14.16.0 → 14.17.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",
@@ -367,167 +528,6 @@
367
528
  }
368
529
  ]
369
530
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/styles/colors.ts",
373
- "declarations": [
374
- {
375
- "kind": "function",
376
- "name": "getWebRGBA",
377
- "parameters": [
378
- {
379
- "name": "rgb",
380
- "type": {
381
- "text": "ColorRGBA64"
382
- }
383
- },
384
- {
385
- "name": "alpha",
386
- "default": "1.0",
387
- "type": {
388
- "text": "number"
389
- }
390
- }
391
- ]
392
- },
393
- {
394
- "kind": "variable",
395
- "name": "defaultBackgroundHover"
396
- },
397
- {
398
- "kind": "variable",
399
- "name": "defaultBackgroundItem"
400
- },
401
- {
402
- "kind": "variable",
403
- "name": "backgroundNavOption"
404
- }
405
- ],
406
- "exports": [
407
- {
408
- "kind": "js",
409
- "name": "getWebRGBA",
410
- "declaration": {
411
- "name": "getWebRGBA",
412
- "module": "src/styles/colors.ts"
413
- }
414
- },
415
- {
416
- "kind": "js",
417
- "name": "defaultBackgroundHover",
418
- "declaration": {
419
- "name": "defaultBackgroundHover",
420
- "module": "src/styles/colors.ts"
421
- }
422
- },
423
- {
424
- "kind": "js",
425
- "name": "defaultBackgroundItem",
426
- "declaration": {
427
- "name": "defaultBackgroundItem",
428
- "module": "src/styles/colors.ts"
429
- }
430
- },
431
- {
432
- "kind": "js",
433
- "name": "backgroundNavOption",
434
- "declaration": {
435
- "name": "backgroundNavOption",
436
- "module": "src/styles/colors.ts"
437
- }
438
- }
439
- ]
440
- },
441
- {
442
- "kind": "javascript-module",
443
- "path": "src/styles/index.ts",
444
- "declarations": [],
445
- "exports": [
446
- {
447
- "kind": "js",
448
- "name": "*",
449
- "declaration": {
450
- "name": "*",
451
- "package": "./colors"
452
- }
453
- },
454
- {
455
- "kind": "js",
456
- "name": "*",
457
- "declaration": {
458
- "name": "*",
459
- "package": "./styles"
460
- }
461
- }
462
- ]
463
- },
464
- {
465
- "kind": "javascript-module",
466
- "path": "src/styles/styles.ts",
467
- "declarations": [
468
- {
469
- "kind": "function",
470
- "name": "mixinScreen",
471
- "parameters": [
472
- {
473
- "name": "display",
474
- "default": "'block'",
475
- "type": {
476
- "text": "string"
477
- }
478
- }
479
- ],
480
- "description": "TODO: Bring all the style and typography mixins into the design system package"
481
- },
482
- {
483
- "kind": "function",
484
- "name": "genesisLogo",
485
- "parameters": [
486
- {
487
- "name": "slot",
488
- "default": "'start'"
489
- }
490
- ],
491
- "description": "TODO"
492
- },
493
- {
494
- "kind": "function",
495
- "name": "settingsIcon",
496
- "parameters": [
497
- {
498
- "name": "slot",
499
- "default": "'start'"
500
- }
501
- ]
502
- }
503
- ],
504
- "exports": [
505
- {
506
- "kind": "js",
507
- "name": "mixinScreen",
508
- "declaration": {
509
- "name": "mixinScreen",
510
- "module": "src/styles/styles.ts"
511
- }
512
- },
513
- {
514
- "kind": "js",
515
- "name": "genesisLogo",
516
- "declaration": {
517
- "name": "genesisLogo",
518
- "module": "src/styles/styles.ts"
519
- }
520
- },
521
- {
522
- "kind": "js",
523
- "name": "settingsIcon",
524
- "declaration": {
525
- "name": "settingsIcon",
526
- "module": "src/styles/styles.ts"
527
- }
528
- }
529
- ]
530
- },
531
531
  {
532
532
  "kind": "javascript-module",
533
533
  "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.16.0",
4
+ "version": "14.17.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -34,7 +34,7 @@
34
34
  "dev:no-open": "npm run dev:webpack -- --no-open",
35
35
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
36
36
  "dev:webpack:https": "npm run dev:webpack -- --https",
37
- "serve": "serve dist -p $npm_package_config_PORT",
37
+ "serve": "genx serve",
38
38
  "test": "npm run test:unit",
39
39
  "test:coverage": "c8 --include=src npm run test:unit",
40
40
  "test:coverage:report": "npm run test:coverage && c8 report --reporter=text-lcov > coverage.lcov",
@@ -52,8 +52,8 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@custom-elements-manifest/analyzer": "^0.8.2",
55
- "@genesislcap/foundation-testing": "^14.16.0",
56
- "@genesislcap/genx": "^14.16.0",
55
+ "@genesislcap/foundation-testing": "^14.17.0",
56
+ "@genesislcap/genx": "^14.17.0",
57
57
  "@microsoft/api-documenter": "^7.19.13",
58
58
  "@microsoft/api-extractor": "^7.31.1",
59
59
  "@playwright/test": "^1.18.1",
@@ -78,7 +78,6 @@
78
78
  "postcss-import": "^14.0.0",
79
79
  "postcss-loader": "^6.2.1",
80
80
  "postcss-preset-env": "^7.0.1",
81
- "serve": "^14.1.2",
82
81
  "terser-webpack-plugin": "^5.3.1",
83
82
  "to-string-loader": "^1.2.0",
84
83
  "ts-loader": "9.3.1",
@@ -94,10 +93,10 @@
94
93
  "webpack-merge": "^5.7.3"
95
94
  },
96
95
  "dependencies": {
97
- "@genesislcap/foundation-comms": "^14.16.0",
98
- "@genesislcap/foundation-events": "^14.16.0",
99
- "@genesislcap/foundation-utils": "^14.16.0",
100
- "@genesislcap/foundation-zero": "^14.16.0",
96
+ "@genesislcap/foundation-comms": "^14.17.0",
97
+ "@genesislcap/foundation-events": "^14.17.0",
98
+ "@genesislcap/foundation-utils": "^14.17.0",
99
+ "@genesislcap/foundation-zero": "^14.17.0",
101
100
  "@microsoft/fast-colors": "^5.1.4",
102
101
  "@microsoft/fast-components": "^2.21.3",
103
102
  "@microsoft/fast-element": "^1.7.0",
@@ -109,5 +108,5 @@
109
108
  "access": "public"
110
109
  },
111
110
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "9c10e949c79b418e33593b5ba8048124f4fc699f"
111
+ "gitHead": "45aa1d24a4fabc0d90c868f8e77f71df24609180"
113
112
  }