@genesislcap/foundation-header 14.417.0 → 14.417.1-alpha-efccb2a.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.
@@ -3991,6 +3991,12 @@
3991
3991
  }
3992
3992
  ]
3993
3993
  },
3994
+ {
3995
+ "kind": "javascript-module",
3996
+ "path": "src/templates/rapid.template.ts",
3997
+ "declarations": [],
3998
+ "exports": []
3999
+ },
3994
4000
  {
3995
4001
  "kind": "javascript-module",
3996
4002
  "path": "src/tags/index.ts",
@@ -4012,12 +4018,6 @@
4012
4018
  "declarations": [],
4013
4019
  "exports": []
4014
4020
  },
4015
- {
4016
- "kind": "javascript-module",
4017
- "path": "src/templates/rapid.template.ts",
4018
- "declarations": [],
4019
- "exports": []
4020
- },
4021
4021
  {
4022
4022
  "kind": "javascript-module",
4023
4023
  "path": "src/utils/index.ts",
@@ -1,3 +1,4 @@
1
+ /// <reference path="./react-jsx-runtime.d.ts" />
1
2
  export * from './components';
2
3
  export * from './config';
3
4
  export * from './main';
@@ -0,0 +1,139 @@
1
+ /**
2
+ * AUTO-GENERATED FILE - DO NOT EDIT.
3
+ * Source package: @genesislcap/foundation-header
4
+ * Generated from custom-elements manifest.
5
+ */
6
+
7
+ declare module 'react/jsx-runtime' {
8
+ namespace JSX {
9
+ interface GenesislcapFoundationHeaderReactElementProps1 {
10
+ children?: unknown;
11
+ class?: string;
12
+ className?: string;
13
+ id?: string;
14
+ slot?: string;
15
+ part?: string;
16
+ style?: string | Partial<CSSStyleDeclaration>;
17
+ role?: string;
18
+ tabIndex?: number | string;
19
+ [key: `data-${string}`]: string | number | boolean | undefined;
20
+ [key: `aria-${string}`]: string | number | boolean | undefined;
21
+ }
22
+ interface GenesislcapFoundationHeaderReactElementProps2 {
23
+ children?: unknown;
24
+ class?: string;
25
+ className?: string;
26
+ id?: string;
27
+ slot?: string;
28
+ part?: string;
29
+ style?: string | Partial<CSSStyleDeclaration>;
30
+ role?: string;
31
+ tabIndex?: number | string;
32
+ [key: `data-${string}`]: string | number | boolean | undefined;
33
+ [key: `aria-${string}`]: string | number | boolean | undefined;
34
+ 'userName'?: string;
35
+ 'inactivityTimeoutMinutes'?: number;
36
+ 'inactivityWarningMinutes'?: number;
37
+ 'enableInactivityMonitoring'?: boolean;
38
+ 'logoSrc'?: any;
39
+ 'logoAltText'?: string;
40
+ 'showLuminanceToggleButton'?: boolean;
41
+ 'showMiscToggleButton'?: boolean;
42
+ 'showNotificationsButton'?: boolean;
43
+ 'showConnectionIndicator'?: boolean;
44
+ 'showAiIndicator'?: boolean;
45
+ 'showEnvironmentIndicator'?: boolean;
46
+ 'showControlPanel'?: boolean;
47
+ 'showLanguageSelector'?: boolean;
48
+ 'hideSideBar'?: boolean;
49
+ 'logoutButtonPosition'?: 'side-nav' | 'account-menu' | 'none';
50
+ 'showAccountMenu'?: boolean;
51
+ 'onLuminanceIconClicked'?: (event: CustomEvent<unknown>) => void;
52
+ 'onMiscIconClicked'?: (event: CustomEvent<unknown>) => void;
53
+ 'onNotificationIconClicked'?: (event: CustomEvent<unknown>) => void;
54
+ 'onLanguageChanged'?: (event: CustomEvent<unknown>) => void;
55
+ 'onLogoutClicked'?: (event: CustomEvent<unknown>) => void;
56
+ 'onNavButtonClicked'?: (event: CustomEvent<unknown>) => void;
57
+ }
58
+ interface GenesislcapFoundationHeaderReactElementProps4 {
59
+ children?: unknown;
60
+ class?: string;
61
+ className?: string;
62
+ id?: string;
63
+ slot?: string;
64
+ part?: string;
65
+ style?: string | Partial<CSSStyleDeclaration>;
66
+ role?: string;
67
+ tabIndex?: number | string;
68
+ [key: `data-${string}`]: string | number | boolean | undefined;
69
+ [key: `aria-${string}`]: string | number | boolean | undefined;
70
+ 'userName'?: string;
71
+ 'inactivityTimeoutMinutes'?: number;
72
+ 'inactivityWarningMinutes'?: number;
73
+ 'enableInactivityMonitoring'?: boolean;
74
+ 'logoSrc'?: any;
75
+ 'logoAltText'?: string;
76
+ 'showLuminanceToggleButton'?: boolean;
77
+ 'showMiscToggleButton'?: boolean;
78
+ 'showNotificationsButton'?: boolean;
79
+ 'showConnectionIndicator'?: boolean;
80
+ 'showAiIndicator'?: boolean;
81
+ 'showEnvironmentIndicator'?: boolean;
82
+ 'showControlPanel'?: boolean;
83
+ 'showLanguageSelector'?: boolean;
84
+ 'hideSideBar'?: boolean;
85
+ 'logoutButtonPosition'?: 'side-nav' | 'account-menu' | 'none';
86
+ 'showAccountMenu'?: boolean;
87
+ 'onLuminanceIconClicked'?: (event: CustomEvent<unknown>) => void;
88
+ 'onMiscIconClicked'?: (event: CustomEvent<unknown>) => void;
89
+ 'onNotificationIconClicked'?: (event: CustomEvent<unknown>) => void;
90
+ 'onLanguageChanged'?: (event: CustomEvent<unknown>) => void;
91
+ 'onLogoutClicked'?: (event: CustomEvent<unknown>) => void;
92
+ 'onNavButtonClicked'?: (event: CustomEvent<unknown>) => void;
93
+ }
94
+ interface GenesislcapFoundationHeaderReactElementProps3 {
95
+ children?: unknown;
96
+ class?: string;
97
+ className?: string;
98
+ id?: string;
99
+ slot?: string;
100
+ part?: string;
101
+ style?: string | Partial<CSSStyleDeclaration>;
102
+ role?: string;
103
+ tabIndex?: number | string;
104
+ [key: `data-${string}`]: string | number | boolean | undefined;
105
+ [key: `aria-${string}`]: string | number | boolean | undefined;
106
+ 'userName'?: string;
107
+ 'inactivityTimeoutMinutes'?: number;
108
+ 'inactivityWarningMinutes'?: number;
109
+ 'enableInactivityMonitoring'?: boolean;
110
+ 'logoSrc'?: any;
111
+ 'logoAltText'?: string;
112
+ 'showLuminanceToggleButton'?: boolean;
113
+ 'showMiscToggleButton'?: boolean;
114
+ 'showNotificationsButton'?: boolean;
115
+ 'showConnectionIndicator'?: boolean;
116
+ 'showAiIndicator'?: boolean;
117
+ 'showEnvironmentIndicator'?: boolean;
118
+ 'showControlPanel'?: boolean;
119
+ 'showLanguageSelector'?: boolean;
120
+ 'hideSideBar'?: boolean;
121
+ 'logoutButtonPosition'?: 'side-nav' | 'account-menu' | 'none';
122
+ 'showAccountMenu'?: boolean;
123
+ 'onLuminanceIconClicked'?: (event: CustomEvent<unknown>) => void;
124
+ 'onMiscIconClicked'?: (event: CustomEvent<unknown>) => void;
125
+ 'onNotificationIconClicked'?: (event: CustomEvent<unknown>) => void;
126
+ 'onLanguageChanged'?: (event: CustomEvent<unknown>) => void;
127
+ 'onLogoutClicked'?: (event: CustomEvent<unknown>) => void;
128
+ 'onNavButtonClicked'?: (event: CustomEvent<unknown>) => void;
129
+ }
130
+ interface IntrinsicElements {
131
+ 'control-panel': GenesislcapFoundationHeaderReactElementProps1;
132
+ 'foundation-header': GenesislcapFoundationHeaderReactElementProps2;
133
+ 'rapid-header': GenesislcapFoundationHeaderReactElementProps4;
134
+ 'zero-header': GenesislcapFoundationHeaderReactElementProps3;
135
+ }
136
+ }
137
+ }
138
+
139
+ export {};
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.0",
4
+ "version": "14.417.1-alpha-efccb2a.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.0",
83
- "@genesislcap/genx": "14.417.0",
84
- "@genesislcap/rollup-builder": "14.417.0",
85
- "@genesislcap/ts-builder": "14.417.0",
86
- "@genesislcap/uvu-playwright-builder": "14.417.0",
87
- "@genesislcap/vite-builder": "14.417.0",
88
- "@genesislcap/webpack-builder": "14.417.0"
82
+ "@genesislcap/foundation-testing": "14.417.1-alpha-efccb2a.0",
83
+ "@genesislcap/genx": "14.417.1-alpha-efccb2a.0",
84
+ "@genesislcap/rollup-builder": "14.417.1-alpha-efccb2a.0",
85
+ "@genesislcap/ts-builder": "14.417.1-alpha-efccb2a.0",
86
+ "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-efccb2a.0",
87
+ "@genesislcap/vite-builder": "14.417.1-alpha-efccb2a.0",
88
+ "@genesislcap/webpack-builder": "14.417.1-alpha-efccb2a.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-ai": "14.417.0",
92
- "@genesislcap/foundation-auth": "14.417.0",
93
- "@genesislcap/foundation-comms": "14.417.0",
94
- "@genesislcap/foundation-events": "14.417.0",
95
- "@genesislcap/foundation-i18n": "14.417.0",
96
- "@genesislcap/foundation-logger": "14.417.0",
97
- "@genesislcap/foundation-login": "14.417.0",
98
- "@genesislcap/foundation-shell": "14.417.0",
99
- "@genesislcap/foundation-ui": "14.417.0",
100
- "@genesislcap/foundation-user": "14.417.0",
101
- "@genesislcap/foundation-utils": "14.417.0",
102
- "@genesislcap/foundation-zero": "14.417.0",
103
- "@genesislcap/rapid-design-system": "14.417.0",
104
- "@genesislcap/web-core": "14.417.0"
91
+ "@genesislcap/foundation-ai": "14.417.1-alpha-efccb2a.0",
92
+ "@genesislcap/foundation-auth": "14.417.1-alpha-efccb2a.0",
93
+ "@genesislcap/foundation-comms": "14.417.1-alpha-efccb2a.0",
94
+ "@genesislcap/foundation-events": "14.417.1-alpha-efccb2a.0",
95
+ "@genesislcap/foundation-i18n": "14.417.1-alpha-efccb2a.0",
96
+ "@genesislcap/foundation-logger": "14.417.1-alpha-efccb2a.0",
97
+ "@genesislcap/foundation-login": "14.417.1-alpha-efccb2a.0",
98
+ "@genesislcap/foundation-shell": "14.417.1-alpha-efccb2a.0",
99
+ "@genesislcap/foundation-ui": "14.417.1-alpha-efccb2a.0",
100
+ "@genesislcap/foundation-user": "14.417.1-alpha-efccb2a.0",
101
+ "@genesislcap/foundation-utils": "14.417.1-alpha-efccb2a.0",
102
+ "@genesislcap/foundation-zero": "14.417.1-alpha-efccb2a.0",
103
+ "@genesislcap/rapid-design-system": "14.417.1-alpha-efccb2a.0",
104
+ "@genesislcap/web-core": "14.417.1-alpha-efccb2a.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": "1a4b13faca04aa12b0a8bd6032a798369fe7eb33"
115
+ "gitHead": "00d0d357de82849ea9dc574f615ba69d71b78ede"
116
116
  }