@genesislcap/foundation-header 14.396.0 → 14.396.1-TPD-4971.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",
@@ -3904,6 +3749,161 @@
3904
3749
  }
3905
3750
  }
3906
3751
  ]
3752
+ },
3753
+ {
3754
+ "kind": "javascript-module",
3755
+ "path": "src/config/config.ts",
3756
+ "declarations": [
3757
+ {
3758
+ "kind": "variable",
3759
+ "name": "defaultHeaderConfig",
3760
+ "type": {
3761
+ "text": "HeaderConfig"
3762
+ },
3763
+ "default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
3764
+ "description": "Default HeaderConfig DI implementation.",
3765
+ "privacy": "public"
3766
+ }
3767
+ ],
3768
+ "exports": [
3769
+ {
3770
+ "kind": "js",
3771
+ "name": "defaultHeaderConfig",
3772
+ "declaration": {
3773
+ "name": "defaultHeaderConfig",
3774
+ "module": "src/config/config.ts"
3775
+ }
3776
+ }
3777
+ ]
3778
+ },
3779
+ {
3780
+ "kind": "javascript-module",
3781
+ "path": "src/config/configure.ts",
3782
+ "declarations": [
3783
+ {
3784
+ "kind": "function",
3785
+ "name": "configure",
3786
+ "parameters": [
3787
+ {
3788
+ "name": "config",
3789
+ "type": {
3790
+ "text": "Partial<HeaderConfig>"
3791
+ },
3792
+ "description": "A partial HeaderConfig."
3793
+ }
3794
+ ],
3795
+ "description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
3796
+ "privacy": "public"
3797
+ }
3798
+ ],
3799
+ "exports": [
3800
+ {
3801
+ "kind": "js",
3802
+ "name": "configure",
3803
+ "declaration": {
3804
+ "name": "configure",
3805
+ "module": "src/config/configure.ts"
3806
+ }
3807
+ }
3808
+ ]
3809
+ },
3810
+ {
3811
+ "kind": "javascript-module",
3812
+ "path": "src/config/index.ts",
3813
+ "declarations": [],
3814
+ "exports": [
3815
+ {
3816
+ "kind": "js",
3817
+ "name": "*",
3818
+ "declaration": {
3819
+ "name": "*",
3820
+ "package": "./config"
3821
+ }
3822
+ },
3823
+ {
3824
+ "kind": "js",
3825
+ "name": "*",
3826
+ "declaration": {
3827
+ "name": "*",
3828
+ "package": "./configure"
3829
+ }
3830
+ },
3831
+ {
3832
+ "kind": "js",
3833
+ "name": "*",
3834
+ "declaration": {
3835
+ "name": "*",
3836
+ "package": "./targetId"
3837
+ }
3838
+ }
3839
+ ]
3840
+ },
3841
+ {
3842
+ "kind": "javascript-module",
3843
+ "path": "src/config/targetId.ts",
3844
+ "declarations": [],
3845
+ "exports": []
3846
+ },
3847
+ {
3848
+ "kind": "javascript-module",
3849
+ "path": "src/config/templates.ts",
3850
+ "declarations": [
3851
+ {
3852
+ "kind": "variable",
3853
+ "name": "templateOptionsByDesiginSystemPrefix",
3854
+ "type": {
3855
+ "text": "Record<string, TemplateComponents>"
3856
+ },
3857
+ "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}",
3858
+ "description": "templateOptionsByDesiginSystemPrefix.",
3859
+ "privacy": "public"
3860
+ },
3861
+ {
3862
+ "kind": "variable",
3863
+ "name": "defaultTemplateOptions",
3864
+ "type": {
3865
+ "text": "TemplateOptions"
3866
+ },
3867
+ "description": "defaultTemplateOptions.",
3868
+ "deprecated": "- Use `rapidTemplateOptions` instead.",
3869
+ "privacy": "public"
3870
+ },
3871
+ {
3872
+ "kind": "variable",
3873
+ "name": "rapidTemplateOptions",
3874
+ "type": {
3875
+ "text": "TemplateOptions"
3876
+ },
3877
+ "description": "rapidTemplateOptions.",
3878
+ "privacy": "public"
3879
+ }
3880
+ ],
3881
+ "exports": [
3882
+ {
3883
+ "kind": "js",
3884
+ "name": "templateOptionsByDesiginSystemPrefix",
3885
+ "declaration": {
3886
+ "name": "templateOptionsByDesiginSystemPrefix",
3887
+ "module": "src/config/templates.ts"
3888
+ }
3889
+ },
3890
+ {
3891
+ "kind": "js",
3892
+ "name": "defaultTemplateOptions",
3893
+ "declaration": {
3894
+ "name": "defaultTemplateOptions",
3895
+ "module": "src/config/templates.ts"
3896
+ }
3897
+ },
3898
+ {
3899
+ "kind": "js",
3900
+ "name": "rapidTemplateOptions",
3901
+ "declaration": {
3902
+ "name": "rapidTemplateOptions",
3903
+ "module": "src/config/templates.ts"
3904
+ }
3905
+ }
3906
+ ]
3907
3907
  }
3908
3908
  ]
3909
3909
  }
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.396.0",
4
+ "version": "14.396.1-TPD-4971.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.396.0",
83
- "@genesislcap/genx": "14.396.0",
84
- "@genesislcap/rollup-builder": "14.396.0",
85
- "@genesislcap/ts-builder": "14.396.0",
86
- "@genesislcap/uvu-playwright-builder": "14.396.0",
87
- "@genesislcap/vite-builder": "14.396.0",
88
- "@genesislcap/webpack-builder": "14.396.0"
82
+ "@genesislcap/foundation-testing": "14.396.1-TPD-4971.1",
83
+ "@genesislcap/genx": "14.396.1-TPD-4971.1",
84
+ "@genesislcap/rollup-builder": "14.396.1-TPD-4971.1",
85
+ "@genesislcap/ts-builder": "14.396.1-TPD-4971.1",
86
+ "@genesislcap/uvu-playwright-builder": "14.396.1-TPD-4971.1",
87
+ "@genesislcap/vite-builder": "14.396.1-TPD-4971.1",
88
+ "@genesislcap/webpack-builder": "14.396.1-TPD-4971.1"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-auth": "14.396.0",
92
- "@genesislcap/foundation-comms": "14.396.0",
93
- "@genesislcap/foundation-events": "14.396.0",
94
- "@genesislcap/foundation-i18n": "14.396.0",
95
- "@genesislcap/foundation-logger": "14.396.0",
96
- "@genesislcap/foundation-login": "14.396.0",
97
- "@genesislcap/foundation-shell": "14.396.0",
98
- "@genesislcap/foundation-ui": "14.396.0",
99
- "@genesislcap/foundation-user": "14.396.0",
100
- "@genesislcap/foundation-utils": "14.396.0",
101
- "@genesislcap/foundation-zero": "14.396.0",
102
- "@genesislcap/rapid-design-system": "14.396.0",
103
- "@genesislcap/web-core": "14.396.0"
91
+ "@genesislcap/foundation-auth": "14.396.1-TPD-4971.1",
92
+ "@genesislcap/foundation-comms": "14.396.1-TPD-4971.1",
93
+ "@genesislcap/foundation-events": "14.396.1-TPD-4971.1",
94
+ "@genesislcap/foundation-i18n": "14.396.1-TPD-4971.1",
95
+ "@genesislcap/foundation-logger": "14.396.1-TPD-4971.1",
96
+ "@genesislcap/foundation-login": "14.396.1-TPD-4971.1",
97
+ "@genesislcap/foundation-shell": "14.396.1-TPD-4971.1",
98
+ "@genesislcap/foundation-ui": "14.396.1-TPD-4971.1",
99
+ "@genesislcap/foundation-user": "14.396.1-TPD-4971.1",
100
+ "@genesislcap/foundation-utils": "14.396.1-TPD-4971.1",
101
+ "@genesislcap/foundation-zero": "14.396.1-TPD-4971.1",
102
+ "@genesislcap/rapid-design-system": "14.396.1-TPD-4971.1",
103
+ "@genesislcap/web-core": "14.396.1-TPD-4971.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": "43e0fd00aa30590bdcad05ddb3d8aca0d493d020"
114
+ "gitHead": "064c4b7a91163d2e256530d52a0ef94394d27c8f"
115
115
  }