@genesislcap/foundation-header 14.417.1-alpha-83eabbf.0 → 14.418.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.
@@ -410,6 +410,167 @@
410
410
  }
411
411
  ]
412
412
  },
413
+ {
414
+ "kind": "javascript-module",
415
+ "path": "src/styles/colors.ts",
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
+ },
436
+ {
437
+ "kind": "variable",
438
+ "name": "defaultBackgroundHover"
439
+ },
440
+ {
441
+ "kind": "variable",
442
+ "name": "defaultBackgroundItem"
443
+ },
444
+ {
445
+ "kind": "variable",
446
+ "name": "backgroundNavOption"
447
+ }
448
+ ],
449
+ "exports": [
450
+ {
451
+ "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",
461
+ "declaration": {
462
+ "name": "defaultBackgroundHover",
463
+ "module": "src/styles/colors.ts"
464
+ }
465
+ },
466
+ {
467
+ "kind": "js",
468
+ "name": "defaultBackgroundItem",
469
+ "declaration": {
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"
480
+ }
481
+ }
482
+ ]
483
+ },
484
+ {
485
+ "kind": "javascript-module",
486
+ "path": "src/styles/index.ts",
487
+ "declarations": [],
488
+ "exports": [
489
+ {
490
+ "kind": "js",
491
+ "name": "*",
492
+ "declaration": {
493
+ "name": "*",
494
+ "package": "./colors"
495
+ }
496
+ },
497
+ {
498
+ "kind": "js",
499
+ "name": "*",
500
+ "declaration": {
501
+ "name": "*",
502
+ "package": "./styles"
503
+ }
504
+ }
505
+ ]
506
+ },
507
+ {
508
+ "kind": "javascript-module",
509
+ "path": "src/styles/styles.ts",
510
+ "declarations": [
511
+ {
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"
524
+ },
525
+ {
526
+ "kind": "function",
527
+ "name": "genesisLogo",
528
+ "parameters": [
529
+ {
530
+ "name": "slot",
531
+ "default": "'start'"
532
+ }
533
+ ],
534
+ "description": "TODO"
535
+ },
536
+ {
537
+ "kind": "function",
538
+ "name": "settingsIcon",
539
+ "parameters": [
540
+ {
541
+ "name": "slot",
542
+ "default": "'start'"
543
+ }
544
+ ]
545
+ }
546
+ ],
547
+ "exports": [
548
+ {
549
+ "kind": "js",
550
+ "name": "mixinScreen",
551
+ "declaration": {
552
+ "name": "mixinScreen",
553
+ "module": "src/styles/styles.ts"
554
+ }
555
+ },
556
+ {
557
+ "kind": "js",
558
+ "name": "genesisLogo",
559
+ "declaration": {
560
+ "name": "genesisLogo",
561
+ "module": "src/styles/styles.ts"
562
+ }
563
+ },
564
+ {
565
+ "kind": "js",
566
+ "name": "settingsIcon",
567
+ "declaration": {
568
+ "name": "settingsIcon",
569
+ "module": "src/styles/styles.ts"
570
+ }
571
+ }
572
+ ]
573
+ },
413
574
  {
414
575
  "kind": "javascript-module",
415
576
  "path": "src/main/index.ts",
@@ -3830,167 +3991,6 @@
3830
3991
  }
3831
3992
  ]
3832
3993
  },
3833
- {
3834
- "kind": "javascript-module",
3835
- "path": "src/styles/colors.ts",
3836
- "declarations": [
3837
- {
3838
- "kind": "function",
3839
- "name": "getWebRGBA",
3840
- "parameters": [
3841
- {
3842
- "name": "rgb",
3843
- "type": {
3844
- "text": "ColorRGBA64"
3845
- }
3846
- },
3847
- {
3848
- "name": "alpha",
3849
- "default": "1.0",
3850
- "type": {
3851
- "text": "number"
3852
- }
3853
- }
3854
- ]
3855
- },
3856
- {
3857
- "kind": "variable",
3858
- "name": "defaultBackgroundHover"
3859
- },
3860
- {
3861
- "kind": "variable",
3862
- "name": "defaultBackgroundItem"
3863
- },
3864
- {
3865
- "kind": "variable",
3866
- "name": "backgroundNavOption"
3867
- }
3868
- ],
3869
- "exports": [
3870
- {
3871
- "kind": "js",
3872
- "name": "getWebRGBA",
3873
- "declaration": {
3874
- "name": "getWebRGBA",
3875
- "module": "src/styles/colors.ts"
3876
- }
3877
- },
3878
- {
3879
- "kind": "js",
3880
- "name": "defaultBackgroundHover",
3881
- "declaration": {
3882
- "name": "defaultBackgroundHover",
3883
- "module": "src/styles/colors.ts"
3884
- }
3885
- },
3886
- {
3887
- "kind": "js",
3888
- "name": "defaultBackgroundItem",
3889
- "declaration": {
3890
- "name": "defaultBackgroundItem",
3891
- "module": "src/styles/colors.ts"
3892
- }
3893
- },
3894
- {
3895
- "kind": "js",
3896
- "name": "backgroundNavOption",
3897
- "declaration": {
3898
- "name": "backgroundNavOption",
3899
- "module": "src/styles/colors.ts"
3900
- }
3901
- }
3902
- ]
3903
- },
3904
- {
3905
- "kind": "javascript-module",
3906
- "path": "src/styles/index.ts",
3907
- "declarations": [],
3908
- "exports": [
3909
- {
3910
- "kind": "js",
3911
- "name": "*",
3912
- "declaration": {
3913
- "name": "*",
3914
- "package": "./colors"
3915
- }
3916
- },
3917
- {
3918
- "kind": "js",
3919
- "name": "*",
3920
- "declaration": {
3921
- "name": "*",
3922
- "package": "./styles"
3923
- }
3924
- }
3925
- ]
3926
- },
3927
- {
3928
- "kind": "javascript-module",
3929
- "path": "src/styles/styles.ts",
3930
- "declarations": [
3931
- {
3932
- "kind": "function",
3933
- "name": "mixinScreen",
3934
- "parameters": [
3935
- {
3936
- "name": "display",
3937
- "default": "'block'",
3938
- "type": {
3939
- "text": "string"
3940
- }
3941
- }
3942
- ],
3943
- "description": "TODO: Bring all the style and typography mixins into the design system package"
3944
- },
3945
- {
3946
- "kind": "function",
3947
- "name": "genesisLogo",
3948
- "parameters": [
3949
- {
3950
- "name": "slot",
3951
- "default": "'start'"
3952
- }
3953
- ],
3954
- "description": "TODO"
3955
- },
3956
- {
3957
- "kind": "function",
3958
- "name": "settingsIcon",
3959
- "parameters": [
3960
- {
3961
- "name": "slot",
3962
- "default": "'start'"
3963
- }
3964
- ]
3965
- }
3966
- ],
3967
- "exports": [
3968
- {
3969
- "kind": "js",
3970
- "name": "mixinScreen",
3971
- "declaration": {
3972
- "name": "mixinScreen",
3973
- "module": "src/styles/styles.ts"
3974
- }
3975
- },
3976
- {
3977
- "kind": "js",
3978
- "name": "genesisLogo",
3979
- "declaration": {
3980
- "name": "genesisLogo",
3981
- "module": "src/styles/styles.ts"
3982
- }
3983
- },
3984
- {
3985
- "kind": "js",
3986
- "name": "settingsIcon",
3987
- "declaration": {
3988
- "name": "settingsIcon",
3989
- "module": "src/styles/styles.ts"
3990
- }
3991
- }
3992
- ]
3993
- },
3994
3994
  {
3995
3995
  "kind": "javascript-module",
3996
3996
  "path": "src/tags/index.ts",
@@ -1,4 +1,3 @@
1
- /// <reference path="./react-jsx-runtime.d.ts" />
2
1
  export * from './components';
3
2
  export * from './config';
4
3
  export * from './main';
@@ -1,4 +1,3 @@
1
- /// <reference path="./dts/react-jsx-runtime.d.ts" />
2
1
  import { AuthRouting } from '@genesislcap/foundation-auth/routing';
3
2
  import { Container } from '@genesislcap/web-core';
4
3
  import { Controller } from '@microsoft/fast-element';
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.417.1-alpha-83eabbf.0",
4
+ "version": "14.418.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -79,29 +79,29 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "@genesislcap/foundation-testing": "14.417.1-alpha-83eabbf.0",
83
- "@genesislcap/genx": "14.417.1-alpha-83eabbf.0",
84
- "@genesislcap/rollup-builder": "14.417.1-alpha-83eabbf.0",
85
- "@genesislcap/ts-builder": "14.417.1-alpha-83eabbf.0",
86
- "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-83eabbf.0",
87
- "@genesislcap/vite-builder": "14.417.1-alpha-83eabbf.0",
88
- "@genesislcap/webpack-builder": "14.417.1-alpha-83eabbf.0"
82
+ "@genesislcap/foundation-testing": "14.418.0",
83
+ "@genesislcap/genx": "14.418.0",
84
+ "@genesislcap/rollup-builder": "14.418.0",
85
+ "@genesislcap/ts-builder": "14.418.0",
86
+ "@genesislcap/uvu-playwright-builder": "14.418.0",
87
+ "@genesislcap/vite-builder": "14.418.0",
88
+ "@genesislcap/webpack-builder": "14.418.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-ai": "14.417.1-alpha-83eabbf.0",
92
- "@genesislcap/foundation-auth": "14.417.1-alpha-83eabbf.0",
93
- "@genesislcap/foundation-comms": "14.417.1-alpha-83eabbf.0",
94
- "@genesislcap/foundation-events": "14.417.1-alpha-83eabbf.0",
95
- "@genesislcap/foundation-i18n": "14.417.1-alpha-83eabbf.0",
96
- "@genesislcap/foundation-logger": "14.417.1-alpha-83eabbf.0",
97
- "@genesislcap/foundation-login": "14.417.1-alpha-83eabbf.0",
98
- "@genesislcap/foundation-shell": "14.417.1-alpha-83eabbf.0",
99
- "@genesislcap/foundation-ui": "14.417.1-alpha-83eabbf.0",
100
- "@genesislcap/foundation-user": "14.417.1-alpha-83eabbf.0",
101
- "@genesislcap/foundation-utils": "14.417.1-alpha-83eabbf.0",
102
- "@genesislcap/foundation-zero": "14.417.1-alpha-83eabbf.0",
103
- "@genesislcap/rapid-design-system": "14.417.1-alpha-83eabbf.0",
104
- "@genesislcap/web-core": "14.417.1-alpha-83eabbf.0"
91
+ "@genesislcap/foundation-ai": "14.418.0",
92
+ "@genesislcap/foundation-auth": "14.418.0",
93
+ "@genesislcap/foundation-comms": "14.418.0",
94
+ "@genesislcap/foundation-events": "14.418.0",
95
+ "@genesislcap/foundation-i18n": "14.418.0",
96
+ "@genesislcap/foundation-logger": "14.418.0",
97
+ "@genesislcap/foundation-login": "14.418.0",
98
+ "@genesislcap/foundation-shell": "14.418.0",
99
+ "@genesislcap/foundation-ui": "14.418.0",
100
+ "@genesislcap/foundation-user": "14.418.0",
101
+ "@genesislcap/foundation-utils": "14.418.0",
102
+ "@genesislcap/foundation-zero": "14.418.0",
103
+ "@genesislcap/rapid-design-system": "14.418.0",
104
+ "@genesislcap/web-core": "14.418.0"
105
105
  },
106
106
  "repository": {
107
107
  "type": "git",
@@ -112,5 +112,5 @@
112
112
  "access": "public"
113
113
  },
114
114
  "customElements": "dist/custom-elements.json",
115
- "gitHead": "eec85009ab3c6ae8d2c3bbcd8edd19f8697a0579"
115
+ "gitHead": "68fd71f55a50ce36c71a9635972e6384e2214f67"
116
116
  }
@@ -1,109 +0,0 @@
1
- /**
2
- * AUTO-GENERATED FILE - DO NOT EDIT.
3
- * Source package: @genesislcap/foundation-header
4
- * Generated from custom-elements manifest.
5
- */
6
-
7
- import type { HTMLAttributes } from 'react';
8
-
9
- declare module 'react/jsx-runtime' {
10
- namespace JSX {
11
- interface GenesislcapFoundationHeaderReactElementProps1 extends HTMLAttributes<HTMLElement> {
12
- class?: string;
13
- part?: string;
14
- [key: `data-${string}`]: string | number | boolean | undefined;
15
- }
16
- interface GenesislcapFoundationHeaderReactElementProps2 extends HTMLAttributes<HTMLElement> {
17
- class?: string;
18
- part?: string;
19
- [key: `data-${string}`]: string | number | boolean | undefined;
20
- 'userName'?: string;
21
- 'inactivityTimeoutMinutes'?: number;
22
- 'inactivityWarningMinutes'?: number;
23
- 'enableInactivityMonitoring'?: boolean;
24
- 'logoSrc'?: any;
25
- 'logoAltText'?: string;
26
- 'showLuminanceToggleButton'?: boolean;
27
- 'showMiscToggleButton'?: boolean;
28
- 'showNotificationsButton'?: boolean;
29
- 'showConnectionIndicator'?: boolean;
30
- 'showAiIndicator'?: boolean;
31
- 'showEnvironmentIndicator'?: boolean;
32
- 'showControlPanel'?: boolean;
33
- 'showLanguageSelector'?: boolean;
34
- 'hideSideBar'?: boolean;
35
- 'logoutButtonPosition'?: 'side-nav' | 'account-menu' | 'none';
36
- 'showAccountMenu'?: boolean;
37
- 'onLuminanceIconClicked'?: (event: CustomEvent<unknown>) => void;
38
- 'onMiscIconClicked'?: (event: CustomEvent<unknown>) => void;
39
- 'onNotificationIconClicked'?: (event: CustomEvent<unknown>) => void;
40
- 'onLanguageChanged'?: (event: CustomEvent<unknown>) => void;
41
- 'onLogoutClicked'?: (event: CustomEvent<unknown>) => void;
42
- 'onNavButtonClicked'?: (event: CustomEvent<unknown>) => void;
43
- }
44
- interface GenesislcapFoundationHeaderReactElementProps3 extends HTMLAttributes<HTMLElement> {
45
- class?: string;
46
- part?: string;
47
- [key: `data-${string}`]: string | number | boolean | undefined;
48
- 'userName'?: string;
49
- 'inactivityTimeoutMinutes'?: number;
50
- 'inactivityWarningMinutes'?: number;
51
- 'enableInactivityMonitoring'?: boolean;
52
- 'logoSrc'?: any;
53
- 'logoAltText'?: string;
54
- 'showLuminanceToggleButton'?: boolean;
55
- 'showMiscToggleButton'?: boolean;
56
- 'showNotificationsButton'?: boolean;
57
- 'showConnectionIndicator'?: boolean;
58
- 'showAiIndicator'?: boolean;
59
- 'showEnvironmentIndicator'?: boolean;
60
- 'showControlPanel'?: boolean;
61
- 'showLanguageSelector'?: boolean;
62
- 'hideSideBar'?: boolean;
63
- 'logoutButtonPosition'?: 'side-nav' | 'account-menu' | 'none';
64
- 'showAccountMenu'?: boolean;
65
- 'onLuminanceIconClicked'?: (event: CustomEvent<unknown>) => void;
66
- 'onMiscIconClicked'?: (event: CustomEvent<unknown>) => void;
67
- 'onNotificationIconClicked'?: (event: CustomEvent<unknown>) => void;
68
- 'onLanguageChanged'?: (event: CustomEvent<unknown>) => void;
69
- 'onLogoutClicked'?: (event: CustomEvent<unknown>) => void;
70
- 'onNavButtonClicked'?: (event: CustomEvent<unknown>) => void;
71
- }
72
- interface GenesislcapFoundationHeaderReactElementProps4 extends HTMLAttributes<HTMLElement> {
73
- class?: string;
74
- part?: string;
75
- [key: `data-${string}`]: string | number | boolean | undefined;
76
- 'userName'?: string;
77
- 'inactivityTimeoutMinutes'?: number;
78
- 'inactivityWarningMinutes'?: number;
79
- 'enableInactivityMonitoring'?: boolean;
80
- 'logoSrc'?: any;
81
- 'logoAltText'?: string;
82
- 'showLuminanceToggleButton'?: boolean;
83
- 'showMiscToggleButton'?: boolean;
84
- 'showNotificationsButton'?: boolean;
85
- 'showConnectionIndicator'?: boolean;
86
- 'showAiIndicator'?: boolean;
87
- 'showEnvironmentIndicator'?: boolean;
88
- 'showControlPanel'?: boolean;
89
- 'showLanguageSelector'?: boolean;
90
- 'hideSideBar'?: boolean;
91
- 'logoutButtonPosition'?: 'side-nav' | 'account-menu' | 'none';
92
- 'showAccountMenu'?: boolean;
93
- 'onLuminanceIconClicked'?: (event: CustomEvent<unknown>) => void;
94
- 'onMiscIconClicked'?: (event: CustomEvent<unknown>) => void;
95
- 'onNotificationIconClicked'?: (event: CustomEvent<unknown>) => void;
96
- 'onLanguageChanged'?: (event: CustomEvent<unknown>) => void;
97
- 'onLogoutClicked'?: (event: CustomEvent<unknown>) => void;
98
- 'onNavButtonClicked'?: (event: CustomEvent<unknown>) => void;
99
- }
100
- interface IntrinsicElements {
101
- 'control-panel': GenesislcapFoundationHeaderReactElementProps1;
102
- 'foundation-header': GenesislcapFoundationHeaderReactElementProps2;
103
- 'rapid-header': GenesislcapFoundationHeaderReactElementProps4;
104
- 'zero-header': GenesislcapFoundationHeaderReactElementProps3;
105
- }
106
- }
107
- }
108
-
109
- export {};