@genesislcap/foundation-header 14.473.0 → 14.474.0-canary.TAM-8.26-patch.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +176 -176
  2. package/package.json +23 -23
@@ -255,161 +255,6 @@
255
255
  }
256
256
  ]
257
257
  },
258
- {
259
- "kind": "javascript-module",
260
- "path": "src/config/config.ts",
261
- "declarations": [
262
- {
263
- "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"
271
- }
272
- ],
273
- "exports": [
274
- {
275
- "kind": "js",
276
- "name": "defaultHeaderConfig",
277
- "declaration": {
278
- "name": "defaultHeaderConfig",
279
- "module": "src/config/config.ts"
280
- }
281
- }
282
- ]
283
- },
284
- {
285
- "kind": "javascript-module",
286
- "path": "src/config/configure.ts",
287
- "declarations": [
288
- {
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": [
305
- {
306
- "kind": "js",
307
- "name": "configure",
308
- "declaration": {
309
- "name": "configure",
310
- "module": "src/config/configure.ts"
311
- }
312
- }
313
- ]
314
- },
315
- {
316
- "kind": "javascript-module",
317
- "path": "src/config/index.ts",
318
- "declarations": [],
319
- "exports": [
320
- {
321
- "kind": "js",
322
- "name": "*",
323
- "declaration": {
324
- "name": "*",
325
- "package": "./config"
326
- }
327
- },
328
- {
329
- "kind": "js",
330
- "name": "*",
331
- "declaration": {
332
- "name": "*",
333
- "package": "./configure"
334
- }
335
- },
336
- {
337
- "kind": "js",
338
- "name": "*",
339
- "declaration": {
340
- "name": "*",
341
- "package": "./targetId"
342
- }
343
- }
344
- ]
345
- },
346
- {
347
- "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",
355
- "declarations": [
356
- {
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"
365
- },
366
- {
367
- "kind": "variable",
368
- "name": "defaultTemplateOptions",
369
- "type": {
370
- "text": "TemplateOptions"
371
- },
372
- "description": "defaultTemplateOptions.",
373
- "deprecated": "- Use `rapidTemplateOptions` instead.",
374
- "privacy": "public"
375
- },
376
- {
377
- "kind": "variable",
378
- "name": "rapidTemplateOptions",
379
- "type": {
380
- "text": "TemplateOptions"
381
- },
382
- "description": "rapidTemplateOptions.",
383
- "privacy": "public"
384
- }
385
- ],
386
- "exports": [
387
- {
388
- "kind": "js",
389
- "name": "templateOptionsByDesiginSystemPrefix",
390
- "declaration": {
391
- "name": "templateOptionsByDesiginSystemPrefix",
392
- "module": "src/config/templates.ts"
393
- }
394
- },
395
- {
396
- "kind": "js",
397
- "name": "defaultTemplateOptions",
398
- "declaration": {
399
- "name": "defaultTemplateOptions",
400
- "module": "src/config/templates.ts"
401
- }
402
- },
403
- {
404
- "kind": "js",
405
- "name": "rapidTemplateOptions",
406
- "declaration": {
407
- "name": "rapidTemplateOptions",
408
- "module": "src/config/templates.ts"
409
- }
410
- }
411
- ]
412
- },
413
258
  {
414
259
  "kind": "javascript-module",
415
260
  "path": "src/main/index.ts",
@@ -3878,6 +3723,182 @@
3878
3723
  }
3879
3724
  ]
3880
3725
  },
3726
+ {
3727
+ "kind": "javascript-module",
3728
+ "path": "src/config/config.ts",
3729
+ "declarations": [
3730
+ {
3731
+ "kind": "variable",
3732
+ "name": "defaultHeaderConfig",
3733
+ "type": {
3734
+ "text": "HeaderConfig"
3735
+ },
3736
+ "default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
3737
+ "description": "Default HeaderConfig DI implementation.",
3738
+ "privacy": "public"
3739
+ }
3740
+ ],
3741
+ "exports": [
3742
+ {
3743
+ "kind": "js",
3744
+ "name": "defaultHeaderConfig",
3745
+ "declaration": {
3746
+ "name": "defaultHeaderConfig",
3747
+ "module": "src/config/config.ts"
3748
+ }
3749
+ }
3750
+ ]
3751
+ },
3752
+ {
3753
+ "kind": "javascript-module",
3754
+ "path": "src/config/configure.ts",
3755
+ "declarations": [
3756
+ {
3757
+ "kind": "function",
3758
+ "name": "configure",
3759
+ "parameters": [
3760
+ {
3761
+ "name": "config",
3762
+ "type": {
3763
+ "text": "Partial<HeaderConfig>"
3764
+ },
3765
+ "description": "A partial HeaderConfig."
3766
+ }
3767
+ ],
3768
+ "description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
3769
+ "privacy": "public"
3770
+ }
3771
+ ],
3772
+ "exports": [
3773
+ {
3774
+ "kind": "js",
3775
+ "name": "configure",
3776
+ "declaration": {
3777
+ "name": "configure",
3778
+ "module": "src/config/configure.ts"
3779
+ }
3780
+ }
3781
+ ]
3782
+ },
3783
+ {
3784
+ "kind": "javascript-module",
3785
+ "path": "src/config/index.ts",
3786
+ "declarations": [],
3787
+ "exports": [
3788
+ {
3789
+ "kind": "js",
3790
+ "name": "*",
3791
+ "declaration": {
3792
+ "name": "*",
3793
+ "package": "./config"
3794
+ }
3795
+ },
3796
+ {
3797
+ "kind": "js",
3798
+ "name": "*",
3799
+ "declaration": {
3800
+ "name": "*",
3801
+ "package": "./configure"
3802
+ }
3803
+ },
3804
+ {
3805
+ "kind": "js",
3806
+ "name": "*",
3807
+ "declaration": {
3808
+ "name": "*",
3809
+ "package": "./targetId"
3810
+ }
3811
+ }
3812
+ ]
3813
+ },
3814
+ {
3815
+ "kind": "javascript-module",
3816
+ "path": "src/config/targetId.ts",
3817
+ "declarations": [],
3818
+ "exports": []
3819
+ },
3820
+ {
3821
+ "kind": "javascript-module",
3822
+ "path": "src/config/templates.ts",
3823
+ "declarations": [
3824
+ {
3825
+ "kind": "variable",
3826
+ "name": "templateOptionsByDesiginSystemPrefix",
3827
+ "type": {
3828
+ "text": "Record<string, TemplateComponents>"
3829
+ },
3830
+ "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}",
3831
+ "description": "templateOptionsByDesiginSystemPrefix.",
3832
+ "privacy": "public"
3833
+ },
3834
+ {
3835
+ "kind": "variable",
3836
+ "name": "defaultTemplateOptions",
3837
+ "type": {
3838
+ "text": "TemplateOptions"
3839
+ },
3840
+ "description": "defaultTemplateOptions.",
3841
+ "deprecated": "- Use `rapidTemplateOptions` instead.",
3842
+ "privacy": "public"
3843
+ },
3844
+ {
3845
+ "kind": "variable",
3846
+ "name": "rapidTemplateOptions",
3847
+ "type": {
3848
+ "text": "TemplateOptions"
3849
+ },
3850
+ "description": "rapidTemplateOptions.",
3851
+ "privacy": "public"
3852
+ }
3853
+ ],
3854
+ "exports": [
3855
+ {
3856
+ "kind": "js",
3857
+ "name": "templateOptionsByDesiginSystemPrefix",
3858
+ "declaration": {
3859
+ "name": "templateOptionsByDesiginSystemPrefix",
3860
+ "module": "src/config/templates.ts"
3861
+ }
3862
+ },
3863
+ {
3864
+ "kind": "js",
3865
+ "name": "defaultTemplateOptions",
3866
+ "declaration": {
3867
+ "name": "defaultTemplateOptions",
3868
+ "module": "src/config/templates.ts"
3869
+ }
3870
+ },
3871
+ {
3872
+ "kind": "js",
3873
+ "name": "rapidTemplateOptions",
3874
+ "declaration": {
3875
+ "name": "rapidTemplateOptions",
3876
+ "module": "src/config/templates.ts"
3877
+ }
3878
+ }
3879
+ ]
3880
+ },
3881
+ {
3882
+ "kind": "javascript-module",
3883
+ "path": "src/tags/index.ts",
3884
+ "declarations": [],
3885
+ "exports": [
3886
+ {
3887
+ "kind": "js",
3888
+ "name": "*",
3889
+ "declaration": {
3890
+ "name": "*",
3891
+ "package": "./tags"
3892
+ }
3893
+ }
3894
+ ]
3895
+ },
3896
+ {
3897
+ "kind": "javascript-module",
3898
+ "path": "src/tags/tags.ts",
3899
+ "declarations": [],
3900
+ "exports": []
3901
+ },
3881
3902
  {
3882
3903
  "kind": "javascript-module",
3883
3904
  "path": "src/styles/colors.ts",
@@ -4039,27 +4060,6 @@
4039
4060
  }
4040
4061
  ]
4041
4062
  },
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
4063
  {
4064
4064
  "kind": "javascript-module",
4065
4065
  "path": "src/templates/rapid.template.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.473.0",
4
+ "version": "14.474.0-canary.TAM-8.26-patch.2",
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.473.0",
88
- "@genesislcap/genx": "14.473.0",
89
- "@genesislcap/rollup-builder": "14.473.0",
90
- "@genesislcap/ts-builder": "14.473.0",
91
- "@genesislcap/uvu-playwright-builder": "14.473.0",
92
- "@genesislcap/vite-builder": "14.473.0",
93
- "@genesislcap/webpack-builder": "14.473.0"
87
+ "@genesislcap/foundation-testing": "14.474.0-canary.TAM-8.26-patch.2",
88
+ "@genesislcap/genx": "14.474.0-canary.TAM-8.26-patch.2",
89
+ "@genesislcap/rollup-builder": "14.474.0-canary.TAM-8.26-patch.2",
90
+ "@genesislcap/ts-builder": "14.474.0-canary.TAM-8.26-patch.2",
91
+ "@genesislcap/uvu-playwright-builder": "14.474.0-canary.TAM-8.26-patch.2",
92
+ "@genesislcap/vite-builder": "14.474.0-canary.TAM-8.26-patch.2",
93
+ "@genesislcap/webpack-builder": "14.474.0-canary.TAM-8.26-patch.2"
94
94
  },
95
95
  "dependencies": {
96
- "@genesislcap/foundation-ai": "14.473.0",
97
- "@genesislcap/foundation-auth": "14.473.0",
98
- "@genesislcap/foundation-comms": "14.473.0",
99
- "@genesislcap/foundation-events": "14.473.0",
100
- "@genesislcap/foundation-i18n": "14.473.0",
101
- "@genesislcap/foundation-logger": "14.473.0",
102
- "@genesislcap/foundation-login": "14.473.0",
103
- "@genesislcap/foundation-shell": "14.473.0",
104
- "@genesislcap/foundation-ui": "14.473.0",
105
- "@genesislcap/foundation-user": "14.473.0",
106
- "@genesislcap/foundation-utils": "14.473.0",
107
- "@genesislcap/foundation-zero": "14.473.0",
108
- "@genesislcap/rapid-design-system": "14.473.0",
109
- "@genesislcap/web-core": "14.473.0"
96
+ "@genesislcap/foundation-ai": "14.474.0-canary.TAM-8.26-patch.2",
97
+ "@genesislcap/foundation-auth": "14.474.0-canary.TAM-8.26-patch.2",
98
+ "@genesislcap/foundation-comms": "14.474.0-canary.TAM-8.26-patch.2",
99
+ "@genesislcap/foundation-events": "14.474.0-canary.TAM-8.26-patch.2",
100
+ "@genesislcap/foundation-i18n": "14.474.0-canary.TAM-8.26-patch.2",
101
+ "@genesislcap/foundation-logger": "14.474.0-canary.TAM-8.26-patch.2",
102
+ "@genesislcap/foundation-login": "14.474.0-canary.TAM-8.26-patch.2",
103
+ "@genesislcap/foundation-shell": "14.474.0-canary.TAM-8.26-patch.2",
104
+ "@genesislcap/foundation-ui": "14.474.0-canary.TAM-8.26-patch.2",
105
+ "@genesislcap/foundation-user": "14.474.0-canary.TAM-8.26-patch.2",
106
+ "@genesislcap/foundation-utils": "14.474.0-canary.TAM-8.26-patch.2",
107
+ "@genesislcap/foundation-zero": "14.474.0-canary.TAM-8.26-patch.2",
108
+ "@genesislcap/rapid-design-system": "14.474.0-canary.TAM-8.26-patch.2",
109
+ "@genesislcap/web-core": "14.474.0-canary.TAM-8.26-patch.2"
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": "2408f54cd71e4fe715ab6cbb43b6fd16ec2b733e"
120
+ "gitHead": "982c6b4a6f9532461a2f7195af4e0bd41a4519e7"
121
121
  }