@genesislcap/foundation-header 14.432.0 → 14.432.1-FUI-2489.1

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.
@@ -33,161 +33,6 @@
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
- },
191
36
  {
192
37
  "kind": "javascript-module",
193
38
  "path": "src/components/control-panel.ts",
@@ -412,78 +257,64 @@
412
257
  },
413
258
  {
414
259
  "kind": "javascript-module",
415
- "path": "src/styles/colors.ts",
260
+ "path": "src/config/config.ts",
416
261
  "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
- },
436
- {
437
- "kind": "variable",
438
- "name": "defaultBackgroundHover"
439
- },
440
262
  {
441
263
  "kind": "variable",
442
- "name": "defaultBackgroundItem"
443
- },
444
- {
445
- "kind": "variable",
446
- "name": "backgroundNavOption"
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"
447
271
  }
448
272
  ],
449
273
  "exports": [
450
274
  {
451
275
  "kind": "js",
452
- "name": "getWebRGBA",
453
- "declaration": {
454
- "name": "getWebRGBA",
455
- "module": "src/styles/colors.ts"
456
- }
457
- },
458
- {
459
- "kind": "js",
460
- "name": "defaultBackgroundHover",
276
+ "name": "defaultHeaderConfig",
461
277
  "declaration": {
462
- "name": "defaultBackgroundHover",
463
- "module": "src/styles/colors.ts"
278
+ "name": "defaultHeaderConfig",
279
+ "module": "src/config/config.ts"
464
280
  }
465
- },
281
+ }
282
+ ]
283
+ },
284
+ {
285
+ "kind": "javascript-module",
286
+ "path": "src/config/configure.ts",
287
+ "declarations": [
466
288
  {
467
- "kind": "js",
468
- "name": "defaultBackgroundItem",
469
- "declaration": {
470
- "name": "defaultBackgroundItem",
471
- "module": "src/styles/colors.ts"
472
- }
473
- },
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": [
474
305
  {
475
306
  "kind": "js",
476
- "name": "backgroundNavOption",
307
+ "name": "configure",
477
308
  "declaration": {
478
- "name": "backgroundNavOption",
479
- "module": "src/styles/colors.ts"
309
+ "name": "configure",
310
+ "module": "src/config/configure.ts"
480
311
  }
481
312
  }
482
313
  ]
483
314
  },
484
315
  {
485
316
  "kind": "javascript-module",
486
- "path": "src/styles/index.ts",
317
+ "path": "src/config/index.ts",
487
318
  "declarations": [],
488
319
  "exports": [
489
320
  {
@@ -491,7 +322,7 @@
491
322
  "name": "*",
492
323
  "declaration": {
493
324
  "name": "*",
494
- "package": "./colors"
325
+ "package": "./config"
495
326
  }
496
327
  },
497
328
  {
@@ -499,74 +330,82 @@
499
330
  "name": "*",
500
331
  "declaration": {
501
332
  "name": "*",
502
- "package": "./styles"
333
+ "package": "./configure"
334
+ }
335
+ },
336
+ {
337
+ "kind": "js",
338
+ "name": "*",
339
+ "declaration": {
340
+ "name": "*",
341
+ "package": "./targetId"
503
342
  }
504
343
  }
505
344
  ]
506
345
  },
507
346
  {
508
347
  "kind": "javascript-module",
509
- "path": "src/styles/styles.ts",
348
+ "path": "src/config/targetId.ts",
349
+ "declarations": [],
350
+ "exports": []
351
+ },
352
+ {
353
+ "kind": "javascript-module",
354
+ "path": "src/config/templates.ts",
510
355
  "declarations": [
511
356
  {
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"
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"
524
365
  },
525
366
  {
526
- "kind": "function",
527
- "name": "genesisLogo",
528
- "parameters": [
529
- {
530
- "name": "slot",
531
- "default": "'start'"
532
- }
533
- ],
534
- "description": "TODO"
367
+ "kind": "variable",
368
+ "name": "defaultTemplateOptions",
369
+ "type": {
370
+ "text": "TemplateOptions"
371
+ },
372
+ "description": "defaultTemplateOptions.",
373
+ "deprecated": "- Use `rapidTemplateOptions` instead.",
374
+ "privacy": "public"
535
375
  },
536
376
  {
537
- "kind": "function",
538
- "name": "settingsIcon",
539
- "parameters": [
540
- {
541
- "name": "slot",
542
- "default": "'start'"
543
- }
544
- ]
377
+ "kind": "variable",
378
+ "name": "rapidTemplateOptions",
379
+ "type": {
380
+ "text": "TemplateOptions"
381
+ },
382
+ "description": "rapidTemplateOptions.",
383
+ "privacy": "public"
545
384
  }
546
385
  ],
547
386
  "exports": [
548
387
  {
549
388
  "kind": "js",
550
- "name": "mixinScreen",
389
+ "name": "templateOptionsByDesiginSystemPrefix",
551
390
  "declaration": {
552
- "name": "mixinScreen",
553
- "module": "src/styles/styles.ts"
391
+ "name": "templateOptionsByDesiginSystemPrefix",
392
+ "module": "src/config/templates.ts"
554
393
  }
555
394
  },
556
395
  {
557
396
  "kind": "js",
558
- "name": "genesisLogo",
397
+ "name": "defaultTemplateOptions",
559
398
  "declaration": {
560
- "name": "genesisLogo",
561
- "module": "src/styles/styles.ts"
399
+ "name": "defaultTemplateOptions",
400
+ "module": "src/config/templates.ts"
562
401
  }
563
402
  },
564
403
  {
565
404
  "kind": "js",
566
- "name": "settingsIcon",
405
+ "name": "rapidTemplateOptions",
567
406
  "declaration": {
568
- "name": "settingsIcon",
569
- "module": "src/styles/styles.ts"
407
+ "name": "rapidTemplateOptions",
408
+ "module": "src/config/templates.ts"
570
409
  }
571
410
  }
572
411
  ]
@@ -4041,7 +3880,78 @@
4041
3880
  },
4042
3881
  {
4043
3882
  "kind": "javascript-module",
4044
- "path": "src/tags/index.ts",
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",
4045
3955
  "declarations": [],
4046
3956
  "exports": [
4047
3957
  {
@@ -4049,20 +3959,110 @@
4049
3959
  "name": "*",
4050
3960
  "declaration": {
4051
3961
  "name": "*",
4052
- "package": "./tags"
3962
+ "package": "./colors"
3963
+ }
3964
+ },
3965
+ {
3966
+ "kind": "js",
3967
+ "name": "*",
3968
+ "declaration": {
3969
+ "name": "*",
3970
+ "package": "./styles"
4053
3971
  }
4054
3972
  }
4055
3973
  ]
4056
3974
  },
4057
3975
  {
4058
3976
  "kind": "javascript-module",
4059
- "path": "src/tags/tags.ts",
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/templates/rapid.template.ts",
4060
4045
  "declarations": [],
4061
4046
  "exports": []
4062
4047
  },
4063
4048
  {
4064
4049
  "kind": "javascript-module",
4065
- "path": "src/templates/rapid.template.ts",
4050
+ "path": "src/tags/index.ts",
4051
+ "declarations": [],
4052
+ "exports": [
4053
+ {
4054
+ "kind": "js",
4055
+ "name": "*",
4056
+ "declaration": {
4057
+ "name": "*",
4058
+ "package": "./tags"
4059
+ }
4060
+ }
4061
+ ]
4062
+ },
4063
+ {
4064
+ "kind": "javascript-module",
4065
+ "path": "src/tags/tags.ts",
4066
4066
  "declarations": [],
4067
4067
  "exports": []
4068
4068
  },
@@ -1 +1 @@
1
- {"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAO,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAgB1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAQzC;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,UAAU,CAIpD,CAAC;AAuMF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW,+BAyJvB,CAAC;AAiDF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB,GAAI,WAAM,2BAIzC,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,UAAU,CAEpD,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY,+BAAc,CAAC"}
1
+ {"version":3,"file":"main.template.d.ts","sourceRoot":"","sources":["../../../src/main/main.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAO,YAAY,EAAkC,MAAM,uBAAuB,CAAC;AAe1F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAQzC;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,UAAU,CAIpD,CAAC;AAuMF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW,+BAyJvB,CAAC;AAiDF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB,GAAI,WAAM,2BAIzC,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,UAAU,CAEpD,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY,+BAAc,CAAC"}
@@ -1,8 +1,7 @@
1
1
  import { isAIFeatureEnabled } from '@genesislcap/foundation-ai';
2
2
  import { getApp } from '@genesislcap/foundation-shell/app';
3
3
  import { avoidTreeShaking } from '@genesislcap/foundation-utils';
4
- import { ref } from '@genesislcap/web-core';
5
- import { classNames, html, repeat, when } from '@genesislcap/web-core';
4
+ import { ref, classNames, html, repeat, when } from '@genesislcap/web-core';
6
5
  import { ControlPanel } from '../components';
7
6
  import { aiIndicatorTag, buttonTag, connectionIndicatorTag, environmentIndicatorTag, flyoutTag, getTagHelper, iconTag, optionTag, providerTag, selectTag, } from '../tags';
8
7
  avoidTreeShaking(ControlPanel);
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.432.0",
4
+ "version": "14.432.1-FUI-2489.1",
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.432.0",
88
- "@genesislcap/genx": "14.432.0",
89
- "@genesislcap/rollup-builder": "14.432.0",
90
- "@genesislcap/ts-builder": "14.432.0",
91
- "@genesislcap/uvu-playwright-builder": "14.432.0",
92
- "@genesislcap/vite-builder": "14.432.0",
93
- "@genesislcap/webpack-builder": "14.432.0"
87
+ "@genesislcap/foundation-testing": "14.432.1-FUI-2489.1",
88
+ "@genesislcap/genx": "14.432.1-FUI-2489.1",
89
+ "@genesislcap/rollup-builder": "14.432.1-FUI-2489.1",
90
+ "@genesislcap/ts-builder": "14.432.1-FUI-2489.1",
91
+ "@genesislcap/uvu-playwright-builder": "14.432.1-FUI-2489.1",
92
+ "@genesislcap/vite-builder": "14.432.1-FUI-2489.1",
93
+ "@genesislcap/webpack-builder": "14.432.1-FUI-2489.1"
94
94
  },
95
95
  "dependencies": {
96
- "@genesislcap/foundation-ai": "14.432.0",
97
- "@genesislcap/foundation-auth": "14.432.0",
98
- "@genesislcap/foundation-comms": "14.432.0",
99
- "@genesislcap/foundation-events": "14.432.0",
100
- "@genesislcap/foundation-i18n": "14.432.0",
101
- "@genesislcap/foundation-logger": "14.432.0",
102
- "@genesislcap/foundation-login": "14.432.0",
103
- "@genesislcap/foundation-shell": "14.432.0",
104
- "@genesislcap/foundation-ui": "14.432.0",
105
- "@genesislcap/foundation-user": "14.432.0",
106
- "@genesislcap/foundation-utils": "14.432.0",
107
- "@genesislcap/foundation-zero": "14.432.0",
108
- "@genesislcap/rapid-design-system": "14.432.0",
109
- "@genesislcap/web-core": "14.432.0"
96
+ "@genesislcap/foundation-ai": "14.432.1-FUI-2489.1",
97
+ "@genesislcap/foundation-auth": "14.432.1-FUI-2489.1",
98
+ "@genesislcap/foundation-comms": "14.432.1-FUI-2489.1",
99
+ "@genesislcap/foundation-events": "14.432.1-FUI-2489.1",
100
+ "@genesislcap/foundation-i18n": "14.432.1-FUI-2489.1",
101
+ "@genesislcap/foundation-logger": "14.432.1-FUI-2489.1",
102
+ "@genesislcap/foundation-login": "14.432.1-FUI-2489.1",
103
+ "@genesislcap/foundation-shell": "14.432.1-FUI-2489.1",
104
+ "@genesislcap/foundation-ui": "14.432.1-FUI-2489.1",
105
+ "@genesislcap/foundation-user": "14.432.1-FUI-2489.1",
106
+ "@genesislcap/foundation-utils": "14.432.1-FUI-2489.1",
107
+ "@genesislcap/foundation-zero": "14.432.1-FUI-2489.1",
108
+ "@genesislcap/rapid-design-system": "14.432.1-FUI-2489.1",
109
+ "@genesislcap/web-core": "14.432.1-FUI-2489.1"
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": "60d929edef90648c5566f3721748aa7dfada8030"
120
+ "gitHead": "9bae1c5f931d4787041aae3536be9493c11e6312"
121
121
  }
package/tsdoc.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3
- "extends": [ "../../../../tsdoc.json" ]
3
+ "extends": ["../../../../tsdoc.json"]
4
4
  }