@genesislcap/foundation-header 14.368.0 → 14.369.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +248 -248
  2. package/package.json +22 -22
@@ -33,6 +33,161 @@
33
33
  }
34
34
  ]
35
35
  },
36
+ {
37
+ "kind": "javascript-module",
38
+ "path": "src/config/config.ts",
39
+ "declarations": [
40
+ {
41
+ "kind": "variable",
42
+ "name": "defaultHeaderConfig",
43
+ "type": {
44
+ "text": "HeaderConfig"
45
+ },
46
+ "default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
47
+ "description": "Default HeaderConfig DI implementation.",
48
+ "privacy": "public"
49
+ }
50
+ ],
51
+ "exports": [
52
+ {
53
+ "kind": "js",
54
+ "name": "defaultHeaderConfig",
55
+ "declaration": {
56
+ "name": "defaultHeaderConfig",
57
+ "module": "src/config/config.ts"
58
+ }
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "kind": "javascript-module",
64
+ "path": "src/config/configure.ts",
65
+ "declarations": [
66
+ {
67
+ "kind": "function",
68
+ "name": "configure",
69
+ "parameters": [
70
+ {
71
+ "name": "config",
72
+ "type": {
73
+ "text": "Partial<HeaderConfig>"
74
+ },
75
+ "description": "A partial HeaderConfig."
76
+ }
77
+ ],
78
+ "description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
79
+ "privacy": "public"
80
+ }
81
+ ],
82
+ "exports": [
83
+ {
84
+ "kind": "js",
85
+ "name": "configure",
86
+ "declaration": {
87
+ "name": "configure",
88
+ "module": "src/config/configure.ts"
89
+ }
90
+ }
91
+ ]
92
+ },
93
+ {
94
+ "kind": "javascript-module",
95
+ "path": "src/config/index.ts",
96
+ "declarations": [],
97
+ "exports": [
98
+ {
99
+ "kind": "js",
100
+ "name": "*",
101
+ "declaration": {
102
+ "name": "*",
103
+ "package": "./config"
104
+ }
105
+ },
106
+ {
107
+ "kind": "js",
108
+ "name": "*",
109
+ "declaration": {
110
+ "name": "*",
111
+ "package": "./configure"
112
+ }
113
+ },
114
+ {
115
+ "kind": "js",
116
+ "name": "*",
117
+ "declaration": {
118
+ "name": "*",
119
+ "package": "./targetId"
120
+ }
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "kind": "javascript-module",
126
+ "path": "src/config/targetId.ts",
127
+ "declarations": [],
128
+ "exports": []
129
+ },
130
+ {
131
+ "kind": "javascript-module",
132
+ "path": "src/config/templates.ts",
133
+ "declarations": [
134
+ {
135
+ "kind": "variable",
136
+ "name": "templateOptionsByDesiginSystemPrefix",
137
+ "type": {
138
+ "text": "Record<string, TemplateComponents>"
139
+ },
140
+ "default": "{\n zero: {\n icon: 'zero-icon',\n button: 'zero-button',\n connectionIndicator: 'zero-connection-indicator',\n environmentIndicator: 'zero-environment-indicator',\n select: 'zero-select',\n option: 'zero-option',\n flyout: 'zero-flyout',\n provider: 'zero-design-system-provider',\n },\n rapid: {\n icon: 'rapid-icon',\n button: 'rapid-button',\n connectionIndicator: 'rapid-connection-indicator',\n environmentIndicator: 'rapid-environment-indicator',\n select: 'rapid-select',\n option: 'rapid-option',\n flyout: 'rapid-flyout',\n provider: 'rapid-design-system-provider',\n },\n}",
141
+ "description": "templateOptionsByDesiginSystemPrefix.",
142
+ "privacy": "public"
143
+ },
144
+ {
145
+ "kind": "variable",
146
+ "name": "defaultTemplateOptions",
147
+ "type": {
148
+ "text": "TemplateOptions"
149
+ },
150
+ "description": "defaultTemplateOptions.",
151
+ "deprecated": "- Use `rapidTemplateOptions` instead.",
152
+ "privacy": "public"
153
+ },
154
+ {
155
+ "kind": "variable",
156
+ "name": "rapidTemplateOptions",
157
+ "type": {
158
+ "text": "TemplateOptions"
159
+ },
160
+ "description": "rapidTemplateOptions.",
161
+ "privacy": "public"
162
+ }
163
+ ],
164
+ "exports": [
165
+ {
166
+ "kind": "js",
167
+ "name": "templateOptionsByDesiginSystemPrefix",
168
+ "declaration": {
169
+ "name": "templateOptionsByDesiginSystemPrefix",
170
+ "module": "src/config/templates.ts"
171
+ }
172
+ },
173
+ {
174
+ "kind": "js",
175
+ "name": "defaultTemplateOptions",
176
+ "declaration": {
177
+ "name": "defaultTemplateOptions",
178
+ "module": "src/config/templates.ts"
179
+ }
180
+ },
181
+ {
182
+ "kind": "js",
183
+ "name": "rapidTemplateOptions",
184
+ "declaration": {
185
+ "name": "rapidTemplateOptions",
186
+ "module": "src/config/templates.ts"
187
+ }
188
+ }
189
+ ]
190
+ },
36
191
  {
37
192
  "kind": "javascript-module",
38
193
  "path": "src/components/control-panel.ts",
@@ -257,64 +412,78 @@
257
412
  },
258
413
  {
259
414
  "kind": "javascript-module",
260
- "path": "src/config/config.ts",
415
+ "path": "src/styles/colors.ts",
261
416
  "declarations": [
417
+ {
418
+ "kind": "function",
419
+ "name": "getWebRGBA",
420
+ "parameters": [
421
+ {
422
+ "name": "rgb",
423
+ "type": {
424
+ "text": "ColorRGBA64"
425
+ }
426
+ },
427
+ {
428
+ "name": "alpha",
429
+ "default": "1.0",
430
+ "type": {
431
+ "text": "number"
432
+ }
433
+ }
434
+ ]
435
+ },
262
436
  {
263
437
  "kind": "variable",
264
- "name": "defaultHeaderConfig",
265
- "type": {
266
- "text": "HeaderConfig"
267
- },
268
- "default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
269
- "description": "Default HeaderConfig DI implementation.",
270
- "privacy": "public"
438
+ "name": "defaultBackgroundHover"
439
+ },
440
+ {
441
+ "kind": "variable",
442
+ "name": "defaultBackgroundItem"
443
+ },
444
+ {
445
+ "kind": "variable",
446
+ "name": "backgroundNavOption"
271
447
  }
272
448
  ],
273
449
  "exports": [
274
450
  {
275
451
  "kind": "js",
276
- "name": "defaultHeaderConfig",
452
+ "name": "getWebRGBA",
277
453
  "declaration": {
278
- "name": "defaultHeaderConfig",
279
- "module": "src/config/config.ts"
454
+ "name": "getWebRGBA",
455
+ "module": "src/styles/colors.ts"
280
456
  }
281
- }
282
- ]
283
- },
284
- {
285
- "kind": "javascript-module",
286
- "path": "src/config/configure.ts",
287
- "declarations": [
457
+ },
288
458
  {
289
- "kind": "function",
290
- "name": "configure",
291
- "parameters": [
292
- {
293
- "name": "config",
294
- "type": {
295
- "text": "Partial<HeaderConfig>"
296
- },
297
- "description": "A partial HeaderConfig."
298
- }
299
- ],
300
- "description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
301
- "privacy": "public"
302
- }
303
- ],
304
- "exports": [
459
+ "kind": "js",
460
+ "name": "defaultBackgroundHover",
461
+ "declaration": {
462
+ "name": "defaultBackgroundHover",
463
+ "module": "src/styles/colors.ts"
464
+ }
465
+ },
305
466
  {
306
467
  "kind": "js",
307
- "name": "configure",
468
+ "name": "defaultBackgroundItem",
308
469
  "declaration": {
309
- "name": "configure",
310
- "module": "src/config/configure.ts"
470
+ "name": "defaultBackgroundItem",
471
+ "module": "src/styles/colors.ts"
472
+ }
473
+ },
474
+ {
475
+ "kind": "js",
476
+ "name": "backgroundNavOption",
477
+ "declaration": {
478
+ "name": "backgroundNavOption",
479
+ "module": "src/styles/colors.ts"
311
480
  }
312
481
  }
313
482
  ]
314
483
  },
315
484
  {
316
485
  "kind": "javascript-module",
317
- "path": "src/config/index.ts",
486
+ "path": "src/styles/index.ts",
318
487
  "declarations": [],
319
488
  "exports": [
320
489
  {
@@ -322,15 +491,7 @@
322
491
  "name": "*",
323
492
  "declaration": {
324
493
  "name": "*",
325
- "package": "./config"
326
- }
327
- },
328
- {
329
- "kind": "js",
330
- "name": "*",
331
- "declaration": {
332
- "name": "*",
333
- "package": "./configure"
494
+ "package": "./colors"
334
495
  }
335
496
  },
336
497
  {
@@ -338,74 +499,74 @@
338
499
  "name": "*",
339
500
  "declaration": {
340
501
  "name": "*",
341
- "package": "./targetId"
502
+ "package": "./styles"
342
503
  }
343
504
  }
344
505
  ]
345
506
  },
346
507
  {
347
508
  "kind": "javascript-module",
348
- "path": "src/config/targetId.ts",
349
- "declarations": [],
350
- "exports": []
351
- },
352
- {
353
- "kind": "javascript-module",
354
- "path": "src/config/templates.ts",
509
+ "path": "src/styles/styles.ts",
355
510
  "declarations": [
356
511
  {
357
- "kind": "variable",
358
- "name": "templateOptionsByDesiginSystemPrefix",
359
- "type": {
360
- "text": "Record<string, TemplateComponents>"
361
- },
362
- "default": "{\n zero: {\n icon: 'zero-icon',\n button: 'zero-button',\n connectionIndicator: 'zero-connection-indicator',\n environmentIndicator: 'zero-environment-indicator',\n select: 'zero-select',\n option: 'zero-option',\n flyout: 'zero-flyout',\n provider: 'zero-design-system-provider',\n },\n rapid: {\n icon: 'rapid-icon',\n button: 'rapid-button',\n connectionIndicator: 'rapid-connection-indicator',\n environmentIndicator: 'rapid-environment-indicator',\n select: 'rapid-select',\n option: 'rapid-option',\n flyout: 'rapid-flyout',\n provider: 'rapid-design-system-provider',\n },\n}",
363
- "description": "templateOptionsByDesiginSystemPrefix.",
364
- "privacy": "public"
512
+ "kind": "function",
513
+ "name": "mixinScreen",
514
+ "parameters": [
515
+ {
516
+ "name": "display",
517
+ "default": "'block'",
518
+ "type": {
519
+ "text": "string"
520
+ }
521
+ }
522
+ ],
523
+ "description": "TODO: Bring all the style and typography mixins into the design system package"
365
524
  },
366
525
  {
367
- "kind": "variable",
368
- "name": "defaultTemplateOptions",
369
- "type": {
370
- "text": "TemplateOptions"
371
- },
372
- "description": "defaultTemplateOptions.",
373
- "deprecated": "- Use `rapidTemplateOptions` instead.",
374
- "privacy": "public"
526
+ "kind": "function",
527
+ "name": "genesisLogo",
528
+ "parameters": [
529
+ {
530
+ "name": "slot",
531
+ "default": "'start'"
532
+ }
533
+ ],
534
+ "description": "TODO"
375
535
  },
376
536
  {
377
- "kind": "variable",
378
- "name": "rapidTemplateOptions",
379
- "type": {
380
- "text": "TemplateOptions"
381
- },
382
- "description": "rapidTemplateOptions.",
383
- "privacy": "public"
537
+ "kind": "function",
538
+ "name": "settingsIcon",
539
+ "parameters": [
540
+ {
541
+ "name": "slot",
542
+ "default": "'start'"
543
+ }
544
+ ]
384
545
  }
385
546
  ],
386
547
  "exports": [
387
548
  {
388
549
  "kind": "js",
389
- "name": "templateOptionsByDesiginSystemPrefix",
550
+ "name": "mixinScreen",
390
551
  "declaration": {
391
- "name": "templateOptionsByDesiginSystemPrefix",
392
- "module": "src/config/templates.ts"
552
+ "name": "mixinScreen",
553
+ "module": "src/styles/styles.ts"
393
554
  }
394
555
  },
395
556
  {
396
557
  "kind": "js",
397
- "name": "defaultTemplateOptions",
558
+ "name": "genesisLogo",
398
559
  "declaration": {
399
- "name": "defaultTemplateOptions",
400
- "module": "src/config/templates.ts"
560
+ "name": "genesisLogo",
561
+ "module": "src/styles/styles.ts"
401
562
  }
402
563
  },
403
564
  {
404
565
  "kind": "js",
405
- "name": "rapidTemplateOptions",
566
+ "name": "settingsIcon",
406
567
  "declaration": {
407
- "name": "rapidTemplateOptions",
408
- "module": "src/config/templates.ts"
568
+ "name": "settingsIcon",
569
+ "module": "src/styles/styles.ts"
409
570
  }
410
571
  }
411
572
  ]
@@ -3502,167 +3663,6 @@
3502
3663
  }
3503
3664
  ]
3504
3665
  },
3505
- {
3506
- "kind": "javascript-module",
3507
- "path": "src/styles/colors.ts",
3508
- "declarations": [
3509
- {
3510
- "kind": "function",
3511
- "name": "getWebRGBA",
3512
- "parameters": [
3513
- {
3514
- "name": "rgb",
3515
- "type": {
3516
- "text": "ColorRGBA64"
3517
- }
3518
- },
3519
- {
3520
- "name": "alpha",
3521
- "default": "1.0",
3522
- "type": {
3523
- "text": "number"
3524
- }
3525
- }
3526
- ]
3527
- },
3528
- {
3529
- "kind": "variable",
3530
- "name": "defaultBackgroundHover"
3531
- },
3532
- {
3533
- "kind": "variable",
3534
- "name": "defaultBackgroundItem"
3535
- },
3536
- {
3537
- "kind": "variable",
3538
- "name": "backgroundNavOption"
3539
- }
3540
- ],
3541
- "exports": [
3542
- {
3543
- "kind": "js",
3544
- "name": "getWebRGBA",
3545
- "declaration": {
3546
- "name": "getWebRGBA",
3547
- "module": "src/styles/colors.ts"
3548
- }
3549
- },
3550
- {
3551
- "kind": "js",
3552
- "name": "defaultBackgroundHover",
3553
- "declaration": {
3554
- "name": "defaultBackgroundHover",
3555
- "module": "src/styles/colors.ts"
3556
- }
3557
- },
3558
- {
3559
- "kind": "js",
3560
- "name": "defaultBackgroundItem",
3561
- "declaration": {
3562
- "name": "defaultBackgroundItem",
3563
- "module": "src/styles/colors.ts"
3564
- }
3565
- },
3566
- {
3567
- "kind": "js",
3568
- "name": "backgroundNavOption",
3569
- "declaration": {
3570
- "name": "backgroundNavOption",
3571
- "module": "src/styles/colors.ts"
3572
- }
3573
- }
3574
- ]
3575
- },
3576
- {
3577
- "kind": "javascript-module",
3578
- "path": "src/styles/index.ts",
3579
- "declarations": [],
3580
- "exports": [
3581
- {
3582
- "kind": "js",
3583
- "name": "*",
3584
- "declaration": {
3585
- "name": "*",
3586
- "package": "./colors"
3587
- }
3588
- },
3589
- {
3590
- "kind": "js",
3591
- "name": "*",
3592
- "declaration": {
3593
- "name": "*",
3594
- "package": "./styles"
3595
- }
3596
- }
3597
- ]
3598
- },
3599
- {
3600
- "kind": "javascript-module",
3601
- "path": "src/styles/styles.ts",
3602
- "declarations": [
3603
- {
3604
- "kind": "function",
3605
- "name": "mixinScreen",
3606
- "parameters": [
3607
- {
3608
- "name": "display",
3609
- "default": "'block'",
3610
- "type": {
3611
- "text": "string"
3612
- }
3613
- }
3614
- ],
3615
- "description": "TODO: Bring all the style and typography mixins into the design system package"
3616
- },
3617
- {
3618
- "kind": "function",
3619
- "name": "genesisLogo",
3620
- "parameters": [
3621
- {
3622
- "name": "slot",
3623
- "default": "'start'"
3624
- }
3625
- ],
3626
- "description": "TODO"
3627
- },
3628
- {
3629
- "kind": "function",
3630
- "name": "settingsIcon",
3631
- "parameters": [
3632
- {
3633
- "name": "slot",
3634
- "default": "'start'"
3635
- }
3636
- ]
3637
- }
3638
- ],
3639
- "exports": [
3640
- {
3641
- "kind": "js",
3642
- "name": "mixinScreen",
3643
- "declaration": {
3644
- "name": "mixinScreen",
3645
- "module": "src/styles/styles.ts"
3646
- }
3647
- },
3648
- {
3649
- "kind": "js",
3650
- "name": "genesisLogo",
3651
- "declaration": {
3652
- "name": "genesisLogo",
3653
- "module": "src/styles/styles.ts"
3654
- }
3655
- },
3656
- {
3657
- "kind": "js",
3658
- "name": "settingsIcon",
3659
- "declaration": {
3660
- "name": "settingsIcon",
3661
- "module": "src/styles/styles.ts"
3662
- }
3663
- }
3664
- ]
3665
- },
3666
3666
  {
3667
3667
  "kind": "javascript-module",
3668
3668
  "path": "src/tags/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.368.0",
4
+ "version": "14.369.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -77,28 +77,28 @@
77
77
  }
78
78
  },
79
79
  "devDependencies": {
80
- "@genesislcap/foundation-testing": "14.368.0",
81
- "@genesislcap/genx": "14.368.0",
82
- "@genesislcap/rollup-builder": "14.368.0",
83
- "@genesislcap/ts-builder": "14.368.0",
84
- "@genesislcap/uvu-playwright-builder": "14.368.0",
85
- "@genesislcap/vite-builder": "14.368.0",
86
- "@genesislcap/webpack-builder": "14.368.0"
80
+ "@genesislcap/foundation-testing": "14.369.0",
81
+ "@genesislcap/genx": "14.369.0",
82
+ "@genesislcap/rollup-builder": "14.369.0",
83
+ "@genesislcap/ts-builder": "14.369.0",
84
+ "@genesislcap/uvu-playwright-builder": "14.369.0",
85
+ "@genesislcap/vite-builder": "14.369.0",
86
+ "@genesislcap/webpack-builder": "14.369.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-auth": "14.368.0",
90
- "@genesislcap/foundation-comms": "14.368.0",
91
- "@genesislcap/foundation-events": "14.368.0",
92
- "@genesislcap/foundation-i18n": "14.368.0",
93
- "@genesislcap/foundation-logger": "14.368.0",
94
- "@genesislcap/foundation-login": "14.368.0",
95
- "@genesislcap/foundation-shell": "14.368.0",
96
- "@genesislcap/foundation-ui": "14.368.0",
97
- "@genesislcap/foundation-user": "14.368.0",
98
- "@genesislcap/foundation-utils": "14.368.0",
99
- "@genesislcap/foundation-zero": "14.368.0",
100
- "@genesislcap/rapid-design-system": "14.368.0",
101
- "@genesislcap/web-core": "14.368.0"
89
+ "@genesislcap/foundation-auth": "14.369.0",
90
+ "@genesislcap/foundation-comms": "14.369.0",
91
+ "@genesislcap/foundation-events": "14.369.0",
92
+ "@genesislcap/foundation-i18n": "14.369.0",
93
+ "@genesislcap/foundation-logger": "14.369.0",
94
+ "@genesislcap/foundation-login": "14.369.0",
95
+ "@genesislcap/foundation-shell": "14.369.0",
96
+ "@genesislcap/foundation-ui": "14.369.0",
97
+ "@genesislcap/foundation-user": "14.369.0",
98
+ "@genesislcap/foundation-utils": "14.369.0",
99
+ "@genesislcap/foundation-zero": "14.369.0",
100
+ "@genesislcap/rapid-design-system": "14.369.0",
101
+ "@genesislcap/web-core": "14.369.0"
102
102
  },
103
103
  "repository": {
104
104
  "type": "git",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "698eab45797054e3c04d32edb44aecadcbb0095e"
112
+ "gitHead": "f733a868a4f3e947a51564b5f3fcc592804bd917"
113
113
  }