@genesislcap/foundation-header 14.393.0 → 14.393.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +155 -155
  2. package/package.json +22 -22
@@ -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 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"
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",
@@ -3826,6 +3671,161 @@
3826
3671
  "declarations": [],
3827
3672
  "exports": []
3828
3673
  },
3674
+ {
3675
+ "kind": "javascript-module",
3676
+ "path": "src/config/config.ts",
3677
+ "declarations": [
3678
+ {
3679
+ "kind": "variable",
3680
+ "name": "defaultHeaderConfig",
3681
+ "type": {
3682
+ "text": "HeaderConfig"
3683
+ },
3684
+ "default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
3685
+ "description": "Default HeaderConfig DI implementation.",
3686
+ "privacy": "public"
3687
+ }
3688
+ ],
3689
+ "exports": [
3690
+ {
3691
+ "kind": "js",
3692
+ "name": "defaultHeaderConfig",
3693
+ "declaration": {
3694
+ "name": "defaultHeaderConfig",
3695
+ "module": "src/config/config.ts"
3696
+ }
3697
+ }
3698
+ ]
3699
+ },
3700
+ {
3701
+ "kind": "javascript-module",
3702
+ "path": "src/config/configure.ts",
3703
+ "declarations": [
3704
+ {
3705
+ "kind": "function",
3706
+ "name": "configure",
3707
+ "parameters": [
3708
+ {
3709
+ "name": "config",
3710
+ "type": {
3711
+ "text": "Partial<HeaderConfig>"
3712
+ },
3713
+ "description": "A partial HeaderConfig."
3714
+ }
3715
+ ],
3716
+ "description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
3717
+ "privacy": "public"
3718
+ }
3719
+ ],
3720
+ "exports": [
3721
+ {
3722
+ "kind": "js",
3723
+ "name": "configure",
3724
+ "declaration": {
3725
+ "name": "configure",
3726
+ "module": "src/config/configure.ts"
3727
+ }
3728
+ }
3729
+ ]
3730
+ },
3731
+ {
3732
+ "kind": "javascript-module",
3733
+ "path": "src/config/index.ts",
3734
+ "declarations": [],
3735
+ "exports": [
3736
+ {
3737
+ "kind": "js",
3738
+ "name": "*",
3739
+ "declaration": {
3740
+ "name": "*",
3741
+ "package": "./config"
3742
+ }
3743
+ },
3744
+ {
3745
+ "kind": "js",
3746
+ "name": "*",
3747
+ "declaration": {
3748
+ "name": "*",
3749
+ "package": "./configure"
3750
+ }
3751
+ },
3752
+ {
3753
+ "kind": "js",
3754
+ "name": "*",
3755
+ "declaration": {
3756
+ "name": "*",
3757
+ "package": "./targetId"
3758
+ }
3759
+ }
3760
+ ]
3761
+ },
3762
+ {
3763
+ "kind": "javascript-module",
3764
+ "path": "src/config/targetId.ts",
3765
+ "declarations": [],
3766
+ "exports": []
3767
+ },
3768
+ {
3769
+ "kind": "javascript-module",
3770
+ "path": "src/config/templates.ts",
3771
+ "declarations": [
3772
+ {
3773
+ "kind": "variable",
3774
+ "name": "templateOptionsByDesiginSystemPrefix",
3775
+ "type": {
3776
+ "text": "Record<string, TemplateComponents>"
3777
+ },
3778
+ "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}",
3779
+ "description": "templateOptionsByDesiginSystemPrefix.",
3780
+ "privacy": "public"
3781
+ },
3782
+ {
3783
+ "kind": "variable",
3784
+ "name": "defaultTemplateOptions",
3785
+ "type": {
3786
+ "text": "TemplateOptions"
3787
+ },
3788
+ "description": "defaultTemplateOptions.",
3789
+ "deprecated": "- Use `rapidTemplateOptions` instead.",
3790
+ "privacy": "public"
3791
+ },
3792
+ {
3793
+ "kind": "variable",
3794
+ "name": "rapidTemplateOptions",
3795
+ "type": {
3796
+ "text": "TemplateOptions"
3797
+ },
3798
+ "description": "rapidTemplateOptions.",
3799
+ "privacy": "public"
3800
+ }
3801
+ ],
3802
+ "exports": [
3803
+ {
3804
+ "kind": "js",
3805
+ "name": "templateOptionsByDesiginSystemPrefix",
3806
+ "declaration": {
3807
+ "name": "templateOptionsByDesiginSystemPrefix",
3808
+ "module": "src/config/templates.ts"
3809
+ }
3810
+ },
3811
+ {
3812
+ "kind": "js",
3813
+ "name": "defaultTemplateOptions",
3814
+ "declaration": {
3815
+ "name": "defaultTemplateOptions",
3816
+ "module": "src/config/templates.ts"
3817
+ }
3818
+ },
3819
+ {
3820
+ "kind": "js",
3821
+ "name": "rapidTemplateOptions",
3822
+ "declaration": {
3823
+ "name": "rapidTemplateOptions",
3824
+ "module": "src/config/templates.ts"
3825
+ }
3826
+ }
3827
+ ]
3828
+ },
3829
3829
  {
3830
3830
  "kind": "javascript-module",
3831
3831
  "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.393.0",
4
+ "version": "14.393.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -79,28 +79,28 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "@genesislcap/foundation-testing": "14.393.0",
83
- "@genesislcap/genx": "14.393.0",
84
- "@genesislcap/rollup-builder": "14.393.0",
85
- "@genesislcap/ts-builder": "14.393.0",
86
- "@genesislcap/uvu-playwright-builder": "14.393.0",
87
- "@genesislcap/vite-builder": "14.393.0",
88
- "@genesislcap/webpack-builder": "14.393.0"
82
+ "@genesislcap/foundation-testing": "14.393.1",
83
+ "@genesislcap/genx": "14.393.1",
84
+ "@genesislcap/rollup-builder": "14.393.1",
85
+ "@genesislcap/ts-builder": "14.393.1",
86
+ "@genesislcap/uvu-playwright-builder": "14.393.1",
87
+ "@genesislcap/vite-builder": "14.393.1",
88
+ "@genesislcap/webpack-builder": "14.393.1"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-auth": "14.393.0",
92
- "@genesislcap/foundation-comms": "14.393.0",
93
- "@genesislcap/foundation-events": "14.393.0",
94
- "@genesislcap/foundation-i18n": "14.393.0",
95
- "@genesislcap/foundation-logger": "14.393.0",
96
- "@genesislcap/foundation-login": "14.393.0",
97
- "@genesislcap/foundation-shell": "14.393.0",
98
- "@genesislcap/foundation-ui": "14.393.0",
99
- "@genesislcap/foundation-user": "14.393.0",
100
- "@genesislcap/foundation-utils": "14.393.0",
101
- "@genesislcap/foundation-zero": "14.393.0",
102
- "@genesislcap/rapid-design-system": "14.393.0",
103
- "@genesislcap/web-core": "14.393.0"
91
+ "@genesislcap/foundation-auth": "14.393.1",
92
+ "@genesislcap/foundation-comms": "14.393.1",
93
+ "@genesislcap/foundation-events": "14.393.1",
94
+ "@genesislcap/foundation-i18n": "14.393.1",
95
+ "@genesislcap/foundation-logger": "14.393.1",
96
+ "@genesislcap/foundation-login": "14.393.1",
97
+ "@genesislcap/foundation-shell": "14.393.1",
98
+ "@genesislcap/foundation-ui": "14.393.1",
99
+ "@genesislcap/foundation-user": "14.393.1",
100
+ "@genesislcap/foundation-utils": "14.393.1",
101
+ "@genesislcap/foundation-zero": "14.393.1",
102
+ "@genesislcap/rapid-design-system": "14.393.1",
103
+ "@genesislcap/web-core": "14.393.1"
104
104
  },
105
105
  "repository": {
106
106
  "type": "git",
@@ -111,5 +111,5 @@
111
111
  "access": "public"
112
112
  },
113
113
  "customElements": "dist/custom-elements.json",
114
- "gitHead": "25378dcb43ef1a8a78dbcbcd39720c3cd3c61f78"
114
+ "gitHead": "ba539b917a9a969ad508fbd291bae98960410ada"
115
115
  }