@genesislcap/foundation-header 14.467.0 → 14.467.1-alpha-5e9a5600e.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 +275 -275
  2. package/package.json +23 -23
@@ -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 aiIndicator: 'zero-ai-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 aiIndicator: 'rapid-ai-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,78 +499,99 @@
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 aiIndicator: 'zero-ai-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 aiIndicator: 'rapid-ai-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"
570
+ }
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "kind": "javascript-module",
576
+ "path": "src/tags/index.ts",
577
+ "declarations": [],
578
+ "exports": [
579
+ {
580
+ "kind": "js",
581
+ "name": "*",
582
+ "declaration": {
583
+ "name": "*",
584
+ "package": "./tags"
409
585
  }
410
586
  }
411
587
  ]
412
588
  },
589
+ {
590
+ "kind": "javascript-module",
591
+ "path": "src/tags/tags.ts",
592
+ "declarations": [],
593
+ "exports": []
594
+ },
413
595
  {
414
596
  "kind": "javascript-module",
415
597
  "path": "src/main/index.ts",
@@ -3878,194 +4060,6 @@
3878
4060
  }
3879
4061
  ]
3880
4062
  },
3881
- {
3882
- "kind": "javascript-module",
3883
- "path": "src/styles/colors.ts",
3884
- "declarations": [
3885
- {
3886
- "kind": "function",
3887
- "name": "getWebRGBA",
3888
- "parameters": [
3889
- {
3890
- "name": "rgb",
3891
- "type": {
3892
- "text": "ColorRGBA64"
3893
- }
3894
- },
3895
- {
3896
- "name": "alpha",
3897
- "default": "1.0",
3898
- "type": {
3899
- "text": "number"
3900
- }
3901
- }
3902
- ]
3903
- },
3904
- {
3905
- "kind": "variable",
3906
- "name": "defaultBackgroundHover"
3907
- },
3908
- {
3909
- "kind": "variable",
3910
- "name": "defaultBackgroundItem"
3911
- },
3912
- {
3913
- "kind": "variable",
3914
- "name": "backgroundNavOption"
3915
- }
3916
- ],
3917
- "exports": [
3918
- {
3919
- "kind": "js",
3920
- "name": "getWebRGBA",
3921
- "declaration": {
3922
- "name": "getWebRGBA",
3923
- "module": "src/styles/colors.ts"
3924
- }
3925
- },
3926
- {
3927
- "kind": "js",
3928
- "name": "defaultBackgroundHover",
3929
- "declaration": {
3930
- "name": "defaultBackgroundHover",
3931
- "module": "src/styles/colors.ts"
3932
- }
3933
- },
3934
- {
3935
- "kind": "js",
3936
- "name": "defaultBackgroundItem",
3937
- "declaration": {
3938
- "name": "defaultBackgroundItem",
3939
- "module": "src/styles/colors.ts"
3940
- }
3941
- },
3942
- {
3943
- "kind": "js",
3944
- "name": "backgroundNavOption",
3945
- "declaration": {
3946
- "name": "backgroundNavOption",
3947
- "module": "src/styles/colors.ts"
3948
- }
3949
- }
3950
- ]
3951
- },
3952
- {
3953
- "kind": "javascript-module",
3954
- "path": "src/styles/index.ts",
3955
- "declarations": [],
3956
- "exports": [
3957
- {
3958
- "kind": "js",
3959
- "name": "*",
3960
- "declaration": {
3961
- "name": "*",
3962
- "package": "./colors"
3963
- }
3964
- },
3965
- {
3966
- "kind": "js",
3967
- "name": "*",
3968
- "declaration": {
3969
- "name": "*",
3970
- "package": "./styles"
3971
- }
3972
- }
3973
- ]
3974
- },
3975
- {
3976
- "kind": "javascript-module",
3977
- "path": "src/styles/styles.ts",
3978
- "declarations": [
3979
- {
3980
- "kind": "function",
3981
- "name": "mixinScreen",
3982
- "parameters": [
3983
- {
3984
- "name": "display",
3985
- "default": "'block'",
3986
- "type": {
3987
- "text": "string"
3988
- }
3989
- }
3990
- ],
3991
- "description": "TODO: Bring all the style and typography mixins into the design system package"
3992
- },
3993
- {
3994
- "kind": "function",
3995
- "name": "genesisLogo",
3996
- "parameters": [
3997
- {
3998
- "name": "slot",
3999
- "default": "'start'"
4000
- }
4001
- ],
4002
- "description": "TODO"
4003
- },
4004
- {
4005
- "kind": "function",
4006
- "name": "settingsIcon",
4007
- "parameters": [
4008
- {
4009
- "name": "slot",
4010
- "default": "'start'"
4011
- }
4012
- ]
4013
- }
4014
- ],
4015
- "exports": [
4016
- {
4017
- "kind": "js",
4018
- "name": "mixinScreen",
4019
- "declaration": {
4020
- "name": "mixinScreen",
4021
- "module": "src/styles/styles.ts"
4022
- }
4023
- },
4024
- {
4025
- "kind": "js",
4026
- "name": "genesisLogo",
4027
- "declaration": {
4028
- "name": "genesisLogo",
4029
- "module": "src/styles/styles.ts"
4030
- }
4031
- },
4032
- {
4033
- "kind": "js",
4034
- "name": "settingsIcon",
4035
- "declaration": {
4036
- "name": "settingsIcon",
4037
- "module": "src/styles/styles.ts"
4038
- }
4039
- }
4040
- ]
4041
- },
4042
- {
4043
- "kind": "javascript-module",
4044
- "path": "src/tags/index.ts",
4045
- "declarations": [],
4046
- "exports": [
4047
- {
4048
- "kind": "js",
4049
- "name": "*",
4050
- "declaration": {
4051
- "name": "*",
4052
- "package": "./tags"
4053
- }
4054
- }
4055
- ]
4056
- },
4057
- {
4058
- "kind": "javascript-module",
4059
- "path": "src/tags/tags.ts",
4060
- "declarations": [],
4061
- "exports": []
4062
- },
4063
- {
4064
- "kind": "javascript-module",
4065
- "path": "src/templates/rapid.template.ts",
4066
- "declarations": [],
4067
- "exports": []
4068
- },
4069
4063
  {
4070
4064
  "kind": "javascript-module",
4071
4065
  "path": "src/utils/index.ts",
@@ -4100,6 +4094,12 @@
4100
4094
  }
4101
4095
  }
4102
4096
  ]
4097
+ },
4098
+ {
4099
+ "kind": "javascript-module",
4100
+ "path": "src/templates/rapid.template.ts",
4101
+ "declarations": [],
4102
+ "exports": []
4103
4103
  }
4104
4104
  ]
4105
4105
  }
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.467.0",
4
+ "version": "14.467.1-alpha-5e9a5600e.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -84,29 +84,29 @@
84
84
  }
85
85
  },
86
86
  "devDependencies": {
87
- "@genesislcap/foundation-testing": "14.467.0",
88
- "@genesislcap/genx": "14.467.0",
89
- "@genesislcap/rollup-builder": "14.467.0",
90
- "@genesislcap/ts-builder": "14.467.0",
91
- "@genesislcap/uvu-playwright-builder": "14.467.0",
92
- "@genesislcap/vite-builder": "14.467.0",
93
- "@genesislcap/webpack-builder": "14.467.0"
87
+ "@genesislcap/foundation-testing": "14.467.1-alpha-5e9a5600e.0",
88
+ "@genesislcap/genx": "14.467.1-alpha-5e9a5600e.0",
89
+ "@genesislcap/rollup-builder": "14.467.1-alpha-5e9a5600e.0",
90
+ "@genesislcap/ts-builder": "14.467.1-alpha-5e9a5600e.0",
91
+ "@genesislcap/uvu-playwright-builder": "14.467.1-alpha-5e9a5600e.0",
92
+ "@genesislcap/vite-builder": "14.467.1-alpha-5e9a5600e.0",
93
+ "@genesislcap/webpack-builder": "14.467.1-alpha-5e9a5600e.0"
94
94
  },
95
95
  "dependencies": {
96
- "@genesislcap/foundation-ai": "14.467.0",
97
- "@genesislcap/foundation-auth": "14.467.0",
98
- "@genesislcap/foundation-comms": "14.467.0",
99
- "@genesislcap/foundation-events": "14.467.0",
100
- "@genesislcap/foundation-i18n": "14.467.0",
101
- "@genesislcap/foundation-logger": "14.467.0",
102
- "@genesislcap/foundation-login": "14.467.0",
103
- "@genesislcap/foundation-shell": "14.467.0",
104
- "@genesislcap/foundation-ui": "14.467.0",
105
- "@genesislcap/foundation-user": "14.467.0",
106
- "@genesislcap/foundation-utils": "14.467.0",
107
- "@genesislcap/foundation-zero": "14.467.0",
108
- "@genesislcap/rapid-design-system": "14.467.0",
109
- "@genesislcap/web-core": "14.467.0"
96
+ "@genesislcap/foundation-ai": "14.467.1-alpha-5e9a5600e.0",
97
+ "@genesislcap/foundation-auth": "14.467.1-alpha-5e9a5600e.0",
98
+ "@genesislcap/foundation-comms": "14.467.1-alpha-5e9a5600e.0",
99
+ "@genesislcap/foundation-events": "14.467.1-alpha-5e9a5600e.0",
100
+ "@genesislcap/foundation-i18n": "14.467.1-alpha-5e9a5600e.0",
101
+ "@genesislcap/foundation-logger": "14.467.1-alpha-5e9a5600e.0",
102
+ "@genesislcap/foundation-login": "14.467.1-alpha-5e9a5600e.0",
103
+ "@genesislcap/foundation-shell": "14.467.1-alpha-5e9a5600e.0",
104
+ "@genesislcap/foundation-ui": "14.467.1-alpha-5e9a5600e.0",
105
+ "@genesislcap/foundation-user": "14.467.1-alpha-5e9a5600e.0",
106
+ "@genesislcap/foundation-utils": "14.467.1-alpha-5e9a5600e.0",
107
+ "@genesislcap/foundation-zero": "14.467.1-alpha-5e9a5600e.0",
108
+ "@genesislcap/rapid-design-system": "14.467.1-alpha-5e9a5600e.0",
109
+ "@genesislcap/web-core": "14.467.1-alpha-5e9a5600e.0"
110
110
  },
111
111
  "repository": {
112
112
  "type": "git",
@@ -117,5 +117,5 @@
117
117
  "access": "public"
118
118
  },
119
119
  "customElements": "dist/custom-elements.json",
120
- "gitHead": "18901315499f3c83de01431b879ec4cfa2676507"
120
+ "gitHead": "5deab7281aa3f6a638ccf5e27631f284dbfdcaa5"
121
121
  }